SAP EXIT_SAPLCDPSUSER_005 Function Module for Enhances Evaluations









EXIT_SAPLCDPSUSER_005 is a standard exit saplcdpsuser 005 SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Enhances Evaluations processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for exit saplcdpsuser 005 FM, simply by entering the name EXIT_SAPLCDPSUSER_005 into the relevant SAP transaction such as SE37 or SE38.

Function Group: XCDPSUSER
Program Name: SAPLXCDPSUSER
Main Program: SAPLXCDPSUSER
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function EXIT_SAPLCDPSUSER_005 pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'EXIT_SAPLCDPSUSER_005'"Enhances Evaluations
EXPORTING
* IV_SIMVERSID = "Planning Version Name
* IV_ACTIVITY_STATE = "Planned/Unplanned Activities?
* IV_SIMSESSID = "GUID for Identifying Transactional Simulation Session
* IV_EVAL_START = "Start Date/Time (in UTC Time and Format YYYYMMDDhhmmss)
* IV_EVAL_END = "End Date/Time (in UTC Time and Format YYYYMMDDhhmmss)
* IV_TRANSFER_PAST = "Boolean Variable (X = True, - = False, Space = Unknown)
* IV_TIME_TO_HOURS = "Boolean Variable (X = True, - = False, Space = Unknown)
* IV_BLOCK_IN_BLOCK_UNIT = "Boolean Variable (X = True, - = False, Space = Unknown)
* IV_READ_ALERTS = "Boolean Variable (X = True, - = False, Space = Unknown)
* IV_WIP_DETAILED = "Boolean Variable (X = True, - = False, Space = Unknown)

IMPORTING
ET_OPRLIST = "Output table for the report 'List of all operations'
ET_HEUROPRLIST2 = "Operations List for Heuristic 'Plan Sequence Manually'
ET_XOPRLIST = "Output Table for the Report 'Extended Operation List'
ET_ORDERLIST = "Output Table for the Report 'List of all Orders'
ET_CAPLOAD = "Output Table for 'Capacity Load' Report
ET_CAPRESV = "
ET_WIPLIST = "Output Table for 'WIP List' Report
ET_WIPNET = "Output Table for 'WIP Network' Report
ET_PRODOVW = "Output Table for 'Production Overview' Report
ET_HEUROPRLIST = "Operations List for Heuristic 'Plan Sequence Manually'
.



Related Function Modules

Below is a list of related SAP function modules this CUSTOMER FUNCTION exit / user exit is relevant for.
CDPSUSER_BATCH_SELECTION User Exit for the Selection of the Planning Run
CDPSUSER_FDIS_ADD_FUNCTIONS Enhancement of Function Dispatcher
CDPSUSER_OBJECT_MARK User Exit for Selection Function in the Planning Board
CDPSUSER_PLANNING_TABLE User Exit for the Planning Board
CDPSUSER_PTF_COLUMN_HEAD Modification of Column Headings in the Planning Board
CDPSUSER_PTF_GET_BOX_ATTRIB User Exit for Determination of Form Type and Color Type in Planning Board
CDPSUSER_PTF_GET_NODE_ATTRIB User Exit for Determination of Graphical Representation in Planning Board
CDPSUSER_REPT_EXTEND Enhances Evaluations

IMPORTING Parameters details for EXIT_SAPLCDPSUSER_005

IV_SIMVERSID - Planning Version Name

Data type: /SAPAPO/VRSIOID
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_ACTIVITY_STATE - Planned/Unplanned Activities?

Data type: /SAPAPO/OM_CAPA_ACT_STATE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_SIMSESSID - GUID for Identifying Transactional Simulation Session

Data type: /SAPAPO/OM_SIMSESSION
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_EVAL_START - Start Date/Time (in UTC Time and Format YYYYMMDDhhmmss)

Data type: /SAPAPO/STARTTI
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_EVAL_END - End Date/Time (in UTC Time and Format YYYYMMDDhhmmss)

Data type: /SAPAPO/ENDTI
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_TRANSFER_PAST - Boolean Variable (X = True, - = False, Space = Unknown)

Data type: BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_TIME_TO_HOURS - Boolean Variable (X = True, - = False, Space = Unknown)

Data type: BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_BLOCK_IN_BLOCK_UNIT - Boolean Variable (X = True, - = False, Space = Unknown)

Data type: BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_READ_ALERTS - Boolean Variable (X = True, - = False, Space = Unknown)

Data type: BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

IV_WIP_DETAILED - Boolean Variable (X = True, - = False, Space = Unknown)

Data type: BOOLEAN
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for EXIT_SAPLCDPSUSER_005

ET_OPRLIST - Output table for the report 'List of all operations'

Data type: /SAPAPO/CDPS_REPT_OPRLIST_TAB
Optional: No
Call by Reference: Yes

ET_HEUROPRLIST2 - Operations List for Heuristic 'Plan Sequence Manually'

Data type: /SAPAPO/CDPS_HEUR_OPRLIST_TAB
Optional: No
Call by Reference: Yes

