SAP Function Modules

Share |

FKKSK_RFC_EXPORT_DATA SAP Function module - Returns data for given period


FKKSK_RFC_EXPORT_DATA is a standard SAP function module that performs Returns data for given period functionality. This is available within standard R/3 SAP systems depending on version and release level.

Below are the pattern details for this FM showing its interface including any import, export and tables parameters. There is also a list of Exceptions and for your convenience any standard documentation available. All this information and more can also be viewed if you enter the function module name FKKSK_RFC_EXPORT_DATA into the relevant SAP transaction such as SE37 or SE80.

Contribute (Add Comments)
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name FKKSK_RFC_EXPORT_DATA or its description.

Pattern for FM FKKSK_RFC_EXPORT_DATA - FKKSK RFC EXPORT DATA
Associated Function Group: FKKSK_VATLED
Released Date: Not Released
CALL FUNCTION 'FKKSK_RFC_EXPORT_DATA' "Returns data for given period
  EXPORTING
    iv_bukrs =                  " bukrs         Company Code
    iv_gjahr =                  " gjahr         Fiscal Year
*   iv_monat =                  " monat         Fiscal Period
*   iv_quarter =                " fkksk_quarter_num  Byte Value
    iv_rep_run =                " fkksk_rep_run  Sequential Number of the Report Run
    iv_rep_sect =               " fkksk_repsect  Section in the VAT Ledger Report
*   iv_collect_flg = 'X'        " boole_d       X = collect output
  IMPORTING
    et_vat_data =               " fisk_t_section  VAT Ledger Data
    et_messages =               " bapirettab    Table with BAPI Return Information
    ev_next_data =              " boolean       Boolean Variable (X=True, -=False, Space=Unknown)
    et_totals =                 " fisk_t_totals  Totals for FICA Interface
    .  "  FKKSK_RFC_EXPORT_DATA




comments powered by Disqus