SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment Maintenance(LO-MD-RA-MT) SAP LO

RWSORBT1F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

WRS1_SINGLE_READ CALL FUNCTION 'WRS1_SINGLE_READ' EXPORTING ASORT = sortimente-asort IMPORTING WRS1_OUT = h_wrs1 EXCEPTIONS NO_RECORD_FOUND = 1 SPRAS_NOT_FOUND = 2 OTHERS = 3.

WWS_ENQ_ASSORTMENT CALL FUNCTION 'WWS_ENQ_ASSORTMENT' EXPORTING FILIA = P_ASORT_q BAUSTEIN = '*' " WSOH-SKOPF SPERR_MODUS = 'E' WAS = '5' EXCEPTIONS FOREIGN_LOCK = 01 NO_MODUS = 02 NO_WAS = 03 SYSTEM_FAILURE = 04.

WWS_ENQ_ASSORTMENT CALL FUNCTION 'WWS_ENQ_ASSORTMENT' EXPORTING FILIA = P_ASORT_z BAUSTEIN = '*' " WSOH-SKOPF SPERR_MODUS = 'E' WAS = '5' EXCEPTIONS FOREIGN_LOCK = 01 NO_MODUS = 02 NO_WAS = 03 SYSTEM_FAILURE = 04.

WLK1_READ_INTO_BUFFER call function 'WLK1_READ_INTO_BUFFER' EXPORTING sortierung = '1'.

MODULE_CREATE call function 'MODULE_CREATE' EXPORTING function = '1' location = p_asort_z merchandise_group = it_wsoh_q-wagrp date_begin = it_wlk1-datab date_end = it_wlk1-datbi IMPORTING module = h_wsoh_neu EXCEPTIONS module_already_exists = 1 wrong_function = 2 article_not_well_maintained = 3 others = 4.

WLK1_CHANGE call function 'WLK1_CHANGE' EXPORTING function = '1' upd_mode = 'ini' TABLES int_wlk1 = it_wlk1 EXCEPTIONS no_wlk1 = 1 wlk1_exists = 2 wrong_dates = 3 wrong_function = 4 always_rj_connected = 5 others = 6.

DEQUEUE_E_WSOFE CALL FUNCTION 'DEQUEUE_E_WSOFE' EXPORTING FILIALE = P_ASORT_q SKOPF = '*'. " WSOH-SKOPF

DEQUEUE_E_WSOFE CALL FUNCTION 'DEQUEUE_E_WSOFE' EXPORTING FILIALE = P_ASORT_z SKOPF = '*'. " WSOH-SKOPF

WSOF_READ call function 'WSOF_READ' exporting * ALL_POS = ' ' datum = sy-datum * MODUS = ' ' wsof = it_wsof2 tables wsof_input = it_wsof_q exceptions no_rec_active = 1 no_rec_found = 2 rec_enqueued = 3 tec_enqueued = 4 others = 5 .

WSOH_ARRAY_READ call function 'WSOH_ARRAY_READ' exporting kzrfb = ' ' sperrmodus = ' ' * IMPORTING * RETC = tables t_wsoh_in = it_wsoh2 t_wsoh_out = pt_wsoh_q exceptions no_record_found = 1 others = 2 .

WSOF_READ call function 'WSOF_READ' exporting * ALL_POS = ' ' datum = sy-datum * MODUS = ' ' wsof = it_wsof2 tables wsof_input = it_wsof_z exceptions no_rec_active = 1 no_rec_found = 2 rec_enqueued = 3 tec_enqueued = 4 others = 5 .

WSOH_ARRAY_READ call function 'WSOH_ARRAY_READ' exporting kzrfb = ' ' sperrmodus = ' ' * IMPORTING * RETC = tables t_wsoh_in = it_wsoh2 t_wsoh_out = pt_wsoh_z exceptions no_record_found = 1 others = 2 .

WSOF_CHANGE call function 'WSOF_CHANGE' EXPORTING function = '1' wsof_corr = wsof_fb wsoh = pt_wsoh_q TABLES positionen = positionen EXCEPTIONS no_wsof = 1 no_wsoh = 2 wrong_dates = 3 wrong_function = 4 wsof_exists = 5 others = 6.

MARA_ARRAY_READ call function 'MARA_ARRAY_READ' TABLES ipre03 = tab_pre03 EXCEPTIONS"#EC * enqueue_mode_changed = 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 RWSORBT1F01 or its description.