Answer Posted / gvkreddy
SORT itab by BINARY SEARCH
LOOP at itab.
write:...
ENDLOOP.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
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 time constraint ? : abap hr
hi my name is amit i have passed BE(CSE) with honours(72%) in 2006 yr. i have completed SAP/ABAP training with good exposer. i need a staffing company which can provide me real time exposer in SAP R/3. so plz help me out and send any information regarding on my mail id or tele. no. 9999784331 thanks
What are data classes? What are the various data classes available for selection? : abap data dictionary
What are the function of the transport system and workbench organiser? : abap data dictionary
Describe the difference between macro and subroutine?
What are the different types of parameters? : abap modularization
What are the basic functions of database utility? : abap data dictionary
What will exactly the hide statement do?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
How do you get the number of lines in an internal table?
What is bdc programming in sap?
How many lists can a program can produce?
How can you access the function code from menu painter?
What is the table buffer? Which type of tables used this buffer?