SAP Reports / Programs | Interest/Charge Calculation | Bank Components | Interest/Charge Calculation(IS-B-BCA-PT-IC) SAP IS

IBKKCOND_CL_CONTROL SAP ABAP INCLUDE - Local class process control







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


Text pool values


Title: Local class process control


INCLUDES used within this REPORT IBKKCOND_CL_CONTROL

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:

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = l_jobcount jobname = l_jobname * FORCEDMODE = ' ' * 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.

BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = '1M' i_type = 'E' i_number = '501' i_msgv1 = l_jobname i_msgv2 = l_jobcount i_msgv3 = l_server.

BKK_PA_DISP_GET_PROCESS CALL FUNCTION 'BKK_PA_DISP_GET_PROCESS' EXPORTING i_dispid = IMPORTING e_progn = l_s_runkey-progn e_progdate = l_s_runkey-progdate e_progno = l_s_runkey-progno.

BKK_PA_PROCESS_GET_PRIPARAM CALL FUNCTION 'BKK_PA_PROCESS_GET_PRIPARAM' EXPORTING i_progn = l_s_runkey-progn i_progdate = l_s_runkey-progdate i_progno = l_s_runkey-progno IMPORTING e_s_print = l_print.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname strtimmed = 'X' targetsystem = l_target EXCEPTIONS OTHERS = 1.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname strtimmed = 'X' targetserver = l_server EXCEPTIONS OTHERS = 1.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = l_jobcount jobname = l_jobname * FORCEDMODE = ' ' * 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.

BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = '1M' i_type = 'E' i_number = '501' i_msgv1 = l_jobname i_msgv2 = l_jobcount i_msgv3 = l_server.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname_succ IMPORTING jobcount = l_jobcount_succ.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount_succ jobname = l_jobname_succ predjob_checkstat = ' ' pred_jobcount = i_predcount pred_jobname = i_predname * targetsystem = i_target "CT021205 EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount_succ jobname = l_jobname_succ predjob_checkstat = ' ' pred_jobcount = i_predcount pred_jobname = i_predname * targetserver = i_server "CT021205 EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = l_jobcount_succ jobname = l_jobname_succ * FORCEDMODE = ' ' * 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.

ENQUEUE_EBKKMPERSMNGT CALL FUNCTION 'ENQUEUE_EBKKMPERSMNGT' EXPORTING mode_bkkmpersmngt = 'X' mandt = sy-mandt objectid = l_id EXCEPTIONS foreign_lock = 1.

DEQUEUE_EBKKMPERSMNGT CALL FUNCTION 'DEQUEUE_EBKKMPERSMNGT' EXPORTING mode_bkkmpersmngt = 'X' mandt = sy-mandt objectid = l_id.

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = l_jobcount jobname = l_jobname EXCEPTIONS "CT021205 no_runtime_info = 1 OTHERS = 2.

BP_JOB_GET_PREDECESSORS CALL FUNCTION 'BP_JOB_GET_PREDECESSORS' EXPORTING jobcount = l_jobcount jobname = l_jobname TABLES pred_joblist = l_tab_joblist EXCEPTIONS "CT021205 job_not_exists = 1 no_predecessors_found = 2 OTHERS = 3.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = l_wrk_joblist-jobcount job_read_jobname = l_wrk_joblist-jobname job_read_opcode = btc_read_jobhead_only IMPORTING job_read_jobhead = l_jobhead EXCEPTIONS invalid_opcode = 1 job_doesnt_exist = 2 job_doesnt_have_steps = 3 OTHERS = 4.

BKK_MESSAGE_STORE





CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = sy-msgid i_type = sy-msgty i_number = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 EXCEPTIONS invalid_message_type = 0 OTHERS = 0.



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