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
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
How can you distinguish between different kinds of parameters?
State the system field for the current date?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is sap luw or update transaction?
Mention what is alv programming in abap?
Which table stores the programs created?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What is the function of the transport system and workbench organizer?
What are the kinds of foreign key fields?
What are domains and data element? : abap hr
Explain what are the different functions used in sap script? What are the parameters used in each function?
What are logical data bases used in hr module? : abap hr
What do you do when the system crashes in the middle of a BDC batch session?
What does the ‘suppress dialog’ do?