RPTAXXXX SAP (Structure for Report Parameter RPT*) Structure details

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




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




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

RPTAXXXX 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 RPT*" 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_RPTAXXXX TYPE RPTAXXXX.

The RPTAXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPT* data available in SAP. These include MODUS (Mode for generating PC), PROTOCOL (Logging of interim results), BEGDA (Selection date for posting date), ENDDA (Selection date for posting date).. 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 RPTAXXXX 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
MULTINAMVariable field name for selection in table T554S MULTINAMCHAR11CHAR11
MODUSMode for generating PC MODUS_RP3CHAR1CHAR1
PROTOCOLLogging of interim results PROT_RPCHAR1CHAR1
BEGDASelection date for posting date BEGDA_RPDATS8DATUM
ENDDASelection date for posting date BEGDA_RPDATS8DATUM
MAP_NAMEName of batch input session MAP_NAMECHAR12CHAR12
RFILEName of dataset RFILECHAR60TEXT60
LISTEChoice of required lists LISTE_RP2NUMC1NUMC1
W_ZGRDDisplay result W_ZGRDCHAR1CHAR1
W_DIFFDisplay difference (documented time - working time) W_DIFFCHAR1XFELD
W_LLERGDisplay results from Incentive Wages W_LLERGCHAR1XFELD
PAR_LISTOverview/detailed list PAR_LISTCHAR1CHAR1
FORM_NRForm identification FORM_NRCHAR4CHAR4
SORTSort by ... SORT_RP4CHAR30CHAR30
PROTOLog PROTO_RPCHAR7CHAR7
TESTTest run TEST_RPCHAR7CHAR7
INCLALLInclude employees who have left the company INCLALLCHAR1CHAR1
DIFFMinimum difference (hours) DIFFDEC5(2) STDAZ
DIFF2Difference Amount (Hours) PT_DIFFDEC6(3) PT_STDAZ
TIMEARTTime type for positive recording TIMEARTCHAR4CHAR4
FIRSTMONDate for period evaluation FIRSTMONDATS8DATUM
SORTCHARSequence of sort criteria SORTCHARCHAR9CHAR9
INT_DTM1Internal date type INT_DTM1CHAR2CHAR2
INT_DTM2Internal date type INT_DTM1CHAR2CHAR2
LPERIODInitial period for selection LPERIODCHAR6CHAR6
HPERIODSelection end period HPERIODCHAR6CHAR6
STATUSStatus field for selecting data to be created STATUS_RPCHAR4CHAR4
STUNDEHours STUNDENUMC2NUMC2
ANZ_VECControl vector for scope and sequence of data ANZ_VECCHAR8CHAR8
SORT_FELDSort sequence SORT_FELDCHAR1CHAR1
SEQUIncoming transfer file for printout (formatted) SEQU_RPCHAR6CHAR6
SEQ2Logical file name for mini master records SEQ2_RPCHAR6CHAR6
ANZ_LOWStart of absence/attendance frequency ANZ_LOWCHAR3CHAR3
ANZ_HIGHStart of absence/attendance frequency ANZ_LOWCHAR3CHAR3
RSCHEMASchema RSCHEMACHAR4CHAR4
TEST_20Switch on test utilities for time evaluation TEST_RP20CHAR20CHAR20
PC_COMPLNew pair formation? PC_COMPLCHAR1XFELD
R_ONLINEBatch input session ONLINE_RPCHAR1CHAR1
FEHLVORSelection date for posting date BEGDA_RPDATS8DATUM
SRTFD_PCKey for cluster PC SRTFD_PCCHAR12CHAR12
I0005DATUMKey date for calculating remaining leave I0005DATUMDATS8DATUM
PRNTONLYOutput as printable list PRNTONLYCHAR1XFELD
H_DIFFHide employees with negative difference HIDEDIFFCHAR1XFELD
W_SOLLDisplay target time from Incentive Wages W_SOLLCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPTAXXXX

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