SAP Reports / Programs

RS_TYPE_WIZARD SAP ABAP Report - Report RS_TYPE_WIZARD







RS_TYPE_WIZARD 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 RS_TYPE_WIZARD 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 RS_TYPE_WIZARD. "Basic submit
SUBMIT RS_TYPE_WIZARD AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TYPE_WIZARD 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: S_TYPES = D .
Selection Text: TYPENAME = Name
Selection Text: SOURCE = Class/Program
Selection Text: P_XML = XML
Selection Text: P_TREE = Hierarchy Display
Selection Text: P_START = Start Index
Selection Text: P_RFC = Type Check Using RFC
Selection Text: P_PROG = From Program
Selection Text: P_INTF = from Interface
Selection Text: P_END = End Index
Selection Text: P_DDIC = From Dictionary
Selection Text: P_CODE = Data Declaration
Selection Text: P_CLAS = From Class
Title: Report RS_TYPE_WIZARD
Text Symbol: TYP = Type Selection
Text Symbol: TES = Mass Test (internal)
Text Symbol: REN = Output
Text Symbol: LOC = Source
Text Symbol: I05 = Interface
Text Symbol: I04 = Class
Text Symbol: I03 = Reference
Text Symbol: I02 = Table
Text Symbol: I01 = Structure
Text Symbol: I00 = Field
Text Symbol: 004 = Reference
Text Symbol: 003 = Type
Text Symbol: 002 = Type


INCLUDES used within this REPORT RS_TYPE_WIZARD

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:

UML_REMOTE_SYNTAX_CHECK call function 'UML_REMOTE_SYNTAX_CHECK' destination 'NONE' exporting p_name = l_name exceptions others = 1.

SEO_CLASS_EXISTENCE_CHECK call function 'SEO_CLASS_EXISTENCE_CHECK' exporting clskey = l_key importing not_active = l_not_active exceptions is_interface = 1 others = 2.

ICON_CREATE call function 'ICON_CREATE' exporting name = l_icon-id info = p_tooltip add_stdinf = space importing result = l_icon-icon exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

SDIXML_XML_TO_DOM call function 'SDIXML_XML_TO_DOM' exporting xml = l_xml importing document = lo_dom exceptions invalid_input = 1 others = 2.

SDIXML_DOM_TO_SCREEN call function 'SDIXML_DOM_TO_SCREEN' exporting document = lo_dom exceptions others = 0.



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