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

MWAKAF34_FB_SALES_PRICE_CALCUL SAP ABAP INCLUDE - MWAKAF34FBSALESPRICECALCUL







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

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:

PROMOTION_READ_TWAA CALL FUNCTION 'PROMOTION_READ_TWAA' EXPORTING PI_AKART = G_I_XWAKHD-AKART IMPORTING PE_I_TWAA = L_TWAA EXCEPTIONS NO_RECORD_FOUND = 1 ERROR = 2 OTHERS = 3.

ME_EINA_ARRAY_READ CALL FUNCTION 'ME_EINA_ARRAY_READ' TABLES pti_matnr = lt_pre03 * PTI_LIFNR = FRT_LIFNR EXCEPTIONS no_records_found = 1 OTHERS = 2.

MVKE_ARRAY_READ_MATNR_ALL CALL FUNCTION 'MVKE_ARRAY_READ_MATNR_ALL' EXPORTING kzrfb = ' ' TABLES ipre03 = lt_pre03 EXCEPTIONS enqueue_mode_changed = 1 lock_system_error = 2 lock_on_mvke = 3 OTHERS = 4.

MATERIAL_PRE_READ_MLAN CALL FUNCTION 'MATERIAL_PRE_READ_MLAN' TABLES mlan_keytab = lt_mlan_key.

PROMOTION_TRANS_FILIA_TO_WERKS CALL FUNCTION 'PROMOTION_TRANS_FILIA_TO_WERKS' EXPORTING i_filia = g_t_xwaled-kunnr IMPORTING e_werks = l_werks EXCEPTIONS no_werks no_kna1.

MATERIAL_PRE_READ_MT06E CALL FUNCTION 'MATERIAL_PRE_READ_MT06E' EXPORTING i_spras = sy-langu * i_noenq = l_noenq TABLES ipre02 = lt_pre02.

SALES_PRICE_CALCULATE_02 CALL FUNCTION 'SALES_PRICE_CALCULATE_02' EXPORTING PI_I_SPC = L_PISPC PI_REFRS = L_REFRS " X=SchnittItab REFRESH vor PI_VORGA = '02' " Vorgangsart Kalk Aktion TABLES PX_T_CALP = G_T_XCALP_C " zu kalkulierende WPos PE_T_ERRO = G_T_XERRO " FehlerItab PI_T_WAGUD = G_T_XWAGUD. " Werksgruppen



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