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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COPCOBJ_REORGCHECK - Check Whether Deletion Flag Can Be Set COPCOBJ_REORGCHECK - Check Whether Deletion Flag Can Be Set COPCAX01 - EC-PCA: XPRA for Conversion of Control Tables EC-PCA to Rel. 3.0 COPCAX01 - EC-PCA: XPRA for Conversion of Control Tables EC-PCA to Rel. 3.0 COPA_REVERSE_KE27 - Reversal of KE27 Delta Line Items in Profitability Analysis COPA_REVERSE_KE27 - Reversal of KE27 Delta Line Items in Profitability Analysis