RKAUF SAP (Request for Periodic Order Processing) Structure details

Dictionary Type: Structure
Description: Request for Periodic Order Processing




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




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

RKAUF 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 "Request for Periodic Order Processing" 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_RKAUF TYPE RKAUF.

The RKAUF table consists of various fields, each holding specific information or linking keys about Request for Periodic Order Processing data available in SAP. These include VERSN (Version), GJAHR (Fiscal Year), GJAHR_BIS (Fiscal Year), FROM (First period).. 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 RKAUF 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
VERSNVersion VERSNCHAR3TKVSALPHACOVERSIKVS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GJAHR_BISFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FROMFirst period FROM_PNUMC3RPMAXVPE
TOLast Period TO_PNUMC3RPMAXBPE
PERIODSNumber of periods PEANZCHAR14CHAR14
ANZBPNumber of posting periods ANZBPNUMC3ANZBP
ANZSPNumber of special periods ANZSPNUMC2ANZSP
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
ALLEWUpdate all Currencies ALLEWCHAR1RKACT
BOOKUpdate BOOKFLGCHAR1FLAG
STNOCancelation flag STNKZCHAR1CHAR1
PARAIndicator: Parallel Processing PARAFLGCHAR1XFELD
DEBUGDebug flag DEBUG____8CHAR1DEBUG____8
BATCHBackground Processing BATCHFLGCHAR1XFELD
REPORTABAP Program Name REPIDCHAR40PROGNAME
TESTTest Run ALLGTESTCHAR1XFELD
LISTDisplay detailed lists LISTFLGCHAR1XFELD
ACT_LOGWorklist AVFLGCHAR1XFELD
DIALOGIdentifier for overhead calculation in dialog DZUDIALOGCHAR1CHAR1
ACHECKExtended Check ACHECKCHAR1XFELD
PSOSEOwn selection PSOSECHAR1XFELD
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
BUDATPosting Date in the Document BUDATDATS8DATUM
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
SIGN_APPlan/actual indicator SIGN_APCHAR1SIGN_AP
SIGN_PSICO: Indicator primary/secondary/int.cost allocation SIGN_PSICHAR1CHAR1
RFC_GRPRFC Server Group for Parallel Processing CO_RFC_GRPCHAR20RZLLITABRZLLI_ACNSPTA_RFCGRSPTA_SERVER_GROUP
TODATEDate PSTODATEDATS8DATUM
VARIANTLayout SLIS_VARICHAR12SLIS_VARI
BUPERIOPosting period COBU_PERIONUMC3PERBL74B
VAARTCO Settlement: Processing type CO_VAARTCHAR3CO_VAART
BZDATAsset value date BZDATDATS8DATUM
ERRGROrder Group for Incorrect Orders During CO Settlement ABR_AUFGRCHAR15GRPNAME
WITEMTransfer of a workflow ID WF_WITEMCHAR12WF_WITEM
WF_OKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
WORKLISTDescription of a Worklist in the Schedule Manager KPEP_WL_WORKLISTIDCHAR12Assigned to domainKPEP_WL_WORKLISTID
STEPNumber of the Flow Step in the Multilevel Worklist KPEP_WL_STEPNUMC3

Key field Non-key field



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

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

How to access SAP table RKAUF

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