Steps of creation of IDOC
Answers were Sorted based on User's Feedback
Answer / venkata ramamohana rao s
Generally Idoc creation is Two Step Process.
Step 1: Create the Segment with required Fields using WE31.
Step 2: Create an Idoc type.
again this also two types.
1) Basic type
2) Extension
Basic type means if u r working with Standard Idocs then we
are using Basic Type, otherwise if u r working with
Extended Idoc using Extension tppe.
execute we30 select any one from above both.
provide the idoc name and click on create provide sd and
assign the segment, select if the segment mandatary in that
idoc otherwise no need to select the check box.
execute we81 to create our own message type.
execute we82 to link the idoc type and message type.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / pnrao.abap
1.RFC-SM59
2.Port-WE21
3.Segment-WE31
4.IDoc type-WE30
5.Message Type-we81
6.Msg to IDoc type-WE82
7.IDOC display in HTML formate-WE61
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / venkata ramamohana rao s
Generally Idoc creation is Two Step Process.
Step 1: Create the Segment with required Fields using WE31.
Step 2: Create an Idoc type.
again this also two types.
1) Basic type
2) Extension
Basic type means if u r working with Standard Idocs then we
are using Basic Type, otherwise if u r working with
Extended Idoc using Extension tppe.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / basavaraj
1.Segment-WE31RFC-SM59
2.IDoc type-WE30
3.RFC-SM59
4.Port-WE21
5.Message Type-we81
6.Add IDoc type to mes type -WE82
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shakthi
1.create logical system bd54
2.assign logical system to client scc4
3.Trfc port sm59
4.port number bd21
5.partner profiles bd20
6.message type we81
7.idoc type we30
8.segment we31
9.model view bd64
10.link message type idoctype we82
11.selection program at sender side
12.posting at receiver side using function module
Is This Answer Correct ? | 0 Yes | 2 No |
How do you take care of performance issues in your ABAP programs?
HOW MANY IMPLEMENTATIONWE CAN CREATE IN BADI? WHAT IS THE USE OF REUSABLE IN BADI? HOW MANY IMPLEMENTATION IS ACTIVE IN PRODUCTION SYSTEM AT A TIME?
Explain the Importance of pa20? : abap hr
what is a buffer and how many types?
what is a value table?
When i Create a custom Table In Client 200 with MANDT Field , How to get the data of the same Table in Testing Client (Say 400) for testing purpose ? How can i do it ?
Where the payroll results are stored
When value table becomes check table?
What are Pull and Push Methods?
How many types of organization data?
What are table clusters?
What is get cursor field?