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
Mention the various databases integrities?
What is the difference between sum and collect?
Did you use buffering?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What does hide statement do?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is the difference between the function module and a normal abap/4 subroutine?
When the top-of-page event does get triggered?
What are local objects? : abap data dictionary
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
Which commands are used for interactive reports?
What are the dynamic actions and how to configure it? : sap abap hr
How we can give authorization on the fields of table control in a dialog-programming?
Explain how to Handle the internal tables in ABAP?
What are the dynapro keywords?