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 are the functional areas? User groups?
What does an exec sql statement do in abap? What is the disadvantage of using it?
What is lock objects? : sap abap data dictionary
What primary key and foreign key relationship
Give an example of interface from your project explaining why you used it?
Explain what are the events in screen programming?
What is repository info. Systems? : abap data dictionary
What is constructor expression in nw abap 7.4?
Does every abap/4 have a modular structure? : abap modularization
What are the screen painter and menu painter?
Explain the use of insert and append statement in sap abap?
Explain buffering
What is the significance of the screen number ‘0’?
How do you use structures in the abap programs?
List some of the many different ways that the sap standard functionality can be changed by a customer?