MPBS0ACTIONSF00 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 MPBS0ACTIONSF00 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 MPBS0ACTIONSF00
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_COUNTRYGROUPING_GET CALL FUNCTION 'HR_COUNTRYGROUPING_GET' EXPORTING pernr = pernr tclas = tclas * BEGDA = '18000101' * ENDDA = '99991231' * WERKS = * P0001 = IMPORTING molga = molga EXCEPTIONS not_found = 1 OTHERS = 2 .
HR_HEADER_GET CALL FUNCTION 'HR_HEADER_GET' EXPORTING dhdid = dhdid begda = date tclas = pspar_tclas molga = molga * P0001 = pernr = pernr IMPORTING prog = header_prog dnum = header_dynnr * TABLES * IT588J = EXCEPTIONS header_deactivated = 1 header_unknown = 2 header_generate_deactivated = 3 header_generate_failed = 4 internal_error = 5 OTHERS = 6.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = p_fields-tabname fieldname = p_fields-fieldname * SEARCHHELP = ' ' * SHLPPARAM = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 value = l_value * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * SUPPRESS_RECORDLIST = ' ' callback_program = 'SAPMPBS0ACTIONS' callback_form = 'F4CALLBACK' * SELECTION_SCREEN = ' ' TABLES return_tab = return_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5 .
HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING * DOKLANGU = SY-LANGU * DOKTITLE = ' ' * CALLED_BY_TCODE = * CALLED_BY_PROGRAM = * CALLED_BY_DYNP = called_for_tab = tabname called_for_field = fieldname * CALLED_FOR_TAB_FLD_BTCH_INPUT = * CALLED_BY_CUAPROG = * CALLED_BY_CUASTAT = * MERGE_DZ_IF_AVAILABLE = * MEMORYID = * EXPLICIT_MEMORYID = ' ' * TABLES * LINKS = EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.
HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING tclas = gs_pspar-tclas pernr = rp50g-pernr infty = '0171' * SUBTY = '*' * SPRPS = '*' begda = change_date endda = change_date * BYPASS_BUFFER = ' ' * NO_AUTH_CHECK = ' ' * IMPORTING * MISSING_AUTH = TABLES infty_tab = lt_0171 EXCEPTIONS infty_not_found = 1 invalid_input = 2 OTHERS = 3 .
HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING tclas = gs_pspar-tclas pernr = save_pernr infty = ls_key_fields-infty subty = ls_key_fields-subty sprps = ' ' begda = ls_key_fields-begda endda = ls_key_fields-endda TABLES infty_tab = lt_prelp EXCEPTIONS infty_not_found = 1 invalid_input = 2 OTHERS = 3.
DDIF_FIELDINFO_GET * CALL FUNCTION 'DDIF_FIELDINFO_GET' * EXPORTING * tabname = l_ddif_tabname * fieldname = l_ddif_fieldname * TABLES * dfies_tab = lt_dfies * EXCEPTIONS * not_found = 1 * internal_error = 2 * OTHERS = 3.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMPBS0ACTIONS' dynumb = '0500' * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' perform_conversion_exits = 'X' perform_input_conversion = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11 .
HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING * TCLAS = 'A' pernr = rp50g-pernr infty = ls_fields-infty subty = ls_fields-subty begda = change_date endda = change_date level = 'W' * TABLES * I0001 = EXCEPTIONS no_authorization = 1 internal_error = 2 OTHERS = 3 .
HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING * TCLAS = 'A' pernr = rp50g-pernr infty = ls_fields-infty subty = ls_fields-subty begda = change_date endda = change_date level = 'R' * TABLES * I0001 = EXCEPTIONS no_authorization = 1 internal_error = 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.