RPCIXXXX SAP (Structure for Report Parameter RPCI*) Structure details

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




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




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

RPCIXXXX 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 RPCI*" 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_RPCIXXXX TYPE RPCIXXXX.

The RPCIXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPCI* data available in SAP. These include SEK_DAT (Name of secondary file), OUTDATA (Name of output file), MESS_DA (Name of message file), R_PCL1 (Handling of PCL1 data during export).. 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 RPCIXXXX 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
DATASETName of export file DATASET_RPCHAR40TEXT40
SEK_DATName of secondary file SEK_DATCHAR40TEXT40
OUTDATAName of output file OUTDATACHAR40TEXT40
MESS_DAName of message file MESS_DACHAR40TEXT40
R_PCL1Handling of PCL1 data during export RPCL1CHAR1CHAR1
R_PCL2Handling of PCL2 data during export RPCL2CHAR1CHAR1
R_PRELHandling of infotypes during export RPRELCHAR1CHAR1
R_WTYPHandling of wage types during export RWTYPCHAR1CHAR1
S_DIFFChecking data for differences SDIFFCHAR2CHAR2
DATASET2Name of import file DATASETRP2CHAR40TEXT40
DSN01Name of work file DSN01CHAR20CHAR20
BELSPLITDocument split criterion BELSPLITCHAR2CHAR2
REFERENZPrefix for external documents REF_RPCHAR5CHAR5
MAXBELMax.number of lines per document MAXBELNUMC3NUM3
HV053Text key for segment text template HV053CHAR5CHAR5
GROUP_RPSession name GROUP_RPCHAR12CHAR12
USER_RPFile created by USER_RPCHAR12CHAR12
REL_RPTarget release REL_RPCHAR2CHAR2
BUKRSMONSpecial periods: company code/period BUKRSMONCHAR6CHAR6
BELSPLIT2FI document split BELSPLIT2CHAR1P_BELSPLIT
D_KTOPLKTOChart of accounts/account for revision tool D_KTOPLKTOCHAR14CHAR14
CO_SPLITCO session split CO_SPLITCHAR1P_CO_SPLIT
CO_BATCHSession name for CO postings CO_BATCHCHAR12CHAR12
SEQ_OUTUnix file name SEQ_OUTCHAR45CHAR45
SRCE_SYSSystem SRCE_SYSCHAR2P_SRCE_SYS
CONVERTConversion logic CONVERTCHAR2P_CONVERT
SRCE_TYPSource type SRCE_TYPCHAR1CHAR1
MANDT_43Two-character client number for transfer to R/2 4.3 P_MANDT43NUMC2NUMC2
STCOLFirst output column in the TemSe file P_STCOLINT410SYST_SHORT
LINCTNumber of output lines in the TemSe file+ P_LINCTINT410SYST_SHORT
TSTLVLType of document creation P_TSTLVLCHAR1P_TSTLVL
FILEVERSFile version, transfer file RPCIPX00/RPCIPI00 P_FILEVERSCHAR2P_FILEVERS
PMBEGDAStart Posting Payments P_PMBEGDADATS8
P_ARCHIArchiving Function for Posting Index P_ARCHICHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RPCIXXXX

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