SAP Managed Tags: ABAP Development Jayasimha, 1) Create segment (WE31) Of course it will have naming convention for different company. Here are some tips: If you copy from existing or std segment eg: Z1E1EDP01_01. If not you can just put Z1….but this is only the example. 2) Cr...
SAP Managed Tags: ABAP Connectivity Hello, I am doing a similar development and need your help. I have a Z segment type Z1ZSIPOINDAT_01 to which I want to add a Z field. I have a question. .. When do we add the field to the segment type? Is it after this stage ... -- ...
In your case you need to extend your idoc. 1. Create new segment using transaction code : WE31. 2. Extend Idoc "ORDERS01" using transaction code : WE30. 3. On next screen you can insert new segment at desire location as a child segment. 4. Find out the user exit to populate you...
SAP Concur ABAP3 Comments You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comment Labels in this area "Best Practice" 1 "Data Source Migration" 1 "mm02" 1 "SAP Sales" 1 "SAP Sales" SAP Cloud 1 $...
· Mandatory segment (indicator): Must data be written to this segment in the IDoc? · Maximum and minimum frequency of use: How often may/must a segment occur in the IDoc? 7. You can add further children or “grandchildren” to this or any other reference segment in the basic type. ...
SAP Managed Tags: ABAP Development Hi Stabir, For getting these custom fields in the inbound function module you have to extend your IDOC with these custom fields. 1. WE30 create an extended IDOC 2. WE31 create custom segment to add the custom fields in the segment then add the cust...