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 |
MM Flow & SD Flow
7 Answers Accenture, Cap Gemini, IBM, SAP Labs,
What are standard layouts sets in the sap script?
How does system know that your SAP login userid is assigned to a perticular employee number (PERNR)?
What are the steps in a bdc session? : abap bdc
What is a maintenance view? : abap data dictionary
What are the advantages of different types of bdc's?
smartforms have an advantage i.e,both layout and code can combine .but when we go for driver program in smartform?
pls tel me......how we link two fields by using foregin keys between two tables in sap abap?
what tool is used to define flow logic ?
how to create a button in selection screen? how to add a gui status in a selection screen?
Can we create a field without data element ? If yes what is the difference?
How to transfer data which is coming from are report as output to another report