BAPI_F_ASSIGNMENT SAP (TD-F Assignment of document quantities from OIGFIIQ) Structure details

Dictionary Type: Structure
Description: TD-F Assignment of document quantities from OIGFIIQ




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




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

BAPI_F_ASSIGNMENT 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 Assignment of document quantities from OIGFIIQ" 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_BAPI_F_ASSIGNMENT TYPE BAPI_F_ASSIGNMENT.

The BAPI_F_ASSIGNMENT table consists of various fields, each holding specific information or linking keys about TD-F Assignment of document quantities from OIGFIIQ data available in SAP. These include VEHICLE (TD Vehicle Number), TSNUM (Stage of transport 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: Cannot Be Enhanced


SAP BAPI_F_ASSIGNMENT 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
SHNUMBERTD shipment number OIG_SHNUMCHAR10Assigned to domainALPHAOIG_SHNUMOIS
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
TSNUMStage of transport number TSNUMNUMC4Assigned to domainTSNUM
LD_ITMTD-F Load/discharge quantity assignment item OIG_LDITMNUMC4OIG_LDITM
VEH_NRVehicle Sequence Number in Shipment OIG_VEHNRNUMC3Assigned to domainOIG_VEHNR
L_SHITEMTD-F Loading-relevant shipment item for assignment OIG_LSHITMNUMC4Assigned to domainOIG_SHITM
L_POSNRTD-F load-relevant document item number for assignment OIG_LITEMNUMC6OIG_ITEM
D_SHITEMTD-F Discharge-relevant shipment item for assignment OIG_DSHITMNUMC4Assigned to domainOIG_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_VOLCharacter Field of Length 23 CHAR23CHAR23CHAR23
QTY_VLNCharacter Field of Length 23 CHAR23CHAR23CHAR23
QTY_WGTCharacter Field of Length 23 CHAR23CHAR23CHAR23
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_UOM3-Byte field CHAR3CHAR3CHAR3
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table BAPI_F_ASSIGNMENT

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