RKPT3_FLAGS SAP (RKPT3: Flags) Structure details

Dictionary Type: Structure
Description: RKPT3: Flags




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




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

RKPT3_FLAGS 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: Flags" 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_FLAGS TYPE RKPT3_FLAGS.

The RKPT3_FLAGS table consists of various fields, each holding specific information or linking keys about RKPT3: Flags data available in SAP. These include FLG_VRGSEL (Copy selected business transactions), UPDATE_NOT (Reset/Overwrite Data), UPDATE_YES (Reset/Overwrite Data), UPDATE_KUM (Reset/Overwrite Data).. 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 RKPT3_FLAGS 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
FLG_VRGALLCopy all planning transactions CO_KZRKPALCHAR1XFELD
FLG_VRGSELCopy selected business transactions CO_KZRKPSLCHAR1XFELD
UPDATE_NOTReset/Overwrite Data UPDATE_RKPT3CHAR1BOOLE
UPDATE_YESReset/Overwrite Data UPDATE_RKPT3CHAR1BOOLE
UPDATE_KUMReset/Overwrite Data UPDATE_RKPT3CHAR1BOOLE
FLG_SOBJ_YESReference object does or does not exist FLG_SOBJCHAR1XFELD
FLG_SOBJ_NOReference object does or does not exist FLG_SOBJCHAR1XFELD
FLG_BATCHBackground Processing BATCHFLGCHAR1XFELD
FLG_TESTTest Run ALLGTESTCHAR1XFELD
FLG_PROTODisplay detailed list of records copied? CO_PROTOCHAR1XFELD
FLG_STRUMCopy only structure without values CO_STRUONLCHAR1XFELD
FLG_STRUOCopy only structure without values CO_STRUONLCHAR1XFELD
FLG_SPLITIndicator: Automatic Splitting FLG_AUTOSPLITCHAR1BOOLE
FLG_SPECPERIndicator: Include Special Periods? FLG_SPECPERCHAR1BOOLE
FLG_LTEXTCopy long texts CO_CLTEXTCHAR1XFELD
FLG_KALKCopy costings? CO_CKALKCHAR1XFELD
FLG_RKP2QCopy quantities? CO_CRKP2QCHAR1XFELD
FLG_RKP2PCopy prices? CO_CRKP2PCHAR1XFELD
NO_GJAHRGeneral Flag FLAGCHAR1FLAG
NO_PERIODSGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RKPT3_FLAGS

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