COKP0001 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 COKP0001 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_GJAHR = Fiscal year
Selection Text: P_KOKRS = Controlling area
Selection Text: P_PERAB = From period
Selection Text: P_PERBI = To period
Selection Text: P_RESAB = From resource
Selection Text: P_RESBI = To resource
Selection Text: P_TEST = D Test run
Selection Text: P_VERSN = Version
Title: Revaluation of Records Planned Using Resources
Text Symbol: 021 = Period
Text Symbol: 022 = To
Text Symbol: 023 = Resource(s)
Text Symbol: 024 = Version
Text Symbol: 025 = Fiscal year
Text Symbol: 120 = Parameter
Text Symbol: 121 = Processing opts
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_RES_RESOURCE_VALUATION CALL FUNCTION 'K_RES_RESOURCE_VALUATION' EXPORTING ID_KOKRS = P_KOKRS ID_GJAHR = P_GJAHR ID_VERSN = P_VERSN ID_PERIOD_FROM = P_PERAB ID_PERIOD_TO = P_PERBI ID_FLG_TEST = P_TEST "4.6B, HpM, 19990607
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING ARBGB = IT_MESG-ARBGB MSGTY = IT_MESG-MSGTY MSGV1 = IT_MESG-MSGV1 MSGV2 = IT_MESG-MSGV2 MSGV3 = IT_MESG-MSGV3 MSGV4 = IT_MESG-MSGV4 TXTNR = IT_MESG-TXTNR ZEILE = IT_MESG-ZEILE.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = IT_MESG-ARBGB MSGTY = IT_MESG-MSGTY MSGV1 = IT_MESG-MSGV1 MSGV2 = IT_MESG-MSGV2 MSGV3 = IT_MESG-MSGV3 MSGV4 = IT_MESG-MSGV4 TXTNR = IT_MESG-TXTNR ZEILE = IT_MESG-ZEILE.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING SHOW_LINNO = ' ' EXCEPTIONS NO_MESSAGES = 1.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' IMPORTING E_KOKRS = P_KOKRS EXCEPTIONS NOT_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COKP0001 - Revaluation of Records Planned Using Resources COKP0001 - Revaluation of Records Planned Using Resources COJVITOP - Global data for JV_Billing archiving COITR_TEST_LOCAL - Test Program with Local Classes for New CO Iteration Process COITR_TEST_LOCAL - Test Program with Local Classes for New CO Iteration Process COITR_EXITS_SENDER - COITREXITSSENDER