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

RWDPOSREORG SAP ABAP Report - Mass Reorganization for Assortment List and POS Outbound







RWDPOSREORG 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 RWDPOSREORG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WDSR2 - Mass Reorganization


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 RWDPOSREORG. "Basic submit
SUBMIT RWDPOSREORG AND RETURN. "Return to original report after report execution complete
SUBMIT RWDPOSREORG 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: PA_AL = Reorg. of Assortment List
Selection Text: PA_NR = D .
Selection Text: PA_PARA = Parallel Processing
Selection Text: PA_POS = Reorg. of POS Outbound
Selection Text: PA_SERV = D .
Selection Text: P_DAT = Reorganization to
Selection Text: P_IDOC_R = IDoc Reorganization
Selection Text: P_REORG = Standard Reorganization
Title: Mass Reorganization for Assortment List and POS Outbound
Text Symbol: 001 = Reorganization of Assortment Lists and POS Outbound Log Data
Text Symbol: 002 = Mass Reorganization
Text Symbol: 003 = Server Group and Process Qty
Text Symbol: 004 = Processes Started
Text Symbol: 005 = Reorganized Data Records
Text Symbol: 006 = Std Reorganization
Text Symbol: 007 = Result of Mass Reorganization:
Text Symbol: 009 = IDoc Reorganization


INCLUDES used within this REPORT RWDPOSREORG

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:

POS_FILIA_GET call function 'POS_FILIA_GET' tables pet_kunnr = t_kunnr exceptions no_data_found = 01.

DOWNLOAD_STATUS_READ call function 'DOWNLOAD_STATUS_READ' exporting pi_last_only_flag = 'X' pi_systp = systemtyp tables pe_t_wdls = pet_wdls pi_t_kunnr = t_kunnr exceptions no_status_found = 01 status_item_not_found = 02 status_not_found = 03.

ASSORT_LIST_REORG_CHECK call function 'ASSORT_LIST_REORG_CHECK' exporting pi_last_wdls = 'X' tables pe_t_wdls_last = pet_wdls exceptions others = 1.

REORG_DEPENDENT_DATA call function 'REORG_DEPENDENT_DATA' starting new task tasknumber destination in group pa_serv performing result on end of task exporting p_appl_log = appl_flag p_idoc_r = p_idoc_r tables tt_wdls = t_wdls exceptions communication_failure = 1 system_failure = 2 resource_failure = 3.

REORG_DEPENDENT_DATA call function 'REORG_DEPENDENT_DATA' starting new task tasknumber destination in group default performing result on end of task exporting p_appl_log = appl_flag p_idoc_r = p_idoc_r tables tt_wdls = t_wdls exceptions communication_failure = 1 system_failure = 2 resource_failure = 3.

REORG_DEPENDENT_DATA call function 'REORG_DEPENDENT_DATA' exporting p_appl_log = appl_flag p_idoc_r = p_idoc_r tables tt_wdls = t_wdls.

ASSORT_LIST_POINTER_REORG_DATE call function 'ASSORT_LIST_POINTER_REORG_DATE' exporting date_to = reorg_al_date.

POS_POINTER_REORG_DATE call function 'POS_POINTER_REORG_DATE' exporting pi_msgtype = message_type-m_type pi_systype = c_pos pi_bltyp = c_pos_bltyp date_to = reorg_pos_date.



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