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

RFKKCORR_EXP_SAMPLE_INTACT_EXT SAP ABAP INCLUDE - RFKKCORREXPSAMPLEINTACTEXT







RFKKCORR_EXP_SAMPLE_INTACT_EXT 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_SAMPLE_INTACT_EXT 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_SAMPLE_INTACT_EXT. "Basic submit
SUBMIT RFKKCORR_EXP_SAMPLE_INTACT_EXT AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCORR_EXP_SAMPLE_INTACT_EXT 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_SAMPLE_INTACT_EXT

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:

BUP_TB009_SELECT_ALL CALL FUNCTION 'BUP_TB009_SELECT_ALL' * EXPORTING * I_XDINP = TABLES t_tb009 = lt_tb009.

EFG_GET_ADDRESS_TO_SENDTYPE CALL FUNCTION 'EFG_GET_ADDRESS_TO_SENDTYPE' EXPORTING x_addr_id = wa_corresp-aadrnr x_sendtype = co_sendtype_email x_persnumber = wa_sender-persnumber * x_alt_addr_id = x_flg_alt_addr_id = space IMPORTING y_addr_string = l_address_string * Y_CTYPE = EXCEPTIONS not_qualified = 1 addr_not_found = 2 addr_not_valid = 3 OTHERS = 4.

FKK_GET_CORR_CUSTOMIZING CALL FUNCTION 'FKK_GET_CORR_CUSTOMIZING' EXPORTING i_cotyp = wa_corresp-cotyp i_no_e_message = 'X' i_corr_role = wa_corresp-corr_role IMPORTING * E_TFK070A = * E_TFK070AT = e_tfk070f = ls_tfk070f * E_TFK070G = * E_TFK070H = * E_TFK070S = * TABLES * T_TFK070A = * T_TFK070AT = * T_TFK070BT = * T_TFK070D = * T_TFK070DT = * T_TFK070E = * T_TFK070F = * T_TFK070G = * T_TFK070H = * T_TFK070S = * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2 .

BUP_TB056_SELECT_SINGLE CALL FUNCTION 'BUP_TB056_SELECT_SINGLE' EXPORTING * I_CLIENT = SY-MANDT i_object = 'BUPA' i_develop = 'BUT020' * I_XMEMORY = 'X' IMPORTING * E_TB056 = e_dev_is_active = lv_timedep_is_active EXCEPTIONS OTHERS = 0.



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