RFIDCN_BSAIS is a standard Executable ABAP Report 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_BSAIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IDCNBSAIS - Financial Statement (China)
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.
Selection Text: BILAGRID = ALV Display
Selection Text: BILASKAL = D .
Selection Text: BILASTID = D .
Selection Text: BILAWAER = D .
Selection Text: BILBJAHR = Reporting Year
Selection Text: C-MONATE = Comparison Periods
Selection Text: CILVJAHR = Comparison Year
Selection Text: FSCKEY = D .
Selection Text: KURST = D .
Selection Text: LANGU = D .
Selection Text: O_DIRECT = Direct Printing
Selection Text: O_PRNDEV = Printer
Selection Text: P_ADOBE = PDF
Selection Text: P_BILTYP = D .
Selection Text: P_BTYP = D .
Selection Text: VERSN = D .
Selection Text: SD_SAKNR = D .
Selection Text: SD_RLDNR = D .
Selection Text: SD_PRC = D .
Selection Text: SD_GSB_S = D .
Selection Text: SD_CURTP = D .
Selection Text: SD_BUKRS = D .
Selection Text: R-MONATE = Reporting Periods
Selection Text: P_ZJFCFW = Output w/ Carried Fwd Balances
Selection Text: P_ORIP = Portrait
Selection Text: P_ORIL = Landscape
Selection Text: P_MONATE = Reporting Period
Selection Text: P_EXCEL = Excel
Selection Text: P_CCHARF = Character for Zero Value
Selection Text: P_CCHAR =
Title: Financial Statements (China)
Text Symbol: M03 = Formating Excel
Text Symbol: M02 = Preparing Income Statement Excel Sheet
Text Symbol: M01 = Preparing Balance Sheet Excel Sheet
Text Symbol: E20 = Character for Zero Value
Text Symbol: E19 = Enterprise accounting report 02
Text Symbol: E18 = Current Period
Text Symbol: E17 = Item
INCLUDE RFIDCN_BSAIS_TOP.
INCLUDE BILAI00_1.
INCLUDE RFIDCN_BSAIS_SEL.
INCLUDE RFIDCN_BSAIS_E01.
INCLUDE RFIDCNSAU_FSC_F02. "1641277
INCLUDE RFIDCNSAU_FSC_LCL. "1641277
No SAP DATABASE tables are accessed within this REPORT code!
LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = bilbjahr i_periv = l_periv i_poper = l_poper IMPORTING e_date = g_lastday EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = ls_t001-bukrs IMPORTING e_x001 = ls_x001 EXCEPTIONS currency_2_not_defined = 1 currency_3_not_defined = 2 OTHERS = 3.
READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING date = bilastid foreign_currency = bilawaer local_currency = l_cc_currency type_of_rate = kurst IMPORTING exchange_rate = l_ex_rate EXCEPTIONS no_rate_found = 1 no_factors_found = 2 no_spread_found = 3 derived_2_times = 4 overflow = 5 zero_rate = 6 OTHERS = 7.
RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = l_repid mode_write_or_move = 'M' IMPORTING p_trange = trange EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = trange IMPORTING expressions = texpr.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = sd_bukrs-low IMPORTING e_x001 = x001.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'S1000' p_program = 'RFIDCN_BSAIS' TABLES p_exclude = lt_exclude.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = ps_formhdr-prctr IMPORTING output = l_text.
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_BSAIS or its description.
RFIDCN_BSAIS - Financial Statements (China) RFIDCN_BSAIS - Financial Statements (China) RFIDCN_AR_AGING_TOP - Include RFIDCN_AR_AGING_TOP 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