Answer Posted / buddula15
Extended IDOC is standard IDOC segments + additional
segments.
Steps
=====
1) Create additional segments which you required ( WE31)
2) Create an IDOC type with reference to standard IDOC and
add the new segements to it. (WE30)
3) Link Message type + Extend IDoc type ( WE82)
4) Every IDOC have two Exits( Outbound exit and Inbound
exit). Implement code in outbound exit to prepare data for
additional segments.
4) In the outbound partner (WE20) you have to maintain
extended IDOC type along with standard IDOC type.
Buddula15
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
what is difference between user exit, customer exit and badi?
How to insert a line into abap internal tables?
Is it possible to pass data to and from include programs explicitly?
What are indexes? : abap hr
What is its? : abap hr
What is web dynpro for abap?
What is netweaver???what is the relationship with ABAP?
What are the check tables?
How can we access the correction and transport system? : abap data dictionary
How to display if the value entered contains records or not?
What is pass by value and what is pass by reference? Which is better?
In which cluster time results are stored? : abap hr
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
what will happen if called program is not executable ?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary