RGMIDCPOST005 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 RGMIDCPOST005 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 RGMIDCPOST005
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 75 text = 'Calculating necessary IDC entries'(053) EXCEPTIONS OTHERS = 0.
GM_SPONSORED_CLASS_READ CALL FUNCTION 'GM_SPONSORED_CLASS_READ' EXPORTING i_sponsored_class = t_gmia2-rsponsored_class IMPORTING e_gmspclass = ls_gmspclass EXCEPTIONS class_not_found = 1 OTHERS = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = 'Preparing IDC Delta entries'(054) EXCEPTIONS OTHERS = 0.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = 'I' msgv1 = t_grant_info-grant_nbr msgv2 = space msgv3 = space msgv4 = space arbgb = 'GRANTMGMT' txtnr = 865 zeile = space exception_if_not_active = space.
FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = t_idc_calculated-rbukrs IMPORTING e_fikrs = t_idc_calculated-fm_area EXCEPTIONS no_fikrs_for_bukrs = 1 OTHERS = 2.
FM_ACCOUNT_DERIVE CALL FUNCTION 'FM_ACCOUNT_DERIVE' EXPORTING i_check_date = u_budat CHANGING c_cobl = l_cobl EXCEPTIONS derivation_failed = 1 OTHERS = 2.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 arbgb = sy-msgid txtnr = sy-msgno zeile = space exception_if_not_active = space.
FM_FIPEX_GET_FROM_FIPOS CALL FUNCTION 'FM_FIPEX_GET_FROM_FIPOS' EXPORTING i_fipos = l_cobl-fipos IMPORTING e_fipex = t_idc_calculated-cmmt_item EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 arbgb = sy-msgid txtnr = sy-msgno zeile = space exception_if_not_active = space.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = 'W' msgv1 = u_gmia-rgrant_nbr msgv2 = u_gmia-rsponsored_prog msgv3 = u_gmia-rsponsored_class msgv4 = t_gmgridccap-cap arbgb = 'GRANTMGMT' txtnr = 868 zeile = space exception_if_not_active = space.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = 'W' msgv1 = u_gmia-rgrant_nbr msgv2 = t_gmgridccap2-cap msgv3 = space msgv4 = space arbgb = 'GRANTMGMT' txtnr = 869 zeile = space exception_if_not_active = space.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = 'W' msgv1 = u_gmia-rgrant_nbr msgv2 = u_gmia-rsponsored_prog msgv3 = u_gmia-rsponsored_class msgv4 = t_gmgridccap-cap arbgb = 'GRANTMGMT' txtnr = 868 zeile = space exception_if_not_active = space.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = 'W' msgv1 = u_gmia2-rgrant_nbr msgv2 = u_gmia2-rsponsored_prog msgv3 = u_gmia2-rsponsored_class msgv4 = t_gmgridccap_o-cap arbgb = 'GRANTMGMT' txtnr = 868 zeile = space exception_if_not_active = space.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = 'W' msgv1 = u_gmia-rgrant_nbr msgv2 = t_gmgridccap2_o-cap msgv3 = space msgv4 = space arbgb = 'GRANTMGMT' txtnr = 869 zeile = space exception_if_not_active = space.
CO_DOCUMENT_CHECK CALL FUNCTION 'CO_DOCUMENT_CHECK' TABLES t_acchd = l_t_acchd t_accit = l_t_accit t_acccr = l_t_acccr EXCEPTIONS error_message = 1 OTHERS = 2.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.