ROIJ_DOCNR_Q SAP (Search Help Structure Requisitions) Structure details

Dictionary Type: Structure
Description: Search Help Structure Requisitions




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




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

ROIJ_DOCNR_Q 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 "Search Help Structure 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_ROIJ_DOCNR_Q TYPE ROIJ_DOCNR_Q.

The ROIJ_DOCNR_Q table consists of various fields, each holding specific information or linking keys about Search Help Structure Requisitions data available in SAP. These include BANFN (Purchase Requisition Number), BNFPO (Item Number of Purchase Requisition), BSART (Purchase Requisition Document Type), BSTYP (Purchasing Document Category).. 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 ROIJ_DOCNR_Q 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
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
BSARTPurchase Requisition Document Type BBSRTCHAR4T161BSARTBBA
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
FRGZURelease status FRGZUCHAR8FRGZU
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATChanged On AEDATDATS8DATUM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18MARAMATN1MATNRHTN
WERKSPlant EWERKCHAR4T001WWERKSWRK
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
MENGEPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
MEINSPurchase Requisition Unit of Measure BAMEIUNIT3T006CUNITMEINS
BADATRequisition (Request) Date BADATDATS8DATUM
LFDATItem Delivery Date EINDTDATS8DATUM
FRGDTPurchase Requisition Release Date FRGDTDATS8DATUM
LIFNRDesired Vendor WLIEFCHAR10LFA1ALPHALIFNR
FLIEFFixed Vendor FLIEFCHAR10LFA1ALPHALIFNR
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
KONNRNumber of Principal Purchase Agreement KONNRCHAR10EKKOALPHAEBELNKTR
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
VKTRAEDI Mode of Transport OIJ_VKTRACHAR2Assigned to domainVKTRA
LOCIDLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
IDATEScheduled date OIJ_IDATEDATS8DATUM
FROMDATEOIL-TSW: Deal validity From date OIJ_FROMDATEDATS8DATUM
TODATEOIL-TSW: Deal validity To date OIJ_TODATEDATS8DATUM
PLANLOCLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX

Key field Non-key field



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

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

How to access SAP table ROIJ_DOCNR_Q

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