CNVA_00555_EVALUATE_FORMS 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 CNVA_00555_EVALUATE_FORMS 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.
Title: Include CNVA_00555_EVALUATE_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_structure i_client_never_display = 'X' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = p_fieldcat.
DB_DBRELINFO CALL FUNCTION 'DB_DBRELINFO' IMPORTING dbinfo = ls_dbinfo.
CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = p_pack IMPORTING destination_id = lv_pcl_dest EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.
CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' DESTINATION lv_pcl_dest EXPORTING packid = p_pack phase = p_phase activity_id = 'SLRUN_SIMULATE' * EXEC_NUM = * ALL_AS_TABLE = IMPORTING * STATE_TEC = lv_state_tec state_log = lv_state_log aborted = lv_aborted * LAST_EXEC_NUM = * TABLES * T_EX_CNVMBTSTATE = EXCEPTIONS entry_does_not_exist = 1 system_failure = 98 MESSAGE gd_msgtext communication_failure = 99 MESSAGE gd_msgtext OTHERS = 2 .
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVA_00555_ANA' i_client_never_display = 'X' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = p_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
TH_WPINFO CALL FUNCTION 'TH_WPINFO' DESTINATION iv_server TABLES wplist = lt_wpinfo EXCEPTIONS send_error = 0 OTHERS = 0.
CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = p_pack IMPORTING destination_id = lv_pcl_dest EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.
CNV_MBT_PACK_ACTIVE_CHECK CALL FUNCTION 'CNV_MBT_PACK_ACTIVE_CHECK' DESTINATION lv_pcl_dest EXPORTING packid = p_pack EXCEPTIONS packid_does_not_exist = 1 packid_is_not_active = 2 subproject_invalid_or_initial = 3 system_failure = 98 MESSAGE gd_msgtext communication_failure = 99 MESSAGE gd_msgtext OTHERS = 4.
SSF_GET_DEVICE_TYPE CALL FUNCTION 'SSF_GET_DEVICE_TYPE' EXPORTING i_language = 'E' i_application = 'SAPDEFAULT' IMPORTING e_devtype = lv_devtype.
SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = 'CNVA_00555_EVALUATE' * VARIANT = ' ' * DIRECT_CALL = ' ' IMPORTING fm_name = lv_fname EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3 .
CONVERT_OTF_2_PDF CALL FUNCTION 'CONVERT_OTF_2_PDF' * EXPORTING * USE_OTF_MC_CMD = 'X' * ARCHIVE_INDEX = '' IMPORTING bin_filesize = lv_bin_filesize TABLES otf = ls_job_output_info-otfdata doctab_archive = lt_doctab lines = lt_pdf EXCEPTIONS err_conv_not_possible = 1 err_otf_mc_noendmarker = 2 OTHERS = 3 .
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = filename = lv_fullpath filetype = 'BIN' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * DAT_MODE = ' ' * CONFIRM_OVERWRITE = ' ' * NO_AUTH_CHECK = ' ' * CODEPAGE = ' ' * IGNORE_CERR = ABAP_TRUE * REPLACEMENT = '#' * WRITE_BOM = ' ' * TRUNC_TRAILING_BLANKS_EOL = 'X' * WK1_N_FORMAT = ' ' * WK1_N_SIZE = ' ' * WK1_T_FORMAT = ' ' * WK1_T_SIZE = ' ' * WRITE_LF_AFTER_LAST_LINE = ABAP_TRUE * SHOW_TRANSFER_STATUS = ABAP_TRUE IMPORTING filelength = lv_file_length TABLES data_tab = lt_pdf * FIELDNAMES = EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 OTHERS = 22 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNVA_00555_EVALUATE_FORMS - Include CNVA_00555_EVALUATE_FORMS CNVA_00555_EVALUATE - Runtime Estimation: Evaluation Step CNVA_00555_EVALUATE - Runtime Estimation: Evaluation Step CNVA_00555_CLASSES - Include CNVA_00555_CLASSES CNTVSTOP - documentation and ABAP source code CNTN01_SWF - Container Services