SAP Reports / Programs

RFKK_DOC_EXTR_EXTR SAP ABAP Report - Data Extracts: Export of Extracted Entries







RFKK_DOC_EXTR_EXTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi This program exports entries from tables with reduced data *_SHORT to a selected object for the government tax audit...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 RFKK_DOC_EXTR_EXTR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FPDE_EXTR - Doc. Extracts - Export Extr. Docs


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 RFKK_DOC_EXTR_EXTR. "Basic submit
SUBMIT RFKK_DOC_EXTR_EXTR AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_DOC_EXTR_EXTR 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_AIS = File (SAP Audit Format)
Selection Text: P_ALV = Screen Output ALV
Selection Text: P_CSV = File (CSV)
Selection Text: P_LIST = Screen Output
Selection Text: P_OVER = Overwrite File
Selection Text: S_GJAHR = Fiscal Year
Selection Text: P_FILE = D .
Selection Text: P_LOCAL = D .
Selection Text: P_NM_OPE = D .
Selection Text: P_OBJ = D .
Selection Text: P_SPRAS = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_GPART = D .
Selection Text: S_OPBEL = D .
Title: Data Extracts: Export of Extracted Entries
Text Symbol: BTE = Details
Text Symbol: BTI = Detail Display of Layout
Text Symbol: T01 = Output to File
Text Symbol: T02 = Output Format


INCLUDES used within this REPORT RFKK_DOC_EXTR_EXTR

INCLUDE RFKK_DOC_EXTR_EXTRTOP . "


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bte info = text-bti IMPORTING result = but_bte EXCEPTIONS OTHERS = 0.

GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = acc EXCEPTIONS its_not_available = 1 OTHERS = 2.

FKK_DOC_EXTR_CSV CALL FUNCTION 'FKK_DOC_EXTR_CSV' EXPORTING i_object = p_obj i_bukrs = ibukrs[] i_gpart = igpart[] i_budat = ibudat[] i_gjahr = igjahr[] i_opbel = iopbel[] i_spras = p_spras i_layout = p_nm_ope i_file = p_file i_local = p_local i_replace = p_over.

FKK_DOC_EXTR_AUDI CALL FUNCTION 'FKK_DOC_EXTR_AUDI' EXPORTING i_object = p_obj i_bukrs = ibukrs[] i_gpart = igpart[] i_budat = ibudat[] i_gjahr = igjahr[] i_opbel = iopbel[] i_spras = p_spras i_layout = p_nm_ope i_file = p_file i_local = p_local i_replace = p_over.

FKK_DOC_EXTR_AIS CALL FUNCTION 'FKK_DOC_EXTR_AIS' EXPORTING i_object = p_obj i_bukrs = ibukrs[] i_gpart = igpart[] i_budat = ibudat[] i_gjahr = igjahr[] i_opbel = iopbel[] i_spras = p_spras i_layout = p_nm_ope i_file = p_file i_local = p_local i_replace = p_over.

FKK_DOC_EXTR_LIST CALL FUNCTION 'FKK_DOC_EXTR_LIST' EXPORTING i_object = p_obj i_bukrs = ibukrs[] i_gpart = igpart[] i_budat = ibudat[] i_gjahr = igjahr[] i_opbel = iopbel[] i_spras = p_spras i_layout = p_nm_ope.

FKK_DOC_EXTR_ALV CALL FUNCTION 'FKK_DOC_EXTR_ALV' EXPORTING i_object = p_obj i_bukrs = ibukrs[] i_gpart = igpart[] i_budat = ibudat[] i_gjahr = igjahr[] i_opbel = iopbel[] i_spras = p_spras.

FKK_SELP_EXTR_GET_CRIT CALL FUNCTION 'FKK_SELP_EXTR_GET_CRIT' EXPORTING i_sel_type = 'XE' i_sel_name = p_layout IMPORTING e_criteria = crit EXCEPTIONS err_not_found = 1 OTHERS = 2.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'ID' titel = 'layout' no_conversion = ' ' IMPORTING ind = sy-tabix TABLES fields = t_fields full_table = t_f4 EXCEPTIONS OTHERS = 4. "#EC *

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dynname dynumb = dynnr translate_to_upper = ' ' TABLES dynpfields = dynpflds EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 OTHERS = 9.



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