SAP Reports / Programs

RFKKCORR_EXP_SAMPLE SAP ABAP Report - RFKKCORREXPSAMPLE







RFKKCORR_EXP_SAMPLE 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_SAMPLE 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. "Basic submit
SUBMIT RFKKCORR_EXP_SAMPLE AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCORR_EXP_SAMPLE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Text Symbol: BDY = Contains Attachment with New Address
Text Symbol: SDM = The e-mail was transferred successfully to your e-mail client
Text Symbol: SUB = New Address for Business Partner


INCLUDES used within this REPORT RFKKCORR_EXP_SAMPLE

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:

FKKCORR_GET_CONTAINER CALL FUNCTION 'FKKCORR_GET_CONTAINER' * EXPORTING * i_cotyp = IMPORTING e_cotyp = l_cotyp e_cokey = l_cokey EXCEPTIONS cancelled = 1 no_repeatprint = 2 no_testprint = 2 not_found = 3 OTHERS = 4.

FKKCORR_DFKKCOH_GET_CORR CALL FUNCTION 'FKKCORR_DFKKCOH_GET_CORR' EXPORTING i_cotyp = l_cotyp i_cokey = l_cokey IMPORTING e_dfkkcoh = ls_dfkkcoh e_tab_docpart = g_tab_docpart_list TABLES * ET_DFKKCOD = et_dfkkcodclust = ls_dfkkcodclust EXCEPTIONS not_found = 1 OTHERS = 2.

FKKCORR_EXP_DECLUSTER CALL FUNCTION 'FKKCORR_EXP_DECLUSTER' EXPORTING i_cokey = ls_dfkkcoh-cokey it_cluster = ls_dfkkcodclust IMPORTING e_data = g_add_data.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = x_corresp-gpart * I_VALID_TIME = i_valdt = sy-datlo * I_CP_EXCLUDE = ' ' IMPORTING e_but000 = y_receiver EXCEPTIONS not_found = 1 OTHERS = 2.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = x_corresp-gpart i_addrnumber = x_corresp-adrnr IMPORTING e_address = y_rec_addres EXCEPTIONS no_address_found = 1 internal_error = 2 wrong_parameters = 3 OTHERS = 4.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = x_corresp-gpart i_addrnumber = x_corresp-adrnr_indep_comm IMPORTING e_address = y_rec_indep EXCEPTIONS no_address_found = 1 internal_error = 2 wrong_parameters = 3 OTHERS = 4.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = x_corresp-org_gpart * I_VALID_TIME = i_valdt = sy-datlo * I_CP_EXCLUDE = ' ' IMPORTING e_but000 = y_org_rec EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = x_corresp-add_gpart * I_VALID_TIME = i_valdt = sy-datlo * I_CP_EXCLUDE = ' ' IMPORTING e_but000 = y_add_rec EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = x_corresp-agpart * I_VALID_TIME = i_valdt = sy-datlo * I_CP_EXCLUDE = ' ' IMPORTING e_but000 = y_sender EXCEPTIONS not_found = 1 OTHERS = 2.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = x_corresp-agpart i_addrnumber = x_corresp-aadrnr IMPORTING e_address = y_sen_addres EXCEPTIONS no_address_found = 1 internal_error = 2 wrong_parameters = 3 OTHERS = 4.

BUA_ADDRESS_DESCRIPTION_GET CALL FUNCTION 'BUA_ADDRESS_DESCRIPTION_GET' EXPORTING i_partner = x_corresp-agpart * I_PARTNERGUID = * I_OPERATION = i_addrnumber = x_corresp-aadrnr * I_ADDRGUID = i_but000 = wa_sender * I_XMEMORY = ' ' * I_XWA = ' ' i_valdt = sy-datlo * I_VALDT_SEL = '00000000' * I_VALDT_SEL_NAMES = SY-DATLO IMPORTING * E_DESCRIPTION = * E_DESCRIPTION_STREET = * E_XSTANDARD = * E_XFIX = * E_DESCRIPTION_LONG = * E_ADDRNUMBER = e_descrip_street_with_name = y_sen_addesc-address_desc EXCEPTIONS no_address_found = 1 wrong_parameters = 2 internal_error = 3 date_invalid = 4 OTHERS = 5.



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