what is the use of SLIS type pool in alv reports?
Answer Posted / 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 |
Post New Answer View All Answers
Explain badi in abap.
Differentiate screen painter from menu painter.
Explain what are the system fields? Explain?
What are the differences between domain and data element?
How do you find if a logical database exists for your program requrements?
What is your approach for writing a bdc program? : abap bdc
Why do we use logical blocks in abap program?
What are the various types of selection screen event?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
How the at-user command serves mainly in lists?
Explain the uses of the simple maintenance interface? : sap abap hr
Does sap handle multiple currencies?
Work most on which module: name a few tables?
What are the two statements which are required in an abap program to output an icon using a write statement?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.