What secondary index and use of it and how many secondary index we can create?
Answer / roy
Secondary index can be create based on the primary key or non primary key or only with non-primary key of a table.
Use of secondary key to fetch the data faster from the database.
We can create maximum 9 secondary index.
Is This Answer Correct ? | 0 Yes | 0 No |
Events in Reporting. Which events we can ignore while coding.
What are ranges? What are number ranges?
Give an example of interface from your project explaining why you used it?
what is the procedure for direct I/P method?
How to declare an Internal Table?
How we will handle the Page Breaking in Smart Form?
what is BAPI?
6 Answers FutureSoft, IntelNet, jusco,
How did you test the form u developed? How did you taken print?
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.
1 Answers Cibernetix Business Systems,
What are the different types of luws?
what are the tools in lsmw?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary