MPBS0ACTIONSF20 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 MPBS0ACTIONSF20 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 MPBS0ACTIONSF20
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' "DAPI7K000053 EXPORTING tabname = ls_fields-tabname langu = sy-langu TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING tclas = gs_pspar-tclas pernr = pernr infty = ls_infty_subty-infty subty = ls_infty_subty-subty sprps = ' ' begda = change_date endda = change_date bypass_buffer = 'X' * NO_AUTH_CHECK = ' ' IMPORTING missing_auth = l_missing_auth TABLES infty_tab = lt_prelp EXCEPTIONS infty_not_found = 1 invalid_input = 2 OTHERS = 3 .
RPAQ_GET_AF_INFTY CALL FUNCTION 'RPAQ_GET_AF_INFTY' EXPORTING * HEADER_INFOTYPE_0000 = * HEADER_INFOTYPE_0001 = infotype_line =
"P0002 begda_it = change_date endda_it = change_date begda_sel = change_date endda_sel = change_date tclas = tclas molga = molga IMPORTING af_values = TABLES * BEGIN REPLACE DAL6B003335 * af_fields = afields.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = af_structure_name * FIELDNAME = ' ' langu = sy-langu * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES dfies_tab = dfies_tab * FIXED_VALUES = EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .
RP_FORMATING_DATE ** CALL FUNCTION 'RP_FORMATING_DATE' ** EXPORTING ** date_i = fields-value *** BIRTH_DATE = 'X' ** IMPORTING ** date_o =
** EXCEPTIONS ** date_invalid = 1 ** OTHERS = 2 ** .
RH_TEXT_GET ** CALL FUNCTION 'RH_TEXT_GET' ** EXPORTING ** tabname = infotype_name ** record = pnnnn ** langu = sy-langu ** begdat = keydate ** enddat = keydate ** tclas = tclas *** INFTY_0001 = ** molga = molga *** VAR_FIELD = ** TABLES ** fields = textfields ** text_tab = text_tab ** EXCEPTIONS ** ddic_entry_not_found = 1 ** incorrect_call = 2 ** internal_error = 3 ** missing_text = 4 ** OTHERS = 5.
RH_TEXT_GET * CALL FUNCTION 'RH_TEXT_GET' * EXPORTING * tabname = infotype_name ** record = pnnnn "
* record = * langu = sy-langu * begdat = keydate * enddat = keydate * tclas = tclas ** INFTY_0001 = * molga = molga ** VAR_FIELD = * TABLES * fields = textfields * text_tab = text_tab * EXCEPTIONS * ddic_entry_not_found = 1 * incorrect_call = 2 * internal_error = 3 * missing_text = 4 * OTHERS = 5.
RH_TEXT_GET * CALL FUNCTION 'RH_TEXT_GET' * EXPORTING * tabname = infotype_name * record = pnnnn "
* langu = sy-langu * begdat = sy-datum * enddat = sy-datum * tclas = 'A' ** INFTY_0001 = ** MOLGA = ** VAR_FIELD = * TABLES * fields = textfields * text_tab = text_tab * EXCEPTIONS * ddic_entry_not_found = 1 * incorrect_call = 2 * internal_error = 3 * missing_text = 4 * OTHERS = 5.
RH_TEXT_GET CALL FUNCTION 'RH_TEXT_GET' EXPORTING tabname = involved_infotypes-tabname record = pnnnn langu = sy-langu begdat = keydate enddat = keydate tclas = tclas * INFTY_0001 = molga = molga * VAR_FIELD = TABLES fields = textfields text_tab = text_tab EXCEPTIONS ddic_entry_not_found = 1 incorrect_call = 2 internal_error = 3 missing_text = 4 OTHERS = 5.
RP_FORMATING_DATE CALL FUNCTION 'RP_FORMATING_DATE' EXPORTING date_i = ps_fields-value * BIRTH_DATE = 'X' IMPORTING date_o =
EXCEPTIONS date_invalid = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.