SAP Reports / Programs

CRD_AS_CORR_LIB2 SAP ABAP Report - CRD_AS Library







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


Text pool values


Title: CRD_AS Library
Text Symbol: 001 = Assignment was made
Text Symbol: 002 = Assignment was changed
Text Symbol: 003 = Assignment was ended


INCLUDES used within this REPORT CRD_AS_CORR_LIB2

INCLUDE EMSG.
INCLUDE IEFGMAC3.


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:

CRD_INIT_VAR_RFC CALL FUNCTION 'CRD_INIT_VAR_RFC' IMPORTING et_msg = lt_msg.

CRD_GET_AS_RFC CALL FUNCTION 'CRD_GET_AS_RFC' EXPORTING iv_crd_type = lv_crd_type iv_crd_desc = lv_crd_desc iv_invalid = 'X' iv_crd_as_id = lv_crd_as_id IMPORTING et_as_ui = lt_as_ui et_msg = lt_msg.

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

BUA_ADDRESS_DESCRIPTION_GET CALL FUNCTION 'BUA_ADDRESS_DESCRIPTION_GET' EXPORTING i_partner = x_corr-agpart i_addrnumber = x_corr-aadrnr i_but000 = wa_sender i_valdt = sy-datlo IMPORTING 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.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = x_corr-agpart i_addrnumber = x_corr-aadrnr IMPORTING e_address = y_sen_addres 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_corr-gpart i_valdt = sy-datlo IMPORTING e_but000 = y_receiver EXCEPTIONS not_found = 1 OTHERS = 2.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = x_corr-gpart i_addrnumber = x_corr-adrnr_indep_comm IMPORTING e_address = y_rec_indep 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_corr-gpart i_addrnumber = x_corr-adrnr IMPORTING e_address = y_rec_addres EXCEPTIONS no_address_found = 1 internal_error = 2 wrong_parameters = 3 OTHERS = 4.

FKKCORR_DFKKCOH_GET_CORR CALL FUNCTION 'FKKCORR_DFKKCOH_GET_CORR' EXPORTING i_cotyp = lv_cotyp i_cokey = lv_cokey IMPORTING e_dfkkcoh = ls_dfkkcoh TABLES 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 = gv_add_data.



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