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

MWAKAF36 SAP ABAP INCLUDE - Forms - delete price conditions (price deactivation)







MWAKAF36 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 MWAKAF36 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 MWAKAF36. "Basic submit
SUBMIT MWAKAF36 AND RETURN. "Return to original report after report execution complete
SUBMIT MWAKAF36 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms - delete price conditions (price deactivation)


INCLUDES used within this REPORT MWAKAF36

INCLUDE MWAKAF36_TOP_PRICE_DEACTIVATE . " TOP_PRICE_DEACTIVATE
INCLUDE MWAKAF36_TOP_CONDITION_DELETE_ . " TOP_CONDITION_DELETE_POSTI
INCLUDE MWAKAF36_C_ARTICLES_SELECTED . " C_ARTICLES_SELECTED
INCLUDE MWAKAF36_C_XWAKPD_PRICE_DEPEND . " C_XWAKPD_PRICE_DEPENDENT
INCLUDE MWAKAF36_REFR_XCALPD_XERRO . " REFR_XCALPD_XERRO
INCLUDE MWAKAF36_FB_SET_DEACTIVATE_DAT . " FB_SET_DEACTIVATE_DATES
INCLUDE MWAKAF36_TOP_BUILD_XCALPD . " TOP_BUILD_XCALPD
INCLUDE MWAKAF36_TOP_BUILD_XCALPD_FROM . " TOP_BUILD_XCALPD_FROM_XWAL
INCLUDE MWAKAF36_SET_XCALPD_VENDOR_STO . " SET_XCALPD_VENDOR_STORE
INCLUDE MWAKAF36_SET_XCALPD_VZ_STORE . " SET_XCALPD_VZ_STORE
INCLUDE MWAKAF36_SET_XCALPD_VENDOR_VZ . " SET_XCALPD_VENDOR_VZ
INCLUDE MWAKAF36_APP_XCALPD . " APP_XCALPD
INCLUDE MWAKAF36_SETTLE_LOOP_XCALPD_0E . " SETTLE_LOOP_XCALPD_XWAKPD
INCLUDE MWAKAF36_FB_SALES_PRICE_CALC_0 . " FB_SALES_PRICE_CALC_02_XCA
INCLUDE MWAKAF36_SETTLE_LOOP_XCALPD_XW . " SETTLE_LOOP_XCALPD_XWAKPD_
INCLUDE MWAKAF36_FB_POPUP_TO_CONFIRM . " FB_POPUP_TO_CONFIRM
INCLUDE MWAKAF36_FB_REUSE_ALV_POPUP_TO . " FB_REUSE_ALV_POPUP_TO_SELE
INCLUDE MWAKAF36_SET_XCALPD_EKABS_VKAB . " SET_XCALPD_EKABS_VKABS
INCLUDE MWAKAF36_FB_CALCULATE_POSTING_ . " FB_CALCULATE_POSTING_XCALP
INCLUDE MWAKAF36_MOD_XWAKPD_XWALED_BY_ . " MOD_XWAKPD_XWALED_BY_XCALP


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:

WV_PLANTS_OF_PLANTGROUP_GET CALL FUNCTION 'WV_PLANTS_OF_PLANTGROUP_GET' EXPORTING pi_aktnr = is_wakhd-aktnr pi_matnr = i_matnr pi_vkorg = is_wagud-vkorg pi_vtweg = is_wagud-vtweg pi_bgint = i_bgint pi_i_wakhd = is_wakhd pi_i_wagud = is_wagud * PI_NO_BUFFER_READ = ' ' "Use buffer * PI_T_RW04A_ORI = IMPORTING * PE_T_RW04A = pe_vlgwk = l_vlgwk EXCEPTIONS OTHERS = 99.

T001W_SINGLE_READ CALL FUNCTION 'T001W_SINGLE_READ' EXPORTING t001w_werks = l_vlgwk IMPORTING wt001w = ls_t001w EXCEPTIONS not_found = 1 OTHERS = 2.



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