RWIS_PLAN12 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_PLAN12 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WXP67 - Allocation Table Interface Logs
WXP66 - Promotion Interface Logs
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.
Title: Display Logs for Planning Interfaces
INCLUDE WIS_PLAN_CONS.
No SAP DATABASE tables are accessed within this REPORT code!
WIS_PLAN_DISP_INTERF_LOG CALL FUNCTION 'WIS_PLAN_DISP_INTERF_LOG' EXPORTING i_plinttyp = plinttyp EXCEPTIONS no_log_found = 1 error_bal_db_search = 2 unknown_plinttyp = 3 OTHERS = 4.
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_PLAN12 - Display Logs for Planning Interfaces RWIS_PLAN12 - Display Logs for Planning Interfaces RWIS_PLAN11 - Deletion Report for Allocation Table Interface Logs RWIS_PLAN11 - Deletion Report for Allocation Table Interface Logs RWIS_PLAN10 - Deletion Report for Promotion Interface Logs RWIS_PLAN10 - Deletion Report for Promotion Interface Logs