SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNVA_00555_INITIALIZE_FORMS SAP ABAP INCLUDE - Include CNVA_00555_INITIALIZE_FORMS







CNVA_00555_INITIALIZE_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_INITIALIZE_FORMS 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 CNVA_00555_INITIALIZE_FORMS. "Basic submit
SUBMIT CNVA_00555_INITIALIZE_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNVA_00555_INITIALIZE_FORMS 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 CNVA_00555_INITIALIZE_FORMS


INCLUDES used within this REPORT CNVA_00555_INITIALIZE_FORMS

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:

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "#EC * EXPORTING defaultoption = s_default textline1 = s_text text_option1 = s_text1 text_option2 = s_text2 titel = s_titel IMPORTING answer = h_answer.

CNVA_00555_POPUP_TO_GET_VALUE * CALL FUNCTION 'CNVA_00555_POPUP_TO_GET_VALUE' * EXPORTING * textline1 = * 'Enter the processing frequency for a cluster'(020) * textline2 = 'entry: (Recommended frequency:100)'(021) * titel = 'Frequency'(023) * valuelength = 4 * defaultvalue = '100' * IMPORTING * answer = ld_answer * value1 = value_1.

BP_JOB_CREATE * CALL FUNCTION 'BP_JOB_CREATE' * EXPORTING * job_cr_dialog = 'N' * job_cr_head_inp = global_job * IMPORTING * job_cr_head_out = global_job * job_cr_stdt_out = global_start_date * TABLES * job_cr_steplist = global_step_tbl.

JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING * jobcount = global_job-jobcount * jobname = global_job-jobname * strtimmed = 'X' * EXCEPTIONS * cant_start_immediate = 1 * invalid_startdate = 2 * jobname_missing = 3 * job_close_failed = 4 * job_nosteps = 5 * job_notex = 6 * lock_failed = 7 * OTHERS = 8.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = s_pack exec_target = 'E' * ALL_AS_TABLE = 'X' * NONE_AT_LOCAL_DEST = 'X' IMPORTING destination_id = ls_substate-destination * TABLES * DESTTAB = EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 login_not_possible = 6 OTHERS = 7 .

CNV_MBT_PC_PROG_START_BGR CALL FUNCTION 'CNV_MBT_PC_PROG_START_BGR' EXPORTING progname = s_prog job_name = s_job IMPORTING jobcount = ls_substate-jobcount TABLES lt_params = lt_params EXCEPTIONS program_does_not_exist = 1 no_authority = 2 scheduling_error = 3 * communication_failure = 98 MESSAGE gd_msgtext * system_failure = 99 MESSAGE gd_msgtext OTHERS = 4.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_MBT_SUBSTATE_JOBCOUNT_UPD CALL FUNCTION 'CNV_MBT_SUBSTATE_JOBCOUNT_UPD' * DESTINATION is_substate-destination EXPORTING i_cnvmbtsubstate = is_substate EXCEPTIONS OTHERS = 1.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' TABLES im_cnvmbtsubstate = it_substate EXCEPTIONS update_failed = 1 OTHERS = 2.

CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = p_pack IMPORTING destination_id = lv_pcl_rfc EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' DESTINATION lv_pcl_rfc TABLES im_cnvmbtsubstate = it_substate EXCEPTIONS update_failed = 1 communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext OTHERS = 2.

DD_DROP_INDEX CALL FUNCTION 'DD_DROP_INDEX' EXPORTING tabname = 'CNVA_00555_SIM' indexname = 'IX1' IMPORTING subrc = ld_subrc EXCEPTIONS index_not_dropped = 1 program_not_generated = 2 program_not_written = 3 OTHERS = 4.

DD_CREATE_INDEX CALL FUNCTION 'DD_CREATE_INDEX' EXPORTING indexname = 'IX1' tabname = 'CNVA_00555_SIM' EXCEPTIONS basetab_error = 1 db_error = 2 dd_error = 3 index_exists = 4 OTHERS = 5.

UPDATE_STATS_ORA * CALL FUNCTION 'UPDATE_STATS_ORA' * EXPORTING * table_name = 'CNVA_00555_SIM'.

