RDLCN001F09 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 RDLCN001F09 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: FCODE_ACTION
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
JIT02_SELECT_FROM_JITCU_SB CALL FUNCTION 'JIT02_SELECT_FROM_JITCU_SB' EXPORTING * CUSTO_IV = kunnr_iv = jitcu_ls-kunnr knref_iv = jitcu_ls-knref IMPORTING jitcu_sb_es = jitcu_ls EXCEPTIONS no_parameter = 1 not_found = 2 OTHERS = 3 .
JIT03_CHECK_AUTHORITY CALL FUNCTION 'JIT03_CHECK_AUTHORITY' EXPORTING actvt_iv = jit_actvt_admin_gc EXCEPTIONS no_authority = 1 OTHERS = 2.
DLCN02_READ_DELCONRF_W_NUM_POS CALL FUNCTION 'DLCN02_READ_DELCONRF_W_NUM_POS' EXPORTING delconnum_iv = master_gs-delconnum * DELCONPOS_IV = TABLES delconrf_et = delconrf_lt EXCEPTIONS error_message = 1.
JIT01_SELECT_JITHD_JITIT CALL FUNCTION 'JIT01_SELECT_JITHD_JITIT' EXPORTING sel_jithd_custo_it = sel_custo_lt sel_jithd_prodn_it = sel_prodn_lt TABLES jit_hd_it_et = jit_hd_it_gt EXCEPTIONS no_record_found = 1 OTHERS = 2.
JIT05_SHOW_JITCALL_POPUP CALL FUNCTION 'JIT05_SHOW_JITCALL_POPUP' EXPORTING sel_table_iv = sel_table_gv delconhd_is = delconhd_ls delconco_is = delconco_ls TABLES jit_hd_it_it = jit_hd_it_gt.
DLCN02_READ_DELCONRF_W_NUM_POS CALL FUNCTION 'DLCN02_READ_DELCONRF_W_NUM_POS' EXPORTING delconnum_iv = slave_gs-delconnum delconpos_iv = slave_gs-delconpos TABLES delconrf_et = delconrf_lt EXCEPTIONS error_message = 1.
JIT01_SELECT_JITHD_JITIT CALL FUNCTION 'JIT01_SELECT_JITHD_JITIT' EXPORTING sel_jithd_custo_it = sel_custo_lt sel_jithd_prodn_it = sel_prodn_lt TABLES jit_hd_it_et = jit_hd_it_gt EXCEPTIONS no_record_found = 1 OTHERS = 2.
JIT05_SHOW_JITCALL_POPUP CALL FUNCTION 'JIT05_SHOW_JITCALL_POPUP' EXPORTING sel_table_iv = sel_table_gv delconhd_is = delconhd_ls delconco_is = delconco_ls TABLES jit_hd_it_it = jit_hd_it_gt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.