RM06B SAP (I/O Table for Purchase Requisitions) Structure details

Dictionary Type: Structure
Description: I/O Table for Purchase Requisitions




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




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

RM06B 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 "I/O Table for Purchase Requisitions" 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_RM06B TYPE RM06B.

The RM06B table consists of various fields, each holding specific information or linking keys about I/O Table for Purchase Requisitions data available in SAP. These include EPSTP (Item Category in Purchasing Document), WERKS (Plant), LGORT (Storage Location), EKGRP (Purchasing Group).. 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 RM06B 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
PSTYPItem Category in Purchasing Document PSTYPCHAR1T163PSTYP
EPSTPItem Category in Purchasing Document EPSTPCHAR1EPSTP
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
BSARTPurchase Requisition Document Type BBSRTCHAR4T161BSARTBBA
REFBNNumber of Reference Purchase Requisition REFBNCHAR10ALPHABANFN
REFPV'From' item during referencing, purchase requisition RFBPVNUMC5EBANBNFPO
REFPSItem of Reference Purchase Requisition RFBPSNUMC5EBANBNFPO
REFPB'To' item during referencing, purchase requisition RFBPBNUMC5EBANBNFPO
BNFPOField for positioning on overview screen AUFEBNUMC5EBANBNFPO
SELKZSelection indicator (Purchasing) ESELKCHAR1ESELK
MEIN1Purchase Requisition Unit of Measure BAMEIUNIT3T006CUNITMEINS
MEIN2Purchase Requisition Unit of Measure BAMEIUNIT3T006CUNITMEINS
MKNTMQuantity or Percentage for Distribution MKNTMCURR13(2) WERT
FRGABPurchase requisition release code FRGABCHAR2T161EFRGABBFC
ANZABRelease code ANZABCHAR24ANZFR
ANZFVRelease prerequisite ANZFVCHAR24ANZFR
ANZFRReleases to Date ANZFRCHAR24ANZFR
ANZEFFinal release ANZEFCHAR24ANZFR
MKNTWCurrency Key WAERSCUKY5TCURCWAERSFWS
ANZFMRelease options ANZFMCHAR30TEXT30
ANZFARelease status ANZFBCHAR30TEXT30
ANZFBRelease status ANZFBCHAR30TEXT30
OLDZLIndicator: Old item OLDZLCHAR1CHAR1
EEINDDelivery Date EEINDCHAR10CHAR10
LPEINCategory of Delivery Date LPEINCHAR1TPRGPRGBZ
TEXT1Short Text TDTEXTCHAR30TDTEXT
FORM1Tag column TDFORMATCHAR2TDELEMSTYL
FORM2Tag column TDFORMATCHAR2TDELEMSTYL
LTEX1Long Text LTEXTCHAR40TEXT40
LTEX2Long Text LTEXTCHAR40TEXT40
KZLTXMore Text Exists LTXKZCHAR1XFELD
FIXIE'Fixed' Indicator for Texts FIXIECHAR1FIXIE
SLPOVItem Number of Purchase Requisition BNFPONUMC5EBANBNFPOBAP
SLPOBItem Number of Purchase Requisition BNFPONUMC5EBANBNFPOBAP
STATXDescription of processing status STTEXCHAR20TEXT20
ESTTXDescription of creation indicator ESTEXCHAR20TEXT20
LOETXDescription of item status ESTTXCHAR12TEXT12
ERWSEIndicator: Extended Selection ERWSECHAR1XFELD
PZAHLNumber of items assigned to source of supply PZAHLDEC5DEC5
KZZUOAutomatic Source Determination KZZUOCHAR1XFELD
RLFDTRealistic Delivery Date RLFDTDATS8DATUM
FIXTXText: 'Fixed' indicator FIXTXCHAR20TEXT20
ERGKZAccount Assignment (Coding) Block: Details ERGKZCHAR1XFELD
GSWRTTotal Value of Item GSWRTCURR13(2) WERT7
FRGUPIndicator: Release process complete FRGUPCHAR1FRGUP
COMMITMENTExpected Value of Overall Limit COMMITMENTCURR13(2) WERT7
SUMLIMITOverall Limit SUMLIMITCURR13(2) WERT7
SUMNOLIMNo Limit NOLIMITCHAR1CHAR01
ACTVALUETotal Value of Unplanned Entered Services ACTVALUECURR13(2) WERTV7
SRV_EXISTServices Exist for This Item SRV_EXISTCHAR1XFELD
LIM_EXISTValue Limits Apply to This Item LIM_EXISTCHAR1XFELD
SRV_VALUETotal Value of Services SRV_VALUECURR11(2) WERT11
TCSELFLAGCheckbox for table control TCSELFLAGCHAR1XFELD
ERDATEntry sheet creation date SRV_ERDATDATS8DATUM
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN

Key field Non-key field



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

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

How to access SAP table RM06B

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