FDM_COLL_SEND_ITEMS_READ_ALF01 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 FDM_COLL_SEND_ITEMS_READ_ALF01 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!
ALE_ASYNC_BAPI_GET_RECEIVER CALL FUNCTION 'ALE_ASYNC_BAPI_GET_RECEIVER' EXPORTING object = 'BUS2025' method = 'SENDITEMS' TABLES receivers = gt_receivers filterobject_values = lt_filter EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 OTHERS = 3.
ALE_BAPI_GET_UNIQUE_RECEIVER CALL FUNCTION 'ALE_BAPI_GET_UNIQUE_RECEIVER' EXPORTING object = 'BUS2025' method = 'SENDITEMS' * IMPORTING * receiver = ls_receiver TABLES filterobjects_values = lt_filter EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 not_unique_receiver = 3 no_rfc_destination_maintained = 4 OTHERS = 5.
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = gd_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FDM_COLL_SEND_ITEMS_READ_ALF01 - FDMCOLLSENDITEMSREADALF01 FDM_COLL_SEND_ITEMS_PARTNERF01 - FDMCOLLSENDITEMSPARTNERF01 FDM_COLL_SEND_ITEMS_MODIFY_F01 - FDMCOLLSENDITEMSMODIFYF01 FDM_COLL_SEND_ITEMS_LOG_LISF01 - FDMCOLLSENDITEMSLOGLISF01 FDM_COLL_SEND_ITEMS_LOG_ALMF01 - FDMCOLLSENDITEMSLOGALMF01 FDM_COLL_SEND_ITEMS_INITIALF01 - FDMCOLLSENDITEMSINITIALF01