What is field catalog. Describe the purpose of it?
Answer Posted / teknath bera
Field catalog containing descriptions of the list output
fields. You can use fields of the catalog to determine the
number format and column properties of the list to be
displayed.
The field catalog contains more than 60 fields, some of
which are only used internally. The field catalog is
defined in the Data Dictionary through table type
LVC_T_FCAT.
We can get field description by calling function module
REUSE_ALV_FIELDCATALOG_MERGE
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is singleton pattern in OOPS?
Which transaction code can I use to analyze the performance of abap program?
What are the two ways of producing a list within a transaction?
How to read files and process BDC's automatically ?
What two statements are required in an abap program to output an icon using a written statement?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
Explain some essential objects in abap dictionary?
What is roles and responsibilities of sap hr consultants? : sap abap hr
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are matchcodes?
What is the function of the transport system and workbench organiser?
What is generic buffering?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?