RPCJUBAL SAP (Structure for List Output RPCJUBA1) Structure details

Dictionary Type: Structure
Description: Structure for List Output RPCJUBA1




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




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

RPCJUBAL 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 RPCJUBA1" 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_RPCJUBAL TYPE RPCJUBAL.

The RPCJUBAL table consists of various fields, each holding specific information or linking keys about Structure for List Output RPCJUBA1 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 RPCJUBAL 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
JUB0041Anniversary Key Date According to IT 0041 PC03_JUB0041DATS8DATUM
DZBISEmployment Period in Years Until Reserve Key Date PC03_DZBISDEC5(2) DEC3_2
DZPENSEmployment Period in Years Until Pension PC03_DZPENSDEC5(2) DEC3_2
MONBEZMonthly Pay PC03_MONBEZCURR15(2) PRBETRG
RZASPInterest Rate for Accumulation Method for Reserve PB03_RZASPDEC5(2) DEC3_2V
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PENSDATRetirement Date PC03_PENSDATDATS8DATUM
JUBRST1Reserve Amount for First Anniversary PC03_JUBRST1CURR15(2) PRBETRG
JUBRST2Reserve Amount for Second Anniversary PC03_JUBRST2CURR15(2) PRBETRG
JUBRST3Reserve Amount for Third Anniversary PC03_JUBRST3CURR15(2) PRBETRG
JUBRST4Reserve Amount for Fourth Anniversary PC03_JUBRST4CURR15(2) PRBETRG
JUBRST5Reserve Amount for Fifth Anniversary PC03_JUBRST5CURR15(2) PRBETRG
JUBRST6 PC03_JUBRST6CURR15(2) PRBETRG
JUBRST0Total Anniversary Reserve Amount PC03_JUBRST0CURR15(2) PRBETRG
JUBRSTFAnniversary Reserve Turnover Margin PC03_JUBRSTFCURR15(2) PRBETRG
JUBRSTLAdditional Costs for Anniversary Reserve PC03_JUBRSTLCURR15(2) PRBETRG
JUBRSTAnniversary Reserve Amount PC03_JUBRSTCURR15(2) PRBETRG
JRESTGReserve Amount for Taxation P03_JESTGCURR15(2) PRBETRG

Key field Non-key field



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

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

How to access SAP table RPCJUBAL

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