HRPAYBR_S_TERM SAP (Employment Agreement Termination) Structure details

Dictionary Type: Structure
Description: Employment Agreement Termination




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




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

HRPAYBR_S_TERM 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 "Employment Agreement Termination" 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_HRPAYBR_S_TERM TYPE HRPAYBR_S_TERM.

The HRPAYBR_S_TERM table consists of various fields, each holding specific information or linking keys about Employment Agreement Termination data available in SAP. These include COMP_NAME (Name), COMP_ADDR (Street), COMP_DISTRICT (District), COMP_CITY (City).. 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 HRPAYBR_S_TERM 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
CNPJ_CEICNPJ PBR_CGCCHAR18CGCRTPBR_CGC
COMP_NAMEName NAME1CHAR30TEXT30
COMP_ADDRStreet AD_STREETCHAR60TEXT60CLSTRTNAME
COMP_DISTRICTDistrict AD_CITY2CHAR40TEXT40CITY_PART
COMP_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
COMP_STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
COMP_ZIP_CODECity postal code AD_PSTCD1CHAR10CHAR10
CNAEEconomic activity PBR_ECONINUMC7NUMC07
CNPJ_TOMACNPJ PBR_CGCCHAR18CGCRTPBR_CGC
PIS_NRSIP/PSHFP number PBR_PSNRCHAR20PBR_PSNR
EE_NAMEComplete Name PAD_CNAMECHAR80TEXT80
EE_ADDRStreet AD_STREETCHAR60TEXT60CLSTRTNAME
EE_DISTRICTDistrict AD_CITY2CHAR40TEXT40CITY_PART
EE_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
EE_STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
EE_ZIP_CODECity postal code AD_PSTCD1CHAR10CHAR10
CTPS_NRWorker's Card for Social Welfare number - WCSW PBR_CTNRCHAR10PBR_CTNR
CTPS_SERIEWorker's Card series number - WCSW PBR_CTSRCHAR6PBR_CTSR
CTPS_UFState (FU) PBR_ESTADCHAR3PBR_ESTAD
CPF_NRSole Proprietor's Registry number (CPF) PBR_CPFNRCHAR15PBR_CPFNR
GBDATField of type DATS DATSDATS8DATS
MOTHER_NAMEComplete Name PAD_CNAMECHAR80TEXT80
CTYPEchar120 CHAR120CHAR120CHAR120
DISMISS_RSNchar120 CHAR120CHAR120CHAR120
REM_PREV_MONTHHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DHIREField of type DATS DATSDATS8DATS
DPRE_NOTEField of type DATS DATSDATS8DATS
DFIREField of type DATS DATSDATS8DATS
FGTSRFGTS movement reference code PBR_FGTSRCHAR4Assigned to domainPBR_FGTSR
ALIMONY_PERC_TRCTPercentage for alimony (cluster table) PBR_CLPCTDEC4(2) DEC2_2
ALIMONY_PERC_FGTSPercentage for alimony (cluster table) PBR_CLPCTDEC4(2) DEC2_2
CATTRCode of worker category PBR_CATTRCHAR2CHAR2
CATRXDescription of worker category PBR_CATRXCHAR40TEXT40
UNION_CODEText length 25 TEXT25CHAR25TEXT25
UNION_CNPJUnion tax code PBR_UNCGCCHAR18CGCRTPBR_CGC
UNION_NAMEText, 40 Characters Long TEXT40CHAR40TEXT40
PROVISIONS 0
ADJ_DEBIT_BALANCEHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOT_PROVISIONHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DEDUCTIONS 0
TOT_DEDUCTIONHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOT_NETHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PRINT_TERM_DISCHARGESingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table HRPAYBR_S_TERM

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