RPCABFAL SAP (Structure for List Output RPCABFA1) Structure details

Dictionary Type: Structure
Description: Structure for List Output RPCABFA1




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




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

RPCABFAL 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 List Output RPCABFA1" 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_RPCABFAL TYPE RPCABFAL.

The RPCABFAL table consists of various fields, each holding specific information or linking keys about Structure for List Output RPCABFA1 data available in SAP. These include BUKRS (Company Code), BUKRS_TXT (Company Code Text), WERKS (Personnel Area), WERKS_TXT (Personnel Area Text).. 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 RPCABFAL 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_TXTCompany Code Text PC03_BUTXTCHAR25TEXT25
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
WERKS_TXTPersonnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BTRTL_TXTPersonnel Subarea Text BTRTXCHAR15TEXT15
LOHNBEmployer Assignment Unit P03_LOHNBCHAR4Assigned to domainP03_LOHNB
LOHNB_TXTAssignment Name P03_LTEXTCHAR30TEXT30
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSG_TXTName of Employee Group PGTXTCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
PERSK_TXTName of Employee Subgroup PKTXTCHAR20TEXT20
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
ABKRS_TXTPayroll Area Text ABKTXCHAR20TEXT20
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
GBDATDate of Birth GBDATDATS8PDATEGBDAT
GESCHGender Key GESCHCHAR1GESCH
EINSDTEntry date PC03_EINSDTDATS8DATUM
EINT0041Date of Severance Pay According to Infotype 0041 PC03_EINST0041DATS8DATUM
PEDATRetirement Date PC03_PENSDATDATS8DATUM
DZBISEmployment Period in Years Until Reserve Key Date PC03_DZBISDEC5(2) DEC3_2
DZPENSEmployment Period in Years Until Pension PC03_DZPENSDEC5(2) DEC3_2
FAKT1RLG Severance Pay Factor According to AngG/ArbAbfG PC03_FAKTORDEC6(3) DEC3_3
FAKT2ESTG Severance Pay Factor Acc. to AngG and ArbAbfG PC03_FAKT2DEC6(3) DEC3_3
FLUKRRLG Severance Pay Factor According to AngG/ArbAbfG PC03_FAKTORDEC6(3) DEC3_3
MONBEZMonthly Pay PC03_MONBEZCURR15(2) PRBETRG
VGHDUPast Averages PC03_VGHDUCURR15(2) PRBETRG
ANTSZProportional Special Payments PC03_ANTSZCURR15(2) PRBETRG
MONENTMonthly Remuneration PC03_MONENTCURR15(2) PRBETRG
ABFBASeverance Pay Basis PC03_ABFBACURR15(2) PRBETRG
PROZSAPercentage Rate for Severance Pay PC03_PROZSADEC4(2) DEC2_2
ABFPRSeverance Pay Reserve According to Income Tax Law (EStG) PC03_ABFPRCURR15(2) PRBETRG
ABFRLGSeverance Pay Reserve Acc. to Austrian Accounting Act (RLG) PC03_ABFRLGCURR15(2) PRBETRG
KZMANIndicator for Manual Entry of Severance Pay Basis for EStG PC03_KZMANCHAR1CHAR1
KZMRLIndicator for Manual Entry of Severance Pay Basis for RLG PC03_KZMRLCHAR1CHAR1
KZBMVIndicator: Entry Into Employee Pension Scheme Acc. to BMVG PC03_KZBMVCHAR1CHAR1
TFMVKEntitlements Transferred to MVK in Percent PC03_TFMVKDEC5(2) DEC3_2
MVDATDate of MV Entry PC03_MVDATDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table RPCABFAL

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