WB2_EXP_CHECK SAP (Trading Expenses: Output Structure for Customizing Analysis) Structure details

Dictionary Type: Structure
Description: Trading Expenses: Output Structure for Customizing Analysis




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




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

WB2_EXP_CHECK 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 "Trading Expenses: Output Structure for Customizing Analysis" 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_WB2_EXP_CHECK TYPE WB2_EXP_CHECK.

The WB2_EXP_CHECK table consists of various fields, each holding specific information or linking keys about Trading Expenses: Output Structure for Customizing Analysis data available in SAP. These include MANDT (Client), TEW_TYPE (Trading Execution Workbench Type), LFART (Agency business: Billing document type), EXP_CLASS (GT Expenses: Expense Class).. 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)


SAP WB2_EXP_CHECK 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
TEW_TYPETrading Execution Workbench Type WB2_TEW_TYPECHAR4TEWTYPEWB2_TEW_TYPETEW_TYPE2S_TEWTYPE
LFARTAgency business: Billing document type WFARTCHAR4TMFKWFARTWFA
EXP_CLASSGT Expenses: Expense Class WB2_EXPENSE_CLASSCHAR3TWBEXCLASSWB2_EXPENSE_CLASSEXP_CLASS
TYPE2GT Expenses: Process Type WB2_EXPENSE_TYPE_2CHAR1WB2_EXPENSE_TYPE_2
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition Type KSCHLCHAR4T685AKSCHLVKS
KALSMSales and Distribution: Pricing Procedure in Pricing KALSMASDCHAR6T683KALSM
EXP_CALC_TYPEGT Expenses: Calculation Type WB2_EXPENSE_CALC_TYPECHAR1WB2_EXPENSE_CALC_TYPE
FIELD_CHANGEGT Expenses: Value of Field can be Changed WB2_EXP_FIELD_CHANGABLECHAR1WB2_EXP_FIELD_CHANGABLE
LFART_SETTLEGT Expenses: Vendor Billing Document Type for Settlement WB2_LFART_SETTLEMENTCHAR4TMFKWFART
LFART_DIFGT Expenses: Vendor Billing Document Settlement Difference WB2_LFART_SETTLE_DIFCHAR4TMFKWFART
LFART_CLEARGT Expenses: Vendor Billing Document Type for Clearing WB2_LFART_SETTLEMENT_CLEARINGCHAR4TMFKWFART
TEW_TYP_TEXTDescription text WB2_TEXTCHAR40WB2_TEXT
EXP_CLASS_TEXTDescription BEZEI40CHAR40TEXT40
LFART_TEXTDescription BEZEI20CHAR20TEXT20
KAPPL_TEXTDescription BEZEI20CHAR20TEXT20
KSCH_TEXTName VTXTKCHAR20TEXT20
KOBOGCondition type/table group for agreements KOBOGCHAR4Assigned to domainKOBOG
TCTYPTrading Contract: Trading Contract Type TCTYPCHAR4Assigned to domainTCTYPWKA
TCTYP_BEZName of Trading Contract Type TCTYP_BEZCHAR40TEXT40
KALSM_2Procedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
KALSM_TEXTDescription VTXTMCHAR30TEXT30
KALKSPricing procedure assigned to this customer KALKSCHAR1Assigned to domainKALKS
KALKS_TEXTDescription VTEXTCHAR20TEXT20
KALVGDocument procedure (for determining pricing procedure) KALVGCHAR1Assigned to domainKALVG
KALVG_TEXTDescription BEZEI20CHAR20TEXT20
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BEZEI_KUNNRCustomer Address Line WB2_LINES_CUSTCHAR80LINES
LIFRNAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BEZEI_LIFNRVendor Address Line WB2_LINES_VENDCHAR80LINES
OUTGeneral Flag FLAGCHAR1FLAG
PROBLEMDescription BEZEI40CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table WB2_EXP_CHECK

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