what is the use of SLIS type pool in alv reports?
Answer Posted / nitesh kohli
SLIS is type group.
Type group is a combination of several type declarations.
When ever you use SLIS , you need to mention Type-Pool: SLIS always.
Once a type group is called inside the program , a program can access all the decleration in it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is conversion of data types done between abap/4 & external level?
after creating lock object if does n't access record by second user what should we do?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Explain the disadvantages of abap query tool?
What are the disadvantages of using explicit enhancement?
Explain what are the problems in processing batch input sessions?
What is an evaluation path? : sap abap hr
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What is delivery class? : abap data dictionary
Explain the different types of data dictionary objects?
What is buffering in abap?
What are field groups?
What are the update types possible?
Explain what is a foreign key relationship? Explain this with the help of an example.