RPCEDTX0 SAP (Parameters for Report RPCEDTx0) Structure details

Dictionary Type: Structure
Description: Parameters for Report RPCEDTx0




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




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

RPCEDTX0 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 "Parameters for Report RPCEDTx0" 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_RPCEDTX0 TYPE RPCEDTX0.

The RPCEDTX0 table consists of various fields, each holding specific information or linking keys about Parameters for Report RPCEDTx0 data available in SAP. These include PRT_APER (Print current period), PRT_RCAL (Print retroactive runs), TYP_RCAL (Layout of retroactive runs), SRT_RCAL (Sort retroactive run printout).. 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)


SAP RPCEDTX0 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
PRT_FORMForm Indicator FORMUCHAR4FORMUFRL
PRT_APERPrint current period RP_PRT_ACHAR2PRT_A
PRT_RCALPrint retroactive runs RP_PRT_RRCHAR1PRT_RR
TYP_RCALLayout of retroactive runs RP_TYP_RRCHAR1TYP_RR
SRT_RCALSort retroactive run printout RP_SORT_RRCHAR1RR_SORT
CNT_TESTNumber of test forms RP_CNT_TSTNUMC1NUMC01
PRT_LANGOutput language RP_PRT_SPRCHAR1PRT_SPR
PRT_LINEPrint superlines RP_PRT_LINCHAR1XFELD
EXP_FORMExport form to memory RP_EXP_FRMCHAR1XFELD
PRT_ONDisplay print parameters RP_PRT_ONCHAR1XFELD
CUR_FPRetain currency for FOR period RP_CURR_FPCHAR1XFELD
CUR_IPUse currency for IN period RP_CURR_IPCHAR1XFELD
CUR_ALTUse alternative currency RP_CURR_ALTCHAR1XFELD
CUR_VALAlternative currency RP_CURR_VALCUKY5TCURCWAERS
PRT_OSRInclude Out-of-Sequence Reversals in Retroactive Accounting RP_PRT_OSRCHAR1XFELD
CHK_ESSCheck ESS RP_CHK_ESSCHAR1XFELD
PRT_PROTPrint Log RP_PRT_PROTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPCEDTX0

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