PSC_CALC SAP (PSC calculation data) Structure details

Dictionary Type: Structure
Description: PSC calculation data




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




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

PSC_CALC 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 "PSC calculation 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_PSC_CALC TYPE PSC_CALC.

The PSC_CALC table consists of various fields, each holding specific information or linking keys about PSC calculation data data available in SAP. These include PPU (Price per Unit), TP (PSC Total Production), RP (PSC Remaining Production), CC (PSC Cost Cap).. 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: Not classified


SAP PSC_CALC 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
PVPSC Production Volume PSC_PVDEC17(5) PSC_PV
PPUPrice per Unit PSC_PPUDEC12(7) PSC_PPU
TPPSC Total Production PSC_TPCURR17(2) WERTV9
RPPSC Remaining Production PSC_RPCURR17(2) WERTV9
CCPSC Cost Cap PSC_CCCURR17(2) WERTV9
RCCRemaining Cost Cap PSC_RCCCURR17(2) WERTV9
PIEProfit (including Excess Profit) PSC_PIECURR17(2) WERTV9
PEEProfit (excluding Excess Profit) PSC_PEECURR17(2) WERTV9
EPExcess Profit PSC_EPCURR17(2) WERTV9
ROPSC Royalty PSC_ROCURR17(2) WERTV9
RCRecoverable Costs PSC_RCCURR17(2) WERTV9
RCARecoverable Costs (adjusted) PSC_RCACURR17(2) WERTV9
RVCARecovered Costs (adjusted) PSC_RVCACURR17(2) WERTV9
RVCRecovered Costs PSC_RVCCURR17(2) WERTV9
AMTPSC amount field PSC_AMTCURR17(2) WERTV9
TAMTPSC amount PSC_TAMTCURR17(2) WERTV9
RCCNRemaining Cost Cap for Net calculation PSC_RCC_NETCURR17(2) WERT9
OCOther Costs (below excess profit) PSC_OCCURR17(2) WERTV9
AJPSC Adjustments (below EP) PSC_AJCURR17(2) WERTV9
ENExcess Profit Net PSC_ENCURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table PSC_CALC

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