SAP Reports / Programs

CIBDOPGR SAP ABAP dialog Program - Transfer of Operations to Subsystems







CIBDOPGR is a standard Module pool for a dialog screen ABAP Program 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 CIBDOPGR 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

CI42 - Init. transfer of operations for PP
CI32 - Init. transfer of operations for PM
CI37 - Init. transfer of operations for PS


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 CIBDOPGR. "Basic submit
SUBMIT CIBDOPGR AND RETURN. "Return to original report after report execution complete
SUBMIT CIBDOPGR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


No. ConfNo. PDC order Seq. Op. SOp. Split
Selection Text: LTGRU = for control station group
Selection Text: LEIT = for control station
Selection Text: ARBPL = for work center
Title: Transfer of Operations to Subsystems
Text Symbol: O18 = Plant...............;;
Text Symbol: O19 = Actual work center..;;
Text Symbol: O21 = Work................;;
Text Symbol: O22 = Confirmed work......;;
Text Symbol: O23 = Forecasted work.....;;
Text Symbol: O24 = No remaining work...;;
Text Symbol: O25 = Planned start date..;;
Text Symbol: O26 = Planned finish date.;;
Text Symbol: O30 = Capacity category...;;
Text Symbol: O31 = Rework quantity.....;;
Text Symbol: OP0 = No operation selected
Text Symbol: PE1 = selected messages with ref. to pers.
Text Symbol: PER = No. ConfNo. Order Seq. Op. WrkCn Plnt PerNo. Eval. Recty
Text Symbol: RUE = Setup time..........;;
Text Symbol: STA = Status..............;;
Text Symbol: STE = Finish/partial fin..;;
Text Symbol: UEB = No. ConfNo. PDC Order Seq. Op. SOp. Split
Text Symbol: VAF = Preceding order.....;;
Text Symbol: VFL = Preceding sequence..;;
Text Symbol: VO1 = Branch operation....;;
Text Symbol: VO2 = Return operation....;;
Text Symbol: VVO = Preceding operation.;;
Text Symbol: ABR = Teardown time.......;;
Text Symbol: AIN = General operation information
Text Symbol: ALL = Quantities/std. values/times
Text Symbol: ART = Time ticket/event...;;
Text Symbol: BEA = Processing time.....;;
Text Symbol: BFL = Reference sequence..;;
Text Symbol: BIN = Ref. seq. for par. sequences
Text Symbol: LAF = Leading order.......;;
Text Symbol: MAT = Material number.....;;
Text Symbol: NIN = Coll. Order
Text Symbol: O01 = Order number........;;





Text Symbol: O02 = Sequence............;;
Text Symbol: O03 = Operation number....;;
Text Symbol: O04 = Sub-operation.......;;
Text Symbol: O05 = Confirmation number.;;
Text Symbol: O06 = Split number........;;
Text Symbol: O07 = Subsystem link group;;
Text Symbol: O08 = Order category......;;
Text Symbol: O09 = Yield...............;;
Text Symbol: O10 = Scrap quantity......;;
Text Symbol: O11 = Underdelivery qty...;;
Text Symbol: O12 = Overdelivery qty....;;
Text Symbol: O13 = Actual quantity.....;;
Text Symbol: O14 = Actual scrap........;;
Text Symbol: O15 = Standard value......;;
Text Symbol: O16 = Activity confirmed..;;
Text Symbol: O17 = Planned work center.;;


INCLUDES used within this REPORT CIBDOPGR

INCLUDE LCORSART.


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:

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = enq_table "ORDCOM varkey = g_enq_key "Applikation _scope = '3' EXCEPTIONS OTHERS = 1.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

SEL_ORDER_INITIAL CALL FUNCTION 'SEL_ORDER_INITIAL' EXPORTING auftyp = auftragstyp test_flag = test TABLES idwn04 = idwn04 iedidd = iedidd EXCEPTIONS no_data_selected = 1 no_work_centers = 2 no_bde_groups = 3 no_pdc_active = 4.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'GT_OUTTAB' i_inclname = g_repid CHANGING ct_fieldcat = gt_fieldcat.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = lt_fieldcat it_events = gt_events[] it_excluding = lt_excluding TABLES t_outtab = gt_dummy EXCEPTIONS program_error = 1 OTHERS = 2.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = perop-arbid IMPORTING arbpl = e1perop-arbpi EXCEPTIONS not_found = 0 OTHERS = 0.

MASTER_IDOC_DISTRIBUTE CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE' EXPORTING master_idoc_control = iedidc TABLES communication_idoc_control = redidc master_idoc_data = iedidd EXCEPTIONS error_in_idoc_control = 01 error_writing_idoc_status = 02 error_in_idoc_data = 03.

EDI_DOCUMENT_DEQUEUE_LATER CALL FUNCTION 'EDI_DOCUMENT_DEQUEUE_LATER' EXPORTING docnum = redidc-docnum EXCEPTIONS idoc_is_not_to_dequeue = 0 OTHERS = 0.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = perop-arbid IMPORTING arbpl = e1perop-arbpi EXCEPTIONS not_found = 1 OTHERS = 2.






REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_list.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.



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