SAP Reports / Programs

SATC_ECLOG_CONVERT SAP ABAP Report - eCATT Log Conversion







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


Text pool values


Title: eCATT Log Conversion
Text Symbol: 001 = RFC destination
Text Symbol: 005 = Host
Text Symbol: 102 = ECATT Log Selection Criteria
Text Symbol: U01 = Update of Database Table
Text Symbol: U03 = Target Machine
Text Symbol: U04 = Session
Text Symbol: U05 = Insert to Database Table


INCLUDES used within this REPORT SATC_ECLOG_CONVERT

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:

CONVERT_RFCDES_TO_RFCDISPLAY CALL FUNCTION 'CONVERT_RFCDES_TO_RFCDISPLAY' EXPORTING RFCDES_IMPORT = RFCDes IMPORTING RFCDIS_EXPORT = RFCAttr EXCEPTIONS OTHERS = 1.

RFC_IP_TO_HOST CALL FUNCTION 'RFC_IP_TO_HOST' EXPORTING RFCIP = RFCAttr-RFCHOST IMPORTING RFCHOST = RFCAttr-RFCHOST EXCEPTIONS IP_TO_HOST_CONVERSION_ERROR = 1 OTHERS = 2.

SXPG_PROFILE_PARAMETER_GET CALL FUNCTION 'SXPG_PROFILE_PARAMETER_GET' DESTINATION p_rfcdst exporting parameter_name = 'SAPSYSTEM' importing parameter_value = parameter_value exceptions SYSTEM_FAILURE = 3 "MESSAGE lv_rfc_failure COMMUNICATION_FAILURE = 4 "MESSAGE lv_rfc_failure others = 1.

SXPG_PROFILE_PARAMETER_GET call function 'SXPG_PROFILE_PARAMETER_GET' exporting parameter_name = 'SAPSYSTEM' importing parameter_value = parameter_value exceptions others = 1.

EC_LOG_QUERY CALL FUNCTION 'EC_LOG_QUERY' EXPORTING im_session_id = n_session_id TABLES im_logkey = logkey im_startusr = startusr im_startdat = startdat im_starttim = starttim im_objtext = objtext * im_func = func * im_object = object * im_tconfig = tconfig * im_tscript = tscript EXCEPTIONS OTHERS = 1.

EC_LOG_COPY_REMOTE_TBL CALL FUNCTION 'EC_LOG_COPY_REMOTE_TBL' EXPORTING im_session_id = s_session-session_id im_rfcdst = p_rfcdst im_rfchost = s_session-rfchost im_title = s_title TABLES IM_TBLS = it_tbl_list IM_TBL_CHANGES = it_tbl_update * IM_TABKEYS = lt_tabkeys 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 SATC_ECLOG_CONVERT or its description.