FDM_COLL_SEND_ITEMS_READ_TRF01 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_TRF01 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!
FDM_AR_BOR_TO_BSEG CALL FUNCTION 'FDM_AR_BOR_TO_BSEG' EXPORTING i_type = 'BSEG' i_id = ld_swo_typeid IMPORTING e_bukrs = ls_bseg_key-bukrs e_belnr = ls_bseg_key-belnr e_gjahr = ls_bseg_key-gjahr e_buzei = ls_bseg_key-buzei.
FDM_COLL_SEND_HOBAP_ITEMS_GET CALL FUNCTION 'FDM_COLL_SEND_HOBAP_ITEMS_GET' EXPORTING i_mode = ps_wrkbuk-runmode " '4' is_bseg_key = ls_bseg_key i_kunnr = ls_objid-kunnr i_bukrs = ps_wrkbuk-bukrs i_determine_branch = ps_wrkbuk-xbranch " 'X' i_determine_payer = ' ' IMPORTING es_items_bsid = ls_items_bsid et_upd_br_gprs = lt_upd_br_gprs es_upd_br_head_spec = ls_upd_br_head_spec EXCEPTIONS run_time_error = 0 OTHERS = 0. " error handling not necessary (no hint from database in this case)
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_TRF01 - FDMCOLLSENDITEMSREADTRF01 FDM_COLL_SEND_ITEMS_READ_LTF01 - FDMCOLLSENDITEMSREADLTF01 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