How to create Extended Idoc?
Answers were Sorted based on User's Feedback
Answer / 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 |
In Badi wher is the standard prograam name to add the additional progaram
what are ALV reports? how they are different from normal reports?
Why do we use dynamic where conditions?
What is smart forms? : abap hr
How will you transfer data into a file in application server?
Have you processed BDCs ?
How to put checkbox against a row in ALV display?
what connects smartform to it's driver program?
3 types of buffering techniqes. 1.bufering not allowed 2.buffering swithed on 3.buffering not allowed but switced on what does it means?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
Explain the differences between at selection-screen and at selection-screen output?
What are pooled tables? : abap data dictionary