SAP Table AGR_TCODES
Assignment of roles to Tcodes
AGR_TCODES (Assignment of roles to Tcodes) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link AGR_TCODES to other SAP tables.
AGR_TCODES table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||
---|---|---|---|---|---|---|---|---|
MANDT | Client ID | SYMANDT | T000 | CLNT | 3 | 0 | ||
AGR_NAME | Role Name | AGR_NAME | AGR_DEFINE | CHAR | 30 | 0 | ||
TYPE | Report type | REPORTTYPE | SREPOTYPES | CHAR | 2 | 0 | ||
TCODE | Extended program name | AGXREPORT | CHAR | 48 | 0 | |||
EXCLUDE | Exclusive | AGR_EXCL | CHAR | 1 | 0 | |||
DIRECT | Flag to show that the transaction was input directly | AGR_DIRE | CHAR | 1 | 0 | |||
INHERITED | Flag to show that the entry was inherited | AGR_INHE | CHAR | 1 | 0 | |||
FOLDER | Counter for menu ID | MENU_NUM_5 | NUMC | 5 | 0 |
AGR_TCODES foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
AGR_TCODES | AGR_NAME | AGR_TCODES | MANDT | AGR_DEFINE | Role definition | MANDT |
AGR_TCODES | AGR_NAME | AGR_TCODES | AGR_NAME | AGR_DEFINE | Role definition | AGR_NAME |
AGR_TCODES | MANDT | AGR_TCODES | MANDT | T000 | Clients | MANDT |
AGR_TCODES | TYPE | AGR_TCODES | TYPE | SREPOTYPES | Reporting: Report Types | REPORTTYPE |