RKPLV SAP (Copy Planning: Input/Output Fields for Screens) Structure details

Dictionary Type: Structure
Description: Copy Planning: Input/Output Fields for Screens




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




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

RKPLV 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 "Copy Planning: Input/Output Fields for Screens" 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_RKPLV TYPE RKPLV.

The RKPLV table consists of various fields, each holding specific information or linking keys about Copy Planning: Input/Output Fields for Screens data available in SAP. These include TPERBI (Last Period), TKOSTL (Cost Center), TKSGRU (Cost Center Group), FLTKOSTL (Cost center).. 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 RKPLV 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
TPERABFirst period FROM_PNUMC3RPMAXVPE
TPERBILast Period TO_PNUMC3RPMAXBPE
TKOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
TKSGRUCost Center Group KSGRUCHAR15GRPNAMEKSG
FLTKOSTLCost center CO_KZKOSTLCHAR1XFELD
FLTKSGRUCost center group CO_KZKSGRUCHAR1XFELD
FLALLKSTAll Cost Centers CO_ALLEKSTCHAR1XFELD
FLRKOSTLCopy a reference cost center CO_KZQKSTCHAR1XFELD
FLRKSGRUCost center group CO_KZKSGRUCHAR1XFELD
FLREQTReference cost center is identical to target cost center CO_KZIDZCHAR1XFELD
RKOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RKSGRUCost Center Group KSGRUCHAR15GRPNAMEKSG
RPERABFirst period FROM_PNUMC3RPMAXVPE
RPERBILast Period TO_PNUMC3RPMAXBPE
PROTODisplay detailed list of records copied? CO_PROTOCHAR1XFELD
CLTEXTCopy long texts CO_CLTEXTCHAR1XFELD
CKALKCopy costings? CO_CKALKCHAR1XFELD
BATCHBackground Processing BATCHFLGCHAR1XFELD
STRUMITCopy only structure without values CO_STRUONLCHAR1XFELD
STRUOCopy only structure without values CO_STRUONLCHAR1XFELD
UPDATEReset/overwrite data (X), or do not change ( ) CO_UPDATECHAR1BOOLE
NOTUPDATEReset/overwrite data (X), or do not change ( ) CO_UPDATECHAR1BOOLE
FLRKPALLCopy all planning transactions CO_KZRKPALCHAR1XFELD
FLRKPSELCopy selected business transactions CO_KZRKPSLCHAR1XFELD
TESTRUNTest Run ALLGTESTCHAR1XFELD
XINIT97Indicator (radio button) CO_XFELDCHAR1BOOLE
RKP1Copy records from primary cost planning? CO_CRKP1CHAR1XFELD
RKP2Copy records from activity type planning? CO_CRKP2CHAR1XFELD
RKP3Copy records from activity input planning? CO_CRKP3CHAR1XFELD
RKP4Copy records from statistical key figure planning CO_CRKP4CHAR1XFELD
RKP5Copy records from revenue planning? CO_CRKP5CHAR1XFELD
RKP6Copy records from activity-dep. primary cost planning? CO_CRKP6CHAR1XFELD
RKP7Copy records from activity-dep. activity input planning? CO_CRKP7CHAR1XFELD
RKPWIndicator: Copy other secondary cost planning? CO_CRKPWCHAR1XFELD
RKPXCopy activity-dependent other secondary costs CO_CRKPXCHAR1XFELD
RKP2QCopy quantities? CO_CRKP2QCHAR1XFELD
RKP2PCopy prices? CO_CRKP2PCHAR1XFELD
XINIT98Indicator (radio button) CO_XFELDCHAR1BOOLE
XALLPSTCopy all actual postings CO_XALLPSTCHAR1BOOLE
XSELPSTSelect actual data to be copied CO_XSELPSTCHAR1BOOLE
XLEICopy activities CO_CLEICHAR1BOOLE
XPRICopy primary costs CO_CPRIMCHAR1BOOLE
XERLCopy revenues CO_CERLCHAR1BOOLE
XILVCopy activity allocation CO_CILVCHAR1BOOLE
XAUFIndicator: Copy other secondary costs CO_CAUFCHAR1BOOLE
XZUSCopy applied overhead (credit) CO_CZUSCHAR1BOOLE
XSTACopy statistical key figures CO_CSTATCHAR1BOOLE
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP
C_TWAERID: Transaction currency is leading currency for costs C_TWAERCHAR1XFELD
C_OWAERID: Object currency is leading currency for costs C_OWAERCHAR1XFELD
C_KWAERID: Controlling area currency is leading currency for costs C_KWAERCHAR1XFELD
P_OWAERID: Object currency leading currency for prices P_OWAERCHAR1XFELD
P_KWAERID: Controlling area currency leading currency for prices P_KWAERCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RKPLV

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