WBITVB SAP (Global Trade: Posting Structure for Table WBIT) Structure details

Dictionary Type: Structure
Description: Global Trade: Posting Structure for Table WBIT




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




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

WBITVB 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 "Global Trade: Posting Structure for Table WBIT" 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_WBITVB TYPE WBITVB.

The WBITVB table consists of various fields, each holding specific information or linking keys about Global Trade: Posting Structure for Table WBIT data available in SAP. These include MANDT (Client), DOC_TYPE (Document Type), DOCUMENT (Assoc. Mngt: General Document), ITEM (Assoc. Mngt: Item Number in a General Document).. 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: Not classified


SAP WBITVB 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
DOC_TYPEDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
DOCUMENTAssoc. Mngt: General Document WB2_DOCUMENTCHAR18WB2_LINKED_NUMBER
ITEMAssoc. Mngt: Item Number in a General Document WB2_N2M_ITEMCHAR10WB2_LINKED_POSNR
SUB_ITEMAssoc. Mngt: Sub-Item Number in a General Document WB2_N2M_SUB_ITEMNUMC6TPOSN
TEW_TYPETrading Execution Workbench Type WB2_TEW_TYPECHAR4WB2_TEW_TYPETEW_TYPE2S_TEWTYPE
BUS_STEPBusiness Process Step WB2_STEPCHAR4WB2_STEP
OPEN_QUAN_FLAGIs there an open quantity for association management? WB2_OPEN_QUAN_FLAGCHAR1WB2_OPEN_QUAN_FLAG
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
TPOSN_SUBTrading Contract: Sub-Item Number TPOSN_SUBNUMC6TPOSN
PORTFOLIOGlobal Trade: (Internal) Portfolio Number WB2_PORTFOLIOCHAR10KNUMB
UNIT_OF_QUANAssociation Management: Association Unit of Measure WB2_ASSO_UNITUNIT3Assigned to domainCUNITMEINS
BASE_SIDESide WB2_SIDECHAR1WB2_SIDE
SIDESide WB2_SIDECHAR1WB2_SIDE
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
OWN_QUANAssoc. Mngt: Quantity in Current Document WB2_QUANTITY_DOCQUAN15(3) MENGV15
UNIT_DOCAssoc. Mngt: Unit of Measure in Current Document WB2_UNIT_DOCUNIT3Assigned to domainCUNITMEINS
PROGRESSED_QUANAssociation Management: Quantity Already Transferred WB2_PROGRESSED_QUANQUAN15(3) MENGV15
ACT_ASSO_QUANAssoc. Mngt: Actually Associated Quantity of an Item WB2_ASSOCIATED_QUANQUAN15(3) MENGV15
COMPLETED_QUANAssociation Management: Logistically Closed Quantity WB2_COMPLETED_QUANTITYQUAN15(3) MENGV15
POS_QUAN_FLAGAssociation Management: Item Quantity Still Available? WB2_POS_QUAN_FLAGCHAR1WB2_POS_QUAN_FLAG
PRED_DOC_TYPEDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
PRED_DOCUMENTAssoc. Mngt: General Document WB2_DOCUMENTCHAR18WB2_LINKED_NUMBER
PRED_ITEMAssoc. Mngt: Item Number in a General Document WB2_N2M_ITEMCHAR10WB2_LINKED_POSNR
PRED_SUB_ITEMAssoc. Mngt: Sub-Item Number in a General Document WB2_N2M_SUB_ITEMNUMC6TPOSN
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
COMPLETEGlobal Trade: Item Closed WB2_DOCUMENT_COMPLETE_2CHAR1WB2_DOCUMENT_COMPLETE_2
SEND_COMPLSend Completion Indicator WB2_SEND_COMPLETIONCHAR1WB2_SEND_COMPLETION
DEL_FLAGGlobal Trade Deletion Indicator WB2_DELETION_FLAGCHAR1WB2_DELETION_FLAG
TKONN_EXTrading Contract: External Document Number TKONN_EXCHAR30TKONN_EXWKN_EX
SCENARIOBusiness Scenario WB2_BUSINESS_SCENARIOCHAR2WB2_BUSINESS_SCENARIO
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
UMZNumerator: Conversion Factor WB2_UMZDEC5WB2_UMZ
UMNDenominator: Conversion Factor WB2_UMNDEC5WB2_UMN
CORRECTED_QUANAssociation Management: Qty by Which an Item is Corrected WB2_CORRECTED_QUANTITYQUAN15(3) MENGV15
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table WBITVB

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