BAPICALCITEMIN SAP (BAPI Structure for Pricing Item (Import)) Structure details

Dictionary Type: Structure
Description: BAPI Structure for Pricing Item (Import)




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




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

BAPICALCITEMIN 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 "BAPI Structure for Pricing Item (Import)" 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_BAPICALCITEMIN TYPE BAPICALCITEMIN.

The BAPICALCITEMIN table consists of various fields, each holding specific information or linking keys about BAPI Structure for Pricing Item (Import) data available in SAP. These include DISTR_CHAN (Distribution Channel), PLANT (Plant), PRICE_LIST (Price list type), SITEGROUP (Plant group in SAP Retail).. 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: Cannot Be Enhanced


SAP BAPICALCITEMIN 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
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRICE_LISTPrice list type PLTYPCHAR2Assigned to domainPLTYPVPL
SITEGROUPPlant group in SAP Retail WRKGPCHAR18KLASSE
CLASS_TYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
SALES_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
SP_VALID_FROMSales conditions valid from VKKABDATS8DATUM
SP_VALID_TOSales conditions valid to VKKBIDATS8DATUM
SALES_P_UNITSales price unit VRKPEDEC5DEC5
PP_DETERM_SEQUENCEPurchase price determination sequence EKERV_MCHAR2Assigned to domainEKERVEVM
SP_DETERM_SEQUENCESales price determination sequence EKERV_VCHAR2Assigned to domainEKERVEVV
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PURCH_CURRENCYPurchase order currency BSTWACUKY5Assigned to domainWAERS
PURCH_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
BASIC_PURCHASE_PRICEPurchase Price (Basic Purchase Price) for BAPIs EKPGR_BAPIDEC23(4) BAPICURR
PRICING_CURRENCYSales Pricing: Pricing Currency KAWAERCUKY5Assigned to domainWAERS
PRICING_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
NET_NET_PURCHASE_PRICEPurchase Price (Net/Net) for BAPIs EKPNN_BAPIDEC23(4) BAPICURR
CURRENT_MARKUPMarkup in Sales Price Calculation for BAPIs AUFSG_BAPIDEC23(4) BAPICURR
NET_SALES_PRICESales Price (Net) for BAPIs VKPNE_BAPIDEC23(4) BAPICURR
GROSS_SALES_PRICESales Price (Gross) for BAPIs VKPBR_BAPIDEC23(4) BAPICURR
SALES_CURRENCYSales currency VWAERCUKY5Assigned to domainWAERS
SALES_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
FINAL_PRICEFinal Price for BAPIs ENDPR_BAPIDEC23(4) BAPICURR
NET_MARGINMargin (Net) in the Sales Price Calculation for BAPIs SPANE_BAPIDEC23(4) BAPICURR
GROSS_MARGINMargin (Gross) in the Sales Price Calculation for BAPIs SPABR_BAPIDEC23(4) BAPICURR
REDUCED_FROM_PRICESales Price Calculation: Reduced-From Price for BAPIs ROTPR_BAPIDEC23(4) BAPICURR
CASH_PRICESales Price Calculation: Cash Price for BAPIs MITPR_BAPIDEC23(4) BAPICURR
RECOMMENDED_PRICESales Price Calulation: Recommended Price for BAPIs EMPPR_BAPIDEC23(4) BAPICURR
RETAIL_PRICE_CHANGE_PERCENTAGESales Price Calculation: Price Change in Percent for BAPIs MPROZ_BAPIDEC23(4) BAPICURR
CONSUMER_PRICE_MARKUPSales Price Calculation: Retail Markup for BAPIs EVAUF_BAPIDEC23(4) BAPICURR
CONSUMER_PRICESales Price Calculation: Retail Price for BAPIs EVPRS_BAPIDEC23(4) BAPICURR
CONSUMER_PRICE_MARGINSales Price Calculation: Retail Margin for BAPIs EVSPA_BAPIDEC23(4) BAPICURR
PRICING_DOC_TYPEPricing document type KBARTCHAR4KBART
SP_MARKED_FOR_ACTIVATIONCheckbox for saving sales price conditions XVKABCHAR1XFELD
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

Key field Non-key field



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

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

How to access SAP table BAPICALCITEMIN

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