MH5A0I50 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 MH5A0I50 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: Input Modules for PD Transactions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_OBJID_REQUEST call function 'RH_OBJID_REQUEST' "XMKBCEK002468 exporting plvar = pphdr-plvar otype = pphdr-otype dynpro_repid = self_repid dynpro_dynnr = self_dynnr dynpro_plvarfield = 'PPHDR-PLVAR' dynpro_otypefield = 'PPHDR-OTYPE' dynpro_searkfield = 'PM0D1-SEARK' importing sel_object = f4_objec exceptions cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 others = 6.
RH_OBJID_REQUEST call function 'RH_OBJID_REQUEST' "XMKBCEK002468 exporting plvar = pphdr-plvar otype = pphdr-otype dynpro_repid = self_repid dynpro_dynnr = self_dynnr dynpro_plvarfield = 'PPHDR-PLVAR' dynpro_searkfield = 'PM0D1-SEARK' importing sel_object = f4_objec exceptions cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 others = 6.
RH_PP01_PLVAR_REQUEST call function 'RH_PP01_PLVAR_REQUEST' exporting repid = d5000_repid dynnr = d5000_dynnr plvar_field = 'PPHDR-PLVAR' ptext_field = 'T777P-PTEXT'.
RH_PP01_OTYPE_REQUEST call function 'RH_PP01_OTYPE_REQUEST' exporting repid = d5000_repid dynnr = d5000_dynnr plvar_field = 'PPHDR-PLVAR' otype_field = 'PPHDR-OTYPE' otext_field = 'T777O-OTEXT'.
CONTROL_DISPATCH CALL FUNCTION 'CONTROL_DISPATCH' EXPORTING FCODE = ok-code EXCEPTIONS OTHERS = 2.
RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = pphdr-plvar otype = pphdr-otype dynpro_repid = self_repid dynpro_dynnr = self_dynnr dynpro_plvarfield = 'PPHDR-PLVAR' dynpro_searkfield = 'PM0D1-REFOB' IMPORTING sel_object = f4_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.