RHIQU464_STUDENTADDRESS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion report for student address and communication data...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 RHIQU464_STUDENTADDRESS 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: P_UPDST = D Set Status 'completed'
Selection Text: O_STOBJ = D Student Object ID
Selection Text: LV_TODAY = Process data for today only
Selection Text: LV_FUTU = Display data in the future
Selection Text: LV_ALLDA = Process all data
Selection Text: I_SIMUL = Simulation
Title: Conversion report for student address data
Text Symbol: 301 = Success for today
Text Symbol: 234 = E-Mail Address
Text Symbol: 233 = House Num.
Text Symbol: 232 = Street 2
Text Symbol: 231 = Reg
Text Symbol: 230 = Room Number
Text Symbol: 229 = Building
Text Symbol: 228 = Fax Number
Text Symbol: 227 = Telephone
Text Symbol: 226 = Language
Text Symbol: 225 = Country
Text Symbol: 224 = Postal Cod
Text Symbol: 223 = City
Text Symbol: 222 = Street
Text Symbol: 221 = C/O Name
Text Symbol: 220 = Address Usage
Text Symbol: 219 = Std. Addr
Text Symbol: 218 = E-Mail Address
Text Symbol: 302 = Failure for today -> Address
Text Symbol: 303 = Failure for today -> E-mail
Text Symbol: 304 = Future address -> Business partner view
Text Symbol: 305 = Future address -> Address records
Text Symbol: 306 = Future address -> E-mail records
Text Symbol: 307 = Result Statistics
Text Symbol: 308 = Address Type
Text Symbol: 309 = Number
Text Symbol: 310 = Errors occured during the address conversion.
Text Symbol: 311 = Use Transaction SLG1 to display and evaluate error log
Text Symbol: 312 = Use log object 'PSCM_ST' and sub-object 'ADDR_CONVERT'
Text Symbol: 313 = Alternatively you can use report RHIQU464_LOGDISPLAY
Text Symbol: 350 = Today
INCLUDE SBAL_CONSTANTS.
INCLUDE RHIQU464_STUDENTADDRESSTOP.
INCLUDE RHIQU464_STUDENTADDRESSF02.
No SAP DATABASE tables are accessed within this REPORT code!
HRIQ_CONVERSION_AUTH_CHECK CALL FUNCTION 'HRIQ_CONVERSION_AUTH_CHECK' EXCEPTIONS no_authority = 1 OTHERS = 2.
DEQUEUE_EBU_PARTNR CALL FUNCTION 'DEQUEUE_EBU_PARTNR' EXPORTING partner =
-partner.
DEQUEUE_EBU_PARTNR CALL FUNCTION 'DEQUEUE_EBU_PARTNR'.
HRIQ_CONVERSION_STATUS_WRITE CALL FUNCTION 'HRIQ_CONVERSION_STATUS_WRITE' EXPORTING iv_repid = gv_repid iv_step = lv_step iv_finished = 'X' EXCEPTIONS invalid_parameter = 1 update_table_error = 2 OTHERS = 3.
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 RHIQU464_STUDENTADDRESS or its description.
RHIQU464_STUDENTADDRESS - Conversion report for student address data RHIQU464_STUDENTADDRESS - Conversion report for student address data RHIQU464_STATUSDUPLICATIONTOP - Include RHIQ_HS_STATUS_DUPLICATETOP RHIQU464_STATUSDUPLICATIONF02 - Include RHIQ_HS_STATUS_DUPLICATEF02 RHIQU464_STATUSDUPLICATIONF01 - Include RHIQ_HS_STATUS_DUPLICATEF01 RHIQU464_STATUSDUPLICATION - Status Duplication Program