what is the use of SLIS type pool in alv reports?
Answer Posted / a.chandramouli
SLIS is used in ALV's like Interactive,Classical and
Hierarchial ALV's. It is already built in system. The syntax
for the SLIS is:
TYPE-POOLS:SLIS.
DATA SECLARATION:
T_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,
W_FIELDCAT TYPE SLIS_FIELDCAT_ALV.
IT USES PARAMETERS LIKE
W_FIELDCAT-COL_POS, W_FIELDCAT-SELTEXT_M, W_FIELDCAT-TABNAME
AND SO ON
Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What is its? : abap hr
Can we define our own match code id's for sap matchcodes ?
What is database utility? : abap data dictionary
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is pnp-sw-found ? : abap hr
How do you read files from the presentation server ? : abap bdc
What is the difference between scrolling a table horizontally and vertically?
What are the different types of abap/4 programs?
What are uses of foreign key?
What are pool tables?
Exception handling and how does it transfer from called method to calling method?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
How to create any functions?
What are the arithmetic operators in the sap abap?
What is the full form of spro? : sap abap hr