SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Address Management/Business Address(BC-SRV-ADR) SAP BC

RSADRCK1 SAP ABAP Report - Address management check report (SO key and where-used list inconsist)







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


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 RSADRCK1. "Basic submit
SUBMIT RSADRCK1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSADRCK1 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: 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.:





Text Symbol: 018 = SOUD recs. w/o double SO keys:
Text Symbol: 019 = SOUD recs. with addresses:
Text Symbol: 020 = Where-used list for USR21 and SOUD (2x):
Text Symbol: 021 = Where-used list SODE:
Text Symbol: 022 = Where-used list found:
Text Symbol: 023 = VWN missing for USR21 or SOUD:


INCLUDES used within this REPORT RSADRCK1

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:

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.



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