ROIJ_DOCNR_K SAP (Search Help Structure Purchase Contracts) Structure details

Dictionary Type: Structure
Description: Search Help Structure Purchase Contracts




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




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

ROIJ_DOCNR_K 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 Purchase Contracts" 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_K TYPE ROIJ_DOCNR_K.

The ROIJ_DOCNR_K table consists of various fields, each holding specific information or linking keys about Search Help Structure Purchase Contracts data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), MATNR (Material Number), WERKS (Plant).. 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_K 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 MANDTCLNT3Assigned to domainMANDT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1Name 1 NAME1_GPCHAR35NAME
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
MENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
OIEXGNUMExchange agreement number OIA_EXGNUMCHAR10Assigned to domainALPHAOIA_EXGNUMOI1OIAE
OIEXGTYPExchange type OIA_EXGTYPCHAR4Assigned to domainOIA_EXGTYPOI3
OIC_MOTIS-OIL MAP external details mode of transport OIC_MOTCHAR2Assigned to domainVKTRA
SITYPSchedule type OIJ_SITYPCHAR2OIJ_SITYP
DOCINDReference document indicator (PSX) OIJ_DOCINDCHAR1OIJ_DOCIND
NMWERKTransport system In-transit Plant OIJ_WERKCHAR4Assigned to domainWERKS
NMLGORTTransport system In-transit Storage Location OIJ_LGORTCHAR4Assigned to domainLGORT
LOCPTLocation Partner Plant OIJ_LOCPTCHAR4Assigned to domainWERKS
LOCSLLocation Partner Storage Location OIJ_LOCSLCHAR4Assigned to domainLGORT
VKTRAEDI Mode of Transport OIJ_VKTRACHAR2Assigned to domainVKTRA
LOCIDLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
IDATEScheduled date OIJ_IDATEDATS8DATUM
PLANLOCLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
FROMDATEOIL-TSW: Deal validity From date OIJ_FROMDATEDATS8DATUM
TODATEOIL-TSW: Deal validity To date OIJ_TODATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table ROIJ_DOCNR_K

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