SAP table AGR_TCDTXT (Assignment of roles to Tcodes)
SAP table AGR_TCDTXT has 5 primary key fields being MANDT,AGR_NAME,LANGU,TYPE,TCODE.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client ID | CLNT | 3 | 0 | * | SYMANDT | |
AGR_NAME | Role Name | CHAR | 30 | 0 | * | AGR_NAME | |
LANGU | Language Key | LANG | 1 | 0 | SYLANGU | ||
TYPE | Report type | CHAR | 2 | 0 | * | REPORTTYPE | |
TCODE | Transaction Code | CHAR | 20 | 0 | * | TCODE | |
TEXT | Text of Menu Option | CHAR | 80 | 0 | SSM_TITLE |