KOMWB2CLINK SAP (Communication Structure for Table WB2CLINK) Structure details

Dictionary Type: Structure
Description: Communication Structure for Table WB2CLINK




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




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

KOMWB2CLINK 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 "Communication Structure for Table WB2CLINK" 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_KOMWB2CLINK TYPE KOMWB2CLINK.

The KOMWB2CLINK table consists of various fields, each holding specific information or linking keys about Communication Structure for Table WB2CLINK data available in SAP. These include MANDT (Client), GUID (GUID in 'RAW' format), DOC_TYPE (Document Type), DOCUMENT (Assoc. Mngt: 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: Can be enhanced (character-type or numeric)


SAP KOMWB2CLINK 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 MANDTCLNT3T000MANDT
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
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
FX_VALUEHedge Value WB2C_VALUECURR15(2) WERTV8
FX_VALUE_0Hedge Value WB2C_VALUECURR15(2) WERTV8
FX_CURRENCYRequirement Currency WB2C_CURRENCYCUKY5TCURCWAERS
FX_VALUE_DATEValue Date WB2C_DATEDATS8DATUM
FX_CCCompany Code WB2C_CCCHAR4Assigned to domainBUKRS
FX_NRForward Exchange Transaction WB2C_FORWARDCHAR13Assigned to domainALPHAT_RFHA
FX_CC_MIRRORCoCd of Mirrored FET WB2C_CC_MCHAR4Assigned to domainBUKRS
FX_NR_MIRRORMirrored Forward Exchange Transaction WB2C_FORWARD_MCHAR13Assigned to domainALPHAT_RFHA
CURR_FORW_TYPEHedge Type WB2C_CURR_FORW_TYPECHAR4TWB2HEDGEWB2C_CURR_FORW_TYPE
RISK_TYPERisk Type WB2C_RISK_TYPECHAR2WB2C_RISK_TYPE
POSN_TYPEItem Type for Currency Hedging WB2C_POSN_TYPECHAR1WB2C_POSN_TYPE
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
TPOSN_SUBTrading Contract: Sub-Item Number TPOSN_SUBNUMC6TPOSN
QUANTITYQuantity WB2C_QUANTITYQUAN15(3) MENGV15
QUAN_UNITUnit of Measurement WB2C_QUAN_UNITUNIT3T006CUNITMEINS
LOGISTIC_CCLogistics Company Code WB2C_CC_LOGCHAR4Assigned to domainBUKRS
LOGISTIC_CC_CURRLocal Currency WB2C_CURRENCY_LOGCUKY5Assigned to domainWAERS
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
LOCKLock WB2C_LOCKCHAR1WB2C_LOCK

Key field Non-key field



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

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

How to access SAP table KOMWB2CLINK

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