SAP Reports / Programs | Personnel Management | Personnel Administration | Austria(PA-PA-AT) SAP PA

RPISVBA0 SAP ABAP Report - Batch Input Report for Setting Contr. Groups and Retroactive Accountng







RPISVBA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Due to changes in the 55th amendment of the General Social Insurance Law, part-time employees and part-time employees with flat-rate pay must be reregistered with the social insurance agencies...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 RPISVBA0 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 RPISVBA0. "Basic submit
SUBMIT RPISVBA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPISVBA0 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: S_GBARP = Workers
Selection Text: S_GBARB = Workers
Selection Text: S_GBANP = Salaried Employees
Selection Text: S_GBANG = Salaried Employees
Selection Text: P_MAPNAM = Name of Batch Input
Selection Text: P_GBRPN = Workers (New)
Selection Text: P_GBRBN = Workers (New)
Selection Text: P_GBNPN = Salaried Employees (New)
Selection Text: P_GBNGN = Salaried Employees (New)
Selection Text: P_AJAHR = Payroll Year
Title: Batch Input Report for Setting Contr. Groups and Retroactive Accountng
Text Symbol: P11 = Correct the errors specified and restart the report.
Text Symbol: P10 = Processing canceled.
Text Symbol: P09 = Creation of BI Sessions
Text Symbol: P08 = for FRME has the start date
Text Symbol: P07 = Infotype 0044 with the clearing group
Text Symbol: P06 = Employee Selection
Text Symbol: P05 = Payroll Area Check
Text Symbol: P04 = no payroll exists for periods
Text Symbol: P03 = No entries found for the payroll areas specified
Text Symbol: P02 = no payroll cntrl record exists
Text Symbol: P01 = In the case of payroll area
Text Symbol: F02 = can apply
Text Symbol: F01 = Report as of year
Text Symbol: B04 = Other Data
Text Symbol: B03 = Minimum Income Workers
Text Symbol: B02 = Flat-Rate Minimum Income Workers
Text Symbol: B01 = Select. Criteria


INCLUDES used within this REPORT RPISVBA0

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:

TR_DELETE_LOG * call function 'TR_DELETE_LOG' * EXPORTING * IV_LOG_TYPE = 'FILE' * IV_LOGNAME_FILE = * IV_LOGNAME_DB = * IV_LOGNAME_MEMORY = * IMPORTING * EV_RETCODE = * EXCEPTIONS * INVALID_INPUT = 1 * FILE_ACCESS_ERROR = 2 * DB_ACCESS_ERROR = 3 * OTHERS = 4 * .

RP_EDIT_NAME * call function 'RP_EDIT_NAME' * exporting * format = $$format * langu = sy-langu ** molga = t001p-molga * pp0002 = p0002 ** PP0021 = ' ' ** PP0148 = ' ' * importing * edit_name = p_name "Name auf alle Fälle füllen * retcode = l_ret_code.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = P_MAPNAM USER = SY-UNAME KEEP = G_KEEP HOLDDATE = G_HOLDDATE.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = PROTOKOLL EXCEPTIONS OTHERS = 5.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.

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



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