RFIDCN_AR_AGING_SUBROUTINE 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 RFIDCN_AR_AGING_SUBROUTINE 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 RFIDCN_AR_AGING_SUBROUTINE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BF_FUNCTIONS_FIND CALL FUNCTION 'BF_FUNCTIONS_FIND' EXPORTING i_event = '00001650' TABLES t_fmrfc = lt_fmrfc EXCEPTIONS nothing_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'RFPOSX' TABLES * X031L_TAB = dfies_tab = lt_dfies_rfposx EXCEPTIONS not_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = ld_name_bsix TABLES * X031L_TAB = dfies_tab = lt_dfies_bsix EXCEPTIONS not_found = 1 OTHERS = 2.
TP_VALUATION_AUTHORITY CALL FUNCTION 'TP_VALUATION_AUTHORITY' EXPORTING i_bukrs = gt_tp_auth-bukrs i_cvtyp = gt_tp_auth-curtp i_actvt = '03' IMPORTING e_xauth = ld_tpauth EXCEPTIONS kokrs_finding_error = 1 valutyp_finding_error = 2 insufficient_input_for_kokrs = 3 insufficient_input_for_valutyp = 4 OTHERS = 5.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = knb1-bukrs IMPORTING e_x001 = gs_x001 EXCEPTIONS currency_2_not_defined = 1 currency_3_not_defined = 2 OTHERS = 3.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = sy-datlo i_bukrs = p_bukrs * I_PERIV = ' ' * I_GJAHR = 0000 * I_MONAT = 00 * X_XMO16 = ' ' IMPORTING e_gjahr = gt_comps-gjahr.
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING bukrs = knb1-bukrs date = dd_stida IMPORTING curry = gv_curry.
FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = t001-bukrs i_user = sy-uname i_program = ld_program i_from_date = s_kdate IMPORTING e_return = s_return EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING adrswa_in = adrs IMPORTING adrswa_out = adrs.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = space * i_bypassing_buffer = c_x i_callback_program = gv_repid * i_callback_pf_status_set = c_formname_pf_status_set * i_callback_user_command = c_formname_callback_user * i_callback_top_of_page = c_formname_top_of_page * i_structure_name = 'RFPOSXEXT' * i_grid_title = titletext * i_grid_settings = s_grid_settings * is_layout = is_u_layout it_fieldcat = it_max_fieldcat[] * it_sort = it_u_sort * i_default = gd_alvdefault * i_save = ld_save * is_variant = is_u_variant * is_print = is_print * it_events = gt_events * it_event_exit = gt_event_exit TABLES t_outtab = res_output EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = 'X' i_program_name = gv_repid i_structure_name = 'BSID' CHANGING ct_fieldcat = lt_max_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = faede IMPORTING e_faede = faede EXCEPTIONS OTHERS = 1.
UKM_KKBER2SGMNT_SD CALL FUNCTION 'UKM_KKBER2SGMNT_SD' EXPORTING i_kkber = iv_kkber IMPORTING e_segment = ls_cma_key-credit_sgmnt EXCEPTIONS not_found = 1 OTHERS = 2.
CREDIT_EXPOSURE CALL FUNCTION 'CREDIT_EXPOSURE' EXPORTING kkber = iv_kkber kunnr = iv_kunnr date_credit_exposure = '99991231' IMPORTING creditlimit = ev_credit delta_to_limit = ev_delta * E_KNKK = * KNKLI = * OPEN_DELIVERY = * OPEN_INVOICE = * OPEN_ITEMS = * OPEN_ORDER = * OPEN_SPECIALS = * PERCENTAGE = * SUM_OPENS = * OPEN_ORDER_SECURE = * OPEN_DELIVERY_SECURE = * OPEN_INVOICE_SECURE = * CMWAE = .
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = P_HDATE foreign_amount = gs_output-wrbtr foreign_currency = gs_output-waers local_currency = ls_t001-waers type_of_rate = P_RT_TY IMPORTING local_amount = gv_dm_wrbtr_his_rate EXCEPTIONS no_rate_found = 1 OTHERS = 2.
UKM_IS_ACTIVE CALL FUNCTION 'UKM_IS_ACTIVE' IMPORTING e_active = gv_credit_flag.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BSID' CHANGING ct_fieldcat = ct_max_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = s_kdate days = 0 months = lv_month SIGNUM = '-' years = lv_year IMPORTING calc_date = lv_duedate .
CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = lv_feb IMPORTING last_day_of_month = lv_duedate2 * EXCEPTIONS * DAY_IN_NO_DATE = 1 * OTHERS = 2 .
RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = s_kdate days = 0 months = lv_month SIGNUM = '+' years = lv_year IMPORTING calc_date = lv_duedate .
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = lv_feb IMPORTING last_day_of_month = lv_duedate2 * EXCEPTIONS * DAY_IN_NO_DATE = 1 * OTHERS = 2 .
FAGL_GET_APPLICATION call function 'FAGL_GET_APPLICATION' importing es_appl = gss_appl.
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 RFIDCN_AR_AGING_SUBROUTINE or its description.
RFIDCN_AR_AGING_SUBROUTINE - Include RFIDCN_AR_AGING_SUBROUTINE RFIDCN_AR_AGING_SCREEN - Include RFIDCN_AR_AGING_SCREEN RFIDCN_AR_AGING_PBO - Include RFIDCN_AR_AGING_PBO RFIDCN_AR_AGING_PAI - Include RFIDCN_AR_AGING_PAI RFIDCN_AR_AGING_EVENT_EXE - Include RFIDCN_AR_AGING_EVENT_EXE RFIDCN_AR_AGING_CL1 - Include RFIDCN_AR_AGING_CL1