how ro trigger a top of page in alv report?
Answers were Sorted based on User's Feedback
Answer / buddula15
We can trigger any event in ALVs by add a record into
IT_EVENTS(internal table with fields event name and
subroutine name)parameter of REUSE_ALV_GRID_DISPLAY
Function module...
Buddula15
Is This Answer Correct ? | 14 Yes | 2 No |
Answer / franklin
top-of-page is trigerred after first write statement and it
will be displayed after we are writing start of selection
and end of selection
If start of selection and end of selection is missing then
the values in write statement vil not be displayed.So start
of selection and end of selection is mandatory for top of
page.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srujith
top-of-page event is triggered by first write statement in
the program.
Is This Answer Correct ? | 2 Yes | 10 No |
How we format the data before before write statement in report ?
What is the structure of bdcmsgcoll? : abap bdc
We created ZEMP table now i want to add more data but previous data should not disturb how can i do this?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
HOW TO TRANSFER MATERIAL MASTER DATA FROM LEGACY SYSTEM (ORACLE) TO SAP USING A FUNCTION MODULE BAPI_MATERIAL_SAVE_DATA. IF ANYBODY KNOW THE ANSWER PLZ MAIL TO MY ID SHAIKZIA@GMAIL.COM
in select _upto N ROWS IF N=0 THEN------------------are rows are selected?
Can we include customizing include or an append structure with pooled or cluster tables?
What is SAPscript and layout set?
Explain the difference between cluster tables and pool table?
hi friends i am having one doubt. if i have main window in secondpage also in smart form wether it will trigger are not?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.