SAP Reports / Programs

RSADRCK7 SAP ABAP Report - Generate user Internet/Mail addresses







RSADRCK7 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 RSADRCK7 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 RSADRCK7. "Basic submit
SUBMIT RSADRCK7 AND RETURN. "Return to original report after report execution complete
SUBMIT RSADRCK7 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: USERNAME = Use user IDs
Selection Text: UPCASE = Local upper case
Selection Text: TESTMODE = Test mode
Selection Text: KEEP_OLD = Keep existing addresses
Selection Text: DOMAIN = Domain
Selection Text: DELETE = Delete domain addresses
Selection Text: CREATE = Create domain addresses
Title: Generate user Internet/Mail addresses
Text Symbol: 119 = Addresses with invalid format:
Text Symbol: 118 = Internet mail address cannot be processed; invalid format
Text Symbol: 117 = No gaps allowed in domain
Text Symbol: 115 = Inconsistent Data:
Text Symbol: 114 = User with new Standard mail address (old standard address deleted):
Text Symbol: 113 = Deleted Internet mail addresses:
Text Symbol: 112 = Standard Internet mail address changed:
Text Symbol: 111 = Internet mail address deleted
Text Symbol: 110 = No other options can be selected when deleting addresses
Text Symbol: 036 = Users who have kept old Internet mail addresses (no change):
Text Symbol: 035 = Users who have kept old Internet mail addresses (standard address changed):
Text Symbol: 032 = generated address:
Text Symbol: 030 = Internet mail adress is already used; user keeps old address
Text Symbol: 027 = Test mode; data is not yet saved in the database
Text Symbol: 026 = Data saved in the database
Text Symbol: 025 = Save problems: Data loss possible
Text Symbol: 024 = Internet mail addresses not generated because of data inconsist.:
Text Symbol: 023 = Internet mail addresses not generated because of repeated use:
Text Symbol: 022 = Internet mail addresses not generated because of invalid chars:
Text Symbol: 021 = User with existing Internet mail address and new standard address:
Text Symbol: 020 = Generated and created Internet mail addresses:
Text Symbol: 019 = No. of users:
Text Symbol: 016 = Internet mail address is already used
Text Symbol: 013 = Internet mail address created
Text Symbol: 012 = Address:
Text Symbol: 010 = Internet mail address cannot be generated because of invalid characters
Text Symbol: 009 = Maintain manually
Text Symbol: 007 = Internal function call error
Text Symbol: 006 = User:
Text Symbol: 005 = Person number:





Text Symbol: 004 = Inconsistent data address no.:
Text Symbol: 003 = Invalid function call
Text Symbol: 002 = No user addresses maintained
Text Symbol: 001 = Domain contains invalid chars:


INCLUDES used within this REPORT RSADRCK7

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_PERS_COMP_COMM_GET CALL FUNCTION 'ADDR_PERS_COMP_COMM_GET' EXPORTING * ADDRESS_HANDLE = ' ' address_number = iusr21_wa-addrnumber * DATE_FROM = '00010101' * LANGUAGE = SY-LANGU * PERSON_HANDLE = ' ' person_number = iusr21_wa-persnumber table_type = 'ADSMTP' * IMPORTING * RETURNCODE = TABLES comm_table = smtp_table * ERROR_TABLE = EXCEPTIONS parameter_error = 1 address_not_exist = 2 person_not_exist = 3 internal_error = 4 OTHERS = 5 .

SX_INTERNET_ADDRESS_TO_NORMAL CALL FUNCTION 'SX_INTERNET_ADDRESS_TO_NORMAL' EXPORTING address_unstruct = address_unstruct IMPORTING * ADDRESS_NORMAL = * LOCAL = domain = i_domain2 * COMMENT = EXCEPTIONS error_address_type = 1 error_address = 2 error_group_address = 3 OTHERS = 4.

ADDR_PERS_COMP_GET CALL FUNCTION 'ADDR_PERS_COMP_GET' EXPORTING address_pers_in_comp_selection = address_selection * READ_TEXTS = ' ' IMPORTING address_pers_in_comp_value = address_value * ADDRESS_PERS_IN_COMP_INFO = * RETURNCODE = * ADDRESS_PERS_IN_COMP_TEXT = * TABLES * PERSON_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS parameter_error = 1 person_not_exist = 2 version_not_exist = 3 address_not_exist = 4 internal_error = 5 OTHERS = 6 .

ADDR_PERS_COMP_COMM_MAINTAIN CALL FUNCTION 'ADDR_PERS_COMP_COMM_MAINTAIN' EXPORTING * ADDRESS_HANDLE = ' ' address_number = iusr21_wa-addrnumber * DATE_FROM = '00010101' * LANGUAGE = SY-LANGU * PERSON_HANDLE = ' ' person_number = iusr21_wa-persnumber table_type = 'ADSMTP' * ACCEPT_COUNTRY = ' ' * SUBSTITUTE_ALL_COMM_DATA = ' ' * IMPORTING * RETURNCODE = TABLES comm_table = smtp_table * ERROR_TABLE = EXCEPTIONS parameter_error = 1 address_not_exist = 2 person_not_exist = 3 internal_error = 4 OTHERS = 5 .

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 .



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