PRHS_CPF_FORMULATASK_ALV SAP (CPF Formula Usage Tasks) Structure details

Dictionary Type: Structure
Description: CPF Formula Usage Tasks




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




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

PRHS_CPF_FORMULATASK_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 Usage Tasks" 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_FORMULATASK_ALV TYPE PRHS_CPF_FORMULATASK_ALV.

The PRHS_CPF_FORMULATASK_ALV table consists of various fields, each holding specific information or linking keys about CPF Formula Usage Tasks data available in SAP. These include CPF_GUID (CPF GUID for Document), CPF_USAGE (Usage), FORMULA_ID (CPF Formula Identifier), CPF_USAGE_TASK (Usage Task).. 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_FORMULATASK_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
CPF_GUIDCPF GUID for Document CPF_GUIDCHAR32SYSUUID_C
CPF_USAGEUsage CPF_USAGECHAR3Assigned to domainCPF_USAGE
FORMULA_IDCPF Formula Identifier CPF_FORMULA_IDCHAR30CPF_CHAR_SHORT
CPF_USAGE_TASKUsage Task CPF_USAGE_TASKCHAR20CPF_USAGE_TASK
CPF_USAGE_TASK_DESCRUsage Task: Description CPF_USAGE_TASK_DESCRCHAR30TEXT30
CPF_ROUTINECPF Routine CPF_ROUTINENUMC7Assigned to domainCPF_ROUTINE
BRFPLUS_FUNCTION_IDBRFplus Function ID CPF_BRFPLUS_FUNCTION_IDCHAR32
BRFPLUS_FUNCTION_NAMEBRFplus Function Name CPF_BRFPLUS_FUNCTION_NAMECHAR30
RESULT_DATA_CATEGORYData Type Category CPF_DATA_CATEGORYCHAR1CPF_DATA_CATEGORY
RESULT_DATA_TYPEReferenced Data Type CPF_REF_DATA_TYPECHAR30
FORMULA_RESULTResult Parameter Value VFPRC_CPF_RESULT_PARAM_VALUECHAR50
FORMULA_RESULT_WAERSResult Parameter Currency VFPRC_CPF_RESULT_PARAM_WAERSCUKY5TCURCWAERS
FORMULA_RESULT_KPEINResult Parameter Unit VFPRC_CPF_RESULT_PARAM_UNITCHAR50
FORMULA_RESULT_KMEINResult Parameter UoM VFPRC_CPF_RESULT_PARAM_UOMUNIT3T006CUNITMEINS
MANUAL_INPUTManual Input Overrides Result Parameter Value VFPRC_CPF_MANUAL_INPUT_VALUECHAR50
MANUAL_INPUT_NOT_EDITABLESingle-Character Indicator CHAR1CHAR1CHAR1
MANUAL_INPUT_WAERSManual Input for Currency VFPRC_CPF_MANUAL_INPUT_WAERSCUKY5TCURCWAERS
MANUAL_INPU_WAERS_NOT_EDITABLESingle-Character Indicator CHAR1CHAR1CHAR1
MANUAL_INPUT_KPEINManual Input for Condition Pricing Unit VFPRC_CPF_MANUAL_INPUT_KPEINCHAR50
MANUAL_INPU_KPEIN_NOT_EDITABLESingle-Character Indicator CHAR1CHAR1CHAR1
MANUAL_INPUT_KMEINManual Input for Condition Unit of Measure VFPRC_CPF_MANUAL_INPUT_KMEINUNIT3T006CUNITMEINS
MANUAL_INPU_KMEIN_NOT_EDITABLESingle-Character Indicator CHAR1CHAR1CHAR1
MANDFIELDS 0
CELLSTYLES 0
KMANUMaking manual entries KMANUCHAR1KMANU
NEEDCHECKSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PRHS_CPF_FORMULATASK_ALV

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