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 / prakash235
you can bulid three diffrent catlogues for three conditions.
as
if cond x.
perform build_cat1.
perform alv_display1.
elseif cond y.
perform build_cat2.
perform alv_display2.
elseif cond z.
perform build_cat3.
perform alv_display3.
endif.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
after creating lock object if does n't access record by second user what should we do?
What are the types of bdc s?
Explain the difference between a pool table and a transparent table?
I need some information regarding Vcentric Test pattern ? with questions.
Tell me a scenario where did you use secondary index?
How collect statement is different from append?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
Final class
Can we use flow logic control key words in abap/4 and vice-verse?
what is difference between user exit, customer exit and badi?
What are the different types of view?
How can you display frames (horizontal and vertical lines) in lists?
What is the reserve command?
Difference between function group and function module?
What is a batch input session? : abap hr