RKPT3_VRGNG SAP (RKPT3: Business Transactions) Structure details

Dictionary Type: Structure
Description: RKPT3: Business Transactions




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




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

RKPT3_VRGNG 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 "RKPT3: Business Transactions" 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_RKPT3_VRGNG TYPE RKPT3_VRGNG.

The RKPT3_VRGNG table consists of various fields, each holding specific information or linking keys about RKPT3: Business Transactions data available in SAP. These include VRGNG_RKP2 (Copy records from activity type planning?), VRGNG_RKP2Q (Copy quantities?), VRGNG_RKP2P (Copy prices?), VRGNG_RKP3 (Copy records from activity input planning?).. 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: Not classified


SAP RKPT3_VRGNG 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
VRGNG_RKP1Copy records from primary cost planning? CO_CRKP1CHAR1XFELD
VRGNG_RKP2Copy records from activity type planning? CO_CRKP2CHAR1XFELD
VRGNG_RKP2QCopy quantities? CO_CRKP2QCHAR1XFELD
VRGNG_RKP2PCopy prices? CO_CRKP2PCHAR1XFELD
VRGNG_RKP3Copy records from activity input planning? CO_CRKP3CHAR1XFELD
VRGNG_RKP4Copy records from statistical key figure planning CO_CRKP4CHAR1XFELD
VRGNG_RKP5Copy records from revenue planning? CO_CRKP5CHAR1XFELD
VRGNG_RKP6Copy records from activity-dep. primary cost planning? CO_CRKP6CHAR1XFELD
VRGNG_RKP7Copy records from activity-dep. activity input planning? CO_CRKP7CHAR1XFELD
VRGNG_RKPWIndicator: Copy other secondary cost planning? CO_CRKPWCHAR1XFELD
VRGNG_RKPXCopy activity-dependent other secondary costs CO_CRKPXCHAR1XFELD
VRGNG_GRP_XLEICopy activities CO_CLEICHAR1BOOLE
VRGNG_GRP_XTARCopy prices CO_CTARCHAR1BOOLE
VRGNG_GRP_XPRICopy primary costs CO_CPRIMCHAR1BOOLE
VRGNG_GRP_XERLCopy revenues CO_CERLCHAR1BOOLE
VRGNG_GRP_XILVCopy activity allocation CO_CILVCHAR1BOOLE
VRGNG_GRP_XAUFIndicator: Copy other secondary costs CO_CAUFCHAR1BOOLE
VRGNG_GRP_XZUSCopy applied overhead (credit) CO_CZUSCHAR1BOOLE
VRGNG_GRP_XSTACopy statistical key figures CO_CSTATCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table RKPT3_VRGNG

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