SAP Reports / Programs | Logistics - General | Logistics Basic Data | Promotion(LO-MD-PR) SAP LO

MWAKAF04_VALUE_WAKPD-AKTHE SAP ABAP INCLUDE - MWAKAF04VALUEWAKPD-AKTHE







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

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_GET_STEPL call function 'DYNP_GET_STEPL' importing povstepl = l_stepl exceptions stepl_not_found = 1 others = 2.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'THEMA' dynpprog = l_dynprog dynpnr = l_dynnr dynprofield = pl_dynprofield stepl = l_stepl value_org = 'S' multiple_choice = pl_multiple tables value_tab = l_wazt_showtab return_tab = l_return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.

SAPGUI_SET_FUNCTIONCODE CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE' EXPORTING functioncode = '=' EXCEPTIONS OTHERS = 0.

CONTROL_FLUSH CALL FUNCTION 'CONTROL_FLUSH'.

MARA_SINGLE_READ call function 'MARA_SINGLE_READ' exporting matnr = p_article importing wmara = l_mara exceptions lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 others = 5.

MATERIAL_UNIT_FIND call function 'MATERIAL_UNIT_FIND' exporting kzall = space matnr = p_article tables rmmme_itab = l_rmmme exceptions material_not_found = 01.

T006A_SINGLE_READ call function 'T006A_SINGLE_READ' "ME-Bezeichnung lesen exporting pi_spras = sy-langu pi_msehi = l_rmmme-meinh importing pe_i_t006a = l_t006a exceptions no_entry_found = 1 others = 2.

CONVERSION_EXIT_MATN1_OUTPUT call function 'CONVERSION_EXIT_MATN1_OUTPUT' exporting input = p_article importing output = l_article.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'MEINH' dynpprog = pl_dynprog dynpnr = pl_dynnr dynprofield = pl_dynpfield value_org = 'S' display = pl_display window_title = l_title tables value_tab = showtab_unit return_tab = l_return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.

DETERMINE_PURCHASE_VARIANT call function 'DETERMINE_PURCHASE_VARIANT' exporting pi_variant = p_article tables pe_purchase_variant_tab = l_variant_tab exceptions wrong_call = 1 variant_not_found = 2 no_logistic_variant = 3 no_purchase_variant = 4 error = 5 others = 6.

MAKT_SINGLE_READ call function 'MAKT_SINGLE_READ' exporting matnr = showtab_batnr-matnr spras = sy-langu importing wmakt = l_makt exceptions wrong_call = 1 not_found = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'MATNR' dynpprog = pl_dynprog dynpnr = pl_dynnr dynprofield = pl_dynpfield value_org = 'S' display = pl_display window_title = text-144 tables value_tab = showtab_batnr * return_tab = l_return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_progname dynumb = l_dynnr tables dynpfields = l_t_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.

CONVERSION_EXIT_MATN1_INPUT call function 'CONVERSION_EXIT_MATN1_INPUT' exporting input = l_article importing output = l_article exceptions length_error = 1 others.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'FILGR' dynpprog = l_dynprog dynpnr = l_dynnr dynprofield = 'FILGR' value_org = 'S' tables value_tab = showtab_filgr * return_tab = l_return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.



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