SCRM_CLOG_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 SCRM_CLOG_CONVERT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: ASPRA = Execution language
Selection Text: BATCH = Tasks As Batch Jobs
Selection Text: LVORN = Currt. Procedure No.
Selection Text: MAND = Execution client
Selection Text: PACT = Activate Check Result
Selection Text: PAUTOID = Assign ID Automatically
Selection Text: PDELDAYS = Retention Period (Days)
Selection Text: POBSETID = D Object Set
Selection Text: POBSETKI = D Object Set Type
Selection Text: PPOSTPRO = Perform Postprocessing
Selection Text: PTXTOSET = D Description
Selection Text: RSYS = Execution system
Selection Text: SDAT = Start Date
Selection Text: SNAME = Starter
Selection Text: SUHR = Time
Selection Text: VORGA = Transaction Text
Title: CATT Log Conversion
Text Symbol: U08 = Be Marked As Incorrect
Text Symbol: U07 = At Least One Line Must
Text Symbol: U05 = Insert to Database Table
Text Symbol: U04 = Session
Text Symbol: U03 = Target Machine
Text Symbol: U01 = Update of Database Table
Text Symbol: 002 = CATT Log Selection Criteria
Text Symbol: 003 = RFC destination
Text Symbol: 004 = Of Type
Text Symbol: 007 = Scheduling
Text Symbol: 008 = Object Set
Text Symbol: 101 = Process
Text Symbol: 102 = Process Text
Text Symbol: 103 = Date
Text Symbol: 104 = Time
Text Symbol: 105 = Sys
Text Symbol: 106 = Starter
Text Symbol: 107 = Dspl
Text Symbol: 108 = Err.
Text Symbol: 109 = Ina.
Text Symbol: 110 = To
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_START_CONVERSION CALL FUNCTION 'EC_START_CONVERSION' EXPORTING pobsetid = pobsetid pobsetki = pobsetki pautoid = pautoid ptxtoset = ptxtoset pdeldays = pdeldays batch = batch pminbtc = l_int pmaxbtc = l_int ppostpro = ppostpro pact = pact psession_id = n_session_id TABLES pobjcol = pchk pchk = pchk.
SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING bname = iicatk-sname.
CAT_PROT_DISPLAY CALL FUNCTION 'CAT_PROT_DISPLAY' DESTINATION p_rfcdst "rrc_dest EXPORTING lvorn = iicatk-lvorn EXCEPTIONS lvorn_not_found = 1 labln_not_found = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = dyn_tab_catj * IMPORTING * x030l_wa = ls_x030l TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
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 = p_tbl_list IM_TBL_CHANGES = it_tbl_update IM_TABKEYS = p_tbl_keys EXCEPTIONS OTHERS = 1.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = gt_field_ranges IMPORTING expressions = gt_expressions.
GET_CONVERTED_TABLE CALL FUNCTION 'GET_CONVERTED_TABLE' " gv_distribution_ref->get_converted_table EXPORTING im_rfc_destination = p_rfcdst im_table_name = ls_tbl_list-src_name im_expressions = gs_expressions IMPORTING ex_rfc_message = msg_text ex_table_ref = src_table EXCEPTIONS others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SCRM_CLOG_CONVERT - CATT Log Conversion SCRM_CLOG_CONVERT - CATT Log Conversion SCRM_CHECK_RUN_POST_PROCESSING - CheckMan: Start Postprocessing Steps for Check Run SCRM_CHECK_RUN_POST_PROCESSING - CheckMan: Start Postprocessing Steps for Check Run SCRM_BUILD_PACKAGES_FOR_ERRORS - CheckManager: Create Packages for Objects with Errors SCRM_BUILD_PACKAGES_FOR_ERRORS - CheckManager: Create Packages for Objects with Errors