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 |
How to create a index on views?
how can u highlight perticular row in report programming? please any one can tell me?
What is the difference between call transaction method and the session method? : abap bdc
Can I run normal abap applications in browser?if yes how?
What is the difference between synchronous and asynchronous updates?
What is the difference between collect and append statements?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
what is sap scriptview ?
After transferring of data from flat file to application server i found that it is showing wrong data .Say i had currency in flat file as 1000.00 USD. After transferring i found it is showing as 100.000 in the application server. How will you handle this case?
What are the 2 other types of views, which are not allowed in release 3.0?
Difference between MACRO and SUBROUTINE ?
how to use table control in bdc, plz somebody tell me.