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

RWSOR7B05 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 = ' ' * tablename = 'MARA' " 4.5B

ASSORTMENT_CHECK_ENQ_MATNR CALL FUNCTION 'ASSORTMENT_CHECK_ENQ_MATNR' EXPORTING MATNR = MATNR EXCEPTIONS ENQUEUED = 1.

WLK1_CHECK CALL FUNCTION 'WLK1_CHECK' EXPORTING " DATE = ' ' ITEM = MATNR SHOP_LOCNR = t_t001w-kunnr " SHOP_WERKS = ' ' DATE_BEGIN = DATUM_AB DATE_END = '99991231' " SALES_UNIT = ' ' CHECK_PLANT_TIME = ' ' " PROMOTION = ' ' " PROMOTION_THEME = ' ' " SHOP_MUST_BE_LOCATION = ' ' " WRF1_KZLIK_CHECK = ' ' " GET_WHOLE_TIME = ' ' " ALL_WLK1_INFO = ' ' IMPORTING NO_UNIT_BUT_ITEM_LISTING = NO_UNIT WRF1_KZLIK_NOT_IN_USE = NO_USE " tables " O_WLK1 = " ALL_WLK1 = EXCEPTIONS NO_LISTING = 01 NO_LISTING_IN_TIME = 02 EXISTING_EXCLUSION_LISTING = 03 WRONG_PARAMETERS = 04 NO_OPEN_TIME_SHOP_IN_TIME = 05 NO_LISTING_FOR_PROMOTION = 06 WRONG_LOCATION = 07 NO_COMPLETE_LISTING_IN_TIME = 08.

ASSORTMENT_ISSUING_SELECT CALL FUNCTION 'ASSORTMENT_ISSUING_SELECT' EXPORTING " ITEM = SHOP = t_t001w-kunnr DATE = DATUM_AB "Zeitraum ????? MATKL = WAGRU BWSCL = BWSCL ALL_TIMES = 'X' TABLES ISSUING_PLANTS = WINT EXCEPTIONS NO_ISSUING_PLANT = 01.

MODULE_CREATE CALL FUNCTION 'MODULE_CREATE' EXPORTING FUNCTION = '1' LOCATION = WINT-ASORT MERCHANDISE_GROUP = MARA4-MATKL DATE_BEGIN = SY-DATUM DATE_END = '99991231' IMPORTING MODULE = WSOH4 MODULE_TEXT = WSOT4 WSCOR = WSCOR4 EXCEPTIONS MODULE_ALREADY_EXISTS = 01 WRONG_FUNCTION = 02.

ASSORTMENT_CHECK_DC_LIST_NESS CALL FUNCTION 'ASSORTMENT_CHECK_DC_LIST_NESS' EXPORTING LSTFL = LISTVERF ASORT = WINT-ASORT EXCEPTIONS LISTING_NOT_ALLOWED = 1 OTHERS = 2.

ASSIGNMENT_POS_TO_SHOP CALL FUNCTION 'ASSIGNMENT_POS_TO_SHOP' EXPORTING ASSORTMENT_HEAD = WSOH4 ASSORTMENT_POS = WINT_POS4 FUNCTION = '1' LOCATION = WINT-ASORT MERCHANDISE_GROUP = MARA4-MATKL SITUATION = ' ' "kein Test LISTING_METHOD = LISTVERF LISTING_CHECK = 'X' IMPORTING WSCOR = WSCOR4 EXCEPTIONS ASSORTMENT_POS_ALREADY_EXISTS = 01 ASSORTMENT_POS_NOT_FOUND = 02 WRONG_FUNCTION = 03 ENQUEUED = 04 NO_MULTIPLE_LISTING = 05 RULES_MATCHING_NOT_OK = 06 NO_ASSIGNMENT_HEAD = 07.

ASSIGNMENT_POS_TO_SHOP CALL FUNCTION 'ASSIGNMENT_POS_TO_SHOP' EXPORTING ASSORTMENT_HEAD = WSOH4 ASSORTMENT_POS = WINT_POS4 FUNCTION = '1' LOCATION = WINT-ASORT MERCHANDISE_GROUP = MARA4-MATKL SITUATION = b_art_list_verf "note 570871 LISTING_METHOD = LISTVERF " VKORG = ' ' " VTWEG = ' ' LISTING_CHECK = 'X' " ASSIGNMENT_HEAD_CREATE = ' ' IMPORTING WSCOR = WSCOR4 " tables " UNITS = " VARIANTS = EXCEPTIONS ASSORTMENT_POS_ALREADY_EXISTS = 01 ASSORTMENT_POS_NOT_FOUND = 02 WRONG_FUNCTION = 03 ENQUEUED = 04 NO_MULTIPLE_LISTING = 05 RULES_MATCHING_NOT_OK = 06 NO_ASSIGNMENT_HEAD = 07.



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