CATS_ADDFI SAP (Additional Customer Fields on the Standard Interface) Structure details

Dictionary Type: Structure
Description: Additional Customer Fields on the Standard Interface




ABAP Code to SELECT data from CATS_ADDFI
Related tables to CATS_ADDFI
Access table CATS_ADDFI




Structure field list including key, data, relationships and ABAP select examples

CATS_ADDFI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Additional Customer Fields on the Standard Interface" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CATS_ADDFI TYPE CATS_ADDFI.

The CATS_ADDFI table consists of various fields, each holding specific information or linking keys about Additional Customer Fields on the Standard Interface data available in SAP. These include FIELD2 (Additional Field 2), FIELD3 (Additional Field 3), FIELD4 (Additional Field 4), FIELD5 (Additional Field 5).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CATS_ADDFI structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FIELD1Additional Field on Standard Interface CATSADDFIECHAR35TEXT35
FIELD2Additional Field 2 CATSADDFI2CHAR35TEXT35
FIELD3Additional Field 3 CATSADDFI3CHAR35TEXT35
FIELD4Additional Field 4 CATSADDFI4CHAR35TEXT35
FIELD5Additional Field 5 CATSADDFI5CHAR35TEXT35
FIELD6Additional Field 6 CATSADDFI6CHAR35TEXT35
FIELD7Additional Field 7 CATSADDFI7CHAR35TEXT35
FIELD8Additional Field 8 CATSADDFI8CHAR35TEXT35
FIELD9Additional Field 9 CATSADDFI9CHAR35TEXT35
FIELD10Additional Field 10 CATSADDFI10CHAR35TEXT35
FIELD1_WAdditional Field on Standard Interface CATSADDFIECHAR35TEXT35
FIELD2_WAdditional Field 2 CATSADDFI2CHAR35TEXT35
FIELD3_WAdditional Field 3 CATSADDFI3CHAR35TEXT35
FIELD4_WAdditional Field 4 CATSADDFI4CHAR35TEXT35
FIELD5_WAdditional Field 5 CATSADDFI5CHAR35TEXT35
FIELD6_WAdditional Field 6 CATSADDFI6CHAR35TEXT35
FIELD7_WAdditional Field 7 CATSADDFI7CHAR35TEXT35
FIELD8_WAdditional Field 8 CATSADDFI8CHAR35TEXT35
FIELD9_WAdditional Field 9 CATSADDFI9CHAR35TEXT35
FIELD10_WAdditional Field 10 CATSADDFI10CHAR35TEXT35

Key field Non-key field



How do I retrieve data from SAP structure CATS_ADDFI using ABAP code?

As CATS_ADDFI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CATS_ADDFI as there is no data to select.

How to access SAP table CATS_ADDFI

Within an ECC or HANA version of SAP you can also view further information about CATS_ADDFI and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!