PBRLIST_GRH SAP (List items structure report HBRGRH0 (alimony)) Structure details

Dictionary Type: Structure
Description: List items structure report HBRGRH0 (alimony)




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




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

PBRLIST_GRH 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 "List items structure report HBRGRH0 (alimony)" 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_PBRLIST_GRH TYPE PBRLIST_GRH.

The PBRLIST_GRH table consists of various fields, each holding specific information or linking keys about List items structure report HBRGRH0 (alimony) data available in SAP. These include ENAME (Formatted Name of Employee or Applicant), IOCN1 (Case no.), EMFTX (Payee Text), IONUM (Internal order number).. 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 PBRLIST_GRH 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
IOCN1Case no. PBR_IOCN1CHAR25PBR_IOCN1
EMFTXPayee Text EMFTXCHAR40TEXT40
IONUMInternal order number P_IONUMNUMC4P_IONUM
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
DBCODDebt code P_DBCODCHAR2Assigned to domainP_DBCOD
RCCATRecord category PBR_RCCATCHAR1PBR_RCCAT
RCTXTRecord category description PBR_RCTXTCHAR40TEXT40
RCDATRecord date PBR_RCDATDATS8DATUM
AREQRAlimony: value requested in current calculation execution PBR_GAREQRCURR15(2) PRBETRG
DDNTKValue not deducted due to insufficient funds PBR_DDNTKCURR15(2) PRBETRG
RCAMTRecord value PBR_RCAMTCURR15(2) PRBETRG

Key field Non-key field



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

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

How to access SAP table PBRLIST_GRH

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