What is the difference between end-of-page and end-of-
selection?
Answer Posted / satish perumalla
end of page is used to print footers and it triggers after last record displayed in report
end of selection normally used in hr abap. it triggers after last record selection from database.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between RETURNING and CHANGING parameters for a method?
when are objects are passed from task to the change request?
What is the length of function code at user-command?
Module Pool Programming: Events and Table Control handling.
What are the different types of data dictionary objects? : abap data dictionary
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What are the aggregate objects in data dictionary? : sap abap data dictionary
if while coding power goes off , how to retrieve the codes?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
To find the date difference & excude saturday & sunday in between them
When value table becomes check table?
What are the main events of which are used for logical database?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What is the difference between synchronous and asynchronous update?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc