SAP Reports / Programs | Cross-Application Components | General Application Functions | Data Transfer(CA-GTF-DCM) SAP CA

KCFDUADS_F01 SAP ABAP INCLUDE - KCFDUADSF01







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


INCLUDES used within this REPORT KCFDUADS_F01

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:

FDU_ADDITIONAL_INFO_GET call function 'FDU_ADDITIONAL_INFO_GET' exporting repid = repid tables type_info = type_info exceptions repid_not_availlable = 1 type_not_availlable = 2 anwdg_not_availlable = 3 others = 4.

KCD_SENDERSTRUCTURE_CHECK call function 'KCD_SENDERSTRUCTURE_CHECK' exporting repid = repid importing anwdg = anwdg progn = gen_prog_name exceptions send_struc_not_found = 1 others = 2.

KCD_SENDERSTRUC_LOGICAL_READ call function 'KCD_SENDERSTRUC_LOGICAL_READ' exporting repid = repid tables e_send = e_send exceptions ddic_not_found = 1 no_ddic_struc = 2 send_struc_not_found = 3 others = 4.

FDU_DATA_SPLIT_PROG_NAME_GET call function 'FDU_DATA_SPLIT_PROG_NAME_GET' exporting gen_prog_name = gen_prog_name changing data_split_prog_name = gen_prog_name.

KCD_GENERATION_CHECK call function 'KCD_GENERATION_CHECK' exporting repid = repid grpid = grpid progn = progn estrc = estrc anwdg = anwdg appl_log_prot = 'X' exceptions others = 1.

KCD_SENDERSTRUCTURE_CHECK call function 'KCD_SENDERSTRUCTURE_CHECK' exporting repid = repid i_init = 'X' importing progn = gen_prog_name exceptions others = 1.

FDU_DATA_SPLIT_PROG_NAME_GET call function 'FDU_DATA_SPLIT_PROG_NAME_GET' exporting gen_prog_name = gen_prog_name changing data_split_prog_name = gen_prog_name.

FDU_ADDITIONAL_INFO_GET call function 'FDU_ADDITIONAL_INFO_GET' exporting repid = repid importing anwdg = anwdg exceptions repid_not_availlable = 1 type_not_availlable = 2 anwdg_not_availlable = 3 wrong_function_call = 4 others = 5.

RS_VARIANT_VALUES_TECH_DATA call function 'RS_VARIANT_VALUES_TECH_DATA' exporting * report = 'RKCFILE7' report = con_start_fdu_prog variant = fdu_var tables variant_values = variant_values exceptions variant_non_existent = 1 variant_obsolete = 2 others = 3.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'batch' no_dialog = 'X' report = con_start_fdu_prog importing out_archive_parameters = user_archi_params out_parameters = user_print_params valid = valid exceptions archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 others = 4.

FILE_GET_NAME call function 'FILE_GET_NAME' exporting logical_filename = linfile importing file_name = pinfile exceptions file_not_found = 1 others = 2.

FDU_ADS_EXTENDED_FILENAME_GET call function 'FDU_ADS_EXTENDED_FILENAME_GET' exporting pinfile_old = pinfile start_count = start_count importing pinfile_new = extended_pinfile cnt_extended_pinfile = cnt_extended_pinfile.

BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'N' jobsel_param_in = jobsel_param_in importing jobsel_param_out = jobsel_param_out tables jobselect_joblist = jobselect_joblist exceptions invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 others = 6.

FDU_ADS_EXTENDED_FILENAME_GET call function 'FDU_ADS_EXTENDED_FILENAME_GET' exporting pinfile_old = pinfile start_count = start_count importing pinfile_new = extended_pinfile cnt_extended_pinfile = cnt_extended_pinfile.

JOB_OPEN call function 'JOB_OPEN' exporting jobname = job_name importing jobcount = p_number exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.

BP_JOB_MOVE CALL FUNCTION 'BP_JOB_MOVE' EXPORTING DIALOG = 'N' JOBCOUNT = p_number JOBNAME = job_name NEW_TARGET_SYSTEM = wrk_app_server-srvname EXCEPTIONS INVALID_DIALOG_TYPE = 1 JOBNAME_MISSING = 2 JOB_DOESNT_EXIST = 3 JOB_DOESNT_HAVE_STEPS = 4 JOB_MOVE_FAILED = 5 JOB_READ_ERROR = 6 NEW_TARGET_SYSTEM_MISSING = 7 NO_MOVE_PRIVILEGE_GIVEN = 8 OTHERS = 9.

BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'Y' jobsel_param_in = jobsel_param_in * ENDDATE = ' ' * ENDTIME = ' ' * IMPORTING * jobsel_param_out = jobsel_param_out tables jobselect_joblist = jobselect_joblist exceptions invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 others = 6.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-004 textline2 = text-005 text_option1 = text-006 text_option2 = text-007 titel = text-008 importing answer = answer.

JOB_CLOSE





call function 'JOB_CLOSE' exporting jobcount = wrk_job_table-p_number jobname = wrk_job_table-job_name sdlstrtdt = wrk_date sdlstrttm = wrk_time strtimmed = 'X' targetserver = wrk_job_table-srvname importing job_was_released = flag_job_released 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.

BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'Y' jobsel_param_in = jobsel_param_in tables jobselect_joblist = jobselect_joblist exceptions invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 others = 6.

BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'N' jobsel_param_in = jobsel_param_in tables jobselect_joblist = jobselect_joblist exceptions invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 others = 6.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-002 * TEXTLINE2 = ' ' titel = text-001 start_column = 25 start_row = 6 importing answer = answer.

BP_JOB_DELETE call function 'BP_JOB_DELETE' exporting jobcount = jobselect_joblist-jobcount jobname = jobselect_joblist-jobname forcedmode = 'X' commitmode = 'X' exceptions cant_delete_event_entry = 1 cant_delete_job = 2 cant_delete_joblog = 3 cant_delete_steps = 4 cant_delete_time_entry = 5 cant_derelease_successor = 6 cant_enq_predecessor = 7 cant_enq_successor = 8 cant_enq_tbtco_entry = 9 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17 others = 18.

RZL_GET_INST_STATE CALL FUNCTION 'RZL_GET_INST_STATE' * IMPORTING * SUBRC = TABLES INST_DESCR_TABLE = t_SPFID INST_STATE_TABLE = t_SPFIS.

KCD_SENDERSTRUCTURE_CHECK call function 'KCD_SENDERSTRUCTURE_CHECK' exporting repid = repid * MANDT = SY-MANDT * I_INIT = ' ' importing progn = gen_prog_name anwdg = anwdg exceptions send_struc_not_found = 1 others = 2.

RS_VARIANT_VALUES_TECH_DATA call function 'RS_VARIANT_VALUES_TECH_DATA' exporting report = con_start_fdu_prog variant = fdu_var tables variant_values = variant_values exceptions variant_non_existent = 1 variant_obsolete = 2 others = 3.

TH_SERVER_LIST call function 'TH_SERVER_LIST' * EXPORTING * SERVICES = 255 tables list = server_list exceptions no_server_list = 1 others = 2.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' importing select_value = srvname-low tables fields = help_field_tab valuetab = help_value_tab.

BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'N' jobsel_param_in = jobtest_param_in tables jobselect_joblist = jobselect_joblist exceptions invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 others = 6.

BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'N' jobsel_param_in = jobsel_param_in tables jobselect_joblist = jobselect_joblist exceptions invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 others = 6.

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING LS_KEY = ls_key CHANGING LD_APLSTAT = l_aplstat.



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