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 are the aggregate objects in the data dictionary? : abap data dictionary
What do you understand by work area and internal tables in abap? Why do we use it?
What is the different between template and a table?
What are the dynapro keywords?
How to find the return code of an stmt in abap programs?
What is hotspot?
What is an rfc?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
When the get cursor command used in interactive lists?
What are the update types possible? : abap data dictionary
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Normally how many and what files get created when a transaction program is written?
How to eliminate duplicate entries in internal tables?
Does sap handle multiple languages?