Answer Posted / 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 |
Post New Answer View All Answers
What type of user exits have you written ?
Explain what are the events used in interactive reports?
What is narrow casting and wide casting?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Where do you code the hide statement?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What takes most time in SAP script programming?
What are the field and chain statements?
What is the Difference between At Line selection and At user-command?
What is a data class? : abap data dictionary
How can we use multiple transactions by using bdc_insert? : abap bdc
What is a data dictionary? : sap abap data dictionary
Differentiate between table and template ?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.