SAP Reports / Programs | Payroll(PY) SAP PY

MP326140 SAP ABAP INCLUDE - documentation and ABAP source code







MP326140 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 MP326140 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 MP326140. "Basic submit
SUBMIT MP326140 AND RETURN. "Return to original report after report execution complete
SUBMIT MP326140 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 MP326140

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:

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p3261-pernr infty = '0163' begda = p3261-begda endda = p3261-begda TABLES infty_tab = p0163 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = p3261-pernr infty = '0006' begda = p3261-begda endda = p3261-begda
TABLES infty_tab = p0006 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P3261-CTTYP' values = gt_cttyp_value * EXCEPTIONS * ID_ILLEGAL_NAME = 1 * OTHERS = 2 .

HR_HU_UTOLSO_KILEPES CALL FUNCTION 'HR_HU_UTOLSO_KILEPES' EXPORTING per_nr = p3261-pernr * REF_DATE = SY-DATUM IMPORTING last_fire = gv_kilepes * MASSN = * MASSG = EXCEPTIONS not_found = 1 OTHERS = 2 .

HR_HU_UTOLSO_BELEPES CALL FUNCTION 'HR_HU_UTOLSO_BELEPES' EXPORTING per_nr = p3261-pernr * REF_DATE = SY-DATUM IMPORTING last_hire = gv_belepes * P0000_HIRE = * MASSN = * MASSG = EXCEPTIONS not_found = 1 t5h4e_error = 2 p0041_begda = 3 p0041_future = 4 p0041_sequence = 5 OTHERS = 6 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'P21_PS_3262_BANK_STR' retfield = 'BANKL' dynpprog = sy-cprog dynpnr = '2100' window_title = 'Banki kapcsolatok (IT0009)'(bnk) value_org = 'S' TABLES value_tab = lt_valuetab.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = c_molga IMPORTING waers = gv_waers 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.

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING cost_integration = g_cost_integr integrated_plvar = g_plan org_integration = g_org_integr EXCEPTIONS OTHERS = 1.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p3261-pernr infty = '3262' bypass_buffer = 'X' TABLES infty_tab = p3262 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p3261-pernr infty = '0009' IMPORTING subrc = sy_subrc TABLES infty_tab = p0009 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = ps IMPORTING P_STRUCT2 = i0001.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p3261-pernr infty = '0000' TABLES infty_tab = p0000 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = c_akt_numkr object = c_id_nrob IMPORTING number = p3261-id returncode = vpn_rc EXCEPTIONS interval_not_found = 1 number_range_not_intern = 3 * object_not_found = 2.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = ls_ps IMPORTING P_STRUCT2 = p0001.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dynfld.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'ID' * PVALKEY = ' ' dynpprog = sy-cprog dynpnr = '2000' dynprofield = 'P3261-PREV_ID' * STEPL = 0 window_title = 'Előző azonosító'(f4i) * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = lt_valuetab * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = ss_dbild-zykls struc_content = ls_p21ej IMPORTING back = lv_varky 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.



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 MP326140 or its description.