SAP Reports / Programs

RIFPRINT SAP ABAP Report - Print routines for interfaces







RIFPRINT 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 RIFPRINT 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 RIFPRINT. "Basic submit
SUBMIT RIFPRINT AND RETURN. "Return to original report after report execution complete
SUBMIT RIFPRINT 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: VERSION = Version
Selection Text: STATE = Status
Selection Text: PROPS = Properties
Selection Text: METHODS = Methods
Selection Text: INTERF = Interface
Selection Text: EVENTS = Events
Selection Text: DOKU = Documentation
Selection Text: ATTRIB = Attributes
Title: Print routines for interfaces
Text Symbol: 306 = Type ref to
Text Symbol: 307 = Instance mthd
Text Symbol: 308 = Static method
Text Symbol: 309 = Exception
Text Symbol: 319 = Modeled only
Text Symbol: 323 = Importing parameter
Text Symbol: 324 = Exporting parameter
Text Symbol: 325 = CHANGING parameter
Text Symbol: 326 = Returning parameter
Text Symbol: 327 = Forward declaration type grps.
Text Symbol: 328 = Forward declaration classes
Text Symbol: 329 = Forward declaration interfaces
Text Symbol: 334 = Event handler for
Text Symbol: 337 = Instance Event
Text Symbol: 338 = Static event
Text Symbol: 340 = (read only)
Text Symbol: 401 = Options
Text Symbol: 305 = Type
Text Symbol: 001 = Interface
Text Symbol: 002 = Properties
Text Symbol: 004 = Attribute
Text Symbol: 005 = Methods
Text Symbol: 006 = Events
Text Symbol: 008 = Documentation
Text Symbol: 030 = Description
Text Symbol: 031 = Status
Text Symbol: 033 = Interfaces contained:
Text Symbol: 034 = (only in model)
Text Symbol: 101 = Description





Text Symbol: 111 = Package
Text Symbol: 112 = Created by
Text Symbol: 113 = Created on
Text Symbol: 114 = Last changed by
Text Symbol: 115 = Last changed on
Text Symbol: 120 = Original lang.
Text Symbol: 203 = Attrib.
Text Symbol: 204 = Ty.
Text Symbol: 208 = Ref. Type
Text Symbol: 209 = Init. Value
Text Symbol: 210 = Event
Text Symbol: 301 = Inst
Text Symbol: 302 = Stat
Text Symbol: 303 = Const
Text Symbol: 304 = Like


INCLUDES used within this REPORT RIFPRINT

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_INTERFACE_TYPEINFO_GET call function 'SEO_INTERFACE_TYPEINFO_GET' exporting intkey = interf version = version state = '1' with_enhancements = 'X' importing interface = i_interface attributes = i_attributes methods = i_methods events = i_events parameters = i_parameters exceps = i_exceps comprisings = i_comprisings typepusages = i_typepusages clsdeferrds = i_clsdeferrds intdeferrds = i_intdeferrds explore_comprisings = i_explore_comprisings aliases = i_aliases exceptions not_existing = 1 is_class = 2 model_only = 3 others = 4.

SEO_CLIF_GET_DOCU call function 'SEO_CLIF_GET_DOCU' exporting cifkey = interf 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.



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