ET_XOPRLIST - Output Table for the Report 'Extended Operation List'

Data type: /SAPAPO/CDPS_REPT_XOPRLIST_TAB
Optional: No
Call by Reference: Yes

ET_ORDERLIST - Output Table for the Report 'List of all Orders'

Data type: /SAPAPO/CDPS_REPT_ORDLIST_TAB
Optional: No
Call by Reference: Yes

ET_CAPLOAD - Output Table for 'Capacity Load' Report

Data type: /SAPAPO/CDPS_REPT_CAPLOAD_TAB
Optional: No
Call by Reference: Yes

ET_CAPRESV -

Data type: /SAPAPO/CDPS_REPT_CAPRESV_TAB
Optional: No
Call by Reference: Yes

ET_WIPLIST - Output Table for 'WIP List' Report

Data type: /SAPAPO/CDPS_REPT_WIPLIST_TAB
Optional: No
Call by Reference: Yes

ET_WIPNET - Output Table for 'WIP Network' Report

Data type: /SAPAPO/CDPS_REPT_WIPNET_TAB
Optional: No
Call by Reference: Yes

ET_PRODOVW - Output Table for 'Production Overview' Report

Data type: /SAPAPO/CDPS_REPT_PRODOVW_TAB
Optional: No
Call by Reference: Yes

ET_HEUROPRLIST - Operations List for Heuristic 'Plan Sequence Manually'

Data type: /SAPAPO/CDPS_HEUR_OPRLIST_TAB
Optional: No
Call by Reference: Yes

Copy and paste ABAP code example for EXIT_SAPLCDPSUSER_005 Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_et_oprlist  TYPE /SAPAPO/CDPS_REPT_OPRLIST_TAB, "   
lv_iv_simversid  TYPE /SAPAPO/VRSIOID, "   
lv_et_heuroprlist2  TYPE /SAPAPO/CDPS_HEUR_OPRLIST_TAB, "   
lv_iv_activity_state  TYPE /SAPAPO/OM_CAPA_ACT_STATE, "   
lv_et_xoprlist  TYPE /SAPAPO/CDPS_REPT_XOPRLIST_TAB, "   
lv_iv_simsessid  TYPE /SAPAPO/OM_SIMSESSION, "   
lv_et_orderlist  TYPE /SAPAPO/CDPS_REPT_ORDLIST_TAB, "   
lv_iv_eval_start  TYPE /SAPAPO/STARTTI, "   
lv_et_capload  TYPE /SAPAPO/CDPS_REPT_CAPLOAD_TAB, "   
lv_iv_eval_end  TYPE /SAPAPO/ENDTI, "   
lv_et_capresv  TYPE /SAPAPO/CDPS_REPT_CAPRESV_TAB, "   
lv_iv_transfer_past  TYPE BOOLEAN, "   
lv_et_wiplist  TYPE /SAPAPO/CDPS_REPT_WIPLIST_TAB, "   
lv_iv_time_to_hours  TYPE BOOLEAN, "   
lv_et_wipnet  TYPE /SAPAPO/CDPS_REPT_WIPNET_TAB, "   
lv_iv_block_in_block_unit  TYPE BOOLEAN, "   
lv_et_prodovw  TYPE /SAPAPO/CDPS_REPT_PRODOVW_TAB, "   
lv_iv_read_alerts  TYPE BOOLEAN, "   
lv_et_heuroprlist  TYPE /SAPAPO/CDPS_HEUR_OPRLIST_TAB, "   
lv_iv_wip_detailed  TYPE BOOLEAN. "   

  CALL FUNCTION 'EXIT_SAPLCDPSUSER_005'  "Enhances Evaluations
    EXPORTING
         IV_SIMVERSID = lv_iv_simversid
         IV_ACTIVITY_STATE = lv_iv_activity_state
         IV_SIMSESSID = lv_iv_simsessid
         IV_EVAL_START = lv_iv_eval_start
         IV_EVAL_END = lv_iv_eval_end
         IV_TRANSFER_PAST = lv_iv_transfer_past
         IV_TIME_TO_HOURS = lv_iv_time_to_hours
         IV_BLOCK_IN_BLOCK_UNIT = lv_iv_block_in_block_unit
         IV_READ_ALERTS = lv_iv_read_alerts
         IV_WIP_DETAILED = lv_iv_wip_detailed
    IMPORTING
         ET_OPRLIST = lv_et_oprlist
         ET_HEUROPRLIST2 = lv_et_heuroprlist2
         ET_XOPRLIST = lv_et_xoprlist
         ET_ORDERLIST = lv_et_orderlist
         ET_CAPLOAD = lv_et_capload
         ET_CAPRESV = lv_et_capresv
         ET_WIPLIST = lv_et_wiplist
         ET_WIPNET = lv_et_wipnet
         ET_PRODOVW = lv_et_prodovw
         ET_HEUROPRLIST = lv_et_heuroprlist
. " EXIT_SAPLCDPSUSER_005




ABAP code using 7.40 inline data declarations to call FM EXIT_SAPLCDPSUSER_005

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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!