BAPICSITEMO SAP (Communication Structure: Expenses Settlement Item Data) Structure details

Dictionary Type: Structure
Description: Communication Structure: Expenses Settlement Item Data




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




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

BAPICSITEMO 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: Expenses Settlement Item Data" 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_BAPICSITEMO TYPE BAPICSITEMO.

The BAPICSITEMO table consists of various fields, each holding specific information or linking keys about Communication Structure: Expenses Settlement Item Data data available in SAP. These include ITEM (Agency business: Document item), MATERIAL (Material Number), MATL_GROUP (Material Group), VEND_PART (Vendor Subrange).. 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 BAPICSITEMO 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
DOCUMENT_NUMBERAgency Business: Settlement of Incidental Costs WBELN_EXCHAR10Assigned to domainALPHAWBELNWLF
ITEMAgency business: Document item WPOSNR_LFNUMC6WBRPWPOSNR
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATL_GROUPMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
VEND_PARTVendor Subrange LTSNRCHAR6WYT1LTSNR
TAX_CODEAgency business: Tax code (input tax) MWSKZ_LFCHAR2T007AMWSKZ
NET_AMOUNTAgency business: Net amount of item WNETWBDEC23(4) BAPICURR
GROSSAgency business: Gross amount of an item in settlement doc. WBRTWIDEC23(4) BAPICURR
TAXAgency business: Tax amount MWSBPBDEC23(4) BAPICURR
CASH_DISCCash discount indicator SKTOFCHAR1XFELD
REF_DOC_HEADAgency business: Document number of the reference document WBELNVCHAR10CHAR10
REF_DOC_ITEMItem number of the reference document item WPOSNRVNUMC6NUMC6
PDOC_CATAgency Business: Document Category of Preceding Document WFTYPVCHAR2WFTYPV
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
TAXJURCODETax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
COSTCENTERCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PROFIT_CTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
NET_PRICEAgency business: Net price of an item in the payment documnt WNETPIDEC23(4) BAPICURR
QUANTITYVendor billing document: actual quantity billed WFIMGQUAN13(3) MENGE13
PRICE_UNITPrice Unit of Vendor Billing Document Item WEINHDEC5DEC5
BILL_UNITVendor billing document: unit of measure WFKMEUNIT3Assigned to domainCUNITMEINS
ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
ITEMCATAgency Business: Item Category WSHKZGCHAR1WSHKZG
QTY_NUMNumerator converting qty in vendor bill.doc. to base unit UMWFZDEC5UMBSZ
QTY_DENOMFactor for converting qty in vendor bill. doc. to base unit UMWFNDEC5UMBSN
PROMOTIONCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
PRE_VENDORPrior Vendor KOLIFCHAR10Assigned to domainALPHALIFNR
BILL_REASONAgency business: Reason for activity WFGRUCHAR3Assigned to domainWFGRU
SETT_ITEMItem Relevant to Subsequent (Period-End Rebate) Settlement EBONYCHAR1XFELD
PRICE_DATEDate for pricing and exchange rate PRSDTDATS8DATUM
NET_WEIGHTNet weight NTGEW_15QUAN15(3) MENG15
GROSS_WTGross weight BRGEW_15QUAN15(3) MENG15
UNIT_OF_WTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
UNIT_OF_WT_ISOUnit of weight in ISO code GEWEI_ISOCHAR3Assigned to domainISOCD_UNIT
VOLUMEVolume VOLUM_15QUAN15(3) MENG15
VOLUMEUNITVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VOLUMEUNIT_ISOVolume unit in ISO code VOLEH_ISOCHAR3Assigned to domainISOCD_UNIT
VAL_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
VAL_CATValuation Category BWTTY_DCHAR1Assigned to domainBWTTY
BON_GRP1Settlement Group 1 (Purchasing) EBONUCHAR2EBONU
BON_GRP2Settlement Group 2 (Rebate Settlement, Purchasing) EBON2CHAR2EBONU
BON_GRP3Settlement Group 3 (Rebate Settlement, Purchasing) EBON3CHAR2EBONU
POINTSNumber of Points ANZPUQUAN13(3) MENG13
POINT_UNITPoints unit PUNEIUNIT3Assigned to domainCUNITMEINS
POINTS_UN_ISOISO code for points unit PUNEI_ISOCHAR3Assigned to domainISOCD_UNIT
VEND_MATMaterial Number Used by Vendor IDNLFCHAR35IDNEX
INCOTERMS1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCOTERMS2Incoterms (Part 2) INCO2CHAR28INCO2

Key field Non-key field



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

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

How to access SAP table BAPICSITEMO

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