SAP Reports / Programs | Basis Components | Middleware | RFC(BC-MID-RFC) SAP BC

RFC_TT_UI_UTILITY_IMPL SAP ABAP INCLUDE - RFCTTUIUTILITYIMPL







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


INCLUDES used within this REPORT RFC_TT_UI_UTILITY_IMPL

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:

ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' DESTINATION lnode-hide EXPORTING tcode = transid EXCEPTIONS call_transaction_denied = 1 communication_failure = 2 MESSAGE msg system_failure = 3 MESSAGE msg OTHERS = 4.

ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' DESTINATION lnode-hide STARTING NEW TASK async_taskname EXPORTING tcode = transid EXCEPTIONS call_transaction_denied = 1 communication_failure = 2 MESSAGE msg system_failure = 3 MESSAGE msg.

SHOW_RFCLOCK * call function 'SHOW_RFCLOCK' * exporting * rfclock_mode = 'X' * exceptions * others = 0.

RFCDES_DISPLAY * call function 'RFCDES_DISPLAY' * exporting * rfcdes_export = l_rfcdes * importing ** MODIFIED = * rfcdes_import = m_rfcdes * exceptions * others = 0.

CHECK_TRUSING_DESTINATION * call function 'CHECK_TRUSING_DESTINATION' * exporting * rfcdes_import = m_rfcdes * rfctrust_import = l_rfctrust * exceptions * invalid_destination_parameter = 1 * others = 2.

RFCDES2RFCDISPLAY * call function 'RFCDES2RFCDISPLAY' * exporting * import_rfcdes = l_rfcdes * importing * export_rfcdisplay = m_rfcdisplay * exceptions * others = 0.

POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting * defaultoption = 'Y' * textline1 = space * textline2 = * 'Destination auf nicht änderbar setzen ?'(de0) * titel = 'SM59'(tra) * importing * answer = antwort.

RFC_MODIFY_R3_DESTINATION * call function 'RFC_MODIFY_R3_DESTINATION' * exporting * destination = l_rfctrust-rfcdest * action = 'L' * destlock = 'X' * dequeue_synchron = 'X' * exceptions * authority_not_available = 1 * destination_already_exist = 2 * destination_not_exist = 3 * destination_enqueue_reject = 4 * information_failure = 5 * trfc_entry_invalid = 6 * internal_failure = 7 * others = 8.

SHOW_RFCLOCK * call function 'SHOW_RFCLOCK' * exporting * rfclock_mode = 'X' * exceptions * others = 0.

RFCDES_DISPLAY * call function 'RFCDES_DISPLAY' * exporting * rfcdes_export = l_rfcdes * importing ** MODIFIED = * rfcdes_import = m_rfcdes * exceptions * others = 0.

CHECK_TRUSING_DESTINATION * call function 'CHECK_TRUSING_DESTINATION' * exporting * rfcdes_import = m_rfcdes * rfctrust_import = l_rfctrust * exceptions * invalid_destination_parameter = 1 * others = 2.

RFCDES2RFCDISPLAY * call function 'RFCDES2RFCDISPLAY' * exporting * import_rfcdes = l_rfcdes * importing * export_rfcdisplay = m_rfcdisplay * exceptions * others = 0.

POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting * defaultoption = 'Y' * textline1 = space * textline2 = * 'Destination auf nicht änderbar setzen ?'(de0) * titel = 'SM59'(tra) * importing * answer = antwort.

RFC_MODIFY_R3_DESTINATION * call function 'RFC_MODIFY_R3_DESTINATION' * exporting * destination = l_rfctrust-rfcdest * action = 'L' * destlock = 'X' * dequeue_synchron = 'X' * exceptions * authority_not_available = 1 * destination_already_exist = 2 * destination_not_exist = 3 * destination_enqueue_reject = 4 * information_failure = 5 * trfc_entry_invalid = 6 * internal_failure = 7 * others = 8.



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