RECOST SAP Method New Cost Estimate from Controlling Cockpit









Below is documentation, parameters and attributes of ABAP Method RECOST within SAP class CRMCO_COST_ESTIMATE. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name CRMCO_COST_ESTIMATE into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method RECOST can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method RECOST

.

NameTypeData TypeDescriptionDefault Value
I_BS_IDENTImportingTYPE
IAOM_BS_IDENTIFICATION
Business Scenario for Which Controlling Is Performed
I_PARAMETERImportingTYPE
COERR_PAR_TAB
Controlling Cockpit: Table of the Check Parameters
I_TABLESImportingTYPE
COERR_TABLES_TAB
Controlling Cockpit: Check Table



Exceptions of Method RECOST

This method does not have any exceptions

Example ABAP coding


DATA: lv_I_BS_IDENT TYPE IAOM_BS_IDENTIFICATION,
lv_I_PARAMETER TYPE COERR_PAR_TAB,
lv_I_TABLES TYPE COERR_TABLES_TAB,
lv_other TYPE c.

CALL METHOD CRMCO_COST_ESTIMATE=>RECOST(
EXPORTING
I_BS_IDENT = lv_I_BS_IDENT
I_PARAMETER = lv_I_PARAMETER
I_TABLES = lv_I_TABLES ).

Links to Related Class(s)

CRMCO_CO...
Full list of available SAP object classes

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!