KCR_TEST_READ_COST_RESOURCE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter KCR_TEST_READ_COST_RESOURCE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
KCR01_TEST - Test Calculation of CO Resource
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PD_DATUM = Assignment Date
Selection Text: PD_RGUID = GUID of Resource
Title: Calculate Cost Resource from iPPE GUID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
KCR01_GET_COST_RESOURCE CALL FUNCTION 'KCR01_GET_COST_RESOURCE' EXPORTING i_resource_guid = ld_rguid_raw i_key_date = ld_key_date IMPORTING e_object_number = ld_object_number e_resource_type = ld_resource_type e_controlling_area = ld_controlling_area e_cost_center = ld_cost_center e_activity_type = ld_activity_type e_business_process = ld_business_process EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
KCR_TEST_READ_COST_RESOURCE - Calculate Cost Resource from iPPE GUID KCR_TEST_READ_COST_RESOURCE - Calculate Cost Resource from iPPE GUID KCR_TEST_DELETE_ALL_DATA - Delete all Assignment Tables KCR_TEST_DELETE_ALL_DATA - Delete all Assignment Tables KCR_TEST_CREATE_RESSOURCE_DATA - Generate Test Data (Resources) KCR_TEST_CREATE_RESSOURCE_DATA - Generate Test Data (Resources)