SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

FKK_GENREP_06_ARCH_READ SAP ABAP Report - Archiving Generic Tax Reporting: Read Archive







FKK_GENREP_06_ARCH_READ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report FKK_GENREP_06_ARCH_READ reads data from the generic tax reporting archive...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 FKK_GENREP_06_ARCH_READ 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 FKK_GENREP_06_ARCH_READ. "Basic submit
SUBMIT FKK_GENREP_06_ARCH_READ AND RETURN. "Return to original report after report execution complete
SUBMIT FKK_GENREP_06_ARCH_READ 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_BUKRS = D Company Code
Selection Text: P_OPBEL = D Document Number
Selection Text: P_VARI = D Layout
Selection Text: P_VMDAT = D Planned rep. date
Title: Archiving Generic Tax Reporting: Read Archive
Text Symbol: 001 = General selections
Text Symbol: 002 = Output control


INCLUDES used within this REPORT FKK_GENREP_06_ARCH_READ

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:

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING OBJECT = CO_ARCH_OBJECT IMPORTING ARCHIVE_HANDLE = HANDLE.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING ARCHIVE_HANDLE = HANDLE EXCEPTIONS END_OF_FILE = 1 OTHERS = 2.

ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING ARCHIVE_HANDLE = HANDLE IMPORTING RECORD = BUFFER-SEGMENT RECORD_STRUCTURE = BUFFER-RNAME EXCEPTIONS END_OF_OBJECT = 1 OTHERS = 2.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING ARCHIVE_HANDLE = HANDLE.

LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = RS_VARIANT EXCEPTIONS * WRONG_INPUT = 1 NOT_FOUND = 2 * PROGRAM_ERROR = 3 OTHERS = 4.

LVC_VARIANT_F4 CALL FUNCTION 'LVC_VARIANT_F4' EXPORTING IS_VARIANT = RS_VARIANT * IT_DEFAULT_FIELDCAT = I_SAVE = G_SAVE IMPORTING E_EXIT = L_EXIT_POPUP ES_VARIANT = LS_VARIANT EXCEPTIONS NOT_FOUND = 1 * PROGRAM_ERROR = 2 OTHERS = 3.

LVC_VARIANT_EXISTENCE_CHECK CALL FUNCTION 'LVC_VARIANT_EXISTENCE_CHECK' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = RS_VARIANT EXCEPTIONS * WRONG_INPUT = 1 * NOT_FOUND = 2 * PROGRAM_ERROR = 3 OTHERS = 4.



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