SAP Reports / Programs | Basis Components | Basis Components | Translation Tools(BC-DOC-TTL) SAP BC

I_RS_TMSSTATS_CREATERFC_FORM SAP ABAP INCLUDE - Include I_RS_TMSSTATS_CREATERFC_FORM







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


Text pool values


Title: Include I_RS_TMSSTATS_CREATERFC_FORM


INCLUDES used within this REPORT I_RS_TMSSTATS_CREATERFC_FORM

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:

RFC_MODIFY_TCPIP_DESTINATION CALL FUNCTION 'RFC_MODIFY_TCPIP_DESTINATION' EXPORTING DESTINATION = LV_DESTINATION * ACTION = 'I' * AUTHORITY_CHECK = 'X' METHOD = 'R' PROGRAM = LV_PROGRAM * SERVER = ' ' * TRACE = ' ' DESCRIPTION = LV_DESCRIPTION GWHOST = LV_HOST GWSERVICE = LV_SERVICE * TRFCBTCSUPPR = ' ' * TRFCBTCTRIES = ' ' * TRFCBTCDELAY = ' ' * DESTCOPY = ' ' * DESTLOCK = ' ' * DEQUEUE_SYNCHRON = ' ' * RFCCONVERT = ' ' * RFCCONVX = '0023' * RFCUNICODE = '1' * RFCBITMAP = '00000000' * RFCWAN = ' ' * SSO_TICKET = ' ' * AUTHORITY = ' ' * QRFCVERS = '0' * STARTTYPE = '0' * EXPORTTRACE = '2' CPICTIMEOUTVALUE = '10' * KEEPALIVETIMEOUTVAL = '-2' * SNC_PARAM = 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 DESTINATION_IS_LOCKED = 8 OTHERS = 9.

RFC_MODIFY_TCPIP_DESTINATION CALL FUNCTION 'RFC_MODIFY_TCPIP_DESTINATION' EXPORTING DESTINATION = LV_DESTINATION * ACTION = 'I' * AUTHORITY_CHECK = 'X' METHOD = 'R' PROGRAM = LV_PROGRAM * SERVER = ' ' * TRACE = ' ' DESCRIPTION = LV_DESCRIPTION "#EC NOTEXT GWHOST = LV_HOST GWSERVICE = LV_SERVICE * TRFCBTCSUPPR = ' ' * TRFCBTCTRIES = ' ' * TRFCBTCDELAY = ' ' * DESTCOPY = ' ' * DESTLOCK = ' ' * DEQUEUE_SYNCHRON = ' ' * RFCCONVERT = ' ' * RFCCONVX = '0023' * RFCUNICODE = '1' * RFCBITMAP = '00000000' * RFCWAN = ' ' * SSO_TICKET = ' ' * AUTHORITY = ' ' * QRFCVERS = '0' * STARTTYPE = '0' * EXPORTTRACE = '2' CPICTIMEOUTVALUE = '5' * KEEPALIVETIMEOUTVAL = '-2' * SNC_PARAM = 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 DESTINATION_IS_LOCKED = 8 OTHERS = 9.

SYSTEM_GET_CURRENT_GATEWAY CALL FUNCTION 'SYSTEM_GET_CURRENT_GATEWAY' EXPORTING STARTCOMP = 'N' IMPORTING GWSERV = WA_REQ-SERVICE.

SXPG_PROFILE_PARAMETER_GET CALL FUNCTION 'SXPG_PROFILE_PARAMETER_GET' EXPORTING PARAMETER_NAME = 'SAPGLOBALHOST' IMPORTING PARAMETER_VALUE = PARAMETER_VALUE.

/GSSLS/GET_LXE_TM CALL FUNCTION '/GSSLS/GET_LXE_TM' DESTINATION 'SLS' TABLES IV_RES = LV_RES "#EC ENHOK EXCEPTIONS INVALID_DATA = 1 COMMUNICATION_FAILURE = 2 MESSAGE MESS SYSTEM_FAILURE = 3 MESSAGE MESS.

LXE_COMMON_IS_SAP CALL FUNCTION 'LXE_COMMON_IS_SAP' EXCEPTIONS NO_SAP = 1 OTHERS = 2.



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