SAP Reports / Programs

RFKKCORR_EXP_CREATE_REQUEST SAP ABAP Report - Example Correspondence: Create Correspondence Request







RFKKCORR_EXP_CREATE_REQUEST is a standard Executable ABAP Report 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_REQUEST 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_REQUEST. "Basic submit
SUBMIT RFKKCORR_EXP_CREATE_REQUEST AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCORR_EXP_CREATE_REQUEST 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_TRIAL = D .
Selection Text: P_LAUFI = D .
Selection Text: P_LAUFD = D .
Selection Text: P_COVAR = D .
Selection Text: P_COTYP = D .
Selection Text: P_COROLE = D .
Selection Text: P_APPLK = D .
Selection Text: P_W_DRD = With Dynamic Recipient Determ.
Selection Text: P_SENDER = Sender
Selection Text: P_RECSIM = Recipient Simulation
Selection Text: P_PRINT = Output Correspondence Immed.
Selection Text: P_NONE = Only Create Correspondence
Selection Text: P_DEL = Delete Correspondence Immed.
Selection Text: P_DATE = Set Print Date
Selection Text: P_CLUST = Add Correspondence Cluster
Selection Text: P_BUPA_O = Correspondence Recip.: Origin.
Selection Text: P_BUPA_C = Correspondence Recipient: Copy
Selection Text: P_ADRNRO = AddressNo. for Recip.-Original
Selection Text: P_ADRNRC = Address No. for Recip. - Copy
Selection Text: P_ADD = Additional Data
Selection Text: PARA_SET = Output Parameters Defined
Title: Example Correspondence: Create Correspondence Request
Text Symbol: 007 = Output Parameters Defined
Text Symbol: 006 = Output Parameters
Text Symbol: 003 = Address Number
Text Symbol: 002 = Correspondence Recipient: Copy
Text Symbol: 001 = Correspondence Recip.: Origin.


INCLUDES used within this REPORT RFKKCORR_EXP_CREATE_REQUEST

INCLUDE RFKKCORR_EXP_CREATE_REQUESTTOP . " GLOBAL DATA
INCLUDE RFKKCORR_EXP_CREATE_REQUESTO01 . " PBO-MODULES
INCLUDE RFKKCORR_EXP_CREATE_REQUESTI01 . " PAI-MODULES
INCLUDE RFKKCORR_EXP_CREATE_REQUESTF01 . " FORM-ROUTINES
INCLUDE RFKKCORR_EXP_CREATE_REQUESTF02 . " FORM-ROUTINES
INCLUDE RFKKCORR_EXP_CREATE_REQUESTF03 . " FORM-ROUTINES
INCLUDE RFKKCORR_EXP_CREATE_REQUESTF04 . " FORM-ROUTINES
INCLUDE RFKKCORR_EXP_CREATE_REQUESTF05 . " FORM-ROUTINES
INCLUDE RFKKCORR_LOGGER_DEF. " LOGGER DEFINITION
INCLUDE RFKKCORR_LOGGER_IMP. " LOGGER IMPLEMENTATION


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:

FKKCORR_EXP_EV_SET_RECEIVER CALL FUNCTION 'FKKCORR_EXP_EV_SET_RECEIVER' EXPORTING i_flg_without_receiver = 'X' i_sender = p_sender i_corr_role = p_corole i_corr_variant = p_covar.

FKKCORR_EXP_EV_SET_RECEIVER CALL FUNCTION 'FKKCORR_EXP_EV_SET_RECEIVER' EXPORTING * i_flg_without_receiver = i_receiver_orig = p_bupa_o i_receiver_copy = p_bupa_c i_sender = p_sender i_corr_role = p_corole i_corr_variant = p_covar i_receiver_orig_adrnr = p_adrnro i_receiver_copy_adrnr = p_adrnrc.



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