SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

FKJOCNTR_MODL SAP ABAP INCLUDE - Generated automatically. Fills import parameters of test module.







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

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:

F4_DATE call function 'F4_DATE' importing select_date = d120_fields-fromdate exceptions others = 0.

F4_DATE call function 'F4_DATE' importing select_date = d120_fields-fromdate exceptions others = 0.

FKJO_HAS_PROCESSES call function 'FKJO_HAS_PROCESSES' exporting i_id = d130_cntr-id i_start_date = d130_cntr-start_date i_start_time = d130_cntr-start_time importing e_count = cnt exceptions others = 0.

FKJO_CNTR_START_RUN call function 'FKJO_CNTR_START_RUN' exporting i_id = d130_cntr-id i_datum = d130_cntr-start_date i_zeit = d130_cntr-start_time exceptions error_occured = 1 others = 2.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-075 titel = 'Container löschen'(076) cancel_display = ' ' importing answer = answer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = v titel = 'Job(s) löschen'(074) cancel_display = ' ' importing answer = answer.

FKJO_CNTR_START_JOB call function 'FKJO_CNTR_START_JOB' exporting i_aktyp = akt i_jtype = d130_jobs-jtype i_laufd = d130_jobs-laufd i_laufi = d130_jobs-laufi i_copyd = d130_jobs-copyd i_copyi = d130_jobs-copyi i_run_id = d130_jobs-runid i_start_date = sy-datum i_start_time = st importing e_restext = v exceptions fuba_not_found = 1 error_executing_fuba = 2 others = 3.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = v titel = 'Container löschen'(072) cancel_display = ' ' importing answer = answer.

FKJO_SELECT_RUN call function 'FKJO_SELECT_RUN' exporting jobtype = d130_jobs-jtype * SELECTNEXT = ' ' importing run_id = runid exceptions others = 1.

FKJO_GET_RUN_INFO call function 'FKJO_GET_RUN_INFO' exporting i_runid = runid importing e_start_date = sd e_start_time = st e_text = txt exceptions not_found = 1 others = 2.

BP_JOB_READ * CALL FUNCTION 'BP_JOB_READ' * EXPORTING * job_read_jobcount = d130_jobs-jobcount * job_read_jobname = d130_jobs-jobname * job_read_opcode = 19 " read jobhead only * importing * job_read_jobhead = jh * tables * job_read_steplist = dummy * exceptions * others = 1.

FKJO_GET_RUN_INFO * CALL FUNCTION 'FKJO_GET_RUN_INFO' * EXPORTING * runid = oldrunid * IMPORTING * start_date = sd * start_time = st * text = txt * EXCEPTIONS * not_found = 1 * OTHERS = 2.

BP_JOB_MODIFY * CALL FUNCTION 'BP_JOB_MODIFY' * EXPORTING * dialog = ' ' * jobcount = jh-jobcount * jobname = jh-jobname * new_jobhead = jh * opcode = 0 " modify whole job * RELEASE_STDT = INITIAL_STDT * RELEASE_TARGETSYSTEM = ' ' * SUPPRESS_RELEASE_CHECK = ' ' * ADK_MODE = FALSE * RECIPIENT_OBJ = * IMPORTING * MODIFIED_JOBHEAD = * TABLES * new_steplist = dummy * EXCEPTIONS * cant_derelease_job = 1 * cant_enq_job = 2 * cant_read_jobdata = 3 * cant_release_job = 4 * cant_set_jobstatus_in_db = 5 * cant_start_job_immediately = 6 * cant_update_jobdata = 7 * eventcnt_generation_error = 8 * invalid_dialog_type = 9 * invalid_new_jobdata = 10 * invalid_new_jobstatus = 11 * invalid_opcode = 12 * invalid_startdate = 13 * job_edit_failed = 14 * job_modify_canceled = 15 * job_not_modifiable_anymore = 16 * nothing_to_do = 17 * no_batch_on_target_host = 18 * no_batch_server_found = 19 * no_batch_wp_for_jobclass = 20 * no_modify_privilege_given = 21 * no_release_privilege_given = 22 * no_startdate_no_release = 23 * target_host_not_defined = 24 * tgt_host_chk_has_failed = 25 * others = 26.

FKJO_GET_RUN_INFO * CALL FUNCTION 'FKJO_GET_RUN_INFO' * exporting * runid = oldrunid * importing * start_date = sd * start_time = st * text = txt * exceptions * not_found = 1 * others = 2.

FKJO_CNTR_PARMS_CHECK call function 'FKJO_CNTR_PARMS_CHECK' changing gentime = d200_fields-genzeit preptime = d200_fields-prepzeit reorgtime = d200_fields-reorgzeit exceptions others = 0.

FKJO_SET_DEBUG call function 'FKJO_SET_DEBUG' exporting i_debug_output = d200_fields-debugoutput.

