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

RWLAY003 SAP ABAP Report - Setting the Layout Listing Status for Assortments







RWLAY003 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 RWLAY003 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 RWLAY003. "Basic submit
SUBMIT RWLAY003 AND RETURN. "Return to original report after report execution complete
SUBMIT RWLAY003 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: S_SKOPF = Shelf Modules
Selection Text: S_LM_VER = Versions
Selection Text: S_ASORT = Assortment
Selection Text: P_TEST = Test Run
Selection Text: P_SET = Set Status: Current
Selection Text: P_LAYGR = Layout Module
Selection Text: P_CLEAR = Set Status: Not Current
Title: Setting the Layout Listing Status for Assortments
Text Symbol: 005 = Test Run: Setting Layout Listing Status for Assortments
Text Symbol: 004 = Result: Setting the Layout Listing Status for Assortments
Text Symbol: 003 = Ctrl Parameters
Text Symbol: 002 = Shelf Modules
Text Symbol: 001 = Select: Assortments


INCLUDES used within this REPORT RWLAY003

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:

TWML_SINGLE_READ CALL FUNCTION 'TWML_SINGLE_READ' EXPORTING KZRFB = 'X' twml_laygr = p_p_laygr * TWMLT_SPRAS = SY-LANGU * IMPORTING * WTWML = * WTWMLT = EXCEPTIONS not_found = 1 OTHERS = 2 .

WSOH_ARRAY_READ_LAYMODVER CALL FUNCTION 'WSOH_ARRAY_READ_LAYMODVER' EXPORTING * PI_KZRFB_WLMV = 'X' * PI_KZRFB_WSOH = 'X' pi_only_active = ' ' pi_no_expired_modules = ' ' * PI_SPERRMODUS = ' ' pi_sorted_by_lmver = ' ' TABLES ti_wlmv = t_wlmv te_wsoh = t_wsoh_lmver EXCEPTIONS key_uncomplete = 1 not_all_laymod_vers_listed = 2 no_rec_found = 3 wsoh_rec_enqueued = 4 OTHERS = 5 .

WSOF_READ_WITH_SKOPF CALL FUNCTION 'WSOF_READ_WITH_SKOPF' EXPORTING * KZRFB = ' ' skopf = i_wsoh_line-skopf * ONLY_LAY_LIST_UTD = ' ' TABLES twsof = ht_wsof EXCEPTIONS key_uncomplete = 1 no_rec_found = 2 OTHERS = 3 .

WSOF_ARRAY_READ CALL FUNCTION 'WSOF_ARRAY_READ' * EXPORTING * KZRFB = ' ' * SPERRMODUS = ' ' * IMPORTING * RETC = TABLES t_wsof_in = t_wsofkey t_wsof_out = ht_wsof EXCEPTIONS no_record_found = 1 OTHERS = 2 .

WSOF_CHANGE CALL FUNCTION 'WSOF_CHANGE' EXPORTING function = '2' WSOF_CORR = i_wsof_line * WSOH = ' ' * LAST_LISTING = ' ' SAVE_DIRECTLY = 'X' UPD_MODE = upd_mode_rop * CREATE_CHANGE_DOCUMENT = 'X' * TABLES * POSITIONEN = * UNITS = EXCEPTIONS NO_WSOF = 1 NO_WSOH = 2 WRONG_DATES = 3 WRONG_FUNCTION = 4 WSOF_EXISTS = 5 OTHERS = 6 .

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = gt_repid it_fieldcat = gt_fieldcat[] is_layout = gt_layout tables t_outtab = gt_outtab.



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