SAP Reports / Programs

IS_U_CA_CCARD_MAINTAIN_LIB SAP ABAP Report - INTERNAL: prepares closing the contract account







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

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:

FKKCORR_DFKKCOH_GET_CORR CALL FUNCTION 'FKKCORR_DFKKCOH_GET_CORR' EXPORTING i_cokey = x_cokey IMPORTING e_dfkkcoh = global_dfkkcoh * TABLES * ET_DFKKCOD = * ET_DFKKCODCLUST = EXCEPTIONS not_found = 1 OTHERS = 2.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = global_dfkkcoh-gpart x_addrnumber = global_dfkkcoh-adrnr IMPORTING y_but000 = y_receiver EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = global_dfkkcoh-agpart x_addrnumber = global_dfkkcoh-aadrnr IMPORTING y_but000 = y_sender EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = global_dfkkcoh-gpart * X_RLTYP = CO_CONTRACT_PARTNER * X_XBANK = * X_XADDR_MULT = * X_ADDRNUMBER = * X_VALDT = SY-DATUM IMPORTING y_but000 = y_bus_part * Y_RLTYPES = * TABLES * TY_BANK = * TY_ADDRESS = * TY_RLTYPES = EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

ISU_ACTORS_SET_CONTAINER CALL FUNCTION 'ISU_ACTORS_SET_CONTAINER' EXPORTING * x_partner = t_return_doc-gpart x_partner = x_detail-gpart x_regiogroup = wa_bp_address-regiogroup * x_bukrs = i_fkkract-opbuk x_bukrs = global_dfkkcoh-bukrs TABLES yt_cont = t_cont.

ISU_ACTORS_PRINT_PROVIDE CALL FUNCTION 'ISU_ACTORS_PRINT_PROVIDE' EXPORTING x_task = 'TS20500110' x_number = 1 x_langu = c-langu IMPORTING y_actor = y_clerk1 TABLES xt_cont = t_cont EXCEPTIONS no_actor_found = 1 internal_error = 2 OTHERS = 3.

BUP_CCARD_GET_ALL CALL FUNCTION 'BUP_CCARD_GET_ALL' EXPORTING i_partner = x_detail-gpart i_valdt = x_detail-valdt TABLES t_but0cc = t_but0cc EXCEPTIONS no_ccard_found = 1 wrong_parameters = 2 internal_error = 3 OTHERS = 4.

CCA_READ_BP_CARD_DATA CALL FUNCTION 'CCA_READ_BP_CARD_DATA' EXPORTING i_ccins = wa_paym_card-ccins i_ccnum = wa_paym_card-ccnum i_card_guid = wa_paym_card-card_guid IMPORTING e_ccard = y_card_data EXCEPTIONS card_data_not_found = 1 invalid_parameters = 2 OTHERS = 3.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'A' x_read_adrc_regio = 'X' x_addrnumber = l_adrnr x_persnumber = l_recipient IMPORTING y_eadrdat = p_address y_adrc_regio = t_adrc_regio EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'B' x_read_adrc_regio = 'X' x_partner = p_partner-partner IMPORTING y_eadrdat = p_address y_adrc_regio = t_adrc_regio EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_MOVE_BUSPART_ADDRESS CALL FUNCTION 'ISU_MOVE_BUSPART_ADDRESS' EXPORTING x_buspart = p_partner x_address = p_address x_langu = c-langu IMPORTING y_address = p_address EXCEPTIONS not_qualified = 1 OTHERS = 2.



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