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
What is repository info. Systems? : abap data dictionary
Explain what is the significance of hide?
What are the disadvantages of logical databases?
How to combine multiple order in one Delivery ( Step by Step)?
What are dml commands in abap?
What is sap luw or update transaction?
What are the events we use in dialog programming and explain them?
Program lines for the radio button selection and unabling some input variables in section screen
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are conditional chain statement?
Update types in Call transaction method. What is the difference?
Did you create help views?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the types of parameters in the function modules?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary