RSIWB_STR_CNTL_SAMPLE 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 RSIWB_STR_CNTL_SAMPLE into the relevant SAP transactions such as SE38 or SE80
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: WIDTH = Width of Structure
Selection Text: TO_DOCK = Top
Selection Text: TOP_POS = Upper edge of structure
Selection Text: SH_TO_PR = Fill Columns for Topics
Selection Text: SH_ST_PR = Fill Columns for Structures
Selection Text: SH_FO_PR = Fill Columns for Folders
Selection Text: RI_DOCK = Right
Selection Text: N_SP_TO = No Specific Topic Icons
Selection Text: N_SP_ST = No Specific Structure Icons
Selection Text: N_SP_FO = No Specific Folder Icons
Selection Text: NO_DOCK = No splitter
Selection Text: MUL_SEL = Multiple Selection Active
Selection Text: LE_DOCK = Left-Justified
Selection Text: LEFT_POS = Left Edge of Structure
Selection Text: HEIGHT = Height of Structure
Selection Text: BR_EXPNC = Breakpoint if expand NC event
Selection Text: BR_DBLCL = Breakp. if double-click event
Selection Text: BO_DOCK = Bottom
Selection Text: AL_TO = Align up
Selection Text: AL_RI = Align to right
Selection Text: AL_LE = Align to left
Selection Text: AL_BO = Align down
Title: Pattern for using IWB_STRUCTURE_CNTL
Text Symbol: 002 = Alignment
Text Symbol: 001 = Splitter
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IWB_STRUCTURE_CNTL_SAMPLE CALL FUNCTION 'IWB_STRUCTURE_CNTL_SAMPLE' EXPORTING BREAK_AT_EXP_NC = BR_EXPNC BREAK_AT_DBL_CLK = BR_DBLCL NO_SPECIAL_TOPIC_ICON = N_SP_TO NO_SPECIAL_STRUCT_ICON = N_SP_ST NO_SPECIAL_FOLDER_ICON = N_SP_FO SHOW_TOPIC_PROPS = SH_TO_PR SHOW_STRUCT_PROPS = SH_ST_PR SHOW_FOLDER_PROPS = SH_FO_PR MULTI_SEL_ACTIVE = MUL_SEL DOCK_AT = DOCK_AT LEFT = LEFT_POS TOP = TOP_POS WIDTH = WIDTH HEIGHT = HEIGHT ALIGN = ALIGN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIWB_STR_CNTL_SAMPLE - Pattern for using IWB_STRUCTURE_CNTL RSIWB_STR_CNTL_SAMPLE - Pattern for using IWB_STRUCTURE_CNTL RSIWB_SET_ORIG_LANG_FOR_DOKU - Program RSIWB_SET_ORIG_LANG_FOR_DOKU RSIWB_SET_ORIG_LANG_FOR_DOKU - Program RSIWB_SET_ORIG_LANG_FOR_DOKU RSIWB_SET_ORIG_LANG - Set original language from LOIO to PHIO in table IWB0PHIO RSIWB_SET_ORIG_LANG - Set original language from LOIO to PHIO in table IWB0PHIO