UPDATE_STATS_ORA CALL FUNCTION 'UPDATE_STATS_ORA' EXPORTING table_name = 'CNVA_00555_SIM' * SIGNI = 3 EXCEPTIONS table_not_found = 1 sql_error = 2 stats_not_found = 3 read_stats_error = 4 insert_stats_error = 5 index_not_found = 6 index_error = 7 OTHERS = 8.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING tabname = it_tables_to_convert-tabname IMPORTING subrc = h_subrc.

DB6_TABLESPACE_INFO CALL FUNCTION 'DB6_TABLESPACE_INFO' TABLES tbstab = tbsinfo EXCEPTIONS get_tablespace_info_failed = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'MSSTABSIZEINFO' IMPORTING x030l_wa = gd_x030l EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

GET_TABSTATS_MSQ





CALL FUNCTION 'GET_TABSTATS_MSQ' "#EC EXISTS EXPORTING tabname = tabname_1 dbname = '0' IMPORTING tabstats = tabstats.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ls_group_tables-tabname IMPORTING x030l_wa = gd_x030l.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ls_tables_nontrans_1-sqltab IMPORTING x030l_wa = gd_x030l.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = random_max ran_int_min = 1 IMPORTING ran_int = random_number.

BP_JOB_CREATE CALL FUNCTION 'BP_JOB_CREATE' EXPORTING job_cr_dialog = 'N' job_cr_head_inp = global_job IMPORTING job_cr_head_out = global_job job_cr_stdt_out = global_start_date TABLES job_cr_steplist = global_step_tbl.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = global_job-jobcount jobname = global_job-jobname strtimmed = 'X'.

CNVA_00555_POPUP_TO_GET_VALUE CALL FUNCTION 'CNVA_00555_POPUP_TO_GET_VALUE' EXPORTING textline1 = lv_textline "+JG LT V2 titel = 'Block Cluster Size'(041) valuelength = 7 * defaultvalue = '1000000' "-JG LT V2 defaultvalue = lv_recs2 "+JG LT V2 IMPORTING answer = ld_answer value1 = value_1.

DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '2' titlebar = text-001 text_question = text-002 text_button_1 = text-003 text_button_2 = text-004 IMPORTING answer = lv_answer.

CNV_MBT_L_SUBPROT_WRITE_DB CALL FUNCTION 'CNV_MBT_L_SUBPROT_WRITE_DB' EXCEPTIONS internal_errors = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id * 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 OTHERS = 2 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '2' titlebar = text-001 text_question = text-002 text_button_1 = text-003 text_button_2 = text-004 IMPORTING answer = lv_answer.

CNV_MBT_PCL_EXPERT CALL FUNCTION 'CNV_MBT_PCL_EXPERT' IMPORTING is_expert = xv_pcl_expert.

DB02_ORA_FILL_TD110 CALL FUNCTION 'DB02_ORA_FILL_TD110' IMPORTING td110 = ld_td110.

SEL_SERVERDBSTATISTICS_ADA CALL FUNCTION 'SEL_SERVERDBSTATISTICS_ADA' IMPORTING serverdbstatistics = ld_servdbstat EXCEPTIONS table_not_found no_entry_found.




GET_PAGESIZE_SDB CALL FUNCTION 'GET_PAGESIZE_SDB' IMPORTING pagesize = h_pagesize EXCEPTIONS OTHERS = 4.

MSS_DBDATA_DETAIL CALL FUNCTION 'MSS_DBDATA_DETAIL' "#EC EXISTS TABLES dbdata = dbdata dboption = dboption.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'MSSDBSIZEINFO' IMPORTING x030l_wa = ld_x030l TABLES dfies_tab = lt_dfies.

DB02_GET_MAIN_SCREEN_DB2 CALL FUNCTION 'DB02_GET_MAIN_SCREEN_DB2' IMPORTING entry_screen_data = ld_db2tbixsum.

GET_DB4_DBSIZE CALL FUNCTION 'GET_DB4_DBSIZE' IMPORTING db4_dbsize = ld_db4_dbsize.

DB6_HIS_OVERVIEW CALL FUNCTION 'DB6_HIS_OVERVIEW' TABLES it_db6pmdb02 = lt_db6pmdb02.



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