SAP Reports / Programs

ISUCRMCNCT SAP ABAP Report - Program of Object Type ISUCRMCNCT: IS-U-CRM Connector







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


Text pool values


Title: Program of Object Type ISUCRMCNCT: IS-U-CRM Connector


INCLUDES used within this REPORT ISUCRMCNCT

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:

ISU_CRMIN_RESTART * CALL FUNCTION 'ISU_CRMIN_RESTART' * EXPORTING * X_EVERH = l_everh.

ISU_EREPL_WF_HANDLING CALL function 'ISU_EREPL_WF_HANDLING' exporting x_contractnew = contractnew x_errorcontrol = errorcontrol EXCEPTIONS INPUT_ERROR = 1011 NOT_FOUND = 1012 FOREIGN_LOCK = 1013 SYSTEM_FAILURE = 1014 OTHERS = 1015 .

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = l_t_log_handle EXCEPTIONS OTHERS = 4.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = l_t_log_handle.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = errorcontrol-loghandle.

ISU_MOVEOUT_CR_REVERSE_BILLDOC CALL FUNCTION 'ISU_MOVEOUT_CR_REVERSE_BILLDOC' EXPORTING tx_contracts = T_CONTRACTS[] IMPORTING Y_BILLED = l_billed.

ISU_MOVEOUT_CR_REVERSE_BILLDOC CALL FUNCTION 'ISU_MOVEOUT_CR_REVERSE_BILLDOC' EXPORTING tx_contracts = T_CONTRACTS[] * ist ohnehin initial * X_REVERSE_INVOICE = ' ' IMPORTING Y_BILLED = l_billed.

ISU_DB_EAUSV_SELECT_CONTRACT CALL FUNCTION 'ISU_DB_EAUSV_SELECT_CONTRACT' EXPORTING X_CONTRACT = l_contract IMPORTING Y_EAUSV = l_eausv EXCEPTIONS NOT_FOUND = 1 OTHERS = 4.

ISU_MOVEOUT_RV_REVERSE_BILLDOC CALL FUNCTION 'ISU_MOVEOUT_RV_REVERSE_BILLDOC' EXPORTING x_auszbeleg = l_eausv-auszbeleg * x_reverse_invoice = ' ' IMPORTING Y_BILLED = l_billed.

ISU_MOVEOUT_CR_REVERSE_BILLDOC CALL FUNCTION 'ISU_MOVEOUT_CR_REVERSE_BILLDOC' EXPORTING tx_contracts = T_CONTRACTS[] * X_REVERSE_INVOICE = ' ' IMPORTING Y_BILLED = l_billed.

ISU_DB_EEINV_SELECT_VERTRAG CALL FUNCTION 'ISU_DB_EEINV_SELECT_VERTRAG' IMPORTING Y_EEINV = l_eeinv TABLES t_eeinv = tdummy_eeinv EXCEPTIONS NOT_FOUND = 1 NOT_QUALIFIED = 2 OTHERS = 3.

ISU_MOVEIN_REVERSE_BILLDOC CALL FUNCTION 'ISU_MOVEIN_REVERSE_BILLDOC' EXPORTING x_einzbeleg = l_eeinv-einzbeleg * X_REVERSE_INVOICE = ' ' IMPORTING Y_BILLED = l_billed.

EECRM_CONTRACT_STATUS_CHANGE CALL FUNCTION 'EECRM_CONTRACT_STATUS_CHANGE' EXPORTING IV_VERTRAG = contract IV_DATUM = currentdate IV_GUID_H = headerguid IV_GUID_I = itemguid IV_CONTRACTSTATUS = status IV_CANCREASON = reasonforcanc EXCEPTIONS CONTRACT_NOT_FOUND = 1001 MULTIPLE_CONTRACTS = 1002 INSUFFICIENT_IMPORT_DATA = 1003 OTHERS = 1004.

EECRM_CONTRACT_DATE_CHANGE CALL FUNCTION 'EECRM_CONTRACT_DATE_CHANGE' EXPORTING IV_CON_EN_DAT = CONTRACTENDCHANGE IV_CON_ST_DAT = CONTRACTSTARTCHANGE IV_GUID_I = ITEMGUID IV_GUID_H = HEADERGUID IV_DATUM = CURRENTDATE IV_VERTRAG = CONTRACT EXCEPTIONS CONTRACT_NOT_FOUND = 1001 MULTIPLE_CONTRACTS = 1002 INSUFFICIENT_IMPORT_DATA = 1003 OTHERS = 1004.

GUID_CONVERT CALL FUNCTION 'GUID_CONVERT' EXPORTING IV_GUID_C22 = OBJECT-key-CONTRACTPOSITION IMPORTING EV_GUID_X16 = L_GUID EXCEPTIONS PARAMETERS_ERROR = 1 OTHERS = 2 .

ISU_DB_EEINV_SELECT_VERTRAG CALL FUNCTION 'ISU_DB_EEINV_SELECT_VERTRAG' TABLES T_EEINV = TL_EEINV EXCEPTIONS NOT_FOUND = 1 NOT_QUALIFIED = 2 OTHERS = 3 .

ISU_DB_EEIN_SINGLE CALL FUNCTION 'ISU_DB_EEIN_SINGLE' EXPORTING X_EINZBELEG = l_eeintab-eeinv-einzbeleg IMPORTING Y_EEIN = l_eeintab-eein EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3 .

ISU_DB_EVERH_SELECT CALL FUNCTION 'ISU_DB_EVERH_SELECT' EXPORTING X_VERTRAG = l_eeintab-eeinv-vertrag X_DATE = l_eeintab-eeinv-einzdat IMPORTING Y_EVERH = tl_EVERH EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ECRM_METERREADING_RESULTS





CALL FUNCTION 'ECRM_METERREADING_RESULTS' EXPORTING X_MRDATE = l_MRDATE X_MRREASON = l_MRREASON X_INT_UI = L_INT_UI EXCEPTIONS SYSTEM_FAILED = 01 OTHERS = 02.



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