SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

IECE_OBJI_CONTRACT SAP ABAP INCLUDE - Class: Implementation of Contract







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


Text pool values


Title: Class: Implementation of Contract


INCLUDES used within this REPORT IECE_OBJI_CONTRACT

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_DB_EVER_SELECT_ANLAGE CALL FUNCTION 'ISU_DB_EVER_SELECT_ANLAGE' * EXPORTING * X_ACTUAL = * IMPORTING * Y_COUNT = TABLES txy_ever = iever EXCEPTIONS not_found = 1 system_error = 2 interval_invalid = 3 OTHERS = 4.

ISU_DB_EVER_SELECT_VKONTO CALL FUNCTION 'ISU_DB_EVER_SELECT_VKONTO' EXPORTING x_actual = 'X' * X_COMMON_INVOICE = * x_key_date = * importing * Y_COUNT = * Y_COUNT_TABLE = * Y_COUNT_OPEN = * Y_COUNT_CLOSED = TABLES txy_ever = iever * TY_EVER_OPEN = * TY_EVER_CLOSED = EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_O_CONTRACT_OPEN CALL FUNCTION 'ISU_O_CONTRACT_OPEN' EXPORTING x_vertrag = p_key * X_SPARTE = * X_BUKRS = x_wmode = p_control-wmode x_upd_online = 'X' x_no_dialog = 'X' * X_AUTO = * X_DB_EVER = * X_NO_CHANGE = x_no_other = 'X' X_CONTR = h_ccontr IMPORTING y_obj = h_obj y_auto = h_auto y_wmode = p_control-wmode EXCEPTIONS not_found = 1 existing = 2 foreign_lock = 3 key_invalid = 4 number_error = 5 system_error = 6 not_qualified = 7 OTHERS = 8.

ISU_O_CONTRACT_OPEN CALL FUNCTION 'ISU_O_CONTRACT_OPEN' EXPORTING x_vertrag = p_key x_sparte = p_crea_spart x_bukrs = p_crea_bukrs x_wmode = p_control-wmode x_upd_online = 'X' x_no_dialog = 'X' * X_AUTO = * X_DB_EVER = * X_NO_CHANGE = x_no_other = 'X' IMPORTING y_obj = h_obj y_auto = h_auto y_wmode = p_control-wmode EXCEPTIONS not_found = 1 existing = 2 foreign_lock = 3 key_invalid = 4 number_error = 5 system_error = 6 not_qualified = 7 OTHERS = 8.

ISU_CONTRACT_FIELD_CHECK CALL FUNCTION 'ISU_CONTRACT_FIELD_CHECK' EXPORTING x_wmode = p_control-wmode x_fieldname = x_property IMPORTING y_ok = ok.

ISU_O_CONTRACT_INPUT CALL FUNCTION 'ISU_O_CONTRACT_INPUT' EXPORTING x_everd = h_everd * X_MAXERROR = 1 * X_CURDYNNR = SY-DYNNR * X_CURLINE = CHANGING xy_obj = h_obj * XY_OBJ_XCONT = EXCEPTIONS input_error = 1 error_message = 2 OTHERS = 3.

ISU_O_CONTRACT_ACTION CALL FUNCTION 'ISU_O_CONTRACT_ACTION' EXPORTING x_okcode = co_save * X_NO_CLOSE = x_no_message = 'X' * X_OTHER_VERTRAG = x_no_crosscheck = 'X' * X_USE_MOVE_UPDATE = ' ' IMPORTING y_contract = p_key * Y_DB_UPDATE = CHANGING xy_obj = p_obj EXCEPTIONS cancelled = 1 failed = 2 action_not_supported = 3 OTHERS = 4.

ISU_O_CONTRACT_CLOSE CALL FUNCTION 'ISU_O_CONTRACT_CLOSE' * IMPORTING * Y_DB_UPDATE = * Y_EXIT_TYPE = * Y_NEW_EVER = CHANGING xy_obj = p_obj EXCEPTIONS OTHERS = 1.

ISU_SUPPLIER_SWITCH CALL FUNCTION 'ISU_SUPPLIER_SWITCH' * EXPORTING * X_NO_DIALOG = 'X' IMPORTING y_db_update = db_update TABLES txy_contract = ht_contracts EXCEPTIONS existing = 1 foreign_lock = 2 number_error = 3 general_fault = 4 invalid_key = 5 param_error = 6 input_error = 7 not_authorized = 8 action_failed = 9 OTHERS = 10.

ISU_SUPPLIER_SWITCH_REVERSE CALL FUNCTION 'ISU_SUPPLIER_SWITCH_REVERSE' * EXPORTING * X_READ_EVER = 'X' IMPORTING y_db_update = db_update TABLES tx_ever = ht_contracts EXCEPTIONS param_error = 1 not_found = 2 foreign_lock = 3 not_authorized = 4 action_failed = 5 internal_error = 6 OTHERS = 7.

ISU_DB_EVER_SINGLE CALL FUNCTION 'ISU_DB_EVER_SINGLE' EXPORTING x_vertrag = p_key x_actual = ' ' IMPORTING y_ever = p_ever EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.



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