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

RFBISA10 SAP ABAP Report - Copy General Ledger Account Master Data: Send







RFBISA10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using program RFBISA10, you can transfer G/L account master data maintained in a source company code to other target company codes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFBISA10 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 RFBISA10. "Basic submit
SUBMIT RFBISA10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBISA10 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: XFS06 = D Transfer Deletion Flags
Selection Text: XFS05 = D Transfer Lock Indicator
Selection Text: XFS01 = D Transfer Master Data
Selection Text: UE_BUKRS = D Target Company Code
Selection Text: SAKNR = D G/L Account
Selection Text: OS_XON = D Structures from Release < 4.0
Selection Text: GROUP = Batch input session name
Selection Text: FL_DINP = D Update File Immediately
Selection Text: FL_CHECK = D Check File Only
Selection Text: DS_NAME = D Name of File
Selection Text: BUKRS = D Company Code
Title: Copy General Ledger Account Master Data: Send
Text Symbol: T03 = Target Company Code
Text Symbol: T02 = Transferred Areas
Text Symbol: T01 = Source Company Code
Text Symbol: SU2 = Description
Text Symbol: SU1 = G/L Acct
Text Symbol: PT6 = Deletion Flags
Text Symbol: PT5 = Lock Indicator
Text Symbol: PT1 = Master Data
Text Symbol: NU3 = Field Value
Text Symbol: NU2 = Field Name
Text Symbol: NU1 = G/L Acct
Text Symbol: BL? = Selection of areas to be transferred
Text Symbol: BL5 = Write data to sequential file (only for external SAP systems)
Text Symbol: BL4 = Transfer Data Directly
Text Symbol: BL3 = Output Control
Text Symbol: BL2 = Selection of areas to be transferred
Text Symbol: BL1 = Transfer Selected Data
Text Symbol: T0E = Update Run
Text Symbol: T0F = Create File
Text Symbol: T0N = Hidden but Completed Fields
Text Symbol: T0P = Selected Accounts
Text Symbol: T0T = Test Run


INCLUDES used within this REPORT RFBISA10

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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_filename "n1498832 parameter_1 = ds_name parameter_2 = sy-repid "n1498832 parameter_3 = bukrs "n1498832 IMPORTING file_name = dsname.

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

CONVERSION_EXIT_FMCIS_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_FMCIS_OUTPUT' EXPORTING INPUT = BSKB1-FIPOS IMPORTING OUTPUT = BSKB1-FIPEX.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' "begin "n1655085 EXPORTING logical_filename = gc_filename parameter_1 = 'DUMMY' parameter_2 = sy-repid parameter_3 = bukrs IMPORTING file_name = dsname. "end "n1655085

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 = ds_name parameter_2 = sy-repid parameter_3 = bukrs CHANGING physical_filename = dsname EXCEPTIONS OTHERS = 1.

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_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT 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' EXPORTING I_PROGRAM_NAME = G_REPID I_STRUCTURE_NAME = IV_STRUCTURE CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_USER_COMMAND = 'USER_COMMAND'.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT I_TABNAME = 'GT_SEL_TAB' IT_EVENTS = LT_EVENTS TABLES T_OUTTAB = GT_SEL_TAB EXCEPTIONS PROGRAM_ERROR = 1 MAXIMUM_OF_APPENDS_REACHED = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXPORTING IS_PRINT = LT_PRINT.



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