SAP Reports / Programs

COOCMPICK SAP ABAP Report - Order Change Management: Confirm/Cancel Changes







COOCMPICK 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 COOCMPICK into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

COCM2 - OCM - Picking


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 COOCMPICK. "Basic submit
SUBMIT COOCMPICK AND RETURN. "Return to original report after report execution complete
SUBMIT COOCMPICK 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_FRECHN = Release of Change Number
Selection Text: P_FMVCHN = Date Shift for Change Number
Selection Text: P_FDIREC = Direct Assignment
Selection Text: P_FCHCUS = Sales Order Change
Selection Text: P_FADCHN = Change Package Supplement
Selection Text: PR_WERKS = D Plant
Selection Text: PR_MATNR = D Material
Selection Text: PR_FEVOR = D Production Scheduler
Selection Text: PR_CUSTO = D Sales Order
Selection Text: PR_CUSTI = Sales Order Item
Selection Text: PR_CHGNO = D Change Number
Selection Text: PR_AUFNR = Production Order
Title: Order Change Management: Confirm/Cancel Changes
Text Symbol: FU4 = DateShft
Text Symbol: FU5 = DirAssgt
Text Symbol: INI = Initiating objt
Text Symbol: KDF = SalesOrder
Text Symbol: NGM = Confirm without goods movements
Text Symbol: ORD = Order:
Text Symbol: RE1 = Are you sure you want to reject the changes?
Text Symbol: REA = Reason
Text Symbol: REJ = Undo changes
Text Symbol: RES = Reservation:
Text Symbol: FU3 = Suppl.
Text Symbol: FU2 = RelChang
Text Symbol: FU1 = SlsOrChg
Text Symbol: CPT = Days
Text Symbol: CPL = Change process compltd for at least
Text Symbol: BES = Res
Text Symbol: BEL = Result
Text Symbol: ATS = Assembly description
Text Symbol: ATL = AssmbDesc
Text Symbol: AMS = Assembly
Text Symbol: AEN = ChgNo
Text Symbol: ACC = Confirm changes
Text Symbol: 001 = Reservations are being read
Text Symbol: RSO = Order Res.
Text Symbol: SSG = Bulk Material





Text Symbol: SRG = Retroactive Components
Text Symbol: SNO = Picking Components
Text Symbol: SLP = @04@ Process reservations marked as 'inserted'
Text Symbol: SLM = @05@ Process reservations marked 'to be deleted'
Text Symbol: SL4 = Function for Background Processing
Text Symbol: SL3 = Reservations
Text Symbol: SL2 = Reason for Change
Text Symbol: SL1 = Production Orders
Text Symbol: SDB = Directly-Produced Components


INCLUDES used within this REPORT COOCMPICK

INCLUDE COOCMPSEL. " SELECTION SCREEN
INCLUDE COOCMPF01. " MISC. FORM ROUTINES
INCLUDE COOCMPF02. " FORM 'SELECT_RESERVATIONS'
INCLUDE COOCMPF04. " FORM 'USER_COMMAND'
INCLUDE COOCMPF05. " FORM 'PROCESS_CHACC_CHREJ'
INCLUDE COOCMPF06. " FORM 'FILL_PROTOCOL'
INCLUDE COOCMPF07. " FORM 'GET_N_LOCK_GM'
INCLUDE COOCMOLF06. " FORM 'NACO_CHECK_AND_SET'
INCLUDE COOCMPF08. " FORM 'CHECK_OPR_CONFIRMED'
INCLUDE COOCMPF09. " FORM 'PROCESS_GOODS_MOVEMENTS'
INCLUDE COOCMPF10. " FORM 'CHANGE_GOODS_MOVEMENTS'
INCLUDE COOCMPF11. " FORM PROCESS_BATCH


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:

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = g_repid i_callback_pf_status_set = con_set_status i_callback_user_command = con_user_command i_save = con_save is_layout = gs_layout it_fieldcat = gt_fieldcat[] tables t_outtab = gt_list.



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