Answer Posted / manish
The field catalog is a table which contains information on the fields to be displayed on the ALV output.
First we need to build a field catalog before displaying any output in the ALV. We have the following three ways to build a field catalog.
To generate a field catalog semi-automatically:
Declare an internal table of type SLIS_T_FIELDCAT_ALV.
Call function module REUSE_ALV_FIELDCATALOG_MERGE and pass the DDIC structure of the output table and the internal table for the field catalog. The function module generates the field catalog and fills the internal table accordingly.
Read the rows you want to change, and adapt the fields accordingly. If your output table contains more fields than are stored in the Data Dictionary, you must append one row for each new field to the field catalog.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Can a filed occur in several field groups?
How many default tab strips are there? How to insert more tabs in it?
Performance tuning techniques
Can you delete data element, which is being used by table fields?
What type of user exits have you written ?
How to create any functions?
What is cts and what do you know about it? : abap hr
What are the drill-down features provided by abap/4 in interactive lists?
What are the different types of internal table?
When value table becomes check table?
Difference between domain and data element? What are aggregate object?
What is full form of bdc session? : abap bdc
Can you set up background processing using call transaction?
Explain what are the system fields? Explain?