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
Below is a list of transaction codes which are relevant to this SAP report
COCM2 - OCM - Picking
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_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
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
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COOCMPICK - Order Change Management: Confirm/Cancel Changes COOCMPICK - Order Change Management: Confirm/Cancel Changes COOCMPF11 - documentation and ABAP source code COOCMPF10 - documentation and ABAP source code COOCMPF09 - documentation and ABAP source code COOCMPF08 - documentation and ABAP source code