CAT_DAT_IO SAP (Data transfer of CATT modules to FMs and vice versa) Structure details

Dictionary Type: Structure
Description: Data transfer of CATT modules to FMs and vice versa




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




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

CAT_DAT_IO 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 "Data transfer of CATT modules to FMs and vice versa" 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_CAT_DAT_IO TYPE CAT_DAT_IO.

The CAT_DAT_IO table consists of various fields, each holding specific information or linking keys about Data transfer of CATT modules to FMs and vice versa data available in SAP. These include P02 (Character field of length 40), P03 (Character field of length 40), P04 (Character field of length 40), P05 (Character field of length 40).. 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: Not classified


SAP CAT_DAT_IO 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
P01Character field of length 40 CHAR40CHAR40CHAR40
P02Character field of length 40 CHAR40CHAR40CHAR40
P03Character field of length 40 CHAR40CHAR40CHAR40
P04Character field of length 40 CHAR40CHAR40CHAR40
P05Character field of length 40 CHAR40CHAR40CHAR40
P06Character field of length 40 CHAR40CHAR40CHAR40
P07Character field of length 40 CHAR40CHAR40CHAR40
P08Character field of length 40 CHAR40CHAR40CHAR40
P09Character field of length 40 CHAR40CHAR40CHAR40
P10Character field of length 40 CHAR40CHAR40CHAR40
P11Character field of length 40 CHAR40CHAR40CHAR40
P12Character field of length 40 CHAR40CHAR40CHAR40
P13Character field of length 40 CHAR40CHAR40CHAR40
P14Character field of length 40 CHAR40CHAR40CHAR40
P15Character field of length 40 CHAR40CHAR40CHAR40
P16Character field of length 40 CHAR40CHAR40CHAR40
P17Character field of length 40 CHAR40CHAR40CHAR40
P18Character field of length 40 CHAR40CHAR40CHAR40
P19Character field of length 40 CHAR40CHAR40CHAR40
P20Character field of length 40 CHAR40CHAR40CHAR40
P21Character field of length 40 CHAR40CHAR40CHAR40
P22Character field of length 40 CHAR40CHAR40CHAR40
P23Character field of length 40 CHAR40CHAR40CHAR40
P24Character field of length 40 CHAR40CHAR40CHAR40
P25Character field of length 40 CHAR40CHAR40CHAR40
P26Character field of length 40 CHAR40CHAR40CHAR40
P27Character field of length 40 CHAR40CHAR40CHAR40
P28Character field of length 40 CHAR40CHAR40CHAR40
P29Character field of length 40 CHAR40CHAR40CHAR40
P30Character field of length 40 CHAR40CHAR40CHAR40
P31Character field of length 40 CHAR40CHAR40CHAR40
P32Character field of length 40 CHAR40CHAR40CHAR40
P33Character field of length 40 CHAR40CHAR40CHAR40
P34Character field of length 40 CHAR40CHAR40CHAR40
P35Character field of length 40 CHAR40CHAR40CHAR40
P36Character field of length 40 CHAR40CHAR40CHAR40
P37Character field of length 40 CHAR40CHAR40CHAR40
P38Character field of length 40 CHAR40CHAR40CHAR40
P39Character field of length 40 CHAR40CHAR40CHAR40
P40Character field of length 40 CHAR40CHAR40CHAR40
P41Character field of length 40 CHAR40CHAR40CHAR40
P42Character field of length 40 CHAR40CHAR40CHAR40
P43Character field of length 40 CHAR40CHAR40CHAR40
P44Character field of length 40 CHAR40CHAR40CHAR40
P45Character field of length 40 CHAR40CHAR40CHAR40
P46Character field of length 40 CHAR40CHAR40CHAR40
P47Character field of length 40 CHAR40CHAR40CHAR40
P48Character field of length 40 CHAR40CHAR40CHAR40
P49Character field of length 40 CHAR40CHAR40CHAR40
P50Character field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table CAT_DAT_IO

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