SAP TABLES | Personnel Time Management(PT) SAP PT

PTR_BUFFER_DIR SAP Line Type Buffer_Dir for PCL2 Buffer Structure and data







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.



Display/Maintenance via SM30: Yes but with Restrictions

Enhancement category i: Cannot Be Enhanced
See here for more information about this and other SAP enhancement categories


SAP PTR_BUFFER_DIR Structure fields within data Dictionary





Field
Component Type
Data Typelength (Decimals)Check tableDescriptionConversion Routine
SGARTCHAR2CHAR2 Version Number Component
CLIENTMANDTCLNT3
*
Client
RELIDRELID_PCL1CHAR2 Area identification on import/export database PCL1
SRTFDPCLKEYCHAR40 PCLx key
NTABXSYTABIXINT410 Row Index of Internal Tables
OTABXSYTABIXINT410 Row Index of Internal Tables
NNUXTPCLSRTFDINT410 Sort field for PCLx (dup.key)
ONUXTPCLSRTFDINT410 Sort field for PCLx (dup.key)



Key field
Non-key field