RS_IWB_ENTRY_SELECT 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 RS_IWB_ENTRY_SELECT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SI24_5 - Define Initial Structure (Custom.)
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: Maintain initial structure (Customizing KEn)
INCLUDE IWBCONSTEXT.
INCLUDE IWBMACRO.
No SAP DATABASE tables are accessed within this REPORT code!
IO_D_CONTEXT_FOR_CLASS CALL FUNCTION 'IO_D_CONTEXT_FOR_CLASS' EXPORTING CLASS = 'IWB_EXTHLP' WORKING_MODE = 'DOCU' * DISPLAY_EXTENSION = ' ' * DISPLAY_COUNTRY = ' ' DISPLAY_EXTENSION_BUTTON = C_YES * DISPLAY_MODE_BUTTON = ' ' DISPLAY_COUNTRY_BUTTON = C_YES TASK = 'EDIT' IMPORTING ACTION = ACTION E_WORKING_MODE = E_WORKING_MODE TABLES CONTEXT_VALUES = CONTEXT_VALUES DEFAULT_VALUES = DEFAULT_VALUES.
IWB_ENTRY_SELECT CALL FUNCTION 'IWB_ENTRY_SELECT' EXPORTING SET_USER_CONTEXT = C_NO SUPPRESS_AUTHORITY_CHECK = C_NO IMPORTING ENTRY = ENTRY ACTION = ACTION TABLES CONTEXT = CONTEXT_VALUES.
IWB_GLOBAL_SETTINGS_SET CALL FUNCTION 'IWB_GLOBAL_SETTINGS_SET' TABLES PROPERTIES = PROPERTIES.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_IWB_ENTRY_SELECT - Maintain initial structure (Customizing KEn) RS_IWB_ENTRY_SELECT - Maintain initial structure (Customizing KEn) RS_IWBORIG_LANG_SET_WHEN_SPACE - Conversion of original language if iwb_original_language space RS_IWBORIG_LANG_SET_WHEN_SPACE - Conversion of original language if iwb_original_language space RS_IS_RELEASENOTES_MODIFY - Conversion Release Specification IS -> mySAP Component RS_IS_RELEASENOTES_MODIFY - Conversion Release Specification IS -> mySAP Component