PRSX5 SAP (Screen Fields for SAPMPRSX Screen 0500) Structure details

Dictionary Type: Structure
Description: Screen Fields for SAPMPRSX Screen 0500




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




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

PRSX5 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 "Screen Fields for SAPMPRSX Screen 0500" 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_PRSX5 TYPE PRSX5.

The PRSX5 table consists of various fields, each holding specific information or linking keys about Screen Fields for SAPMPRSX Screen 0500 data available in SAP. These include POBID (Position ID), BEGDA (Start Date of Vacancy), JOBID (Job), JNAME (Job Name).. 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 PRSX5 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
SELECIndicator for list screen SELECCHAR1XFELD
POBIDPosition ID RSX_28CHAR9CHAR9
BEGDAStart Date of Vacancy RSX_27DATS8DATUM
JOBIDJob RSX_15CHAR9CHAR9
JNAMEJob Name RSX_16CHAR31CHAR31
EMPCTWork Contract RSX_18CHAR3CHAR3
EXMPTExempt/Non-Exempt Indicator RSX_19CHAR5CHAR5
SALRYSalary Range RSX_20CHAR15CHAR15
EEOCTEEO Category RSX_17CHAR5CHAR5
DOBIDOrganizational Unit RSX_01CHAR9CHAR9
DNAMEOrganizational Unit Name RSX_02CHAR31CHAR31
CLERKAdministrator RSX_04CHAR9CHAR9
PLANTPArea RSX_03CHAR5CHAR5
MANIDManager's Personnel Number RSX_05CHAR9CHAR9
MNAMEManager's Name RSX_06CHAR29CHAR29
FAXNOFax Number RSX_07CHAR19CHAR19
PHONETelephone number RSX_08CHAR13CHAR13
ROOMNRoom number RSX_09CHAR9CHAR9
BUILDBuilding RSX_10CHAR9CHAR9
EMAILE-Mail Address RSX_11CHAR41CHAR41
PLPLSPlant Section RSX_12CHAR9CHAR9
LVL01Organizational Level RSX_13CHAR31CHAR31
LVL02Organizational Level RSX_13CHAR31CHAR31
LVL03Organizational Level RSX_13CHAR31CHAR31
LVL04Organizational Level RSX_13CHAR31CHAR31
LVL05Organizational Level RSX_13CHAR31CHAR31
LVL06Organizational Level RSX_13CHAR31CHAR31
LVL07Organizational Level RSX_13CHAR31CHAR31
LVL08Organizational Level RSX_13CHAR31CHAR31
LVL09Organizational Level RSX_13CHAR31CHAR31
LVL10Organizational Level RSX_13CHAR31CHAR31
COSTCCost Center RSX_14NUMC16NUM16
GRADEPay scale group RSX_21CHAR9CHAR9
LEVELPay Scale Level RSX_22CHAR9CHAR9
CURRCCurrency RSX_23CHAR9CHAR9
PGPSGEmployee Eroup/Employee Subgroup RSX_24CHAR9CHAR9
SHIFTShift Indicator RSX_25CHAR9CHAR9

Key field Non-key field



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

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

How to access SAP table PRSX5

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