SAP Reports / Programs | Bank Customer Accounts | Bank Components | Bank Customer Accounts(IS-B-BCA) SAP IS

CREATE_FINSTA SAP ABAP Report - Program to Create a TXT-FINSTA







CREATE_FINSTA 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 CREATE_FINSTA 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 CREATE_FINSTA. "Basic submit
SUBMIT CREATE_FINSTA AND RETURN. "Return to original report after report execution complete
SUBMIT CREATE_FINSTA 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: AZNUM = Statement Number
Selection Text: BKID = Bank ID
Selection Text: BUDAT = Posting Date
Selection Text: BUKRS = Company Code
Selection Text: KTID = Account ID
Selection Text: UMSFILE = Turnover File
Selection Text: AZDAT = Statement Date
Selection Text: AZFILE = Statement File
Title: Program to Create a TXT-FINSTA
Text Symbol: 014 = not in table T001
Text Symbol: 015 = not in table T012
Text Symbol: 016 = House bk
Text Symbol: 006 = No data for
Text Symbol: 005 = is not in table T012K
Text Symbol: 004 = House bank key
Text Symbol: 003 = already exists in table T028A
Text Symbol: 002 = Statement no.
Text Symbol: 001 = c:\temp\...
Text Symbol: 013 = Company code
Text Symbol: 012 = Time:
Text Symbol: 011 = Created
Text Symbol: 010 = file
Text Symbol: 008 = Error while opening
Text Symbol: 007 = bank statement in table FINSTA_POS


INCLUDES used within this REPORT CREATE_FINSTA

INCLUDE RFEBKAT9 .


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:

STRING_LENGTH * CALL FUNCTION 'STRING_LENGTH' * EXPORTING STRING = UMSATZ * IMPORTING LENGTH = UMSATZ_LEN.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = l_umsfile_string TABLES data_tab = umsatz EXCEPTIONS OTHERS = 1.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = l_azfile_string TABLES data_tab = umsatz EXCEPTIONS OTHERS = 1.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = l_azfile_string TABLES data_tab = auszug 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 CREATE_FINSTA or its description.