PBSI_EMPLO_80 SAP (Structure representing TF_EMPLOYEE employee_data for TF 80) Structure details

Dictionary Type: Structure
Description: Structure representing TF_EMPLOYEE employee_data for TF 80




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




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

PBSI_EMPLO_80 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 representing TF_EMPLOYEE employee_data for TF 80" 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_PBSI_EMPLO_80 TYPE PBSI_EMPLO_80.

The PBSI_EMPLO_80 table consists of various fields, each holding specific information or linking keys about Structure representing TF_EMPLOYEE employee_data for TF 80 data available in SAP. These include STD_H_PAPE (Standard Hours In Pay Period), NET_WAGES (Net Wages), EST_ANN_GR (Estimated Annual Gross), EST_D_SP_I (Estimated Spousal Income).. 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 PBSI_EMPLO_80 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
VACAT_HOURVacation Hours: No. of hrs of vacation, severance or other BSI_VACHRSCHAR24BSI_HOURS
STD_H_PAPEStandard Hours In Pay Period BSISTDHPAPCHAR24BSI_HOURS
NET_WAGESNet Wages BSINETWAGECHAR24BSI_AMOUNT
EST_ANN_GREstimated Annual Gross BSIESTANGRCHAR24BSI_AMOUNT
EST_D_SP_IEstimated Spousal Income BSIESTSP_ICHAR24BSI_AMOUNT
C_ANN_GROSCalculated Annual Gross Wage BSICANGROSCHAR24BSI_AMOUNT
GROSS_WAGEGross Wages for Pay Period BSIGROSWAGCHAR24BSI_AMOUNT
PROC_CODEProcess Code: 0,1,2 Which TaxFactory functions to perform BSIPROCODECHAR1BSI_SHRT01
PAYME_TYPEBSI Interface: Payment Type BSIPAYMTYCHAR4BSI_SHRT04
GR_UP_CODEGross Up Code - 0-3 whether or not to do gross up process BSIGRUPCODCHAR1BSI_SHRT01
EMPLO_STATEmployee Status: Level of error messages to be archived BSIEMPSTATCHAR6BSI_SHRT06
W_PROC_CODWage Process Code; whether to assess contrib. earn. or both BSIWPROCODCHAR1BSI_SHRT01
CONTR_ALLOHow to allocate benefit plan contrib in reciproc. situations BSICONTALOCHAR1BSI_SHRT01
RECIP_CODEReciprocal Code - 0,1 turn reciprocal process on or off BSIRECCODECHAR1BSI_SHRT01
PAY_PERIODPay Frequency - how frequently the employee is paid/year BSIPAY_PERCHAR6BSI_SHRT06
YTD_PAY_PEYear To Date Pay Periods BSIYTDPYPECHAR6BSI_SHRT06
NUM_TX_ENTNumber Of Tax Entries - The number of tax structures/records BSINUTXENTCHAR3BSI_SHRT03
EMPLO_CODEEmployee Code - employee number BSIEMP_CODCHAR11BSI_CHAR11
EMPLO_NAMEEmployee Name - The name of the employee being processed. BSIEMP_NAMCHAR30BSI_CHAR30
COMPA_CODECompany Code to which Employee belongs to BSICOMPCODCHAR11BSI_CHAR11
GROUP_CODEGroup Code to which employee belongs BSIGRP_CODCHAR11BSI_CHAR11
CHECK_DATECheck Date YYYYMMDD - The date on which the employee is paid BSICHKDATEDATS8BSI_CHARDT
ROLOVR_ELGBSI : Rollover Eligible BSIROLLELGCHAR1BSIYESNO
ROLOVR_MTHBSI: Rollover Months BSIROLLMTHCHAR3BSI_SHRT03
EMP_TYPEBSI: Employee Type BSIEMPTYPECHAR1BSIEMPTYPE
NUM_GARNBSI : Number of Garnishments BSINUMGARNCHAR3BSI_SHRT03
PROC_GARNBSI: Process Garnishments BSIPROGARNCHAR1BSIYESNO
MSG_LEVELBSI: Message Level BSIMESGLVLCHAR1BSIMESGLVL
COMP_PLANBSI: Company Plan BSICOMPLANCHAR1BSIYESNO
GARN_GRPBSI: Garnishment Group BSIGARNGRPCHAR12BSI_CHAR12
BIRTHDATEBSI: BirthDate YYYYMMDD BSIBRTHDTEDATS8BSI_DATE
DISB_DATEBSI: Disbursement Date YYYYMMDD BSIDISBDTEDATS8BSI_DATE
PRI_STATEBSI: Principal State Of Employment BSIPRISTATCHAR3BSI_CHAR03
RES_STATEBSI: Resident State BSIRESSTATCHAR3BSI_CHAR03
DRSVD0BSI interface: AMOUNT BSI_AMOUNTCHAR24CHAR_DOUBL
DRSVD1BSI interface: AMOUNT BSI_AMOUNTCHAR24CHAR_DOUBL
STATRY_EMPLOBSI: Statutory Employee Parameter BSISTATRYEMPCHAR1BSISTATRYEMP
SRSVD0BSI - Short BSI_SHORTCHAR3BSI_SHRT03
SRSVD1BSI - Short BSI_SHORTCHAR3BSI_SHRT03
CRSVD0BSI Character: length 16 BSI_CHAR16CHAR16BSI_CHAR16
CRSVD1BSI Character: length 16 BSI_CHAR16CHAR16BSI_CHAR16

Key field Non-key field



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

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

How to access SAP table PBSI_EMPLO_80

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