CIBDOP_DOWN_PP 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 CIBDOP_DOWN_PP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CI42N - PP-PDC: Download Operations
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: IT_LOGSY = D Logical system
Selection Text: I_CUSTPR = Print layout for job
Selection Text: I_INIT = Initial download
Selection Text: I_NOPROT = No log
Selection Text: I_SIMUL = Simulation
Title: PP-PDC interface: Download operations
Text Symbol: 001 = Operat.
Text Symbol: 002 = Deleted operations
Text Symbol: 003 = Open time events
INCLUDE PAI_PBO_INCL.
INCLUDE FORMS_INCL.
No SAP DATABASE tables are accessed within this REPORT code!
ALE_RCVPRORDCF_RECEIVEPRODORD CALL FUNCTION 'ALE_RCVPRORDCF_RECEIVEPRODORD' EXPORTING init = i_init TABLES operationsforupd = t_operas_upd operationsfordel = t_operas_del openevents = t_events operationsiuiddata = t_operas_iuid operationsiuidcompdata = t_operas_iuid_comp receivers = t_receivers communication_documents = t_cdocs EXCEPTIONS error_creating_idocs = 1 OTHERS = 2.
EDI_DOCUMENT_DEQUEUE_LATER CALL FUNCTION 'EDI_DOCUMENT_DEQUEUE_LATER' EXPORTING docnum = l_docnum EXCEPTIONS idoc_is_not_to_dequeue = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'BAPI_PP_PDC_OPERA2' i_grid_title = text-001 i_default = 'X' i_save = 'A' is_variant = ls_variant is_print = g_print TABLES t_outtab = t_operas_upd EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'BAPI_PP_PDC_OPERA1' i_grid_title = text-002 i_default = 'X' i_save = 'A' is_variant = ls_variant is_print = g_print TABLES t_outtab = t_operas_del EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'BAPI_PP_PDC_OPENEVENT' i_grid_title = text-003 i_default = 'X' i_save = 'A' is_variant = ls_variant is_print = g_print TABLES t_outtab = t_events EXCEPTIONS program_error = 1 OTHERS = 2.
ALE_BAPI_GET_FILTEROBJECTS * CALL FUNCTION 'ALE_BAPI_GET_FILTEROBJECTS' * EXPORTING * OBJECT = con_obj_rcvprordcf * METHOD = con_method_recorder * TABLES * FILTEROBJECTS = lt_filterobj.
ALE_ASYNC_BAPI_GET_RECEIVER CALL FUNCTION 'ALE_ASYNC_BAPI_GET_RECEIVER' EXPORTING object = con_obj_rcvprordcf method = con_method_recorder TABLES receivers = et_receivers filterobject_values = lt_filterval.
BAPI_ALE_MODEL_GET CALL FUNCTION 'BAPI_ALE_MODEL_GET' TABLES bapilinks = lt_bapilinks.
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = l_own_system.
PP_C0_PDC_DOWN_OPERAS_INITIAL CALL FUNCTION 'PP_C0_PDC_DOWN_OPERAS_INITIAL' EXPORTING i_channel = i_channel i_test = i_test TABLES et_operas = et_operas_upd et_openevents = et_events.
PP_C0_PDC_DOWN_OPERAS_DELTA CALL FUNCTION 'PP_C0_PDC_DOWN_OPERAS_DELTA' EXPORTING i_channel = i_channel i_test = i_test TABLES et_operas = et_operas_upd et_operas_del = et_operas_del.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = 'ORDCOM' varkey = l_enq_key.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CIBDOP_DOWN_PP - PP-PDC interface: Download operations CIBDOP_DOWN_PP - PP-PDC interface: Download operations CIBDOPGR - Transfer of Operations to Subsystems CIBDOPGR - Transfer of Operations to Subsystems CIBDOPDE - Delta Transfer of Operations to Subsystems CIBDOPDE - Delta Transfer of Operations to Subsystems