In Interactive How you see 5 to 9th sec -list?
Answer Posted / aditya
i think you can use sy-lsind.
say if u want to view the 5th list.
if sy-lsind=5.
statement....
endif.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How collect statement is different from append?
what are the various types of parameters and how are they distinguished from one another?
How to handle error in session method? : abap bdc
What will happen when we use fully buffered in abap?
Does every abap/4 have a modular structure? : abap modularization
How to insert a line into abap internal tables?
State the system field for the current date?
What statement will be found in an sap application program that implements a function module exit?
What are the kinds of foreign key fields?
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 the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
What are the drill-down features provided by abap/4 in interactive lists?
What is an Open Item in SAP? How will you find an Open Item in SAP?
What are the parameters in bdc_insert? : abap bdc
Explain how to Handle the internal tables in ABAP?