SAP Reports / Programs

RPUPSCT2 SAP ABAP Report - Checking validity PSc in IT0006 and IT0009







RPUPSCT2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPUPSCT2 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 RPUPSCT2. "Basic submit
SUBMIT RPUPSCT2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPSCT2 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: SUBTY = Address type (subtyp IT0006)
Selection Text: PSC = PSÈ
Selection Text: COUNTRY = State for check PSÈ
Selection Text: CHECK9 = Checking PSÈ in IT0009
Selection Text: CHECK6 = Checking PSÈ in IT0006
Title: Checking validity PSc in IT0006 and IT0009
Text Symbol: ZRM = Auswertungszeitraum: tt.mm.jj bis tt.mm.jj
Text Symbol: T02 = Naètení PSÈ do tabulky T5T51
Text Symbol: T01 = Checking PSÈ in infotypes
Text Symbol: STT = Stichtag: tt.mm.jj
Text Symbol: S02 = Education
Text Symbol: 026 = Os.èíslo ÚèOk PerO DPOb Styp PSÈ v IT9 PSÈ
Text Symbol: 025 = Os.èíslo ÚèOk PerO DPOb Styp PSÈ v IT6 PSÈ
Text Symbol: 024 = Výpis chybných PSÈ v IT0009
Text Symbol: 023 = Výpis chybných PSÈ v IT0006
Text Symbol: 022 = Výpis chybných koncù platnosti PSÈ v IT0009
Text Symbol: 021 = v T5T51 v IT0009
Text Symbol: 020 = Os.èíslo ÚèOk PerO DPOb Styp PSÈ v IT9 PSÈ DO
Text Symbol: 019 = Os.èíslo ÚèOk PerO DPOb Styp PSÈ v IT9 PSÈ OD
Text Symbol: 018 = Výpis chybných zaèátkù platnosti PSÈ v IT0009
Text Symbol: 017 = Os.èíslo
Text Symbol: 016 = ale záznam v IT0006 je platný do
Text Symbol: 015 = v T5T51 v IT0006
Text Symbol: 014 = Os.èíslo ÚèOk PerO DPOb Styp PSÈ v IT6 PSÈ DO
Text Symbol: 013 = Os.èíslo ÚèOk PerO DPOb Styp PSÈ v IT6 PSÈ OD
Text Symbol: 012 = Výpis chybných koncù platnosti PSÈ v IT0006
Text Symbol: 011 = Výpis chybných zaèátkù platnosti PSÈ v IT0006
Text Symbol: 010 = PSC Název po¹ty Zaè.Plat. Konec plat.
Text Symbol: 009 = Záznamy v tabulce T5T51
Text Symbol: 008 = Seznam nových po¹t od poslední aktualizace po¹t
Text Symbol: 007 = Seznam po¹t, které zanikli od poslední aktualizace po¹t
Text Symbol: 006 = Data ulo¾ena do tabulky T5T51
Text Symbol: 005 = Data ze souboru naètena, probìhe konverze
Text Symbol: 004 = Data nebylo mo¾no naèíst
Text Symbol: 003 = ----------------------
Text Symbol: 002 = Zápis do tabulky T5T51
Text Symbol: 001 = Tabulka T5T51 byla vymazána


INCLUDES used within this REPORT RPUPSCT2

INCLUDE RPC2CD00.




INCLUDE RPC2RX01.
INCLUDE RPC2RX02.
INCLUDE RPC2RTT0.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.


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:

HR_CZ_HIRE_FIRE * CALL FUNCTION 'HR_CZ_HIRE_FIRE' * TABLES * PPHIFI = PPHIFI * PP0000 = P0000 * PP0001 = P0001.



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