SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDCN_BSAIS SAP ABAP Report - Financial Statements (China)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IDCNBSAIS - Financial Statement (China)


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


Text pool values


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





Text Symbol: E16 = Liabilities and Owner's Equity
Text Symbol: E15 = Income Statement
Text Symbol: E14 = Year-beginning
Text Symbol: E13 = Balance
Text Symbol: 001 = Period
Text Symbol: 002 = Currency
Text Symbol: 003 = Balance Sheet
Text Symbol: 004 = Period-End Balance
Text Symbol: 005 = Year-Beg.Balance
Text Symbol: 006 = Income Statement
Text Symbol: 007 = Current Period
Text Symbol: 008 = Last Period
Text Symbol: 009 = Exch. rate
Text Symbol: 010 = General Selections
Text Symbol: 011 = Transaction Figures Selection
Text Symbol: 012 = Further Selection
Text Symbol: 013 = Company Code
Text Symbol: 014 = Ledger
Text Symbol: 015 = Currency type
Text Symbol: 016 = Amounts
Text Symbol: 017 = Business Area
Text Symbol: 018 = Profit Center
Text Symbol: 020 = Output Control
Text Symbol: 021 = ALV Grid
Text Symbol: 023 = Adobe PDF Form
Text Symbol: 024 = Print Variant
Text Symbol: 025 = Current Year
Text Symbol: 026 = Last Date of Report
Text Symbol: 027 = Period of Report
Text Symbol: 028 = Yuan
Text Symbol: 029 = Orientation
Text Symbol: 030 = Other Parameters for Output
Text Symbol: 031 = Header of Comparison Periods
Text Symbol: E01 = Balance Sheet
Text Symbol: E02 = Business Area:
Text Symbol: E03 = Profit Center:
Text Symbol: E04 = Enterprise accounting report 01
Text Symbol: E05 = Reporting company:
Text Symbol: E06 = Year:





Text Symbol: E07 = Month:
Text Symbol: E08 = Day:
Text Symbol: E09 = Currency:
Text Symbol: E10 = Assets
Text Symbol: E11 = No
Text Symbol: E12 = Period-end


INCLUDES used within this REPORT RFIDCN_BSAIS

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


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:

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.



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