ISU_CREATE_FUNCLOC_FOR_AREA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a
If you would like to execute this report or see the full code listing simply enter ISU_CREATE_FUNCLOC_FOR_AREA 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.
Selection Text: COMMIT = Data Records Until Commit
Selection Text: LAND = Country
Selection Text: TAB = Address Table
Selection Text: TEST = Test Run
Title: Create Corresponding Functional Location for Property
Text Symbol: 001 = Conversion Started for Table EEWA_PROP_H:
Text Symbol: 002 = Conversion Completed
Text Symbol: 003 = Number of Changed Table Entries
Text Symbol: 004 = Conversion Completed for Table EEWA_PROP_H
Text Symbol: 005 = No Entries Were Selected Without Function Location Numbers
Text Symbol: 006 = Convert
Text Symbol: 007 = Area
INCLUDE: IE00DATE.
INCLUDE: IEAWASTE.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_AUTHORITY_CHECK CALL FUNCTION 'ISU_AUTHORITY_CHECK' EXPORTING x_object = 'E_CLEAN' IMPORTING y_subrc = auth_rc TABLES xt_author = iauth EXCEPTIONS OTHERS = 99.
FKK_GET_OLD_NEW_VERSION * CALL FUNCTION 'FKK_GET_OLD_NEW_VERSION' * EXPORTING * i_addon_id = 'IS-U/CCS' * IMPORTING * e_old_rel = i_old_rel * EXCEPTIONS * addonid_not_found = 1 * OTHERS = 2.
ISU_TPL_CHECK_KEY_AREA CALL FUNCTION 'ISU_TPL_CHECK_KEY_AREA' EXPORTING x_key = tplnr x_tplkz = obj-tplkz x_wmode = '3' IMPORTING y_f_num = f_num EXCEPTIONS invalid_key = 1 invalid_key_structure = 2 OTHERS = 3.
ISU_NUMBER_GET CALL FUNCTION 'ISU_NUMBER_GET' EXPORTING nr_range_number = obj-contr-num_range object = 'ISU_EHAU' number_in = tplnr upd_kz = 'X' IMPORTING number = tplnr EXCEPTIONS OTHERS = 1.
ISU_O_ADDRESS_OPEN CALL FUNCTION 'ISU_O_ADDRESS_OPEN' EXPORTING x_addrnumber =
-adrnr x_wmode = '3' x_upd_online = 'X' x_no_dialog = 'X' x_table = co_addr_tabname x_field = co_addr_fieldname x_key = address_key x_addr_group = co_addr_group x_field_selection = fisel x_auto_addr_data = auto_addr_data IMPORTING y_obj = addrobj y_addr1_val = addr1_val EXCEPTIONS OTHERS = 1.
ISU_O_ADDRESS_INSERT_DI CALL FUNCTION 'ISU_O_ADDRESS_INSERT_DI' IMPORTING y_addr1_val = addr1_val CHANGING xy_obj = addrobj EXCEPTIONS internal_error = 1 input_error = 2 OTHERS = 3.
ISU_O_ADDRESS_ACTION CALL FUNCTION 'ISU_O_ADDRESS_ACTION' EXPORTING x_action = 'SAVE' x_new_key = address_key IMPORTING y_addrnumber =
-adrnr y_addr1_val = addr1_val CHANGING xy_obj = addrobj EXCEPTIONS parameter_error = 1 internal_error = 2 database_error = 3 not_deleted = 4.
ITOB_MOVE_DATA CALL FUNCTION 'ITOB_MOVE_DATA' EXPORTING i_move_to_itob = 'X' CHANGING c_itob = itob c_iflo = iflo.
ITOB_FUNCLOC_CREATE_SINGLE CALL FUNCTION 'ITOB_FUNCLOC_CREATE_SINGLE' EXPORTING i_object_rec = itob i_func_location_label = strno i_filter_data = ' ' IMPORTING e_object_rec = itob EXCEPTIONS not_successful = 1 OTHERS = 2.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = xmsg.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_CREATE_FUNCLOC_FOR_AREA - Create Corresponding Functional Location for Property ISU_CREATE_FUNCLOC_FOR_AREA - Create Corresponding Functional Location for Property ISU_CORRECT_ADRESS_IN_EQUI - Program ISU_CORRECT_ADRESS_IN_EQUI ISU_CORRECT_ADRESS_IN_EQUI - Program ISU_CORRECT_ADRESS_IN_EQUI ISU_CONT_NOT_BILLED_IS - Report ISU_INST_NOT_BILLED_IS ISU_CONT_NOT_BILLED_IS - Report ISU_INST_NOT_BILLED_IS