SAP Reports / Programs | Payroll | France(PY-FR) SAP PY

MP043540 SAP ABAP INCLUDE - Rückerstattungszinsen pro Einzelzeitraum Rückerstattungsstatus







MP043540 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 MP043540 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MP043540. "Basic submit
SUBMIT MP043540 AND RETURN. "Return to original report after report execution complete
SUBMIT MP043540 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MP043540

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = d_date EXCEPTIONS date_invalid = 1 OTHERS = 2.

RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = d_date EXCEPTIONS date_invalid = 1 OTHERS = 2.

RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = d_date EXCEPTIONS date_invalid = 1 OTHERS = 2.

HELP_VALUES_GET_WITH_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_NAME' EXPORTING selectfield = 'ITFFN' tablename = 'T5F6D' titel = 'ADP CODE ELEMENT' IMPORTING ind = ind TABLES full_table = it_10z_pf4 EXCEPTIONS no_tablefields_in_dictionary = 1 no_tablestructure_given = 2 more_then_one_selectfield = 3 no_selectfield = 4 OTHERS = 5.

HELP_VALUES_GET_WITH_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_NAME' EXPORTING selectfield = 'ITFCS' tablename = 'T5F6C' titel = 'ADP CODE CAISSE' * use_user_selections = 'S' * show_all_values_at_first_time = 'N' IMPORTING ind = ind * select_value = TABLES full_table = it_cc * user_sel_fields = * HEADING_TABLE = EXCEPTIONS no_tablefields_in_dictionary = 1 no_tablestructure_given = 2 more_then_one_selectfield = 3 no_selectfield = 4 OTHERS = 5.

PA03_PCR_READ CALL FUNCTION 'PA03_PCR_READ' EXPORTING f_abkrs = global_abkrs IMPORTING f_state = l_state f_current_begda = bgda f_current_endda = edda f_following_begda = l_fol_begda f_following_endda = l_fol_endda EXCEPTIONS abkrs_no_accounting = 1 pcr_does_not_exist = 2 abkrs_does_not_exist = 3 period_does_not_exist = 4 OTHERS = 5.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' "UC EXPORTING p_struct1 = seltab-data1 IMPORTING p_struct2 = temp_p0001.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = t001p-molga * TRFAR = * TRFGB = * TRFKZ = begda = p0435-begda endda = p0435-endda IMPORTING waers = p0435-itfcu * VALID_BEGDA = * VALID_ENDDA = * RETURN = * CURRENCY_SOURCE = * TABLES * CURRENCY_TABLE = EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.

HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING waers = p_currency begda = p_begda endda = p_endda EXCEPTIONS currency_not_valid = 1 OTHERS = 2.

HR_P06I_GET_PACS CALL FUNCTION 'HR_P06I_GET_PACS' EXPORTING p_payroll_area = p_payroll_area IMPORTING p_pac = p_pac CHANGING p_master_pac = p_master_pac EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'DATA' dynpprog = l_dynprog dynpnr = l_dynpnr dynprofield = l_dynprofield value_org = 'S' TABLES value_tab = tab_help_data EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HR_P06I_CONVERT_TO_LOWERCASE CALL FUNCTION 'HR_P06I_CONVERT_TO_LOWERCASE' EXPORTING no_cap_after = p06iu_c_true lines = tab_lines IMPORTING convertedlines = tab_conv_lines.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MP043540 or its description.