SAP Reports / Programs | Personnel Management | Personnel Administration | Germany(PA-PA-DE) SAP PA

RPLSVWD0 SAP ABAP Report - Display Value Credits and Disruptive Event SI Income Threshold Deficit







RPLSVWD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display of value credits and income threshold deficit for disruptive events Display value credits from a flexible working hours policy, along with the corresponding income threshold deficit for disruptive events...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 RPLSVWD0 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_M01_LSVWD0 - Display Value Credit and SI ITD


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 RPLSVWD0. "Basic submit
SUBMIT RPLSVWD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSVWD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Disr. Ev. SI Inc.Thr.Defic.and Value Credit All Amounts in &1...
Title: Display Value Credits and Disruptive Event SI Income Threshold Deficit
Text Symbol: GFB = Part-Time
Text Symbol: H01 = Personnel No.
Text Symbol: H10 = Total Value Credits for All Personnel Numbers
Text Symbol: H20 = Stats.
Text Symbol: H30 = Total Value Credits per Period
Text Symbol: P10 = Output Control
Text Symbol: P11 = Number of Columns/Page
Text Symbol: P13 = Indent (Columns)
Text Symbol: P14 = Output as
Text Symbol: P15 = Print List
Text Symbol: P16 = ALV
Text Symbol: P20 = Program Control
Text Symbol: P21 = List by Personnel Number
Text Symbol: P22 = Value Credit Statistics
Text Symbol: RKO = Est
Text Symbol: RKR = Legal Area
Text Symbol: RKW = West
Text Symbol: S10 = Selected Personnel Numbers
Text Symbol: S20 = Personnel Nos w/o Value Credits
Text Symbol: S30 = Personnel Nos with Value Credits
Text Symbol: SVF = SI Exem
Text Symbol: 001 = Fr
Text Symbol: 002 = To
Text Symbol: 010 = Period
Text Symbol: 011 = Disruptive Events
Text Symbol: A01 = Exm Reg.
Text Symbol: A02 = Exm NRP
Text Symbol: A03 = Accru.
Text Symbol: A04 = Level
Text Symbol: A05 = Disr.Ev.
Text Symbol: A06 = ER Contr.
Text Symbol: A07 = Stat. 2008
Text Symbol: A08 = Transf VCr
Text Symbol: A09 = PT
Text Symbol: A10 = Ext
Text Symbol: A11 = HI ITD





Text Symbol: A12 = PI ITD
Text Symbol: A13 = UI ITD
Text Symbol: A14 = CI ITD
Text Symbol: A15 = Transf ERC
Text Symbol: A20 = Total
Text Symbol: A21 = Act.
Text Symbol: E01 = Error determining the local currency on date:
Text Symbol: ERW = EC Reduction


INCLUDES used within this REPORT RPLSVWD0

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:

SET_PRINT_PARAMETERS call function 'SET_PRINT_PARAMETERS' exporting line_size = c_linsz.

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '01' begda = p_datum importing waers = p_waers exceptions others = 1.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = p_datum foreign_amount = p_betrg foreign_currency = p_from_cur local_currency = p_to_cur importing local_amount = p_betrg exceptions others = 1.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = param-report i_structure_name = wa_ref_tab-strucname IS_LAYOUT = ls_layout IT_FIELDCAT = fieldcat it_events = g_alv_eventtab is_print = ls_prnt tables t_outtab = .

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = wa_ref_tab-r_headtab->*.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = param-report i_structure_name = wa_ref_tab-strucname IS_LAYOUT = ls_layout IT_FIELDCAT = fieldcat it_events = g_alv_eventtab is_print = ls_prnt tables t_outtab = EXCEPTIONS others = 1.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = p_eventtab[] exceptions others = 1.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = p_strucname changing ct_fieldcat = p_fieldcat[] exceptions others = 1.



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