RS_ECOP_ADRESSEN_PERSA 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 RS_ECOP_ADRESSEN_PERSA 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.
Title: Conversion of Org. Address Numbers to New Number Range Interval
Text Symbol: 001 = MEMORY_SAVE error
Text Symbol: 002 = ADRV read error
Text Symbol: 004 = ADDR_MEMORY_CLEAR error
Text Symbol: 005 = Additional references to address no.:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = inri-nrrangenr object = inri-object * SUBOBJECT = ' ' * TOYEAR = '0000' IMPORTING interval = nriv EXCEPTIONS interval_not_found = 1 object_not_found = 2 OTHERS = 3.
ADDR_MEMORY_SAVE CALL FUNCTION 'ADDR_MEMORY_SAVE' * EXPORTING * EXECUTE_IN_UPDATE_TASK = ' ' EXCEPTIONS address_number_missing = 1 person_number_missing = 2 internal_error = 3 database_error = 4 reference_missing = 5 OTHERS = 6.
ADDR_MEMORY_CLEAR CALL FUNCTION 'ADDR_MEMORY_CLEAR' EXPORTING force = 'X' EXCEPTIONS unsaved_data_exist = 1 internal_error = 2 OTHERS = 3.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = table_name TABLES dfies_tab = table_struc EXCEPTIONS not_found = 1 OTHERS = 2.
ADDR_REFERENCE_DELETE CALL FUNCTION 'ADDR_REFERENCE_DELETE' EXPORTING address_number = prior_number address_reference = addr_ref2 IMPORTING returncode = rc EXCEPTIONS address_not_exist = 1 reference_not_exist = 2 internal_error = 3 parameter_error = 4 OTHERS = 5.
ADDR_DELETE CALL FUNCTION 'ADDR_DELETE' EXPORTING address_number = prior_number address_reference = addrref IMPORTING returncode = rc TABLES error_table = error_table EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 reference_not_exist = 4 OTHERS = 5.
ADDR_GET_COMPLETE CALL FUNCTION 'ADDR_GET_COMPLETE' EXPORTING addrnumber = old_number * ADDRHANDLE = IMPORTING addr1_complete = addr_complete EXCEPTIONS parameter_error = 1 address_not_exist = 2 internal_error = 3 OTHERS = 4.
ADDR_MAINTAIN_COMPLETE CALL FUNCTION 'ADDR_MAINTAIN_COMPLETE' EXPORTING updateflag = 'I' addr1_complete = addr_complete address_group = c_ca01 check_address = ' ' IMPORTING returncode = rc * TABLES * ERROR_TABLE = EXCEPTIONS parameter_error = 1 address_not_exist = 2 handle_exist = 3 internal_error = 4 OTHERS = 5.
ADDR_NUMBER_GET CALL FUNCTION 'ADDR_NUMBER_GET' EXPORTING address_handle = addr_complete-addrhandle address_reference = addrref IMPORTING address_number = new_number EXCEPTIONS address_handle_not_exist = 1 internal_error = 2 parameter_error = 3 OTHERS = 4.
ADDR_REFERENCE_DELETE * CALL FUNCTION 'ADDR_REFERENCE_DELETE' * EXPORTING * ADDRESS_NUMBER = OLD_NUMBER * ADDRESS_REFERENCE = ADDR_REF2.
ADDR_REFERENCE_INSERT * CALL FUNCTION 'ADDR_REFERENCE_INSERT' * EXPORTING * ADDRESS_NUMBER = NEW_NUMBER * ADDRESS_REFERENCE = ADDR_REF2.
GET_FIELDTAB * CALL FUNCTION 'GET_FIELDTAB' "Release 4.0
DB_SELECT_GENERIC_TABLE * CALL FUNCTION 'DB_SELECT_GENERIC_TABLE' * EXPORTING * GENKEY = IADRV-APPL_KEY * GENKEY_LN = H_KEYLEN * TABLENAME = T_NAME * TABLES * INTTAB = I_TAB * EXCEPTIONS * DB_ERROR = 1 * NOT_FOUND = 2 * WRONG_PARAM = 3 * OTHERS = 4.
DB_UPDATE_TABLE * CALL FUNCTION 'DB_UPDATE_TABLE' * EXPORTING * TABLENAME = T_NAME * TABLES * INTTAB = I_TAB * EXCEPTIONS * DB_ERROR = 1 * NOT_FOUND = 2 * WRONG_PARAM = 3 * INTERNAL_ERROR = 4 * OTHERS = 5.
ADDR_DELETE * CALL FUNCTION 'ADDR_DELETE' * EXPORTING * address_number = old_number * address_reference = addrref * IMPORTING * returncode = rc ** TABLES ** ERROR_TABLE = * EXCEPTIONS * address_not_exist = 1 * parameter_error = 2 * internal_error = 3 * reference_not_exist = 4 * OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_ECOP_ADRESSEN_PERSA - Conversion of Org. Address Numbers to New Number Range Interval RS_ECOP_ADRESSEN_PERSA - Conversion of Org. Address Numbers to New Number Range Interval RS_ECATT_INVENTORY_SELECT_DF01 - RSECATTINVENTORYSELECTDF01 RS_ECATT_INVENTORY_SELECT - RSECATTINVENTORYSELECT RS_ECATT_INVENTORY_BUILD_FCF01 - RSECATTINVENTORYBUILDFCF01 RS_ECATT_INVENTORY - List of eCATT Objects in System &1