Answer Posted / prabu
Plz consider this answer.
if wrong correct it.
we can create upto 16 primary indexes.
09 secondary indexes.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Fallback class
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What is the difference between Exit and Stop?
List some of the many different ways that the sap standard functionality can be changed by a customer?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What are the different methods of bdc? : abap bdc
what is mean be On Change of in Control Break statement
How are BAPI different from normal function modules?
how to modify the standard method as per your requirement
What is the significance of delivery class?
What are the page windows? How many main windows will be there in a page window?
What are the events driven batch jobs?
Persistent class
What is the full form of spro? : sap abap hr
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.