ROIGFIIQ SAP (TD-F Internal table for assignment of document quantities) Structure details

Dictionary Type: Structure
Description: TD-F Internal table for assignment of document quantities




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




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

ROIGFIIQ 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 "TD-F Internal table for assignment of document quantities" 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_ROIGFIIQ TYPE ROIGFIIQ.

The ROIGFIIQ table consists of various fields, each holding specific information or linking keys about TD-F Internal table for assignment of document quantities data available in SAP. These include CLIENT (Client), SHNUMBER (TD shipment number), LD_ITM (TD-F Load/discharge quantity assignment item), VEH_NR (Vehicle Sequence Number in Shipment).. 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 ROIGFIIQ 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
CLIENTClient MANDTCLNT3T000MANDT
SHNUMBERTD shipment number OIG_SHNUMCHAR10OIGSALPHAOIG_SHNUMOIS
LD_ITMTD-F Load/discharge quantity assignment item OIG_LDITMNUMC4OIG_LDITM
VEH_NRVehicle Sequence Number in Shipment OIG_VEHNRNUMC3OIGSVOIG_VEHNR
L_SHITEMTD-F Loading-relevant shipment item for assignment OIG_LSHITMNUMC4OIGSIOIG_SHITM
L_POSNRTD-F load-relevant document item number for assignment OIG_LITEMNUMC6OIG_ITEM
D_SHITEMTD-F Discharge-relevant shipment item for assignment OIG_DSHITMNUMC4OIGSIOIG_SHITM
D_POSNRTD-F discharge-relevant document item number for assignment OIG_DITEMNUMC6OIG_ITEM
MAT_ITMTD material item sequence number OIG_MATITMNUMC3BUZEI
QUANTYPETD-F planned or actual quantity taken OIG_QTYPECHAR1OIG_QTYPE
QTY_VOLQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLNQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGTQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
SCLDTYPETD-F -Shipment costing based on loaded or disch. quantitites OIG_STYPECHAR1OIG_STYPE
FIFO_INDTD-F Indicator: assignment created by FIFO OIG_FFINDCHAR1XFELD
MANC_INDTD-F Assignment manually changed OIG_MCINDCHAR1XFELD
GLCH_INDTD-F Assignment changed due to gain/loss handling OIG_GLINDCHAR1XFELD
TSNUMAStage of transport number TSNUMNUMC4Assigned to domainTSNUM
TSRFOAStage of transport sequence TSRFONUMC4TSRFO
TSNUMZStage of transport number TSNUMNUMC4Assigned to domainTSNUM
TSRFOZStage of transport sequence TSRFONUMC4TSRFO
D_DOC_NUMTD-F: number of discharge-relevant document OIG_DDOCNRCHAR10ALPHAOIG_DOCNR
D_DOC_TYPSD document category VBTYPCHAR1VBTYP
L_DOC_NUMTD-F number of load-relevant document OIG_LDOCNRCHAR10ALPHAOIG_DOCNR
L_DOC_TYPSD document category VBTYPCHAR1VBTYP
QTY_VOL_CTD-F item quantity assigned from loading doc.to disch. doc OIG_ACFIFOCHAR17OIG_PQTYVC
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KNOTATD-F - loading point OIG_KNOTLCHAR10Assigned to domainKNOTN
KNOTZTD-F - discharge point OIG_KNOTDCHAR10Assigned to domainKNOTN
VOLC_UOMTD volume unit of measure, corrected (temperature) OIG_VOLCUNIT3Assigned to domainCUNITMEINS
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table ROIGFIIQ

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