SAP Reports / Programs

RWBPRINT SAP ABAP Report - Print routines for objects of the Workbench







RWBPRINT 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 RWBPRINT 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 RWBPRINT. "Basic submit
SUBMIT RWBPRINT AND RETURN. "Return to original report after report execution complete
SUBMIT RWBPRINT 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: ATTRIB = Attributes
Selection Text: DOKU = Documentation
Selection Text: EVENTS = Events
Selection Text: IMPLEM = Methods
Selection Text: INT_TYP = Internal types
Selection Text: KLASSE = Class name
Selection Text: LOC_TYP = Local Types
Selection Text: OVERVIEW = Contents
Selection Text: PROPS = Attributes
Selection Text: STATE = Status
Selection Text: VERSION = Version
Selection Text: W_CODE = Coding for methods
Selection Text: W_PRIV = Private section
Selection Text: W_PROT = Protected section
Selection Text: W_PUBL = Public section
Title: Print routines for objects of the Workbench
Text Symbol: 328 = Forward declaration classes
Text Symbol: 327 = Forward declaration type grps.
Text Symbol: 326 = Returning parameter
Text Symbol: 325 = CHANGING parameter
Text Symbol: 324 = Exporting parameter
Text Symbol: 323 = Importing parameter
Text Symbol: 322 = Private methods
Text Symbol: 321 = Protected methods
Text Symbol: 320 = Public methods
Text Symbol: 319 = Modeled only
Text Symbol: 309 = Exceptions
Text Symbol: 308 = Static method
Text Symbol: 307 = Instance mthd
Text Symbol: 306 = Type ref to
Text Symbol: 329 = Forward declaration interfaces
Text Symbol: 330 = Local Types
Text Symbol: 331 = Local class definitions
Text Symbol: 332 = Macros
Text Symbol: 333 = Local definitions
Text Symbol: 334 = Event handler for
Text Symbol: 335 = Documentation of the attributes
Text Symbol: 336 = Documentation of the events





Text Symbol: 337 = Instance Event
Text Symbol: 338 = Static Event
Text Symbol: 339 = Cat
Text Symbol: 340 = (read only)
Text Symbol: 341 = Redefined Methods
Text Symbol: 401 = Information to be printed
Text Symbol: 402 = Only print information of following parts
Text Symbol: 305 = Type
Text Symbol: 102 = Instantiation
Text Symbol: 101 = Description
Text Symbol: 034 = (only in model)
Text Symbol: 033 = Implemented interfaces
Text Symbol: 032 = Inh. from
Text Symbol: 031 = Class
Text Symbol: 030 = Private types
Text Symbol: 029 = Protected types
Text Symbol: 028 = Private events
Text Symbol: 027 = Protected events
Text Symbol: 026 = Public events
Text Symbol: 022 = Private attribute
Text Symbol: 021 = Protected attribute
Text Symbol: 020 = Public attributes
Text Symbol: 018 = Overview
Text Symbol: 013 = Documentation
Text Symbol: 012 = Intern. types
Text Symbol: 011 = Events
Text Symbol: 007 = Methods
Text Symbol: 006 = Attributes
Text Symbol: 002 = Attributes
Text Symbol: 001 = Status
Text Symbol: 103 = Final
Text Symbol: 304 = Like
Text Symbol: 303 = Const
Text Symbol: 302 = Stat.
Text Symbol: 301 = Inst
Text Symbol: 210 = Event
Text Symbol: 209 = Init. value
Text Symbol: 208 = Ref. Type
Text Symbol: 206 = B





Text Symbol: 204 = Cat
Text Symbol: 203 = Attrib.
Text Symbol: 120 = Original lang.
Text Symbol: 117 = Abstract
Text Symbol: 115 = Last changed on
Text Symbol: 114 = Last changed by
Text Symbol: 113 = Created on
Text Symbol: 112 = Created by
Text Symbol: 111 = Package
Text Symbol: 110 = Category
Text Symbol: 109 = Program status
Text Symbol: 108 = No fixed point arithmetic
Text Symbol: 107 = Fixed pt.arithmetic
Text Symbol: 104 = Not final


INCLUDES used within this REPORT RWBPRINT

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:

SEO_CLASS_TYPEINFO_BY_VIS CALL FUNCTION 'SEO_CLASS_TYPEINFO_BY_VIS' EXPORTING clskey = klasse version = version state = '1' with_enhancements = 'X' IMPORTING class = i_class public = i_public protected = i_protected private = i_private inheritance = i_inheritace redefinitions = i_redefinitions friendships = i_friendships explore_inheritance = i_explore_inheritance explore_implementings = i_interfaces EXCEPTIONS not_existing = 1 is_interface = 2 model_only = 3 OTHERS = 4.

SEO_CLASS_GET_METHOD_INCLUDES *CALL FUNCTION 'SEO_CLASS_GET_METHOD_INCLUDES' * EXPORTING * CLSKEY = KLASSE * IMPORTING * INCLUDES = I_ALL_METHODS * EXCEPTIONS * _INTERNAL_CLASS_NOT_EXISTING = 1 * OTHERS = 2.

SEO_CLIF_GET_DOCU CALL FUNCTION 'SEO_CLIF_GET_DOCU' EXPORTING cifkey = klasse TABLES docobj = i_doku_objects EXCEPTIONS clif_not_existing = 1 OTHERS = 2.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' IMPORTING out_archive_parameters = arcparams out_parameters = printparam valid = valid EXCEPTIONS archive_info_not_found = 01.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING archive_params = arcparams form = 'WB_PRINT_OBJECT' dialog = ' ' device = 'PRINTER' options = i_itcpo EXCEPTIONS canceled = 1.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING result = pitcpp.

SEO_CLASS_GET_INCLUDE_SOURCE CALL FUNCTION 'SEO_CLASS_GET_INCLUDE_SOURCE' EXPORTING clskey = klasse inctype = srext_ext_class_local with_enhancements = 'X' IMPORTING * SOURCE = I_SOURCE_TAB source_expanded = source_tab_string EXCEPTIONS _internal_class_not_existing = 1 not_existing = 2 OTHERS = 3.

SEO_CLASS_GET_INCLUDE_SOURCE CALL FUNCTION 'SEO_CLASS_GET_INCLUDE_SOURCE' EXPORTING clskey = klasse inctype = seop_incextapp_definition with_enhancements = 'X' IMPORTING * SOURCE = I_SOURCE_TAB source_expanded = source_tab_string EXCEPTIONS _internal_class_not_existing = 1 not_existing = 2 OTHERS = 3.

SEO_CLASS_GET_INCLUDE_SOURCE CALL FUNCTION 'SEO_CLASS_GET_INCLUDE_SOURCE' EXPORTING clskey = klasse inctype = seop_incextapp_implementation with_enhancements = 'X' IMPORTING * SOURCE = I_SOURCE_TAB source_expanded = source_tab_string EXCEPTIONS _internal_class_not_existing = 1 not_existing = 2 OTHERS = 3.

SEO_CLASS_GET_INCLUDE_SOURCE CALL FUNCTION 'SEO_CLASS_GET_INCLUDE_SOURCE' EXPORTING clskey = klasse inctype = seop_incextapp_macros with_enhancements = 'X' IMPORTING * SOURCE = I_SOURCE_TAB source_expanded = source_tab_string EXCEPTIONS _internal_class_not_existing = 1 not_existing = 2 OTHERS = 3.



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