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 are the differences between macro and subroutine?
Can we create a gui status in a program from the object browser?
What is the diff between database view and maintenance view?
2)In production what is the user exit?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What is the difference between Exit and Stop?
What are the dynapro keywords?
What are the two methods for modifying sap standard tables?
Explain what are interactive reports?
How many secondary indexes can we create in a table?
What are the features of abap/4 dictionary? : abap data dictionary
What are system variable in abap?
What is database view ? : sap abap data dictionary
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?