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 create a button in selection screen? how to add a gui status in a selection screen?
What is the Tcode for System Dump?
How do you find the information on the current screen?
I want to disable a field in selection screen so that it does not appear while displaying.How can i do that?wat wud be the code?
How to see the error message if we use call transaction method in BDC ??
1/ how can u move a logo from presentation server to application server ? 2/ The logo uploaded using rstxldmc prog . where it is going to store ? 3/ The logo is got inverted then how u handle this situation ? 4/what r clients ? what r the client no available in a company ? 800 client for which application ? 5/if i will display data by writing statement on start-of- selection then what is need of end-of-selection in classical reporting ? 6/ can u use at-line-selection & user-comand at atime in same programe ?
what is current version of sap r/3 ?
what is the print program used to change the status of IDOC from 03-12.
What is BDC programming?
What are base tables of an aggregate object? : abap data dictionary
In one of our zflash against collections report is not matching with the actual collections i.e invoice valuse of 200000 and payment had received for entire invoice and as per accounts of the particular customer this invoice is cleared but when we had tken z flash for collections which had developed my ABAP tem it's not matching.it's happened for many invoices how to get right report as per the payment details?
What are the different types of views and their definition?