CATT_DOCS is an SAP Table so does not store data like a database table does but can be used to process "CATT recording documents" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Table. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_CATT_DOCS TYPE CATT_DOCS .
Below is the documentation avaialable and full details of the fields which make up this Table.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Delivery Class: A - Application table containing master and transaction data
Display/Maintenance via SM30: Not Allowed
Enhancement category i: Can be enhanced (character-type or numeric)
See here for more information about this and other SAP enhancement categories
Field | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 |
* | Client | |
TCODE | TCODE | CHAR | 20 |
* | Transaction Code | |
PAR_ID | CATNR | CHAR | 30 | CATT - Test case | ||
DOCUMENT | BELNR_D | CHAR | 10 | Accounting Document Number | ALPHA | |
USER_CATT | SSM_USER | CHAR | 12 | User who generated the menu | ||
DATE_CATT | SSM_DATE | DATS | 8 | Date of Program Run | ||
TIME_CATT | SSM_TIME | TIMS | 6 | Run time |
Key field | |
Non-key field |