RSADRCK1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for - RSADRCK1 (available from Rel...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 RSADRCK1 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: TEST = Test run (without updates)
Selection Text: TEIL2 = Cleanup where-used lists
Selection Text: TEIL1 = Cleanup SO keys
Title: Address management check report (SO key and where-used list inconsist)
Text Symbol: 024 = VWN missing fr USR21:
Text Symbol: 025 = VWN missng for SOUD:
Text Symbol: 026 = Where-used list for DELETED:
Text Symbol: 027 = VWN missng for SODE:
Text Symbol: 028 = VWN for SODE:
Text Symbol: 029 = * Log part 2: Cleanup where-used list
Text Symbol: 030 = *
Text Symbol: 031 = Not all ADRVP records inserted !!!!!
Text Symbol: 032 = All ADRVP records successfully entered
Text Symbol: 033 = Insufficient numbers could be issued.
Text Symbol: 034 = Number range interval ADRVP too small
Text Symbol: 035 = ADRP record not found:
Text Symbol: 036 = Not all USR21 records changed !!!!!
Text Symbol: 037 = All USR21 records successfully changed
Text Symbol: 038 = Not all ADRV records created
Text Symbol: 039 = All ADRV records successfully created
Text Symbol: 040 = Invalid ADRV records deleted
Text Symbol: 042 = No user firm exists for address number
Text Symbol: 001 = No SOUD Record, Usage Deleted:
Text Symbol: 002 = ADCP recs:
Text Symbol: 003 = Double SO keys:
Text Symbol: 004 = Empty SO keys:
Text Symbol: 005 = SOUD updates (= double SO keys)
Text Symbol: 006 = New SO keys (= empty SO keys)
Text Symbol: 007 = Not all ADCP records changed!!!!!
Text Symbol: 008 = All ADCP records successfully changed.
Text Symbol: 009 = Trial SOUD read successful (= double SO keys)
Text Symbol: 010 = No where-used list for SOUD:
Text Symbol: 011 = Persno:
Text Symbol: 012 = Addr.no.:
Text Symbol: 013 = * Log part 1: Cleanup SO keys
Text Symbol: 014 = where-used list not found:
Text Symbol: 015 = No where-used list for:
Text Symbol: 017 = SOUD recs.:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_SO_KEY_GET_KEY CALL FUNCTION 'ADDR_SO_KEY_GET_KEY' TABLES key_table = lt_key_tab2 EXCEPTIONS internal_error = 1 no_entries_in_key_table = 2 OTHERS = 3.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'ADRVP' quantity = lv_quanin IMPORTING number = lv_last_number quantity = lv_quanout EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'ADRNR' IMPORTING number = lv_so_key EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSADRCK1 - Address management check report (SO key and where-used list inconsist) RSADRCK1 - Address management check report (SO key and where-used list inconsist) RSADR001 - ?... RSADR001 - ?... RSADMKEY - Defines for ADM Communication RSADMIN_TO_IMG - XPRA - Transferred Selected RSADMIN Parameter into Customizing