RERADDRESS is a standard ABAP INCLUDE 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 RERADDRESS 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: Program for Object Type ISUADDRESS: IS-U: Address
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = HADDRSEL * ADDRESS_GROUP = * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' IMPORTING ADDRESS_VALUE = HADDRVAL * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
ADDR_PERSONAL_GET CALL FUNCTION 'ADDR_PERSONAL_GET' EXPORTING ADDRESS_PERSONAL_SELECTION = HADDRSEL2 * READ_TEXTS = ' ' IMPORTING ADDRESS_PERSONAL_VALUE = HADDRVAL2 * ADDRESS_PERSONAL_INFO = * RETURNCODE = * ADDRESS_PERSONAL_TEXT = * TABLES * PERSON_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 PERSON_NOT_EXIST = 3 VERSION_NOT_EXIST = 4 INTERNAL_ERROR = 5 OTHERS = 6.
ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING X_ADDRESS_TYPE = 'A' * X_LENGTH = 80 X_LINE_COUNT = 0 * X_PRGCONTEXT = ' ' * X_SUBCONTEXT = ' ' X_READ_ADRC_REGIO = 'X' * X_READ_ISU_DATA = ' ' * X_READ_MRU = ' ' * X_READ_KONZ = ' ' * X_READ_BUKRS = ' ' * X_READ_CUST_REGIO = ' ' X_ADDRNUMBER = OBJECT-KEY-ADDRESSNUMBER * X_PARTNER = * X_HAUS = * X_VSTELLE = * X_DEVLOC = * X_ANLAGE = * X_EKUN_EXT = * X_EHAU = * X_EVBS = * X_EGPL = * X_EANL = * X_ACTUAL = * X_BUKRS = ' ' * X_SPARTE = ' ' * X_AKLASSE = ' ' * x_addr_obj = IMPORTING * Y_ADDR_LINES = * Y_LINE_COUNT = Y_EADRDAT = H_EADRDAT * y_adrc_regio = * Y_ADDR_DATA = * Y_CUST_REGIO = EXCEPTIONS NOT_FOUND = 1 PARAMETER_ERROR = 2 OBJECT_NOT_GIVEN = 3 ADDRESS_INCONSISTENCY = 4 INSTALLATION_INCONSISTENCY = 5 OTHERS = 6.
ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING X_ADDRESS_TYPE = 'A' X_LENGTH = 50 X_ADDRNUMBER = OBJECT-KEY-ADDRESSNUMBER X_PERSNUMBER = OBJECT-KEY-PERSONALNUMBER IMPORTING Y_ADDR_LINES = ADRLINE * Y_LINE_COUNT = * Y_EADRDAT = * Y_ADRC_REGIO = * Y_ADDR_DATA = * Y_CUST_REGIO = EXCEPTIONS NOT_FOUND = 1 PARAMETER_ERROR = 2 OBJECT_NOT_GIVEN = 3 ADDRESS_INCONSISTENCY = 4 INSTALLATION_INCONSISTENCY = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RERADDRESS - Program for Object Type ISUADDRESS: IS-U: Address RERADDRESS - Program for Object Type ISUADDRESS: IS-U: Address REQ_PR_11511_INCL - REQPR11511INCL REQ_PR_11511_0021_INCL - Include REQ_PR_11511_0021_INCL REQ_PR_11511_0021 - Program for tests of 11511 - 0021 REQ_PR_11511_0021 - Program for tests of 11511 - 0021