what is the use of SLIS type pool in alv reports?
Answers were Sorted based on User's Feedback
Answer / lakshmi
Type pool SLIS is used in ALV as all related data types are
defined in type pool
Is This Answer Correct ? | 107 Yes | 10 No |
Answer / g.shankar
slis is standard type pool thru this we can access alv
reports..it is a system inbuilt type group..
Is This Answer Correct ? | 68 Yes | 9 No |
Answer / parshuram kokare
SLIS is a TYPE-POOL used for working with ALV. SLIS
contains definations for types, structures and tables which
we use in ALV.
Is This Answer Correct ? | 39 Yes | 8 No |
Answer / mouli
Slis is used in ALV report. In which it is a type group in data dictionary. If we double click in the report i,e TYPE-POOLS:SLIS.Double click on the Slis and it will display in the form of type group
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / kiran
Type pool SLIS is used in ALV as all related data types are
defined in type pool. It is a type group in data dictionary.
Is This Answer Correct ? | 10 Yes | 3 No |
Answer / naresh gundlapalli
SLIS is a predefined type pool in SAP that contains all the related data types we use in ALV
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / arjun manglekar
Advantage is that we have to use such types,
just by referring, them, (bcos they are already defined
Is This Answer Correct ? | 19 Yes | 14 No |
Answer / 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 |
Answer / ashlin
To improve code usability in any part of program or any part of class we use type pool(found in type-groups).
They are like include programs but not an include . <BR><font color="red">1.We use type pools when we we need to declare a global variable and access them.
2.They can be used several time...</font>
Is This Answer Correct ? | 2 Yes | 0 No |
How to join 3 tallies & looping. We have developed a program in a client say (200- client) and 210 has test data. No developing rights. How to test data?
what is difference between occurs1 and occurs2?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
what are medruck, rvorder01
What is Direct Input method?
what is mean by table control, where it is used? why it is use?
loop at itab. select matnr from mara into table itab upto 10 rows. endloop. will it work?
What is the alternative to batch input session?
Mention what is alv programming in abap?
Can we define our own match code id's for sap matchcodes ?
What are the requirements a dialog program must fulfill?
1) What is read with binary search? 2) I have initialization write ?a? Top-of-page write ?b? what is the output for this/ 3) If I don?t have start of selection event in report will it execute?it is mandatory or not? 4) What is table maintenance generator? 5) Is it advisable to have secondary index/ 6) How we will imlement BAPI? 7) What is process code in idoc? 8) Where the information msg will display? 9) Where warning msg will display? 10) Where we use watch point?what exactly watch point means? 11) What is a spool? 12) What is program name that contains all print program names and form names other than TNAPR? 13) How we will capture errors in bapi? 14) How to transfer std text from production to quality?