Based on certain condition how can we show different columns in output of ALV?? For Ex if Condition A is met we need to show 1 5 and 7 column , If condition B is met we need to show 1 2 and 4 and if condition C is met we need to show 1 3 and 6.
Answer Posted / prakash rao
built three diffrent filedcatlogs for three diff conditions
and display output.
if cond x.
perform buildcat1.
perform alv display1.
elseif cond y
perform buildcat2.
perform alv display2.
elseif cond z.
perform buildcat3.
perform alv display3.
endif.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
where are the passwords for ITS stores?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
Where do you code the hide statement?
What is the process to enhance the Infotype
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What are the different types of laws. What are they?
What are data classes? What are the various data classes available for selection? : abap data dictionary
Difference between .Include and .append?
What is buffering in abap?
What are types of select statements?
Define abap/4 layer?
What are the two ways for restricting the value range for a domain ?
How to transfer data into line items using batch input session method? : abap bdc
What are the different window types in sapscript?
what is abstract classes