HBR3RDER01 SAP (Structure for items in List Output of Third Entity Report) Structure details

Dictionary Type: Structure
Description: Structure for items in List Output of Third Entity Report




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




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

HBR3RDER01 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 "Structure for items in List Output of Third Entity Report" 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_HBR3RDER01 TYPE HBR3RDER01.

The HBR3RDER01 table consists of various fields, each holding specific information or linking keys about Structure for items in List Output of Third Entity Report data available in SAP. These include RET_YEAR (Year), RET_MONTH (Month), DES_MONTH (Month long text), DES_PAYROLL (Description of payroll data).. 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: Cannot Be Enhanced


SAP HBR3RDER01 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
TOTALHeader for total of Society PBR_TOTALCHAR20CHAR20
RET_YEARYear PBR_ANONUMC4NUMC4
RET_MONTHMonth PBR_MESNUMC2NUMC2
DES_MONTHMonth long text FCLTXCHAR10TEXT10
DES_PAYROLLDescription of payroll data PBR_TXTPICHAR30CHAR30
THIREThird-party PBR_THIRECHAR4PBR_THIRE
DES_THIREThird-party PBR_TXT3ECHAR15CHAR15
BUKRSCompany code PBR_BUKRSCHAR4CHAR4
DES_BUKRSName of Company Code or Company BUTXTCHAR25TEXT25
STATEFederation Unit PBR_UFCHAR2CHAR2
FILIABranch code PBR_FILIACHAR4PBR_FILIAHRPADBRB1
DES_FILIABranch PBR_TXTFICHAR34CHAR34
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
DES_WERKSPersonnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
DES_BTRTLPersonnel Subarea Text BTRTXCHAR15TEXT15
CGCGreu: CNPJ or SRS number PBR_CGCEICHAR14CHAR14
RETOTTotal basis cumulation for SIB PBR_BT3RDCURR15(2) PRBETRG
AMT_CURR_TOTCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PERPYContribution percentage for payment of agreements PBR_PERPY_CCHAR5CHAR5
REPAYThird-party payment amount without discount PBR_PY3RDCURR15(2) PRBETRG
AMT_CURR_PAYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PERDIDiscount percentage for agreements PBR_PERDI_CCHAR6CHAR6
RESAVDiscount amount PBR_SV3RDCURR15(2) PRBETRG
AMT_CURR_SAVCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REREIThird-party payment amount with discount PBR_RP3RDCURR15(2) PRBETRG
AMT_CURR_REICurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NUEMPNumber of processed employees PBR_COUNTINT410INT4

Key field Non-key field



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

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

How to access SAP table HBR3RDER01

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