SAP Reports / Programs | Logistics - General | Merchandise and Assortment Planning(LO-MAP) SAP LO

RWIS_PLAN_BW_READ_DATA SAP ABAP Report - Program RWIS_PLAN_BW_READ_DATA







RWIS_PLAN_BW_READ_DATA is a standard Executable ABAP Report 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 RWIS_PLAN_BW_READ_DATA 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 RWIS_PLAN_BW_READ_DATA. "Basic submit
SUBMIT RWIS_PLAN_BW_READ_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RWIS_PLAN_BW_READ_DATA 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: X_DELETE = Delete Existing Data
Selection Text: X_COLLEC = Update Cumulatively
Selection Text: SL_VRSIO = D Version
Selection Text: SL_PLSCH = D Planning Step
Selection Text: RB_NOW = Read Immediately
Selection Text: RB_BATCH = Schedule
Selection Text: PLSZN = D Planning Scenario
Title: Program RWIS_PLAN_BW_READ_DATA
Text Symbol: 007 = Additional Options
Text Symbol: 006 = Data Targets
Text Symbol: 005 = Date
Text Symbol: 004 = To
Text Symbol: 003 = Selection Time Period
Text Symbol: 002 = Data Read At
Text Symbol: 001 = Characteristics


INCLUDES used within this REPORT RWIS_PLAN_BW_READ_DATA

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = wa_restrict.

WIS_PLAN_CUBE_READ CALL FUNCTION 'WIS_PLAN_CUBE_READ' EXPORTING i_batch = ' ' i_dat_low = dat_low i_dat_high = dat_high i_plszn = plszn i_delete = x_delete i_collect = x_collec TABLES **** i_plsch = sl_plsch **** i_selopts = it_selopts.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING line_count = 65 line_size = 132 layout = 'X_65_132' no_dialog = 'X' mode = 'BATCH' "#EC NOTEXT report = 'RWIS_PLAN_BW_READ_DATA' "#EC NOTEXT IMPORTING out_parameters = ld_pri_params valid = ld_valid EXCEPTIONS OTHERS = 4.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING par_dialg = 'X' par_nonow = 'X' par_nsm37 = ' ' par_print = ' ' par_sdmsg = 'X' par_pripa = ld_pri_params par_rname = 'RWIS_PLAN_BW_READ_DATA' par_addpa = 'X' par_tabst = 'X' TABLES tab_selpa = lt_selpa EXCEPTIONS delete_report_incorrect = 1 edlin_too_long = 2 generate_report_incorrect = 3 insert_report_incorrect = 4 jname_missing = 5 job_close_incorrect = 6 job_not_released = 7 job_open_incorrect = 8 lock_report_impossible = 9 option_wrong = 10 read_report_incorrect = 11 report_in_trdir_missing = 12 rname_missing = 13 sign_wrong = 14 start_date_impossible = 15 start_date_missing = 16 submit_incorrect = 17 server_group_missing = 18 target_system_missing = 19 report_variant_missing = 20 pname_missing = 21 selname_too_long = 22 selname_low_too_long = 23 selname_high_too_long = 24 tab_selpa_type_wrong = 25 start_date_before_hday_in_past = 26 start_date_out_of_calid_range = 27 start_date_is_a_holiday = 28 calendar_id_not_defined = 29 calendar_unknown_error_occured = 30 no_workday_number_given = 31 invalid_workday_number_given = 32 start_time_on_workday_missing = 33 start_date_not_before_missing = 34 period_too_small_for_limits = 35 incomplete_last_start_date = 36 incomplete_start_date = 37 invalid_event = 38 predecessor_job_not_unique = 39 invalid_predecessor_job_name = 40 last_start_date_in_the_past = 41 no_event_given = 42 invalid_operation_mode = 43 start_date_in_the_past = 44 pred_job_and_period_impossible = 45 no_period_data_given = 46 no_job_selected = 47 system_error = 48 start_date_interval_too_large = 49 target_server_missing = 50 OTHERS = 51.



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