SAP Reports / Programs | Production and Revenue Accounting | Industry Solution Oil | Production and Revenue Accounting(IS-OIL-PRA) SAP IS

ROIUT3_XML_SERVER_UTILITY SAP ABAP Report - XML Server - Business Object Definition Utility







ROIUT3_XML_SERVER_UTILITY 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 ROIUT3_XML_SERVER_UTILITY 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 ROIUT3_XML_SERVER_UTILITY. "Basic submit
SUBMIT ROIUT3_XML_SERVER_UTILITY AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUT3_XML_SERVER_UTILITY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: XML Server - Business Object Definition Utility
Text Symbol: 043 = not active in DDIC
Text Symbol: 044 = Communication Structure
Text Symbol: 045 = not found in DDIC
Text Symbol: 047 = Internal Structure
Text Symbol: 048 = Business Object deleted
Text Symbol: 049 = Data Cluster description is required
Text Symbol: 050 = Data Cluster Name already exists
Text Symbol: 051 = Delete Business Object definition?
Text Symbol: 052 = Insert Child Record under this node
Text Symbol: 053 = Display Business Object Component
Text Symbol: 054 = Error loading Data Cluster Role
Text Symbol: 055 = Define Data Transfer Rules
Text Symbol: 056 = Display Data Transfer Rules
Text Symbol: 057 = A Table type with row type
Text Symbol: 058 = Must be created in Data Dictionary (SE11)
Text Symbol: 059 = Cluster not found
Text Symbol: 060 = Role Name already used for another component
Text Symbol: 061 = No information available for Selected field
Text Symbol: 062 = Structure not found
Text Symbol: 063 = User not authorized for transaction
Text Symbol: 064 = Unspecified internal error
Text Symbol: 065 = No Changes allowed in this Client, Do you want to continue ?
Text Symbol: 066 = Continue
Text Symbol: 067 = Invalid Business Object ID for DTD and XSLT definition
Text Symbol: 001 = Inactive
Text Symbol: 002 = Active
Text Symbol: 003 = Changes will be lost - Do you want to EXIT
Text Symbol: 004 = Change Business Object Component
Text Symbol: 005 = Remove Record from Business Object
Text Symbol: 006 = Delete Business Object Definition
Text Symbol: 007 = Change Business Object Description
Text Symbol: 008 = Inbound Field Rules and Foreign Keys
Text Symbol: 009 = Inbound Field Rules
Text Symbol: 010 = Missing WHERE Clause for Parent-Child
Text Symbol: 011 = Parent Role level inconsistent with child level:
Text Symbol: 012 = Parent table cannot be found for
Text Symbol: 013 = _LINE





Text Symbol: 014 = _TAB
Text Symbol: 016 = Parent Role not in cluster definition
Text Symbol: 017 = Role and Cluster Name cannot be the same
Text Symbol: 018 = Role and Parent role cannot be the same
Text Symbol: 019 = ; Fix and try again
Text Symbol: 020 = Cluster has duplicate role names
Text Symbol: 021 = Cluster has no data
Text Symbol: 036 = Role
Text Symbol: 039 = Data Cluster Definition Saved
Text Symbol: 040 = Data Cluster/Role must be first saved
Text Symbol: 041 = Business Object - not deleted
Text Symbol: 042 = No lines found for


INCLUDES used within this REPORT ROIUT3_XML_SERVER_UTILITY

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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting TEXT_QUESTION = 'Delete Business Object definition?'(051) TEXT_BUTTON_1 = 'No' TEXT_BUTTON_2 = 'YES' DISPLAY_CANCEL_BUTTON = c_false importing answer = resp.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting TEXT_QUESTION = text-065 text_button_1 = text-066 DISPLAY_CANCEL_BUTTON = space importing answer = resp.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = 'OIUT3_CLUSTERS-CLUSTER_NAME' VALUES = vrm_table.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting TEXT_QUESTION = text-003 * "'Changes will be lost - Do you want to EXIT' importing answer = resp.

POPUP_TO_CONFIRM * call function 'POPUP_TO_CONFIRM' * exporting * TEXT_QUESTION = * 'Overwrite All tables from CLIENT'(051) * TEXT_BUTTON_1 = 'No' * TEXT_BUTTON_2 = 'YES' * DISPLAY_CANCEL_BUTTON = c_false * importing * answer = resp.

RS_DD_FIEL_SHOW call function 'RS_DD_FIEL_SHOW' exporting EUTYPE = 'U' "table/Structure fname = space popup = 'X' objname = tablename exceptions object_not_found = 1 object_not_specified = 2 permission_failure = 3 * field_not_found = 4.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemname = system_name systemtype = system_type systemedit = system_edit system_client_edit = system_client_edit sys_cliinddep_edit = system_cliindep_edit system_client_role = system_client_role EXCEPTIONS OTHERS = 1.



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