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
What are the personnel administration related infotypes? : abap hr
What are the function modules used in a sap script driver program?
What is the function of the correction system? : abap data dictionary
What is bdc programming in sap?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are the different types of views and their definition?
What two statements are required in an abap program to output an icon using a written statement?
What do you do when the system crashes in the middle of a BDC batch session?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
Why do we use events and actions in web dynpro?
Name some system global variables you can use in abap programs?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
How do you write a function module in sap?
Explain what is the significance of hide?
How do you Export a session ?