RWIS_PLAN05 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 RWIS_PLAN05 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WXP49 - Import Planning Layouts
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.
Selection Text: SMAND = Source Client
Title: Retail Planning: Planning Layout Import
Text Symbol: 002 = not
INCLUDE WIS_PLAN_CONS.
No SAP DATABASE tables are accessed within this REPORT code!
RKD_CLIENT_COPY_OBJECTS CALL FUNCTION 'RKD_CLIENT_COPY_OBJECTS' EXPORTING LANGUAGE = SY-LANGU APPLICATION = I3ZS-APPLCLASS SOURCEMANDANT = SMAND TARGETMANDANT = SY-MANDT OBJECTKEY = I3ZS OBJECTTYPE = 'I3ZS' RETURN_OBJECTTYPES = 'R3ZS' WITH_EXTERNAL_TABS = ' ' WITH_USER_ACTION = 'X' EXCEPTIONS BAD_OBJECTTYPE = 01 OBJECT_NOT_FOUND = 02 USER_ABORT = 04 JOB_FAILURE = 05.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWIS_PLAN05 - Retail Planning: Planning Layout Import RWIS_PLAN05 - Retail Planning: Planning Layout Import RWIS_PLAN04 - Retail Planning: Transport Link Planning Layouts RWIS_PLAN04 - Retail Planning: Transport Link Planning Layouts RWIS_PLAN03_CM - Retail Planning: General Initial Screen for Planning Hier. Maintenance RWIS_PLAN03_CM - Retail Planning: General Initial Screen for Planning Hier. Maintenance