MP101930 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 MP101930 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!
RH_READ_OBJECT call function 'RH_READ_OBJECT' exporting plvar = plvar otype = otype objid = objid begda = begda endda = endda importing short = short stext = stext exceptions others = 4.
RH_HEADCOUNT_EMPTY_JOB_TEXT call function 'RH_HEADCOUNT_EMPTY_JOB_TEXT' importing act_stext = stext.
RH_DETERMINE_ORG_OBJID call function 'RH_DETERMINE_ORG_OBJID' exporting org_object_type = 'C ' act_plvar = plvar f4_mode = 'X' importing org_object_objid = jobid exceptions no_active_plvar = 1 no_object_id_selected = 2 others = 3.
DYNP_GET_STEPL call function 'DYNP_GET_STEPL' importing povstepl = steploop.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = progname dynumb = dynpnumb tables dynpfields = dynpfields_up exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.
RH_GET_ACTUAL_PLANSTATE call function 'RH_GET_ACTUAL_PLANSTATE' importing planstate = act_plan_state begda = act_begda endda = act_endda exceptions no_actual_planstate = 01 others = 02.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'SUBTY' value_org = 'S' display = disp_flag tables value_tab = f4_tab return_tab = f4_return exceptions parameter_error = 1 no_values_found = 2 others = 3.
RH_GET_ACTUAL_PLANSTATE call function 'RH_GET_ACTUAL_PLANSTATE' importing planstate = p1019-subty begda = act_begda endda = act_endda exceptions no_actual_planstate = 01 others = 02.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = act_prog dynumb = act_dynp tables dynpfields = dynp_updt_tab exceptions others = 0.
RH_GET_ACTUAL_PLANSTATE call function 'RH_GET_ACTUAL_PLANSTATE' importing planstate = act_plan_state begda = act_begda endda = act_endda exceptions no_actual_planstate = 01 others = 02.
RH_GET_PLANSTATE_ATTRIBUTES call function 'RH_GET_PLANSTATE_ATTRIBUTES' exporting act_plan_state = p1019-subty importing begda = act_begda endda = act_endda exceptions planstate_not_valid = 1 others = 2.
RH_GET_ACTUAL_PLANSTATE call function 'RH_GET_ACTUAL_PLANSTATE' importing planstate = act_plan_state begda = act_begda endda = act_endda exceptions no_actual_planstate = 01 others = 02.
RH_GET_ACTUAL_PLANSTATE call function 'RH_GET_ACTUAL_PLANSTATE' importing planstate = act_plan_state exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.