CPET_ERP_RES_PARTN_FORMULA SAP (Result from Partner Formula Evaluation) Structure details

Dictionary Type: Structure
Description: Result from Partner Formula Evaluation




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




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

CPET_ERP_RES_PARTN_FORMULA 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 "Result from Partner Formula Evaluation" 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_CPET_ERP_RES_PARTN_FORMULA TYPE CPET_ERP_RES_PARTN_FORMULA.

The CPET_ERP_RES_PARTN_FORMULA table consists of various fields, each holding specific information or linking keys about Result from Partner Formula Evaluation data available in SAP. These include FORMSTATUS (CPE Formula - Status of Evaluation), EVAL_TIMESTAMP (CPE Formula - Evaluation Date and Time), BILLING_BLOCK (CPE Caller - Billing: Blocking Reason for Document Items), FORMRATE (CPE Formula - Rate in Formula Currency).. 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 CPET_ERP_RES_PARTN_FORMULA 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
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
FORMSTATUSCPE Formula - Status of Evaluation CPET_FORMSTATUSNUMC2CPE_FORMSTATUS
EVAL_TIMESTAMPCPE Formula - Evaluation Date and Time CPET_EVAL_TIMESTAMPCHAR14TSTPSCPE_TIMESTAMP
BILLING_BLOCKCPE Caller - Billing: Blocking Reason for Document Items CPET_BILLING_BLOCKCHAR2Assigned to domainCPE_BILLING_BLOCK
FORMRATECPE Formula - Rate in Formula Currency CPET_FORMRATECURR15(2) CPE_AMOUNT
FORMCURRCPE Formula - Currency CPET_FORMCURRCUKY5Assigned to domainWAERS
FORMPRUNCPE Formula - Price Unit CPET_FORMPRUNDEC5CPE_PRUN
FORMUOMCPE Formula - Unit of Measure CPET_FORMUOMUNIT3Assigned to domainCUNITMEINS
DOC_CURRSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
FX_DOC_CURRExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
ERR_LOG_MSG 0
TERMSTATUSCPE Term - Status CPET_TERMSTATUSNUMC2CPE_TERMSTATUS
PROVISCPE Term - Term Is Used only for Provisional Pricing CPET_PROVISCHAR1CHAR1
QUOTPERIODSTATUSCPE Term - Status of Period Determination CPET_PERIOD_STATUSNUMC2CPE_PERIOD_STATUS
QUOTPERIOD_BEGINCPE Term - First Date and Time of Period Determined CPET_FIRSTTIMESTAMPCHAR14TSTPSCPE_TIMESTAMP
QUOTPERIOD_ENDCPE Term - End Date and Time of Period Determined CPET_LASTTIMESTAMPCHAR14TSTPSCPE_TIMESTAMP
CURRPERIODSTATUSCPE Term - Status of Period Determination CPET_PERIOD_STATUSNUMC2CPE_PERIOD_STATUS
CURRPERIOD_BEGINCPE Term - First Date and Time of Period Determined CPET_FIRSTTIMESTAMPCHAR14TSTPSCPE_TIMESTAMP
CURRPERIOD_ENDCPE Term - End Date and Time of Period Determined CPET_LASTTIMESTAMPCHAR14TSTPSCPE_TIMESTAMP

Key field Non-key field



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

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

How to access SAP table CPET_ERP_RES_PARTN_FORMULA

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