WBIT SAP (Association Item at Step Level) Table details

Dictionary Type: Table
Description: Association Item at Step Level




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




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

WBIT is a standard SAP Table which is used to store Association Item at Step Level data and is available within R/3 SAP systems depending on the version and release level.

The WBIT table consists of various fields, each holding specific information or linking keys about Association Item at Step Level data available in SAP. These include DOC_TYPE (Document Type), DOCUMENT (Assoc. Mngt: General Document), ITEM (Assoc. Mngt: Item Number in a General Document), SUB_ITEM (Assoc. Mngt: Sub-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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WBIT table 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

Key field Non-key field



How do I retrieve data from SAP table WBIT using ABAP code

The following ABAP code Example will allow you to do a basic selection on WBIT to SELECT all data from the table
DATA: WA_WBIT TYPE WBIT.

SELECT SINGLE *
FROM WBIT
INTO CORRESPONDING FIELDS OF WA_WBIT
WHERE...

How to access SAP table WBIT

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