SAP Reports / Programs | Payroll(PY) SAP PY

MP326540 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting fieldname = 'OBJPS' tabname = 'PA0021' importing select_value = $htobjps tables fields = i_help_value valuetab = i_valuetab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-cprog dynumb = '2000' tables dynpfields = lt_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.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting fieldname = 'OBJPS' tabname = 'PA0021' importing select_value = $gyobjps tables fields = i_help_value valuetab = i_valuetab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'J' diagnosetext1 = text-a01 diagnosetext2 = text-a02 diagnosetext3 = text-a03 textline1 = text-b01 textline2 = text-b02 titel = text-c01 * START_COLUMN = 25 * START_ROW = 6 importing answer = answer exceptions others = 1.

BAPI_CURRENCY_CONV_TO_INTERNAL call function 'BAPI_CURRENCY_CONV_TO_INTERNAL' exporting currency = q3265-gypznem "ld_waers amount_external = ld_1000 max_number_of_digits = 15 importing amount_internal = ld_sap_1000 * RETURN = .

BAPI_CURRENCY_CONV_TO_INTERNAL call function 'BAPI_CURRENCY_CONV_TO_INTERNAL' exporting currency = p3265-htpnem "ld_waers amount_external = ld_1000 max_number_of_digits = 15 importing amount_internal = ld_sap_1000 * RETURN = .

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting fieldname = 'OSSZEG' tabname = 'T5HPBS93' importing select_value = $osszeg tables fields = i_help_value valuetab = i_valuetab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

BAPI_CURRENCY_CONV_TO_INTERNAL * CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_INTERNAL' * EXPORTING * currency = pv_htpnem "ld_waers * amount_external = ld_1000 * max_number_of_digits = 15 * IMPORTING * amount_internal = ld_sap_1000 ** RETURN = * .



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