SAP table TPAMA (Search Strings for Pattern Matching)
SAP table TPAMA has 3 primary key fields being MANDT,APPLI,PANAM.
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 | CLNT | 3 | 0 | T000 | MANDT | |
APPLI | Application to Which the String Is Assigned | CHAR | 4 | 0 | PAMA_APPLI | ||
PANAM | Search String Name | CHAR | 20 | 0 | PAMA_PANAM | ||
REGEX | Regular Printout | CHAR | 128 | 0 | PAMA_RX | ||
MAPEX | Mapped String | CHAR | 128 | 0 | PAMA_MX |