SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

WRF_SCHEDULE_ARTLIST_FROM_BW SAP ABAP Report - Include WRF_SCHEDULE_ARTLIST_FROM_BW







WRF_SCHEDULE_ARTLIST_FROM_BW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program helps you schedule the export of material lists from the BW...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter WRF_SCHEDULE_ARTLIST_FROM_BW 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 WRF_SCHEDULE_ARTLIST_FROM_BW. "Basic submit
SUBMIT WRF_SCHEDULE_ARTLIST_FROM_BW AND RETURN. "Return to original report after report execution complete
SUBMIT WRF_SCHEDULE_ARTLIST_FROM_BW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: T_APP = Analytical Application
Selection Text: T_METH = Method
Title: Include WRF_SCHEDULE_ARTLIST_FROM_BW
Text Symbol: 001 = Download Material Lists from BW
Text Symbol: 002 = Analytical Appl.
Text Symbol: 003 = Method to Execute


INCLUDES used within this REPORT WRF_SCHEDULE_ARTLIST_FROM_BW

INCLUDE WRF_SCHEDULE_ARTLIST_TOP . " GLOBAL DATA
INCLUDE WRF_SCHEDULE_ARTLIST_SCR.


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:

MCW_AA_GET_QUERY_DATA CALL FUNCTION 'MCW_AA_GET_QUERY_DATA' EXPORTING i_aa_app = t_app i_aa_meth = t_meth i_flg_generic_output = 'X' TABLES * TI_VARSEL = gt_varsel te_result = gt_result te_result_fields = gt_result_fields te_result_generic = gt_result_gen * TE_RETURN = EXCEPTIONS application_invalid = 1 query_invalid = 2 query_no_data = 3 query_not_consistent = 4 result_fix_format_not_possible = 5 bw_call_internal_error = 6 OTHERS = 7.

WRF_GET_ARTICLELIST_FROM_BW CALL FUNCTION 'WRF_GET_ARTICLELIST_FROM_BW' EXPORTING * I_ARTLIST = I_SOURCE_TYPE = '02' * I_AL_NAME = * I_DESCRIPTION = * I_VALID_FROM = * I_VALID_TO = * I_SPRAS = TABLES I_GENERIC_RESULT = gt_result_gen EXCEPTIONS empty_article_list = 1 * import_error_artlist = 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 WRF_SCHEDULE_ARTLIST_FROM_BW or its description.