RPCURLAL SAP (Structure for List Output RPCURLA1) Structure details

Dictionary Type: Structure
Description: Structure for List Output RPCURLA1




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




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

RPCURLAL 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 RPCURLA1" 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_RPCURLAL TYPE RPCURLAL.

The RPCURLAL table consists of various fields, each holding specific information or linking keys about Structure for List Output RPCURLA1 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 RPCURLAL 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
EINURLEntry Date for Pay Scale Jumps Due to Seniority fr. Lve Ent. PC03_EINTU0041DATS8DATUM
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
ZEHENTRemuneration for Each Leave Time Unit PC03_ZEHENTCURR15(2) PRBETRG
URSBTRGLeave Reserve Amount PC03_URSBTRGCURR15(2) PRBETRG
URESTVJRemaining Leave from Previous Years PC03_URESTVJDEC10(5) PTM_QUONUM
UANSPLJSOther Leave for Current Year PC03_UANSPLJSDEC10(5) PTM_QUONUM
UANSPLJGEntitled Leave for Current Year PC03_UANSPLJGDEC10(5) PTM_QUONUM
UANSPLJELeave Entitlement Earned for the Current Year PC03_UANSPLJEDEC10(5) PTM_QUONUM
UKONSLJLeave Taken in Current Year PC03_UKONSLJDEC10(5) PTM_QUONUM
UANSPRSLeave Entitlement for Reserves PC03_UANSPRSDEC10(5) PTM_QUONUM
DIVISORRemuneration Divisor for Each Time Unit PC03_DIVISORDEC5(2) STDAZ
DBFLAFEmployer's Contribution to Family-Related Exp. Fund (FLAF) PC03_DBFLAFDEC6(2) DEC4_2
KOMSTMunicipal Tax PC03_KOMSTDEC6(2) DEC4_2
SVDZEmployer's Additional Payment PC03_SVDZDEC6(2) DEC4_2
BMVP0BMV Employer's Contribution P03_BMVPRDEC6(2) DEC4_2
SVSZSocial Insurance Special Payment PC03_SVSZCURR15(2) PRBETRG
SVLFDRegular Social Insurance PC03_SVLFDCURR15(2) PRBETRG
LNKGESTotal Ancillary Payroll Costs PC03_LNKGESCURR15(2) PRBETRG
LNKRSAncillary Payroll Costs for Reserves PC03_LNKRSCURR15(2) PRBETRG
PROLNKPercentage Rate for Ancillary Payroll Costs PC03_PROLNKDEC15(2) PRANZHL
GESURLTotal Leave Reserve and Ancillary Payroll Costs PC03_GESURLCURR15(2) PRBETRG
SVPROZ1Percentage DB, DZ, KS, BMV PC03_SVPROZ1DEC15(2) PRANZHL
SVPROZ2Percentage for Special Payments PC03_SVPROZ2DEC15(2) PRANZHL
SVPROZ3Regular Percentage PC03_SVPROZ3DEC15(2) PRANZHL
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
P2006_HOTSPOTComment CHAR50CHAR50TEXT50
P0005_HOTSPOTComment CHAR50CHAR50TEXT50
CLBK_PROGApplication Log: Callback: Program name BALUEPCHAR40PROGNAME
CLBK_FORMApplication Log: Callback: Routine name BALUEFCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table RPCURLAL

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