SAP Reports / Programs | Payroll | Sweden | Public sector (Sweden)(PY-SE-PS) SAP PY

RPLLABS0_CE SAP ABAP Report - Labor Protection







RPLLABS0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to determine the notice period given to an employee in your organization whose employment contract is going to be terminated...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 RPLLABS0_CE 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 RPLLABS0_CE. "Basic submit
SUBMIT RPLLABS0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPLLABS0_CE 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_TMART = Planned Termination
Selection Text: SO_ANSVH = Eligible Work Contracts
Selection Text: P_VARIA = Layout Variant
Selection Text: P_SAREA = Statistic Area
Selection Text: P_EXPNM = Show Expiring
Selection Text: DATETYP2 = Coherent Date of Employment
Selection Text: DATETYP1 = Date of Employment
Title: Labor Protection
Text Symbol: FR1 = Display Options
Text Symbol: FR0 = Configuration
Text Symbol: 145 = Expiry Date
Text Symbol: 121 = Date Type Selections from IT0041
Text Symbol: 113 = Run Date
Text Symbol: 112 = Period
Text Symbol: 111 = Labor Protection
Text Symbol: 018 = Age
Text Symbol: 017 = Notice Period
Text Symbol: 016 = Years of Employment
Text Symbol: 015 = Months of Employment
Text Symbol: 014 = Key Date
Text Symbol: 013 = Fire Date
Text Symbol: 012 = Coherent Hire Date
Text Symbol: 011 = Hire Date
Text Symbol: 009 = Name
Text Symbol: 005 = Job Code


INCLUDES used within this REPORT RPLLABS0_CE

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:

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_header.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' TABLES pphifi = hifi pp0000 = p0000 pp0001 = p0001.

HR_MONTHS_BETWEEN_TWO_DATES CALL FUNCTION 'HR_MONTHS_BETWEEN_TWO_DATES' EXPORTING i_datum_bis = p_endda i_datum_von = p_begda IMPORTING e_monate = p_diff.



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