RKPF SAP (Document Header: Reservation) Table details

Dictionary Type: Table
Description: Document Header: Reservation




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




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

RKPF is a standard SAP Table which is used to store Document Header: Reservation data and is available within R/3 SAP systems depending on the version and release level.

The RKPF table consists of various fields, each holding specific information or linking keys about Document Header: Reservation data available in SAP. These include RSNUM (Number of Reservation/Dependent Requirement), KZVER (Origin), XCALE (Check date against factory calendar), RSDAT (Base date for reservation).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RKPF table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
KZVEROrigin KZVERCHAR1XFELD
XCALECheck date against factory calendar XCALECHAR1XFELD
RSDATBase date for reservation BSTERDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PROJNOld: Project number : No longer used --> PS_POSNR PROJNCHAR16PROJN
ANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
KUNNRAccount Number of Customer EKUNNCHAR10KNA1ALPHAKUNNRKUN
EBELNPurchase Order Number BSTNRCHAR10EKKOALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
UMWRKReceiving/Issuing Plant UMWRKCHAR4T001WWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4T001LLGORT
SERIEBOM explosion number SERNRCHAR8Assigned to domainSERNR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
PARBUClearing company code PARBUCHAR4T001BUKRS
PARGBTrading partner's business area PARGBCHAR4TGSBGSBERGSB
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
VPTNRPartner account number JV_PARTCHAR10KNA1ALPHAKUNNR
FIPOSCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
RECIDInternal Recovery Indicator JV_RECINDICHAR2Assigned to domainALPHAJV_RECINDI
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
DABRZReference Date for Settlement DABRBEZDATS8DDAT
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



How do I retrieve data from SAP table RKPF using ABAP code

The following ABAP code Example will allow you to do a basic selection on RKPF to SELECT all data from the table
DATA: WA_RKPF TYPE RKPF.

SELECT SINGLE *
FROM RKPF
INTO CORRESPONDING FIELDS OF WA_RKPF
WHERE...

How to access SAP table RKPF

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