What's an effective way of using an internal table record?
Answer Posted / k.nagalakshmi
sorting the table and using binary search
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Describe the difference between macro and subroutine?
What are the basic functions of database utility?
What is search help exit? : sap abap data dictionary
What is buffering in abap?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What are the 3 types of function modules in sap?
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.
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What are client dependant objects in abap/sap?
When to use logical database?
What is update task
What are the Control levels in internal tables?
Can i have some Realtime Scenarios on Reports.
function modules are also external subroutines. State true or false. : abap modularization
When the top-of-page event does get triggered?