PRHS_CPF_SCALE_ITEM_ALV SAP (CPF Formula Scale Item) Structure details

Dictionary Type: Structure
Description: CPF Formula Scale Item




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




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

PRHS_CPF_SCALE_ITEM_ALV 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 "CPF Formula Scale Item" 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_PRHS_CPF_SCALE_ITEM_ALV TYPE PRHS_CPF_SCALE_ITEM_ALV.

The PRHS_CPF_SCALE_ITEM_ALV table consists of various fields, each holding specific information or linking keys about CPF Formula Scale Item data available in SAP. These include SCALE_LEVEL_NUMBER (CPF Scale Level Number), SCALE_LEVEL (CPF Scale Level), SCALE_LEVEL_UNIT (Unit for CPF values that can be used for Price and Rate), SCALE_LEVEL_VALUE (CPF Scale Level Value).. 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 (Deep)


SAP PRHS_CPF_SCALE_ITEM_ALV 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
SCALE_LEVEL_NUMBERCPF Scale Level Number CPF_SCALE_LEVEL_NUMBERNUMC5
SCALE_LEVELCPF Scale Level CPF_SCALE_LEVELCHAR50
SCALE_LEVEL_UNITUnit for CPF values that can be used for Price and Rate CPF_UNIT_STRINGCHAR13
SCALE_LEVEL_VALUECPF Scale Level Value CPF_SCALE_LEVEL_VALUECHAR50
SCALE_LEVEL_VALUE_UNITUnit for CPF values that can be used for Price and Rate CPF_UNIT_STRINGCHAR13
SCALE_INCREMENTCPF Scale Increment CPF_INCREMENTCHAR50
SCALE_INCREMENT_UNITUnit for CPF values that can be used for Price and Rate CPF_UNIT_STRINGCHAR13
MANDFIELDS 0
CELLSTYLES 0
KMANUMaking manual entries KMANUCHAR1KMANU
NEEDCHECKSingle-Character Indicator CHAR1CHAR1CHAR1
HEADER_SCALE_LEVEL_CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
HEADER_SCALE_LEVEL_PRICE_UNITScale Level Price Unit CPF_SCALE_LEVEL_PRICE_UNITDEC5
HEADER_SCALE_LEVEL_UNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
HEADER_SCALE_LEVEL_VAL_CURRENCCurrency Key WAERSCUKY5TCURCWAERSFWS
HEADER_SCALE_LEVEL_VAL_PRICE_UPrice Unit of Scale Level Value CPF_SCALE_LEVEL_VAL_PRICE_UNITDEC5
HEADER_SCALE_LEVEL_VAL_UNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
HEADER_SCALE_TYPECPF Scale Type CPF_SCALE_TYPECHAR1CPF_SCALE_TYPE
HEADER_SCALE_TYPE_HNDLNatural Number INT4INT410INT4

Key field Non-key field



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

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

How to access SAP table PRHS_CPF_SCALE_ITEM_ALV

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