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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_TYPE_WIZARD - Report RS_TYPE_WIZARD RS_TYPE_WIZARD - Report RS_TYPE_WIZARD RS_TYPE_REPAIR_TRDIR_SUBC - Corrects the TRDIR-SUBC for all type group includes to 'T' RS_TYPE_REPAIR_TRDIR_SUBC - Corrects the TRDIR-SUBC for all type group includes to 'T' RS_TWB_46A_46B_TP_CONVERSION - Data Conversion for Test Packages after Regenerating a 46A Plan RS_TWB_46A_46B_TP_CONVERSION - Data Conversion for Test Packages after Regenerating a 46A Plan