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
How do you set up background jobs in sap?
Why do we use types statement in abap programming?
What are the layers of data description in r/3? : abap data dictionary
What are the differences between table and structure in data dictionary?
Can a filed occur in several field groups?
Can a domain, assigned to a data element be changed?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are the features of abap/4 dictionary? : abap data dictionary
What are the user interfaces of interactive lists?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
Can we use transfer dataset to transfer data in internal table ?
What happens if we use leave to list-processing without using suppress-dialog?
What are smart forms?
What are the different methods of passing data?