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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
RWBPRINT - Print routines for objects of the Workbench RWBPRINT - Print routines for objects of the Workbench RWBNWT03 - Messages from Trading Contract; Vendor Target Group RWBNWT03 - Messages from Trading Contract; Vendor Target Group RWBNWT02 - Messages from Trading Contract; Management Target Group RWBNWT02 - Messages from Trading Contract; Management Target Group