SAP Reports / Programs

RPUDNIG0 SAP ABAP Report - Upload Report for T5G_DTONI From Excel Spreadsheet







RPUDNIG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for GB upload report for the table National Insurance Data Take-on (T5G_DTONI)...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 RPUDNIG0 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 RPUDNIG0. "Basic submit
SUBMIT RPUDNIG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUDNIG0 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: ALV_VAR = ALV variant name
Selection Text: FILENAME = File Name
Selection Text: TEST = Test
Title: Upload Report for T5G_DTONI From Excel Spreadsheet
Text Symbol: L04 = Statistics
Text Symbol: L05 = Category
Text Symbol: L06 = Number
Text Symbol: L07 = Pernr
Text Symbol: L08 = Type
Text Symbol: L09 = No
Text Symbol: Q00 = Data written to following TemSe object :
Text Symbol: Q01 = Error when opening TemSe object
Text Symbol: Q02 = Error when writing TemSe object
Text Symbol: Q03 = Error when closing TemSe object
Text Symbol: Q05 = Error when reading TemSe object
Text Symbol: Q06 = Data read from following TemSe object :
Text Symbol: Q10 = Error when opening sequential file
Text Symbol: Q11 = Error when writing sequential file
Text Symbol: Q12 = Error when closing sequential file
Text Symbol: Q13 = Error when reading sequential file
Text Symbol: Q14 = Data written to following sequential file :
Text Symbol: Q15 = Data read from following sequential file :
Text Symbol: R04 = could not be updated on the database
Text Symbol: R30 = No messages exist
Text Symbol: ST1 = Records on upload file
Text Symbol: ST2 = Rejected records
Text Symbol: ST3 = New records
Text Symbol: ST4 = Modified records
Text Symbol: ST5 = Deleted records
Text Symbol: T01 = Yes
Text Symbol: T02 = Previous selection
Text Symbol: T03 = File already exists! Replace file?
Text Symbol: TI8 = Productive Run
Text Symbol: TI9 = Test Run
Text Symbol: TIA = Update status
Text Symbol: TIB = Database update failed
Text Symbol: TIC = Please check error list
Text Symbol: 001 = Local file





Text Symbol: B01 = Do you really want to run the report in productive mode ?
Text Symbol: B02 = Yes
Text Symbol: B03 = No
Text Symbol: B04 = Verify test flag
Text Symbol: B05 = Table
Text Symbol: BA2 = Field
Text Symbol: E02 = Pernr
Text Symbol: E03 = Type
Text Symbol: E04 = File cannot be opened
Text Symbol: E05 = File cannot be written
Text Symbol: E06 = No
Text Symbol: E07 = Invalid table structure
Text Symbol: E08 = Invalid value for parameter FILETYPE
Text Symbol: E09 = Front end function cannot be performed in batch
Text Symbol: E10 = Data conversion error
Text Symbol: E11 = File cannot be read (completely)
Text Symbol: E20 = No address for key
Text Symbol: E23 = Warning
Text Symbol: E24 = Function not possible
Text Symbol: E25 = File :
Text Symbol: EAA = More than one entry for same NI category and date
Text Symbol: EAB = NI band between EET and ERT must be empty after
Text Symbol: EAC = can only contain 'X' or 'space'
Text Symbol: EAD = Entry to NIable pay ERT - UAP not allowed before
Text Symbol: EAH = No entry in table T5G42 for NI category
Text Symbol: EAK = Field dirrp can only be filled for directors
Text Symbol: EAL = Field dirpw must not be larger than 52
Text Symbol: EAO = Field lsflg filled incorrectly
Text Symbol: EAQ = Cat C: No employee rebate or contributions allowed
Text Symbol: EAR = Rebates not allowed for category
Text Symbol: FR1 = Output options
Text Symbol: FR2 = Test options
Text Symbol: I01 = Report can not be run in the background


INCLUDES used within this REPORT RPUDNIG0

INCLUDE RPUDNIGS. " SELECTION SCREEN
INCLUDE RPUDNIG4. " SELECTION SCREEN CHECKS AND EVENTS


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:

HR_REFRESH_ERROR_LIST call function 'HR_REFRESH_ERROR_LIST'.








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