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 takes most time in SAP script programming?
Can a transparent table exist in the data dictionary but not in the database physically?
What are the basic components of dialog program?
How we can give authorization on the fields of table control in a dialog-programming?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
How you attach search help to data element? : sap abap data dictionary
what next in SAP-ABAP/4 is it going to be change?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
Explain the differences between at selection-screen and at selection-screen output?
What is the bitwise operator in the sap abap?
What are the types of data types in the sap abap?
Is it possible to pass data to and from include programs explicitly?
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
What are the 3 types of function modules in sap?
What is tmg?