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
Explain what are standard layouts sets in the sap script?
Differentiate between the uline and write: sy-uline statements if any?
What is check table?
When will the current screen processing terminates?
Can we write the code both call transaction and session method in single program?
From Excel to ABAP - Is batch mode possible ?
What are the different types of views and their definition?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What are table clusters?
What is static attribute
What are the classifications of the sap abap data classes?
Is a logical database a requirement/must to write an abap/4 query?
What kind of deliverables you have on a day to day basis?
what are Hana Basics