CATS_SA_ADDFI SAP (Structure for service attribute fields) Structure details

Dictionary Type: Structure
Description: Structure for service attribute fields




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




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

CATS_SA_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 "Structure for service attribute fields" 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_SA_ADDFI TYPE CATS_SA_ADDFI.

The CATS_SA_ADDFI table consists of various fields, each holding specific information or linking keys about Structure for service attribute fields data available in SAP. These include SA_FIELD2 (Service Attribute 2), SA_FIELD3 (Service Attribute 3), SA_FIELD4 (Service Attribute 4), SA_FIELD5 (Service Attribute 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_SA_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
SA_FIELD1Service Attribute 1 CATS_SA_ADDFI1CHAR35TEXT35
SA_FIELD2Service Attribute 2 CATS_SA_ADDFI2CHAR35TEXT35
SA_FIELD3Service Attribute 3 CATS_SA_ADDFI3CHAR35TEXT35
SA_FIELD4Service Attribute 4 CATS_SA_ADDFI4CHAR35TEXT35
SA_FIELD5Service Attribute 5 CATS_SA_ADDFI5CHAR35TEXT35
SA_FIELD6Service Attribute 6 CATS_SA_ADDFI6CHAR35TEXT35
SA_FIELD7Service Attribute 7 CATS_SA_ADDFI7CHAR35TEXT35
SA_FIELD8Service Attribute 8 CATS_SA_ADDFI8CHAR35TEXT35
SA_FIELD9Service Attribute 9 CATS_SA_ADDFI9CHAR35TEXT35
SA_FIELD10Service Attribute 10 CATS_SA_ADDFI10CHAR35TEXT35
SA_FIELD1_WService Attribute 1 CATS_SA_ADDFI1CHAR35TEXT35
SA_FIELD2_WService Attribute 2 CATS_SA_ADDFI2CHAR35TEXT35
SA_FIELD3_WService Attribute 3 CATS_SA_ADDFI3CHAR35TEXT35
SA_FIELD4_WService Attribute 4 CATS_SA_ADDFI4CHAR35TEXT35
SA_FIELD5_WService Attribute 5 CATS_SA_ADDFI5CHAR35TEXT35
SA_FIELD6_WService Attribute 6 CATS_SA_ADDFI6CHAR35TEXT35
SA_FIELD7_WService Attribute 7 CATS_SA_ADDFI7CHAR35TEXT35
SA_FIELD8_WService Attribute 8 CATS_SA_ADDFI8CHAR35TEXT35
SA_FIELD9_WService Attribute 9 CATS_SA_ADDFI9CHAR35TEXT35
SA_FIELD10_WService Attribute 10 CATS_SA_ADDFI10CHAR35TEXT35

Key field Non-key field



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

As CATS_SA_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_SA_ADDFI as there is no data to select.

How to access SAP table CATS_SA_ADDFI

Within an ECC or HANA version of SAP you can also view further information about CATS_SA_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!