PTR_BUFFER_DIR is an SAP Structure so does not store data like a database table does but can be used to process "Line Type Buffer_Dir for PCL2 Buffer" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_PTR_BUFFER_DIR TYPE PTR_BUFFER_DIR .
Below is the documentation avaialable and full details of the fields which make up this Structure.
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.
| Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
| SGART | CHAR2 | CHAR | 2 | Version Number Component | ||
| CLIENT | MANDT | CLNT | 3 |
* | Client | |
| RELID | RELID_PCL1 | CHAR | 2 | Area identification on import/export database PCL1 | ||
| SRTFD | PCLKEY | CHAR | 40 | PCLx key | ||
| NTABX | SYTABIX | INT4 | 10 | Row Index of Internal Tables | ||
| OTABX | SYTABIX | INT4 | 10 | Row Index of Internal Tables | ||
| NNUXT | PCLSRTFD | INT4 | 10 | Sort field for PCLx (dup.key) | ||
| ONUXT | PCLSRTFD | INT4 | 10 | Sort field for PCLx (dup.key) |
| Key field | |
| Non-key field |
PTR_BUFFER_DIR - Line Type Buffer_Dir for PCL2 Buffer PTR_BALANCE_RULE_PROTO - LIMIT Log for Personnel Assignment PTR_BALANCE_RULES - Balances Rule T559P PTR_BALANCE_RULE - Balances Rule T559P PTR_AWT - Current Wage Type Information with Personnel Numbers PTR_ATIP - Current TIP Line with Personnel Number