RFKK_DOC_EXTR_IMP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program imports a file with the document extract (abbreviated documents) of tables
If you would like to execute this report or see the full code listing simply enter RFKK_DOC_EXTR_IMP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPDE_IMP - Document Extracts - Import
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.
Selection Text: P_APP = Add
Selection Text: P_CLEAR = Update Clearing Data
Selection Text: P_NEW = New Extract
Selection Text: P_OVER = Overwrite
Selection Text: P_FILE = D .
Selection Text: P_LOCAL = D .
Selection Text: P_UNICOD = D .
Title: FI-CA Documents Data Import
Text Symbol: 001 = (local)
Text Symbol: 002 = Document Extract Initialized:
Text Symbol: F01 = Opened
Text Symbol: F02 = Registration
Text Symbol: F03 = Read
Text Symbol: T01 = Import Control
INCLUDE RFKK_DOC_EXTR_IMPTOP.
INCLUDE RFKK_DOC_EXTR_IMPFRM.
No SAP DATABASE tables are accessed within this REPORT code!
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = 'FI-CA-DOC-EXTRACT' parameter_1 = p_file IMPORTING file_name = dset EXCEPTIONS file_not_found = 1 OTHERS = 2.
FKK_SAMPLE_9557 CALL FUNCTION 'FKK_SAMPLE_9557'.
FKK_SAMPLE_9557 CALL FUNCTION 'FKK_SAMPLE_9557'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKK_DOC_EXTR_IMP - FI-CA Documents Data Import RFKK_DOC_EXTR_IMP - FI-CA Documents Data Import RFKK_DOC_EXTR_EXTRTOP - Include RFKK_DOC_EXTR_EXTRTOP RFKK_DOC_EXTR_EXTR - Data Extracts: Export of Extracted Entries RFKK_DOC_EXTR_EXTR - Data Extracts: Export of Extracted Entries RFKK_DOC_EXTR_EXP_VAR_NAME - RFKKDOCEXTREXPVARNAME