RPDOC SAP (Purchase Order Documents in Rescheduling) Structure details

Dictionary Type: Structure
Description: Purchase Order Documents in Rescheduling




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




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

RPDOC 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 "Purchase Order Documents in Rescheduling" 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_RPDOC TYPE RPDOC.

The RPDOC table consists of various fields, each holding specific information or linking keys about Purchase Order Documents in Rescheduling data available in SAP. These include MANDT (Client), MATNR (Material Number), RESWK (Supplying (Issuing) Plant in Stock Transport Order), EBELN (Purchasing Document Number).. 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 or numeric)


SAP RPDOC 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
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
MEMORYPurchase order not yet complete MEMERCHAR1XFELD
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
UMREZNumerator for Conversion of Order Unit to Base Unit UMBSZDEC5UMBSZ
UMRENDenominator for Conversion of Order Unit to Base Unit UMBSNDEC5UMBSN
PLIFZPlanned Delivery Time in Days EPLIFDEC3DEC3
WERKSPlant EWERKCHAR4T001WWERKSWRK
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1Assigned to domainSOBKZ
RETPOReturns Item RETPOCHAR1XFELD
ETENRDelivery Schedule Line Counter EETENNUMC4Assigned to domainEETEN
EINDTItem Delivery Date EINDTDATS8DATUM
LPEINCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
MENGEScheduled Quantity ETMENQUAN13(3) MENGE
WAMNGIssued Quantity WAMNGQUAN13(3) MENG13
WEMNGQuantity of Goods Received WEEMGQUAN13(3) MENG13
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
MNG02Committed Quantity MNG06QUAN13(3) MENGV13
DAT01Committed Date DAT05DATS8DATUM
GLMNGQuantity Delivered (Stock Transfer) GLMNGQUAN13(3) MENG13
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5EBANBNFPOBAP
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
EGLKZ'Outward Delivery Completed' Indicator EGLKZCHAR1XFELD
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
TECHSParameter Variant/Standard Variant TECHSCHAR12TECHS
ETFZ1Firm Zone (Go-Ahead for Production) ETFZ1DEC3PACK2
ETFZ2Trade-Off Zone (Go-Ahead for Materials Procurement) ETFZ2DEC3PACK2
LFRETDelivery Type for Returns to Vendors LFRETCHAR4TVLKLFART
DABMGQuantity Reduced (MRP) DABMGQUAN13(3) MENGE
ESTKZCreation Indicator (Purchase Requisition/Schedule Lines) ESTKZCHAR1ESTKZ
FIXKZSchedule Line is 'Fixed' ETFIXCHAR1XFELD
BEDATOrder date of schedule line ETBDTDATS8DATUM
MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
UZEITDelivery Date Time-Spot LZEITTIMS6UZEIT
AULWERoute Schedule AULWECHAR10VALWAULWE
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
RESLOIssuing Storage Location for Stock Transport Order RESLOCHAR4T001LLGORT
FIXMGDelivery Date and Quantity Fixed ME_FIXMGCHAR1ME_FIXMG
PRREGChecking Rule for Availability Check PRREGCHAR2Assigned to domainPRREGPRR
REVFERule for Adoption of ATP Results in Purchasing REVFECHAR1REVFE

Key field Non-key field



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

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

How to access SAP table RPDOC

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