PINPEW25 SAP (P2E: Text Variables for Document Template) Structure details

Dictionary Type: Structure
Description: P2E: Text Variables for Document Template




ABAP Code to SELECT data from PINPEW25
Related tables to PINPEW25
Access table PINPEW25




Structure field list including key, data, relationships and ABAP select examples

PINPEW25 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "P2E: Text Variables for Document Template" 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_PINPEW25 TYPE PINPEW25.

The PINPEW25 table consists of various fields, each holding specific information or linking keys about P2E: Text Variables for Document Template data available in SAP. These include REQID (P2E: Policy Request ID), REQPR (Personnel number), REQNM (Formatted Name of Employee or Applicant), POGUI (P2E: Request Guid).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PINPEW25 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
REGUIP2E: Request Guid PIN_PE_REQ_GUIDCHAR22SYSUUID_22
REQIDP2E: Policy Request ID PIN_PE_REQIDCHAR10Assigned to domainPIN_PE_REQID
REQPRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
REQNMFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
POGUIP2E: Request Guid PIN_PE_REQ_GUIDCHAR22SYSUUID_22
STPIDPolicy Step ID PIN_PE_STEPIDCHAR8PIN_PE_STEPID
VERSNPolicy Version PIN_PE_VERSIONNUMC4NUMC04
AREKYArea Key PIN_PE_AREA_KEYCHAR5Assigned to domainPIN_PE_AREA_KEY
REQDTField of type DATS DATSDATS8DATS
PONAMDescription PIN_PE_DESCRIPCHAR60PIN_PE_DESCRIP
CRLEV3-Byte field CHAR3CHAR3CHAR3
CURANFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
CURAPPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
PREANFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
PREAPPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
NEXANFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
NEXAPPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
FSTATChar 20 CHAR20CHAR20CHAR20
DATARField of type DATS DATSDATS8DATS
DAYRCDummy for B20 int1 (Local Everywhere) INT1INT13INT1
PHESL3-Byte field CHAR3CHAR3CHAR3
CRESL3-Byte field CHAR3CHAR3CHAR3
SENTOField name ENAMECHAR5CHAR5
DANXTP2E: Day for Next Action PIN_PE_DAY_TXTNUMC3PIN_PE_DAY_TXT
NXTACP2E: Next Action PIN_PE_NXT_ACTIONCHAR2PIN_PE_NXT_ACTION
AGCODApprover Code PIN_PE_CODECHAR4Assigned to domainPIN_PE_CODE
AGENTActual Agent SWP_AAGENTCHAR14HROBJEC_14
APNAMFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
DANX1P2E: Day for Next Action PIN_PE_DAY_TXTNUMC3PIN_PE_DAY_TXT
NXTA1P2E: Next Action PIN_PE_NXT_ACTIONCHAR2PIN_PE_NXT_ACTION
AGCD1Approver Code PIN_PE_CODECHAR4Assigned to domainPIN_PE_CODE
AGNT1Actual Agent SWP_AAGENTCHAR14HROBJEC_14
APNM1Formatted Name of Employee or Applicant EMNAMCHAR40TEXT40
DNXT2P2E: Day for Next Action PIN_PE_DAY_TXTNUMC3PIN_PE_DAY_TXT
NXAC2P2E: Next Action PIN_PE_NXT_ACTIONCHAR2PIN_PE_NXT_ACTION
AGCD2Approver Code PIN_PE_CODECHAR4Assigned to domainPIN_PE_CODE
AGNT2Actual Agent SWP_AAGENTCHAR14HROBJEC_14
APNM2Formatted Name of Employee or Applicant EMNAMCHAR40TEXT40
DNXT3P2E: Day for Next Action PIN_PE_DAY_TXTNUMC3PIN_PE_DAY_TXT
NXAC3P2E: Next Action PIN_PE_NXT_ACTIONCHAR2PIN_PE_NXT_ACTION
AGCD3Approver Code PIN_PE_CODECHAR4Assigned to domainPIN_PE_CODE
AGNT3Actual Agent SWP_AAGENTCHAR14HROBJEC_14
APNM3Formatted Name of Employee or Applicant EMNAMCHAR40TEXT40
DNXT4P2E: Day for Next Action PIN_PE_DAY_TXTNUMC3PIN_PE_DAY_TXT
NXAC4P2E: Next Action PIN_PE_NXT_ACTIONCHAR2PIN_PE_NXT_ACTION

Key field Non-key field



How do I retrieve data from SAP structure PINPEW25 using ABAP code?

As PINPEW25 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PINPEW25 as there is no data to select.

How to access SAP table PINPEW25

Within an ECC or HANA version of SAP you can also view further information about PINPEW25 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!