How to Create a New segment in a ADT^A01
Hi Team,
I am working on data transformation ADT^A01 from ADT^A01 ,In both source and target MRG segment is not available. How can i create a new MRG segment in Target. Kindly share your ideas how to create a new segment in Data transformation.
Thanks in advance
Comments
You should create a custom schema with a custom ADT_A01 message type and structure. Documentation has a section on Creating a New Custom Schema.
Then, you may use that custom schema as you would any of the standard schemas. So, you can use your custom ADT_A01 message structure (with the MRG segment) as the target in your data transformation.
And does your target message really need to be an ADT_A01? Merges use ADT_A18 messages, so you can just set ADT_A18 as your target message type and it will allow you to add the MRG segment:
.png)