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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.