PESREDETF2 SAP (RED system: Final processing label rec.) Structure details

Dictionary Type: Structure
Description: RED system: Final processing label rec.




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




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

PESREDETF2 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 "RED system: Final processing label rec." 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_PESREDETF2 TYPE PESREDETF2.

The PESREDETF2 table consists of various fields, each holding specific information or linking keys about RED system: Final processing label rec. data available in SAP. These include IDENTIF (RED system message syntax identifier), VERSION (RED system: Message syntax version), PROCESO (Process sintaxis identifier), PR_VERS (RED system: Process syntax version).. 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 PESREDETF2 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
CABECERASegment header PES_REDCABCHAR3PES_REDCAB
IDENTIFRED system message syntax identifier PES_REDSTXCHAR4PES_REDSTX
VERSIONRED system: Message syntax version PES_SINVERNUMC1NUM1
PROCESOProcess sintaxis identifier PC04_PROCECHAR4PC04_PROCE
PR_VERSRED system: Process syntax version PES_PROVERNUMC1NUM1
CL_AUTORIRED System authorization key PB04_AUTORNUMC8NUM08
CL_SILCONRED system: Reserved 8 characters PES_RED08CHAR8CHAR8
FECHARED system: Preparation date PES_FECHANUMC8NUM8
HORARED system: Preparation time PES_HORANUMC4NUM4
REF_NAMERED System external file name PC04_FNAMECHAR8CHAR08
REF_SUFIRED system: Reference suffix for exchange control PES_SUFICHAR3CHAR3
PRIORED system: Priority key for processed message PES_REDPRICHAR1CHAR1
PRUEBATest indicator PC04_PRUEBCHAR1PC04_PRUEB
TOT_EMPRED system: EMP entry counter PES_TOTEMPNUMC5NUMC5
TOT_ALLRED system: Record total counter, including ETI/ETF PES_TOTALLNUMC8NUMC8
RESERVADORED system: Reserved PES_RES03CHAR3CHAR3

Key field Non-key field



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

As PESREDETF2 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 PESREDETF2 as there is no data to select.

How to access SAP table PESREDETF2

Within an ECC or HANA version of SAP you can also view further information about PESREDETF2 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!