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
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is tcode se16?
What functions does a data dictionary perform ?
THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM
Which transaction code can I used to analyze the performance of ABAP program.?
What are screen painter and menu painter? : abap hr
From excel to abap - is batch mode possible ? : abap bdc
What is the master data necessary before you can start posting in MM?
How to determine the attributes of an internal table?
What are the differences between a database index and a match code?
What is the difference between data elements and domains? : abap data dictionary
What will you code in start-of-selection & end-of-selecton & why?
What does an exec sql statement do in abap?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?