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

RWSOR702 SAP ABAP INCLUDE - Changes to table WRS6







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


Text pool values


Title: Changes to table WRS6


INCLUDES used within this REPORT RWSOR702

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:

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING archive_handle = 0 * CHANGENUMBER = ' ' date_of_change = datum_ab time_of_change = zeit_ab objectclass = objekt objectid = objektid * TABLEKEY = ' ' * COR 0004 begin * tablename = 'WRF6' tablename = 'WRS6' * COR 0004 end * USERNAME = ' ' TABLES editpos = ausg EXCEPTIONS no_position_found = 01 wrong_access_to_archive = 02.

WRS6_SINGLE_READ CALL FUNCTION 'WRS6_SINGLE_READ' EXPORTING asort = wrs6-asort matkl = wrs6-matkl IMPORTING wrs6_out = wrs6 EXCEPTIONS no_record_found = 1 OTHERS = 2.

CD_WRS6_ASSORTMENT_CHANGE CALL FUNCTION 'CD_WRS6_ASSORTMENT_CHANGE' EXPORTING i_locnr = help_tab_list-locnr i_matkl = help_tab_list-matkl i_sstuf_new = help_tab_list-sstuf_new i_sstuf_old = help_tab_list-sstuf_old i_updkz = help_tab_list-updkz prid = prid i_del_manu_listkond = d_manu i_del_excl_listkond = d_excl i_lstfl = help_tab_list-lstfl i_datbe = datbe i_lieferwerk = liefwerk b_art_list_verf = b_art_list_verf "ins note 570871 TABLES material_changes = material_changes EXCEPTIONS no_changes = 01 listing_not_ok = 02 assortment_head_error = 03 assortment_pos_error = 04 no_rec_found = 05 wrong_updkz = 06.



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