BAPICSIC SAP (Comm. Structure: Change Expenses Settlement Item Data) Structure details

Dictionary Type: Structure
Description: Comm. Structure: Change Expenses Settlement Item Data




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




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

BAPICSIC 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 "Comm. Structure: Change 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_BAPICSIC TYPE BAPICSIC.

The BAPICSIC table consists of various fields, each holding specific information or linking keys about Comm. Structure: Change Expenses Settlement Item Data data available in SAP. These include ITEM (Agency business: Document item), VEND_PART (Vendor Subrange), COND_GROUP (Condition Group with Vendor), TAX_CODE (Agency business: Tax code (input tax)).. 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 BAPICSIC 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
VEND_PARTVendor Subrange LTSNRCHAR6WYT1LTSNR
COND_GROUPCondition Group with Vendor EKKOGCHAR4CHAR4
TAX_CODEAgency business: Tax code (input tax) MWSKZ_LFCHAR2T007AMWSKZ
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
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
PROMOTIONCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
PRE_VENDORPrior Vendor KOLIFCHAR10Assigned to domainALPHALIFNR
BILL_REASONAgency business: Reason for activity WFGRUCHAR3Assigned to domainWFGRU
QUANTITYVendor billing document: actual quantity billed WFIMGQUAN13(3) MENGE13
BILL_UNITVendor billing document: unit of measure WFKMEUNIT3Assigned to domainCUNITMEINS
ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
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
ITEMCATAgency Business: Item Category WSHKZGCHAR1WSHKZG
VEND_MATMaterial Number Used by Vendor IDNLFCHAR35IDNEX

Key field Non-key field



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

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

How to access SAP table BAPICSIC

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