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

MWAKAF35 SAP ABAP INCLUDE - Price activation at distribution chain level







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


Text pool values


Title: Price activation at distribution chain level


INCLUDES used within this REPORT MWAKAF35

INCLUDE MWAKAF35_TOP_RWAKT200 . " TOP_RWAKT200
INCLUDE MWAKAF35_TOP_VTLINIEN_CALCULAT . " TOP_VTLINIEN_CALCULATION
INCLUDE MWAKAF35_TOP_BUILD_XCALPC_VTL . " TOP_BUILD_XCALPC_VTL
INCLUDE MWAKAF35_TOP_BUILD_XCALPC_FR_X . " TOP_BUILD_XCALPC_FR_XWALED
INCLUDE MWAKAF35_SET_XCALPC_VENDOR_STO . " SET_XCALPC_VENDOR_STORE_VT
INCLUDE MWAKAF35_SET_XCALPC_VZ_STORE_V . " SET_XCALPC_VZ_STORE_VTL
INCLUDE MWAKAF35_SET_XCALPC_DF_MATNR_V . " SET_XCALPC_DF_MATNR_VTLIN_
INCLUDE MWAKAF35_SET_XCALPC_DF_OLD_XCA . " SET_XCALPC_DF_OLD_XCALP_VT
INCLUDE MWAKAF35_UPD_XCALP_BY_XCALPC_V . " UPD_XCALP_BY_XCALPC_VTL
INCLUDE MWAKAF35_UPD_XWALED_BY_XCALPC_ . " UPD_XWALED_BY_XCALPC_VTL
INCLUDE MWAKAF35_UPD_LOOP_XWAKPD_BY_XC . " UPD_LOOP_XWAKPD_BY_XCALPC_
INCLUDE MWAKAF35_UPD_LOOP_XCALP_XWALED . " UPD_LOOP_XCALP_XWALED_VTL
INCLUDE MWAKAF35_SET_DATES . " SET_DATES
INCLUDE MWAKAF35_SET_WAKPD_SELKZ . " SET_WAKPD_SELKZ


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:

ENQUEUE_EWWALE CALL FUNCTION 'ENQUEUE_EWWALE' EXPORTING MODE_WALE = 'E' MANDT = P_T_xWAkpD-MANDT AKTNR = P_T_xWAkpD-AKTNR ARTNR = P_T_xWAkpD-ARTNR MEBME = P_T_xWAkpD-MEBME KUNNR = L_WALED-kunnr " generisch CLINT = L_WALED-clint " generisch * X_AKTNR = * X_ARTNR = * X_MEBME = * X_KUNNR = * X_CLINT = _SCOPE = '3' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

SPBT_INITIALIZE call function 'SPBT_INITIALIZE' EXPORTING GROUP_NAME = r_group * IMPORTING * MAX_PBT_WPS = * FREE_PBT_WPS = EXCEPTIONS INVALID_GROUP_NAME = 1 INTERNAL_ERROR = 2 PBT_ENV_ALREADY_INITIALIZED = 3 CURRENTLY_NO_RESOURCES_AVAIL = 4 NO_PBT_RESOURCES_FOUND = 5 CANT_INIT_DIFFERENT_PBT_GROUPS = 6 OTHERS = 7 .



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