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

RWLAYLIST_CONVERT SAP ABAP Report - Simple Layout Listing Concept: Conversion Report at Release Change







RWLAYLIST_CONVERT 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 RWLAYLIST_CONVERT 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 RWLAYLIST_CONVERT. "Basic submit
SUBMIT RWLAYLIST_CONVERT AND RETURN. "Return to original report after report execution complete
SUBMIT RWLAYLIST_CONVERT 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: JOBS = Maximum No. Parallel Jobs
Selection Text: P_CHNDOC = Write WLK1 Change Documents
Selection Text: P_RFCGR = Server Group
Title: Simple Layout Listing Concept: Conversion Report at Release Change
Text Symbol: 001 = Ctrl Parameters
Text Symbol: 002 = Layout listing conditions have already been converted
Text Symbol: 003 = Error: Server Grp Missing
Text Symbol: 004 = Error Initializing Server Group
Text Symbol: 005 = Layout listing conditions successfully converted
Text Symbol: 006 = Assortments re-converted
Text Symbol: 007 = Problems converting listing conditions
Text Symbol: 008 = Assortments were not converted
Text Symbol: 009 = No Parallel Processing
Text Symbol: 010 = RESOURCE_FAILURE and no process sent
Text Symbol: 011 = Last process sent had an index
Text Symbol: 012 = Unexpected Problem - Exception
Text Symbol: 021 = Layout listing conditions have
Text Symbol: 022 = already been converted


INCLUDES used within this REPORT RWLAYLIST_CONVERT

INCLUDE MWWCONST. " RETAIL CONSTANTS
INCLUDE RWSORT_LISTVIEW_DATA.


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:

WSORP_READ CALL FUNCTION 'WSORP_READ' IMPORTING it_wsorp = i_wsorp EXCEPTIONS no_data_found = 1 OTHERS = 2.

SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = p_rfcgr IMPORTING max_pbt_wps = max_pbt_wps EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 OTHERS = 7.

LAYLIST_CONVERSION_BY_ASORT CALL FUNCTION 'LAYLIST_CONVERSION_BY_ASORT' STARTING NEW TASK taskname DESTINATION IN GROUP p_rfcgr PERFORMING feedback ON END OF TASK EXPORTING pi_asort = wa_wrs1-asort pi_wlk1_chngdocs = p_chndoc * IMPORTING EXCEPTIONS RESOURCE_FAILURE = 1 system_failure = 2 communication_failure = 3 OTHERS = 4 .

LAYLIST_CONVERSION_BY_ASORT CALL FUNCTION 'LAYLIST_CONVERSION_BY_ASORT' EXPORTING pi_asort = wa_wrs1-asort pi_wlk1_chngdocs = p_chndoc IMPORTING RESULT = flag.

WSORP_CHANGE CALL FUNCTION 'WSORP_CHANGE' EXPORTING it_wsorp = i_wsorp mode = i_wsorp_mode EXCEPTIONS wrong_mode = 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 RWLAYLIST_CONVERT or its description.