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

RWSOR703 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 = 'WRF3' * TIME_OF_CHANGE = TIME * USERNAME = ' ' TABLES EDITPOS = AUSG EXCEPTIONS NO_POSITION_FOUND = 01 WRONG_ACCESS_TO_ARCHIVE = 02.

ASSORTMENT_CHECK_SOTYPE CALL FUNCTION 'ASSORTMENT_CHECK_SOTYPE' EXPORTING * asort = SOTYP = WINT_CARRH-VLFKZ IMPORTING SOTYP_GENERAL = VLFKZ EXCEPTIONS ASORT_NOT_FOUND = 1 OTHERS = 2.

ASSORTMENT_GET_ASORT_OF_USER CALL FUNCTION 'ASSORTMENT_GET_ASORT_OF_USER' EXPORTING VALID_PER_DATE = SY-DATUM " note 640416 date_to = MAX_DATUM " note 640416 * VALID_PER_DATE = SY-DATUM * SELECT_INVALID_ASORT = ' ' USER = T001W-KUNNR USER_TYPE = T001W-VLFKZ **** vkorg = t001w-vkorg " 4.5A

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

WLK1_CHECK CALL FUNCTION 'WLK1_CHECK' EXPORTING " DATE = ITEM = IMATKL-MATNR SHOP_LOCNR = ASORT " SHOP_WERKS = ' ' DATE_BEGIN = DATUM_AB DATE_END = IMATKL-LIQDT " SALES_UNIT = ' ' CHECK_PLANT_TIME = ' ' " PROMOTION = ' ' " PROMOTION_THEME = ' ' " SHOP_MUST_BE_LOCATION = ' ' WRF1_KZLIK_CHECK = 'X' " GET_WHOLE_TIME = ' ' " ALL_WLK1_INFO = ' ' IMPORTING NO_UNIT_BUT_ITEM_LISTING = NO_UNIT WRF1_KZLIK_NOT_IN_USE = IN_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.

MODULE_CREATE CALL FUNCTION 'MODULE_CREATE' EXPORTING FUNCTION = '1' LOCATION = ASORT MERCHANDISE_GROUP = IMATKL-MATKL DATE_BEGIN = SY-DATUM DATE_END = '99991231' IMPORTING MODULE = IWSOH MODULE_TEXT = IWSOT WSCOR = WSCOR3 EXCEPTIONS MODULE_ALREADY_EXISTS = 01 WRONG_FUNCTION = 02.

ASSIGNMENT_POS_TO_SHOP CALL FUNCTION 'ASSIGNMENT_POS_TO_SHOP' EXPORTING ASSORTMENT_HEAD = IWSOH ASSORTMENT_POS = WINT_POS FUNCTION = '1' LOCATION = ASORT MERCHANDISE_GROUP = IMATKL-MATKL SITUATION = 'T' LISTING_METHOD = LISTVERF " VKORG = ' ' " VTWEG = ' ' LISTING_CHECK = 'X' " ASSIGNMENT_HEAD_CREATE = ' ' IMPORTING WSCOR = WSCOR3 " 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.

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

ASSIGNMENT_POS_TO_SHOP CALL FUNCTION 'ASSIGNMENT_POS_TO_SHOP' EXPORTING ASSORTMENT_HEAD = IWSOH ASSORTMENT_POS = WINT_POS FUNCTION = '1' LOCATION = ASORT MERCHANDISE_GROUP = IMATKL-MATKL SITUATION = ' ' "kein Test LISTING_METHOD = LISTVERF " VKORG = ' ' " VTWEG = ' ' LISTING_CHECK = 'X' " ASSIGNMENT_HEAD_CREATE = ' ' IMPORTING WSCOR = WSCOR3 " 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 RWSOR703 or its description.