SAP Reports / Programs | Cross-Application Components | General Application Functions(CA-GTF) SAP CA

RS1ADRNN SAP ABAP Report - Org address number conversion to new number range interval







RS1ADRNN 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 RS1ADRNN 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 RS1ADRNN. "Basic submit
SUBMIT RS1ADRNN AND RETURN. "Return to original report after report execution complete
SUBMIT RS1ADRNN 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: NEW_IV = Address number from new range
Selection Text: TESTLAUF = Test run
Title: Org address number conversion to new number range interval
001 Table Field Entries with converted. Number Address Error
002 (Qty) Address in Current not
003 Number NR Interval found


INCLUDES used within this REPORT RS1ADRNN

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:

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.

ADDRESS_READ CALL FUNCTION 'ADDRESS_READ' EXPORTING ENTRY_ADRNR = OLD_NUMBER ENTRY_KIND_OF_ADDR = 'C' IMPORTING COMPANY_SADR = *SADR TABLES CS1_TAB = CS1 CS2_TAB = CS2 CS3_TAB = CS3 CS4_TAB = CS4 CS5_TAB = CS5 EDI_TAB = EDI FAX_TAB = FAX RML_TAB = RML SSW_TAB = SSW TEL_TAB = TEL TLX_TAB = TLX TTX_TAB = TTX X40_TAB = X40 EXCEPTIONS ADDR_NOT_EXIST = 1 OTHERS = 2.

ADDRESS_INSERT CALL FUNCTION 'ADDRESS_INSERT' EXPORTING ENTRY_COMPANY = *SADR ENTRY_KIND_OF_ADDR = 'C' ENTRY_PERSONAL = SADRP IMPORTING EX_ADRNR = NEW_NUMBER TABLES CS1_TAB = CS1 CS2_TAB = CS2 CS3_TAB = CS3 CS4_TAB = CS4 CS5_TAB = CS5 EDI_TAB = EDI FAX_TAB = FAX RML_TAB = RML SSW_TAB = SSW TEL_TAB = TEL TLX_TAB = TLX TTX_TAB = TTX X40_TAB = X40 EXCEPTIONS ADDR_EXIST = 1 ADDR_NUMBER_OVERFLOW = 2 DEFAULT_COMMU_NR_MISSING = 3 DEFAULT_COMMU_SYS_MISSING = 4 PERS_COMP_RELATION_NOT_OK = 5 WRONG_HEAD_DATA = 6 WRONG_PARAMETER = 7 WRONG_POSN_DATA = 8 OTHERS = 9.

ADDRESS_DELETE CALL FUNCTION 'ADDRESS_DELETE' EXPORTING ENTRY_ADRNR = OLD_NUMBER EXCEPTIONS ADDR_NOT_EXIST = 1 VERS_NOT_EXIST = 2 WRONG_DATA = 3 OTHERS = 4.



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