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
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.
Title: CRD_AS Library
Text Symbol: 001 = Assignment was made
Text Symbol: 002 = Assignment was changed
Text Symbol: 003 = Assignment was ended
INCLUDE EMSG.
INCLUDE IEFGMAC3.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CRD_AS_CORR_LIB2 - CRD_AS Library CRD_AS_CORR_LIB2 - CRD_AS Library CRDT_CRDMNTRQ - Testing of CRD CredentialRequest_In and CredentialConfirmation_Out CRDT_CRDMNTRQ - Testing of CRD CredentialRequest_In and CredentialConfirmation_Out CRDT_CRDMNTNO - Program CRDT_CRDMNTNO CRDT_CRDMNTNO - Program CRDT_CRDMNTNO