SAP Reports / Programs

ISU_CREATE_FUNCLOC_FOR_AREA SAP ABAP Report - Create Corresponding Functional Location for Property







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 see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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


Text pool values


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


INCLUDES used within this REPORT ISU_CREATE_FUNCLOC_FOR_AREA

INCLUDE: IE00DATE.
INCLUDE: IEAWASTE.


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_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'.



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