SAP Reports / Programs | Administration | Administration | Administration(IS-HER-CM-AD) SAP IS

RHIQU464_STUDENTADDRESS SAP ABAP Report - Conversion report for student address data







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


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





Text Symbol: 351 = Success
Text Symbol: 352 = The address conversion has not been run.
Text Symbol: 353 = ST.
Text Symbol: 354 = Addr.
Text Symbol: 355 = Previous Error Logs
Text Symbol: 001 = Check Customizing
Text Symbol: 002 = Further actions
Text Symbol: 003 = Status check
Text Symbol: 004 = Additional Process Options
Text Symbol: 005 = Students to be processed (Simulation only)
Text Symbol: 006 = It will take a long time to process all the students.
Text Symbol: 007 = Do you want to continue?
Text Symbol: 008 = Confirm to continue
Text Symbol: 009 = Address conversion
Text Symbol: 010 = The report was executed successfully
Text Symbol: 011 = Data to be processed
Text Symbol: 012 = Failed
Text Symbol: 013 = Future
Text Symbol: 014 = BP View
Text Symbol: 015 = Address Infotype
Text Symbol: 016 = E-mail Address
Text Symbol: 017 = Address conversion: Application Log
Text Symbol: 018 = No Conversion
Text Symbol: 019 = One package
Text Symbol: 020 = Read data
Text Symbol: 100 = Addresses successfully converted for today
Text Symbol: 101 = Addresses unsuccessful -> Infotype 1028(address) records
Text Symbol: 102 = Addresses unsuccessful -> Infotype 1032(e-mail) records
Text Symbol: 103 = Addresses in the future -> Business partner view
Text Symbol: 104 = Addresses in the future -> Infotype 1028(address) records
Text Symbol: 105 = Addresses in the future -> Infotype 1032(e-mail) records
Text Symbol: 201 = OBJID
Text Symbol: 202 = ST. Number
Text Symbol: 203 = Partner
Text Symbol: 204 = Beg. data
Text Symbol: 205 = C/O Name
Text Symbol: 206 = House Number and Street
Text Symbol: 207 = Location
Text Symbol: 208 = Postal Cod





Text Symbol: 209 = Country
Text Symbol: 210 = Telephone Number
Text Symbol: 211 = Fax Number
Text Symbol: 212 = Building
Text Symbol: 213 = Room Num
Text Symbol: 214 = Address
Text Symbol: 215 = Reg.
Text Symbol: 216 = House Number and Street
Text Symbol: 217 = House Num


INCLUDES used within this REPORT RHIQU464_STUDENTADDRESS

INCLUDE SBAL_CONSTANTS.
INCLUDE RHIQU464_STUDENTADDRESSTOP.
INCLUDE RHIQU464_STUDENTADDRESSF02.


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:

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.



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