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


Please Help Members By Posting Answers For Below Questions

What is a data dictionary? : sap abap data dictionary

551


What is an abap dictionary? : abap data dictionary

594


Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?

563


How do you find if a logical database exists for your program requirements?

638


A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary

670






In the MM module for finding out the standard cost what is the view one has to look at?

614


How are the function code handles in flow logic?

607


What is meant by performance analysis? Have done anything to improve the performance?

552


What is function group?

610


Describe the difference between macro and subroutine?

632


What is the different between abap and ooabap? Why do we use ooabap?

629


What are matchcodes?

551


Can you print decimals in type n? What is difference between float and packed data type?

754


Double click function on the lists, identifying the line selected by the user on the list?

626


What abap statement will trigger list generation?

621