MP059540 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 MP059540 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!
DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = v_domain_name langu = v_langu withtext = 'X' TABLES dd07v_tab = ct_dd07v EXCEPTIONS access_failure = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' * i_callback_program = l_repid * i_callback_pf_status_set = l_status_set * I_CALLBACK_USER_COMMAND = ' ' * i_structure_name = 'P0008' * IS_LAYOUT = it_fieldcat = gt_fieldcat[] it_excluding = lt_excluding[] * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = i_screen_start_column = 10 i_screen_start_line = 10 i_screen_end_column = 45 i_screen_end_line = 15 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = lt_p0008 EXCEPTIONS program_error = 1 OTHERS = 2.
HR_FEATURE_BACKTABLE CALL FUNCTION 'HR_FEATURE_BACKTABLE' EXPORTING feature = con_feature_dof01 struc_content = ls_pme04 kind_of_error = space TABLES back = lt_back * CHANGING * STATUS = EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 tab_in_report_field_in_pe03 = 6 OTHERS = 7.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = con_feature_dof02 struc_content = l_pme01 kind_of_error = space IMPORTING back = cs_dof02 * CHANGING * status = l_status EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.
HR_PSD_PROPOSAL_AUTOMATIC CALL FUNCTION 'HR_PSD_PROPOSAL_AUTOMATIC' EXPORTING v_pernr = cs_p0595-pernr v_infty = cs_p0595-infty v_objps = cs_p0595-objps v_begda = cs_p0595-begda v_endda = cs_p0595-endda vs_proposal = cs_dof02 vt_p0021 = vt_p0021 * vt_p0118 = vt_p0118 vt_p0595 = vt_p0595 CHANGING * cs_p0118 = cs_p0118 cs_p0595 = cs_p0595.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'AUSPR' dynpprog = dyn_name dynpnr = dyn_number dynprofield = 'P0595-OZGRD' value_org = 'S' tables value_tab = lt_ozgrd exceptions parameter_error = 1 no_values_found = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.