The ATO_TADIR_MAP table in SAP ERP or S/4HANA stores Mapping of item type to leading R3TR object type data. There are total 4 fields in ATO_TADIR_MAP table. The Mapping of item type to leading R3TR object type table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of ATO_TADIR_MAP table. It is in Common Core functions for internal use w/o translation (S_ATO_CORE) ABAP package and is part of the Manage and Import Software Collections (BC-SRV-APS-EXT-SL) module.
SAP ATO_TADIR_MAP Table Fields
Following is the list of fields that are available in SAP ATO_TADIR_MAP table. The primary key fields of the table are .
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| FIXED_RULE | Data element for domain BOOLE: TRUE (=’X’) and FALSE (=’ ‘) | BOOLE_D | CHAR (1) | |
| PGMID | Program ID in Requests and Tasks | PGMID | CHAR (4) | |
| OBJECT | Object Type | TROBJTYPE | CHAR (4) | |
| OBJ_NAME_RULE | Description of an adaptation Item | ATO_ITEM_DESCRIPTION | CHAR (127) |


