SAP Reports / Programs | Controlling | Overhead Cost Controlling | Cost Center Accounting(CO-OM-CCA) SAP CO

COKP0001 SAP ABAP Report - Revaluation of Records Planned Using Resources







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT COKP0001. "Basic submit
SUBMIT COKP0001 AND RETURN. "Return to original report after report execution complete
SUBMIT COKP0001 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT COKP0001

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name COKP0001 or its description.