KCR_TEST_READ_IPPE_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_IPPE_RESOURCE into the relevant SAP transactions such as SE38 or SE80
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: P_OBJNR = D Object Number
Selection Text: P_KEYDAT = D Current Date
Selection Text: P_COAREA = D Controlling Area
Selection Text: P_CCTR = D Cost Center
Selection Text: P_BPRC = D Business Process
Selection Text: P_ACTT = D Activity Type
Title: Calculate iPPE Resource(s) from CO Object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
KCR01_GET_IPPE_RESOURCE CALL FUNCTION 'KCR01_GET_IPPE_RESOURCE' EXPORTING i_key_date = p_keydat i_object_number = p_objnr i_controlling_area = p_coarea i_cost_center = p_cctr i_activity_type = p_actt i_business_process = p_bprc IMPORTING i_ippe_guid_tab = lt_ippe_guid_tab.
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_IPPE_RESOURCE - Calculate iPPE Resource(s) from CO Object KCR_TEST_READ_IPPE_RESOURCE - Calculate iPPE Resource(s) from CO Object 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