IHC_INTDEB_MULTI_RECIPIENT_O01 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 IHC_INTDEB_MULTI_RECIPIENT_O01 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.
Title: Include IHC_INTDEB_MULTI_RECIPIENT_O01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_BKKRS_GET_POSTDATE CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' EXPORTING i_bkkrs = gs_overview-unit IMPORTING e_postdate = gs_overview-due_date EXCEPTIONS post_date_error = 1 data_error = 2 OTHERS = 3.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'GS_OVERVIEW-TRANSACTION_TYPE' values = lt_values.
IHC_UTIL_DISPLAY_MESSAGES_NEW CALL FUNCTION 'IHC_UTIL_DISPLAY_MESSAGES_NEW' EXPORTING i_title = 'Message status'(002) TABLES it_messages = gt_msg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IHC_INTDEB_MULTI_RECIPIENT_O01 - Include IHC_INTDEB_MULTI_RECIPIENT_O01 IHC_INTDEB_MULTI_RECIPIENT_I01 - Include IHC_INTDEB_MULTI_RECIPIENT_I01 IHC_INTDEB_MULTI_RECIPIENT_F01 - Include IHC_INTDEB_MULTI_RECIPIENT_F01 IHC_INTDEB_MULTI_RECIPIENT - Internal direct debit for multiple recipients IHC_INTDEB_MULTI_RECIPIENT - Internal direct debit for multiple recipients IHC_INTDEB_MULTI_GLOBAL - Include IHC_INTDEB_MULTI_GLOBAL