SAP Reports / Programs

RSIWB_STR_CNTL_SAMPLE SAP ABAP Report - Pattern for using IWB_STRUCTURE_CNTL







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


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 RSIWB_STR_CNTL_SAMPLE. "Basic submit
SUBMIT RSIWB_STR_CNTL_SAMPLE AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB_STR_CNTL_SAMPLE 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: 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


INCLUDES used within this REPORT RSIWB_STR_CNTL_SAMPLE

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:

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.



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