SAP Reports / Programs | Payroll(PY) SAP PY

RPUZPLT0 SAP ABAP Report - Work with tab.T5TA2 - Collective order HI







RPUZPLT0 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 RPUZPLT0 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 RPUZPLT0. "Basic submit
SUBMIT RPUZPLT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUZPLT0 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: P_TEST = Test
Title: Work with tab.T5TA2 - Collective order HI
Text Symbol: VD2 = Datum bìhu èas ZP Poè.osob
Text Symbol: VD1 = PØEHLED DÁVEK
Text Symbol: V03 = Pro výmaz pøipraveno záznamù:
Text Symbol: V02 = Chyba pøi výmazu
Text Symbol: V01 = Výmaz proveden. Poèet záznamù:
Text Symbol: O03 = Pro obnovu pøipraveno záznamù:
Text Symbol: O02 = Chyba pøi obnovì
Text Symbol: O01 = Obnova provedena. Poèet záznamù:
Text Symbol: M01 = Zvolte identifikaci bìhu
Text Symbol: ES1 = Uveïte identifikaci bìhu !
Text Symbol: EP1 = Nemáte oprávnìní na v¹echny pracovníky v dávce
Text Symbol: D01 = Run
Text Symbol: 008 = Set action
Text Symbol: 007 = display run
Text Symbol: 006 = recovery run
Text Symbol: 005 = delete run
Text Symbol: 004 = Action
Text Symbol: 003 = Time code
Text Symbol: 002 = Run date
Text Symbol: 001 = Identification


INCLUDES used within this REPORT RPUZPLT0

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = my_report dynumb = sy-dynnr TABLES dynpfields = dynr.

HRCZ_POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'HRCZ_POPUP_WITH_TABLE_DISPLAY' EXPORTING endpos_col = 45 endpos_row = 15 startpos_col = 25 startpos_row = 6 titletext = text-m01 IMPORTING choise = pozice TABLES valuetab = it EXCEPTIONS break_off = 1 OTHERS = 2.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = my_report dynumb = sy-dynnr TABLES dynpfields = dynr.



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