PISPC SAP (Import structure for SALES_PRICE_CALCULATE_..) Structure details

Dictionary Type: Structure
Description: Import structure for SALES_PRICE_CALCULATE_..




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




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

PISPC 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 "Import structure for SALES_PRICE_CALCULATE_.." 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_PISPC TYPE PISPC.

The PISPC table consists of various fields, each holding specific information or linking keys about Import structure for SALES_PRICE_CALCULATE_.. data available in SAP. These include VKKAB (Sales conditions valid from), VKKBI (Sales conditions valid to), PRSDT (Key date for sales price conditions), MATKL (Material Group).. 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 PISPC 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
KBELNNumber of pricing document KBELNCHAR10Assigned to domainALPHAKBELN
VKKABSales conditions valid from VKKABDATS8DATUM
VKKBISales conditions valid to VKKBIDATS8DATUM
PRSDTKey date for sales price conditions VKKAMDATS8DATUM
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
SAISOSeason Category SAISOCHAR4Assigned to domainSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
LIGRUList group LIGRUCHAR1LIGRULIG
LIVARList variant for sales price calculation LIVARCHAR2TWSTLIVARLIV
LISKZSales Pricing Control: Display Pricing Table W_LISKZ_VKPCHAR1XFELD
NEUKAPricing levels without general sales price only NEUKACHAR1XFELD
COMWOSales Pricing: Indicator 'Save Cost Estimates on Call' W_COMWO_VKPCHAR1XFELD
TRTYPTransaction type TRTYPCHAR1TRTYP
EKERVPurchase price determination sequence EKERV_MCHAR2TWEVEKERVEVM
VKERVSales price determination sequence EKERV_VCHAR2TWEVEKERVEVV
MPROZPricing: Price Change in Percent MPROZCURR11(2) WERTV6
AWAERSales currency VWAERCUKY5TCURCWAERS
MABSOChange in the sales price (absolute) MABSOCURR11(2) WERTV6
NOSTASls Pricing: Indicator 'No Status Display in Pricing Table' W_NOSTA_VKPCHAR1XFELD
NOVRKSP: Ind. 'Sales Unit in Pricing Table Not Ready for Input' W_NOVRK_VKPCHAR1XFELD
NOEKPSP: Basic Purchase Price Not Ready for Input in Pricing Tab. W_NOEKP_VKPCHAR1XFELD
NOLIFSls Pricing: Indicator 'Vendor and POrg Not Ready for Input' W_NOLIF_VKPCHAR1XFELD
INIAMSales Pricing: Key Date of the Original Price W_INIAM_KALPDATS8DATUM
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
AUTOKRadio button for how to save in background SP calculation SAVKZCHAR1XFELD
DRUKZCheckbox for print output PRIKZCHAR1XFELD
FEHLPCheckbox for printout of log for sales price calculations FEHLPCHAR1XFELD
BELKZRadio button for how to save in background SP calculation SAVKZCHAR1XFELD
ARCKZIndicator for archived pricing documents WARKZCHAR1ARCKW
WSLOGIndicator: Issue update log WSLOGCHAR1XFELD
WLOGVSP calculation: Update log with/without correct items WLOGVCHAR1XFELD
LIF2SSales Price Calculations: Internal Vendor W_LIF2SCHAR10Assigned to domainALPHALIFNR
KABVPPricing levels with specific sales prices only W_KABVPCHAR1XFELD
FRBNRExt. Doc. No. of Application Calling Up Sales Price Calc. W_FRBNRCHAR10ALPHAW_FRBNR
KAVTLExclude Pricing for Selected Distribution Chains W_KAVTLCHAR1XFELD
KDFSAIndicator ' Use Key Date Also for Seasonal Articles' W_KDFSACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PISPC

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