SAP Reports / Programs | Financial Services | Collections/Disbursements(FS-CD) SAP FS

SAPTGNA8 SAP ABAP Report - Event Routines for View Cluster VC_FAKTURA, VC_FAKBNEU







SAPTGNA8 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 SAPTGNA8 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 SAPTGNA8. "Basic submit
SUBMIT SAPTGNA8 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPTGNA8 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: P_TRACE = Switch on trace:
Selection Text: P_DFNAME = Transfer data file:
Title: Event Routines for View Cluster VC_FAKTURA, VC_FAKBNEU
Text Symbol: 301 = Error during database COMMIT.
Text Symbol: 300 = Error during database INSERT.
Text Symbol: 201 = Plausbility error in the document data.
Text Symbol: 200 = Palus. check for mass operation could not be initialized.
Text Symbol: 153 = File could not be closed.
Text Symbol: 152 = System unable to write file
Text Symbol: 151 = File could not be read.
Text Symbol: 150 = System unable to open file.
Text Symbol: 102 = The interface processor could not convert a data field.
Text Symbol: 101 = The interface processor does not recognize a format specified.
Text Symbol: 100 = Initialization of interface processor failed.
Text Symbol: 006 = Then you can post the data to FI-CA as necessary.
Text Symbol: 005 = Starting the report program gives you a list display of data found.
Text Symbol: 004 = defined in the following control tables: TKKVFAKD, TKKVFAKZ, TKKVFAKF.
Text Symbol: 003 = The formats for file, line and field for serial interfaces are
Text Symbol: 002 = to the formats it contains.
Text Symbol: 001 = This report programs reads the file specified and breaks it down acc.


INCLUDES used within this REPORT SAPTGNA8

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:

POPUP_FUER_FILENAME_FAKTEST * CALL FUNCTION 'POPUP_FUER_FILENAME_FAKTEST' * IMPORTING * file1 = filename * file2 = pc_filename * db_sav = db_save * file_sav = file_save * rfc_sav = rfc_save * pc_sav = pc_save * pc_loa = pc_load * EXCEPTIONS * breakoff = 1.

VKKR_FAKSOLLUEBERNAHME_RFC * CALL FUNCTION 'VKKR_FAKSOLLUEBERNAHME_RFC' * EXPORTING * beleg_ext = i_vkkkfko * IMPORTING * rettyp = rettyp * retcode = retcode * rettext = rettext * TABLES * belegpos_ext = i_vkkkfop.

WS_DOWNLOAD ** CALL FUNCTION 'WS_DOWNLOAD' ** EXPORTING ** filename = file_k ** filetype = 'DAT' ** mode = space ** TABLES ** data_tab = it_exp ** EXCEPTIONS ** file_open_error = 1 ** file_write_error = 2 ** invalid_filesize = 3 ** invalid_table_width = 4 ** invalid_type = 5 ** no_batch = 6 ** unknown_error = 7 ** gui_refuse_filetransfer = 8 ** OTHERS = 9.

WS_DOWNLOAD ** CALL FUNCTION 'WS_DOWNLOAD' ** EXPORTING ** filename = file_p ** filetype = 'DAT' ** mode = space ** TABLES ** data_tab = it_exp ** EXCEPTIONS ** file_open_error = 1 ** file_write_error = 2 ** invalid_filesize = 3 ** invalid_table_width = 4 ** invalid_type = 5 ** no_batch = 6 ** unknown_error = 7 ** gui_refuse_filetransfer = 8 ** OTHERS = 9.

WS_UPLOAD ** CALL FUNCTION 'WS_UPLOAD' ** EXPORTING ** filename = file_k ** filetype = 'DAT' ** TABLES ** data_tab = it_exp_k ** EXCEPTIONS ** conversion_error = 1 ** file_open_error = 2 ** file_read_error = 3 ** invalid_table_width = 4 ** invalid_type = 5 ** no_batch = 6 ** unknown_error = 7 ** gui_refuse_filetransfer = 8 ** OTHERS = 9.

WS_UPLOAD ** CALL FUNCTION 'WS_UPLOAD' ** EXPORTING ** filename = file_p ** filetype = 'DAT' ** TABLES ** data_tab = it_exp_p ** EXCEPTIONS ** conversion_error = 1 ** file_open_error = 2 ** file_read_error = 3 ** invalid_table_width = 4 ** invalid_type = 5 ** no_batch = 6 ** unknown_error = 7 ** gui_refuse_filetransfer = 8 ** OTHERS = 9.

CONVERSION_EXIT_ALPHA_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' * EXPORTING * input = p_gsfnr_a * IMPORTING * output = p_gsfnr_n.



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