SAP Reports / Programs

RPUIT8V0 SAP ABAP Report - Changes to partial absences in Norwegian Payroll







RPUIT8V0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Creates partial absences from IT 0008 to IT 2001...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 RPUIT8V0 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 RPUIT8V0. "Basic submit
SUBMIT RPUIT8V0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUIT8V0 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: LISTE = Create report
Selection Text: MAPNAME = Name of batch-input map
Selection Text: S_FROMTO = From wagetype - to absence typ
Title: Changes to partial absences in Norwegian Payroll
Text Symbol: 001 = Error in select-option
Text Symbol: 002 = Program select-options
Text Symbol: 003 = Program parameters
Text Symbol: 004 = Ikke laget, overlapping
Text Symbol: 005 = Forekomst laget
Text Symbol: 006 = Antall aktuelle forekomster på IT0008:
Text Symbol: 007 = Antall convertert til IT2001 :
Text Symbol: 008 = Antall ikke konv. p.g.a. overlapping :
Text Symbol: 009 = Batch-Input-Mappe
Text Symbol: 010 = laget
Text Symbol: 011 = Tom batch-input-mappe
001 Persnr. Fra-dato Til-dato Art Start fravær Arb.kap. Status


INCLUDES used within this REPORT RPUIT8V0

No INCLUDES are used within this REPORT code!


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:

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAPNAME USER = SY-UNAME.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.



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