in a report there is two options for each there is a
seperate alv reportt. how to have form top-of-page for both
in same report.
Answer Posted / sateesh
for geeting top-of-page for each seperate alv reports in
same report.
we have two options
1> top-of-page[basic list]
2> top-of-page during line-selection[secondary lists].
develope with system field sy-lsild
sy-lsind:
List level of the list that is currently being created
(basic list: 0, details lists: greater than 0). For every
interactive list event, sy-lsind is automatically increased
by an increment of 1.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain the types of bdc's?
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 difference between scrolling a table horizontally and vertically?
How do you find out who has transported a transport request?
when u prefer lsmw?
Give examples of transparent table?
How do you do bdc for a table control? : abap bdc
What are the types of the software component being deployed in the sap?
When will the current screen processing terminates?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
Explain what is a logical database?
How do you Export a session ?
What is the use of buffering?
To find the date difference & excude saturday & sunday in between them
What is sap abap data classes?