SAP Reports / Programs | Personnel Management | Personnel Administration | Great Britain(PA-PA-GB) SAP PA

RPISSEG0 SAP ABAP Report - HR-GB: Batch update of SSP Easement flag on IT0084







RPISSEG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program updates the SSP Easement flag on infotype 0084 (SSP Control) for a selection of employees...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 RPISSEG0 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

PC00_M08_RPISSEG0 - Batch update SSP Easement on IT0084


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 RPISSEG0. "Basic submit
SUBMIT RPISSEG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPISSEG0 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: BATNAME = Batch session name
Selection Text: INDATE = SSP Easement start date
Selection Text: LOG = Display log
Selection Text: NOSSPOFF = Clear SSP Easement flag
Selection Text: NOSSPON = Set SSP Easement flag on
Title: HR-GB: Batch update of SSP Easement flag on IT0084
Text Symbol: F01 = SSP Easement options
Text Symbol: F02 = Batch session information
Text Symbol: F03 = Log options
Text Symbol: L01 = No infotype 84 records found from
Text Symbol: L02 = Copy:
Text Symbol: L03 = Modify:
Text Symbol: P01 = Created batch input session
Text Symbol: P02 = SSP Easement flag set to
Text Symbol: P03 = Starting
Text Symbol: P04 = Employees processed
Text Symbol: P05 = Infotype 84 records to be copied or changed
Text Symbol: P06 = Pers.no.
Text Symbol: P07 = Name
Text Symbol: P08 = Infotype record amended


INCLUDES used within this REPORT RPISSEG0

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 = GROUP USER = SY-UNAME KEEP = 'X'.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' 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 RPISSEG0 or its description.