what are ALV reports? how they are different from normal
reports? what are the main events that are used in an ALV
report? what is the use of SLIS type pool in alv reports?
Answer Posted / hari prasad 9538466365
ALV IS ABAP LIST VIEWER .IF OUTPUT IS MORE THAN 255
CHARACTERS WE CAN CHOOSE SELECETED COLUNS FROM OUTPUT REPORT
THIS IS MAIN DIFFERANCE.
THE FEATURES OF ALV ARE SORTING,FILTERING ,ETC....
TO AVOID CODING FOR PROCESSING LOGIC WE USE FUNCTION
MODULES IN ALV.
BY USING SLIS TYPE POOLS WE CAN USE REUSEEABLE DATA TYPES
IN FUNCTIONMODULES IN ALV REPORTS.
Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
Explain the call transaction method? : abap bdc
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What are standard layouts sets in the sap script?
What are Pull and Push Methods?
What are the classifications of the sap abap data classes?
What are the contents in technical specifications?
Why do we use types statement in abap programming?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
Is main window mandatory in smartforms?
How do you move on to the next screen in interactive reporting?
what is difference between set screen and call screen ?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc