SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Basic Functions(FI-GL-GL) SAP FI

RFBISA51 SAP ABAP Report - Extract G/L Account Master Data in File







RFBISA51 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 RFBISA51 into the relevant SAP transactions such as SE38 or SE80


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 RFBISA51. "Basic submit
SUBMIT RFBISA51 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBISA51 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: ZSTRUC = Use customer structure
Selection Text: TR_FS02 = Change in source company code
Selection Text: TR_FS01 = Create in target company code
Selection Text: TR_BUKRS = Target Company Code
Selection Text: SEG_KTP = Transfer chart of accnts data
Selection Text: SAKNR = General Ledger Account
Selection Text: PROT_X = Create Log
Selection Text: NODATA = No Data Character
Selection Text: DS_NAME = File Name
Selection Text: BUKRS = Company Code
Title: Extract G/L Account Master Data in File
Text Symbol: T0P = Selected Accounts
Text Symbol: T0N = Hidden but Completed Fields
Text Symbol: T03 = File Generated
Text Symbol: T02 = Target Company Code
Text Symbol: T01 = Source Company Code
Text Symbol: SU2 = Description
Text Symbol: SU1 = G/L Acct
Text Symbol: NU3 = Field Value
Text Symbol: NU2 = Field Name
Text Symbol: NU1 = G/L Acct
Text Symbol: NT2 = The following fields, which are not ready for input, contain data:
Text Symbol: NT1 = Fields not ready for input will not be transferred.
Text Symbol: BL4 = Output Control
Text Symbol: BL3 = File Access
Text Symbol: BL2 = Course of action should file be imported again
Text Symbol: BL1 = Control Data


INCLUDES used within this REPORT RFBISA51

No INCLUDES are used within this REPORT code!


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:

TR_GET_IS_UNICODE_SYSTEM CALL FUNCTION 'TR_GET_IS_UNICODE_SYSTEM' IMPORTING ev_is_unicode_system = x_unic_sys.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog parameter_2 = bukrs CHANGING physical_filename = ds_name EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fieldcat_nod it_events = lt_events TABLES t_outtab = gt_nod_tab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = gv_repid i_structure_name = uv_structure CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' "#EC EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_top_of_page.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fieldcat_sel it_events = lt_events TABLES t_outtab = gt_sel_tab EXCEPTIONS program_error = 1 OTHERS = 2.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog parameter_2 = bukrs including_dir = 'X' IMPORTING file_name = ds_name EXCEPTIONS OTHERS = 0.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog parameter_2 = bukrs CHANGING physical_filename = ds_name EXCEPTIONS OTHERS = 1.



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