SAP Reports / Programs | Cross-Application Components | General Application Functions | Correspondence Tool(CA-GTF-COR) SAP CA

RFKKCORR_EXP_CREATE_REQUESTF01 SAP ABAP INCLUDE - RFKKCORREXPCREATEREQUESTF01







RFKKCORR_EXP_CREATE_REQUESTF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFKKCORR_EXP_CREATE_REQUESTF01 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 RFKKCORR_EXP_CREATE_REQUESTF01. "Basic submit
SUBMIT RFKKCORR_EXP_CREATE_REQUESTF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCORR_EXP_CREATE_REQUESTF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFKKCORR_EXP_CREATE_REQUESTF01

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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SEL' TABLES p_exclude = lt_excld EXCEPTIONS OTHERS = 0.

FKKCORR_BTE_APPL_SET CALL FUNCTION 'FKKCORR_BTE_APPL_SET' EXPORTING i_applk = lv_applk i_bte_applk = 'FS-TO'.

FKK_GET_CORR_CUSTOMIZING CALL FUNCTION 'FKK_GET_CORR_CUSTOMIZING' EXPORTING i_cotyp = space * i_corr_role = TABLES t_tfk070h = l_tab_tfk070h.

EFG_GET_PRINT_PARAMETERS CALL FUNCTION 'EFG_GET_PRINT_PARAMETERS' EXPORTING x_printparams = _s_printpar x_archive_bor_object = l_sap_object x_archive_arc_object = l_ar_object * X_ARCHIVE_OBJECT_ID = * X_NO_DELAYED_PRINT = 'X' * X_NO_FORMKEY = 'X' * X_NO_ARCHIVE = * X_CHECK_ARCHIVE = 'X' * X_FORCE_SAPSCRIPT = ' ' * x_no_preview = 'X' * X_NO_STARTDATE = 'X' x_no_last_doc = 'X' x_suppress_bci_dialog = 'X' IMPORTING y_printparams = _s_printpar * y_archive_index = l_str_archive_index * y_archive_params = l_str_archive_params * y_recipient = l_str_recipient * Y_CORR_PARAMS = EXCEPTIONS cancelled = 1 input_error = 2 failed = 3 OTHERS = 4.

EFG_PP_CONVERT_FROM_XML CALL FUNCTION 'EFG_PP_CONVERT_FROM_XML' EXPORTING x_xstring = p_xstr IMPORTING y_printparams = _s_printpar EXCEPTIONS not_qualified = 1 failed = 2 OTHERS = 3.

EFG_PP_CONVERT_TO_XML CALL FUNCTION 'EFG_PP_CONVERT_TO_XML' EXPORTING x_printparams = _s_printpar IMPORTING y_xstring = p_xstr.



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