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

ROIUT3_DEFINE_OBJ_MAPPING SAP ABAP Report - XML Server - Business Object Data Transfer Definition







ROIUT3_DEFINE_OBJ_MAPPING 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_DEFINE_OBJ_MAPPING 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_DEFINE_OBJ_MAPPING. "Basic submit
SUBMIT ROIUT3_DEFINE_OBJ_MAPPING AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUT3_DEFINE_OBJ_MAPPING 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 Data Transfer Definition
Text Symbol: 064 =
Text Symbol: 063 = Processing options deleted
Text Symbol: 062 = Processing options saved
Text Symbol: 061 = Cancel
Text Symbol: 060 = Continue
Text Symbol: 056 = Form:
Text Symbol: 055 = Communication
Text Symbol: 054 = Internal
Text Symbol: 053 = Active Program version not found
Text Symbol: 051 = ERROR Loading Program definition
Text Symbol: 050 = not found in Program
Text Symbol: 049 = CONT:
Text Symbol: 048 = requires three parameters:
Text Symbol: 047 = int_record comm_record inbound_outbound_flag
Text Symbol: 046 = Processing options saved
Text Symbol: 045 = ERROR When saving processing options
Text Symbol: 044 = No errors found
Text Symbol: 043 = Data transfer rule deleted for
Text Symbol: 042 = Data transfer rule created for
Text Symbol: 041 = And
Text Symbol: 040 = Role data transfer mapping saved
Text Symbol: 039 = The current ROLE data transfer setting is to use ABAP Program Code
Text Symbol: 038 = The current ROLE data transfer setting is to use Element Cross Reference
Text Symbol: 037 = Communication
Text Symbol: 036 = Internal
Text Symbol: 035 = Rooth role cannot be mapped
Text Symbol: 030 = No fields found for structure
Text Symbol: 026 = not found in Business Object
Text Symbol: 025 = Role
Text Symbol: 024 = Business Object not found
Text Symbol: 021 = Do you want to SAVE changes before exiting
Text Symbol: 004 = FORM
Text Symbol: 003 = INBOUND_OUTBOUND_FLAG
Text Symbol: 002 = COMM_RECORD structure
Text Symbol: 001 = USING INTERNAL_RECORD structure


INCLUDES used within this REPORT ROIUT3_DEFINE_OBJ_MAPPING

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 = text-038 TEXT_BUTTON_1 = 'Continue'(060) TEXT_BUTTON_2 = 'Cancel'(061) DISPLAY_CANCEL_BUTTON = ' ' importing answer = resp.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting TEXT_QUESTION = text-039 TEXT_BUTTON_1 = 'Continue'(060) TEXT_BUTTON_2 = 'Cancel'(061) DISPLAY_CANCEL_BUTTON = ' ' importing answer = resp.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting TEXT_QUESTION = text-021 importing answer = resp.



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