J_3RFCASH15_KO3 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 J_3RFCASH15_KO3 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: Include J_3RFCASH15_KO3_sfty
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FCJ_GET_PRINT_PARAMETER CALL FUNCTION 'FCJ_GET_PRINT_PARAMETER' EXPORTING i_comp_code = sd_bukrs-low "Hw 0502865 IMPORTING e_tcj_print = ls_tcj_print EXCEPTIONS no_parameters_found = 1.
FCJ_GET_ALL_POSTINGS CALL FUNCTION 'FCJ_GET_ALL_POSTINGS' EXPORTING i_comp_code = sd_bukrs-low i_cajo_number = sd_canum i_display_period_lo = date-low i_display_period_hi = date-high TABLES itcj_postings = titcj_postings itcj_split_postings = titcj_split_postings.
FI_DOCUMENT_RECORD CALL FUNCTION 'FI_DOCUMENT_RECORD' EXPORTING I_AWTYP = 'CAJO' I_AWREF = titcj_postings-posting_number I_AWORG = ld_aworg * I_AWSYS = ' ' * I_AWTYP_INCL = ' ' * I_AWTYP_EXCL = ' ' * I_BUKRS = ' ' TABLES T_DOCUMENTS = IT_DOCUMENTS[].
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = ld_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = ld_user_specific is_variant = g_variant it_events = lt_events
* IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = it_rfcash15_ko3_item EXCEPTIONS program_error = 1 OTHERS = 2 .
FCJ_GET_CAJO_DATA2 CALL FUNCTION 'FCJ_GET_CAJO_DATA2' EXPORTING i_comp_code = ls_journals-comp_code i_cajo_number = ls_journals-cajo_number i_langu = sy-langu IMPORTING * E_TCJ_C_JOURNALS = e_tcj_cj_names = ls_cj_names EXCEPTIONS cajo_not_existent = 1 OTHERS = 2.
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = ls_journals-comp_code IMPORTING e_t001 = ls_t001 EXCEPTIONS system_error = 1.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = p_form3 IMPORTING e_funcname = i_funcname e_interface_type = i_interface_type.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = sel IMPORTING address_value = addr_val EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = sel IMPORTING address_value = addr_val EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = it_rfcash15_ko3_item-REC_DOCUMENT_NUMBER_FI IMPORTING OUTPUT = yline-rec_number.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = it_rfcash15_ko3_item-rec_d_posting_numb IMPORTING OUTPUT = yline-rec_number.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = it_rfcash15_ko3_item-PAY_DOCUMENT_NUMBER_FI IMPORTING OUTPUT = yline-pay_number.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = it_rfcash15_ko3_item-pay_d_posting_numb IMPORTING OUTPUT = yline-pay_number.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = ie_outputparams EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.