SAP Reports / Programs | Controlling | Overhead Cost Controlling | Overhead Cost Orders(CO-OM-OPA) SAP CO

COPCOBJ_REORGCHECK SAP ABAP Report - Check Whether Deletion Flag Can Be Set







COPCOBJ_REORGCHECK 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 COPCOBJ_REORGCHECK 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 COPCOBJ_REORGCHECK. "Basic submit
SUBMIT COPCOBJ_REORGCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT COPCOBJ_REORGCHECK 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: SO_AUFNR = D Order
Selection Text: SO_AUART = D Order Type
Selection Text: P_ZERO = Also Disply Orders w/o Balance
Selection Text: P_REORGO = Only if Errors in Reorg. Check
Selection Text: P_MAX = Max. Number of Orders
Title: Check Whether Deletion Flag Can Be Set
Text Symbol: WOG = WOG Total Value in Object Currency
Text Symbol: WKG = WKG Total Value in Controlling Area Currency
Text Symbol: WKF = WKF Fixed Value in Controlling Area Currency
Text Symbol: WIP = WIP
Text Symbol: VSN = Version
Text Symbol: SWP = WIP not Completely Settled
Text Symbol: SVA = Variances not Completely Settled
Text Symbol: ORD = Order
Text Symbol: OGA = WOGABG Settled Total Value in Object Currency
Text Symbol: KST = KSTAR Cost Element
Text Symbol: KGA = WKGABG Settled Total Value in Controlling Area Currency
Text Symbol: KFA = WKFABG Settled Fixed Value in Controlling Area Currency
Text Symbol: ACO = Actual Costs


INCLUDES used within this REPORT COPCOBJ_REORGCHECK

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_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = 'COSP'.

K_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = 'COSS'.

K_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = 'COSB'.

K_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = 'COSBD'.

K_OBJECT_REORG_CHECK CALL FUNCTION 'K_OBJECT_REORG_CHECK' EXPORTING objnr = p_objnr IMPORTING error_occurred = ld_error EXCEPTIONS reorg_not_allowed = 1 error_message = 0 "faengt Warnungen ab OTHERS = 2.

MATERIAL_READ_MAKA CALL FUNCTION 'MATERIAL_READ_MAKA' EXPORTING schluessel = ld_mtcom IMPORTING matdaten = ld_mack4 TABLES seqmat01 = lt_dummy.

OBJECT_KEY_GET_OR CALL FUNCTION 'OBJECT_KEY_GET_OR' EXPORTING objnr = p_objnr IMPORTING aufnr = ld_aufnr EXCEPTIONS wrong_obart = 1.

K_ORDER_READ CALL FUNCTION 'K_ORDER_READ' EXPORTING aufnr = ld_aufnr no_message_store = 'X' IMPORTING kokrs = ld_kokrs EXCEPTIONS not_found = 1.

K_OBJECT_INFORMATION_GET CALL FUNCTION 'K_OBJECT_INFORMATION_GET' EXPORTING i_objnr = p_objnr IMPORTING e_kokrs = ld_kokrs EXCEPTIONS OTHERS = 1.



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 COPCOBJ_REORGCHECK or its description.