FKJO_CNTR_PARMS_SAVE call function 'FKJO_CNTR_PARMS_SAVE' exporting genperiod = d200_fields-genperiod genfac = d200_fields-genfactor gendate = d200_fields-gendatum gentime = d200_fields-genzeit prepperiod = d200_fields-prepperiod prepfac = d200_fields-prepfactor prepclt = d200_fields-prepclosetime prepdate = d200_fields-prepdatum preptime = d200_fields-prepzeit reorgperiod = d200_fields-reorgperiod reorgfac = d200_fields-reorgfactor reorgdate = d200_fields-reorgdatum reorgtime = d200_fields-reorgzeit exceptions others = 0.

FKJO_CNTR_PARMS_DEFAULT call function 'FKJO_CNTR_PARMS_DEFAULT' importing genperiod = d200_fields-genperiod genfac = d200_fields-genfactor gendate = d200_fields-gendatum gentime = d200_fields-genzeit prepperiod = d200_fields-prepperiod prepfac = d200_fields-prepfactor prepclt = d200_fields-prepclosetime prepdate = d200_fields-prepdatum preptime = d200_fields-prepzeit reorgperiod = d200_fields-reorgperiod reorgfac = d200_fields-reorgfactor reorgdate = d200_fields-reorgdatum reorgtime = d200_fields-reorgzeit exceptions others = 0.

FKJO_CNTR_PARMS_DEFAULT





call function 'FKJO_CNTR_PARMS_DEFAULT' importing genperiod = d200_fields-genperiod genfac = d200_fields-genfactor gendate = d200_fields-gendatum gentime = d200_fields-genzeit prepperiod = d200_fields-prepperiod prepfac = d200_fields-prepfactor prepclt = d200_fields-prepclosetime prepdate = d200_fields-prepdatum preptime = d200_fields-prepzeit reorgperiod = d200_fields-reorgperiod reorgfac = d200_fields-reorgfactor reorgdate = d200_fields-reorgdatum reorgtime = d200_fields-reorgzeit exceptions others = 0.

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

BP_JOB_DELETE call function 'BP_JOB_DELETE' exporting jobcount = jlist-jobcount jobname = jn 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.

JOB_OPEN call function 'JOB_OPEN' exporting * DELANFREP = ' ' * JOBGROUP = ' ' jobname = jn * SDLSTRTDT = NO_DATE * SDLSTRTTM = NO_TIME importing jobcount = jc exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.

EWU_ADD_TIME call function 'EWU_ADD_TIME' exporting i_starttime = sy-uzeit i_startdate = sy-datum i_addtime = '000010' importing e_endtime = time e_enddate = date.

JOB_CLOSE call function 'JOB_CLOSE' exporting * AT_OPMODE = ' ' * AT_OPMODE_PERIODIC = ' ' * CALENDAR_ID = ' ' * EVENT_ID = ' ' * EVENT_PARAM = ' ' * EVENT_PERIODIC = ' ' jobcount = jc jobname = jn * LASTSTRTDT = NO_DATE * LASTSTRTTM = NO_TIME prddays = prddays prdhours = prdhours prdmins = prdmins prdmonths = prdmonths prdweeks = prdweeks * PREDJOB_CHECKSTAT = ' ' * PRED_JOBCOUNT = ' ' * PRED_JOBNAME = ' ' sdlstrtdt = date sdlstrttm = time * STARTDATE_RESTRICTION = BTC_PROCESS_ALWAYS * STRTIMMED = ' ' * TARGETSYSTEM = ' ' * START_ON_WORKDAY_NOT_BEFORE = SY-DATUM * START_ON_WORKDAY_NR = 0 * WORKDAY_COUNT_DIRECTION = 0 * RECIPIENT_OBJ = importing job_was_released = wr 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.

FKJO_JC_SHOW_LIST call function 'FKJO_JC_SHOW_LIST' exporting i_fltr = fltr exceptions others = 0.

F4_DATE call function 'F4_DATE' importing select_date = bla exceptions others = 0.

F4_CLOCK call function 'F4_CLOCK' exporting start_time = val display = 'X' importing selected_time = val exceptions others = 0.

DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = domname text = 'X' * LANGU = ' ' * BYPASS_BUFFER = ' ' importing rc = rc tables dd07v_tab = restab exceptions others = 0.

HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' selectfield = selectfield titel = txttitle no_pers_help_select = 'X' title_in_values_list = txtinfo show_all_values_at_first_time = 'X' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' reduced_status_only = 'X' * NO_MARKING_OF_CHECKVALUE = ' ' no_display_of_pers_values = 'X' * FILTER_FULL_TABLE = ' ' importing ind = ind * SELECT_VALUE = tables fields = fields full_table = itab * USER_SEL_FIELDS = * HEADING_TABLE = exceptions full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 others = 6.



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