Answer Posted / dhamendra
A standard SAP or customer-developed IDoc structure
intended to be used as the container for an entire message
or document. It outlines the structure of the document that
is to be exchanged.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
How do you find the information on the current screen?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is sap luw or update transaction?
How to use messages in lists?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
function modules are also external subroutines. State true or false. : abap modularization
Have you set up a back ground job ? How to create a background job without a variant ?
What is sap abap data dictionary?
How many primary keys can be created for a table?
What are interface/conversion programs in SAP?
What are the prerequisites for creating foreign key relationship?