SHP_CORE_FILL_COMMON_PARTFCP is a standard ABAP INCLUDE 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 SHP_CORE_FILL_COMMON_PARTFCP 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LE_DELIVERY_GET_BUFFERED call function 'LE_DELIVERY_GET_BUFFERED' exporting if_requested_version = lx_fcp_control-version it_delivery_keys = it_delivery_keys is_data = lx_fcp_control-to_be_selected if_filter_by_enque = lx_fcp_control-enqueue_delivery if_predecessor_enq = lx_fcp_control-enqueue_predecessor if_bypassing_buffer = lx_fcp_control-bypassing_buffer changing cx_deliveries = lx_deli cx_unlockable = ct_deli_unlockable "AIP CT_ORDERS_NOT_LOCKED = ct_orders_not_locked cx_unlockable_csl = ct_deli_unlockable_csl exceptions no_item_selected = 1 selected_item_enqueued = 2 no_key_specified = 3 others = 4.
SD_DELIVERY_PUT_XTAB CALL FUNCTION 'SD_DELIVERY_PUT_XTAB' EXPORTING IT_XLIPS = xlips[] IT_XVBUP = xvbup[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SHP_CORE_FILL_COMMON_PARTFCP - SHPCOREFILLCOMMONPARTFCP SHP_CORE_FILL_COMMON_PART - Form Routines for Filling In Common Part from the Database Buffer SHP_CORE_FILL_COMMON_PART - Form Routines for Filling In Common Part from the Database Buffer SHP_CORE_DEBUG - Debugging in Delivery Core SHP_CORE_DEBUG - Debugging in Delivery Core SHP_CORE_COMMON_DATA - SHPCORECOMMONDATA