What is field catalog. Describe the purpose of it?
Answers were Sorted based on User's Feedback
Answer / ahmed
field catalog is used to represent the field where to and how to appear in the list.
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / 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 |
Answer / lokesh
Field catalog is used to populate the list header .we can
change them as per ur requirement.
To prepare field catalog certain fields are
essential .They are :
Fieldname : Internal table field
tabname : Internal table name
seltext_m : Selection text in the field
ref_tabname : referrence table name.
Is This Answer Correct ? | 16 Yes | 7 No |
Answer / guest
This is used to define the output display properties of
data to be output using alv.
Is This Answer Correct ? | 13 Yes | 8 No |
Answer / andy
Hi buddies
You can get some more information about each individual field in field catalog from <a href="http://www.how2sap.com/blog/alv/using-reuse_alv_-function-modules-field-catalog-slis_t_fieldcat_alv/">Introduction to Field Catalog ( SLIS_T_FIELDCAT_ALV )</a>. For a complete reference on ALVs, you can try <a href="http://www.how2sap.com/blog/alv/working-with-sap-alv-how-to-start-programming-sap-alv/">SAP ALV Tutorial : SAP ALV programming techniques</a>.
Cheers
Andy
Is This Answer Correct ? | 3 Yes | 1 No |
Give an example of interface from your project explaining why you used it?
How do you copy the script from source alert?
What is exception class and test class. How to use it?
WHAT IS THE DIFFERENCE BETWEEN FILE PORT AND TRFC PORT ?
"I want to access one record, I don't know any key figures.How to do that"
Final class
What is a batch input session? : abap hr
Is a logical database a requirement/must to write an ABAP query?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
what is the meaning of movement type and how do we find this .....
How does the inventory get reduced after the delivery?
what are obsolete function modules FROM version 4.5b to ECC 6.