RPWXXXXX SAP (Structure for Report Parameter RPW*) Structure details

Dictionary Type: Structure
Description: Structure for Report Parameter RPW*




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




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

RPWXXXXX 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 Report Parameter RPW*" 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_RPWXXXXX TYPE RPWXXXXX.

The RPWXXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPW* data available in SAP. These include PROZL (Percentage for incentive wage earners), DIVISOR (Divisor type), PRZUPLIM (Minimum percentage for upgrading), PRZDOLIM (Minimum percentage for downgrading).. 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 RPWXXXXX 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
PROZZPercentage rate for time wage earners PROZZNUMC3NUM3
PROZLPercentage for incentive wage earners PROZLNUMC3NUM3
DIVISORDivisor type DIVISORCHAR1CHAR1
PRZUPLIMMinimum percentage for upgrading PRZUPLIMCHAR3CHAR3
PRZDOLIMMinimum percentage for downgrading PRZDOLIMCHAR3CHAR3
SHOWEVERCheckbox RP_XFELDCHAR1XFELD
BDCMODEControl for 'online/session/statistics' BDCMODE_RPCHAR1CHAR1
BDCDESTControl posting to HR BDCDEST_RPCHAR1XFELD
DMODETransaction procedure in foreground/background DMODE_RPCHAR1CHAR1
RFILEName of dataset RFILE_RPCHAR30TEXT30
MAX_UPDForce update for records MAX_UPDNUMC4NUM4
SELPERIOYear and period concatenated SELPERIONUMC6NUM06
PROTO_GELog with detailed output PW_PROTOCHAR1XFELD
PROTO_GKLog with detailed output PW_PROTOCHAR1XFELD
PROTO_LELog with detailed output PW_PROTOCHAR1XFELD
PROTO_LKLog with detailed output PW_PROTOCHAR1XFELD
PROTO_PELog with detailed output PW_PROTOCHAR1XFELD
UPDATE_SWUpdate database PW_UPDATECHAR1XFELD
UPDATE_NONumber of data records PW_MAXUPDNUMC4NUM4
DAYS_STATUS_3Duration (days) PW_DAYS_STATU3NUMC4NUM4

Key field Non-key field



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

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

How to access SAP table RPWXXXXX

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