SAP Reports / Programs

RPUEFI_UPDATE SAP ABAP Report - Program H08_EFIUPDATE







RPUEFI_UPDATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can execute report RPUEFI_UPDATE to generate the e-Filing Update Manager...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 RPUEFI_UPDATE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HREFI_UPDATE - E-filing Update Infotypes


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 RPUEFI_UPDATE. "Basic submit
SUBMIT RPUEFI_UPDATE AND RETURN. "Return to original report after report execution complete
SUBMIT RPUEFI_UPDATE 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: SO_PRDNI = National Insurance Number
Selection Text: SO_PERNR = Personnel Number
Selection Text: SO_GLBID = Process Identifier
Selection Text: SO_FORM = Form Type
Selection Text: SO_EFFDA = Form Effective Date
Selection Text: SO_CATEG = Short Message
Selection Text: SA_PERNR = Personnel Number
Selection Text: SA_GLBID = Process Identifier
Selection Text: SA_FORM = Form Type
Selection Text: SA_EFFDA = Form Effective Date
Selection Text: SA_CATEG = Short Message
Title: Program H08_EFIUPDATE
Text Symbol: TS7 = Record Confirmation in Process
Text Symbol: TS6 = Update in Process
Text Symbol: T01 = Save confirmed records
Text Symbol: Q09 = Delete records from database
Text Symbol: Q05 = Confirm Multiple Records
Text Symbol: Q04 = Try again to Match record
Text Symbol: Q03 = Update record
Text Symbol: Q01 = Save confirmed records to database
Text Symbol: P04 = Do you still wish to refresh?
Text Symbol: P03 = The Confirmed No NI Match Records are not Saved
Text Symbol: P02 = Do you still wish to exit?
Text Symbol: 001 = Form Effective Date
Text Symbol: 002 = Process ID
Text Symbol: 003 = Process Identifier
Text Symbol: 004 = Nat.Ins.No.
Text Symbol: 005 = Processed by
Text Symbol: 006 = Last Processed by
Text Symbol: 007 = Reset
Text Symbol: 008 = Reset record
Text Symbol: 009 = Worklist Errors
Text Symbol: 010 = No N.I. Match Errors
Text Symbol: 060 = All selected records will be irretrievably deleted from the database
Text Symbol: 081 = Processed
Text Symbol: 082 = Not processed
Text Symbol: 083 = All
Text Symbol: 084 = List





Text Symbol: 085 = Form
Text Symbol: B01 = Set Errors To Processed
Text Symbol: B02 = Confirm Selected Records
Text Symbol: B03 = Update Record
Text Symbol: B04 = Re-Match
Text Symbol: B05 = Confirm Multiple Records
Text Symbol: B09 = Delete Records
Text Symbol: P01 = The Confirmed Worklist Records are not Saved


INCLUDES used within this REPORT RPUEFI_UPDATE

INCLUDE RPUEFI_UPDATE_TOP.
INCLUDE RPUEFI_UPDATE_SEL.
INCLUDE RPUEFI_UPDATE_O01.
INCLUDE RPUEFI_UPDATE_I01.
INCLUDE RPUEFI_UPDATE_F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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