RPUTX3D0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With the report
If you would like to execute this report or see the full code listing simply enter RPUTX3D0 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: SO_BTRTL = D Personnel Subarea
Selection Text: SO_ENDDA = D End of Statement Period
Selection Text: SO_LFDNR = D Sequence Number
Selection Text: SO_NDTIC = D Ticket Number Data
Selection Text: SO_PERNR = D Personnel Number
Selection Text: SO_TFTIC = D Tkt No. of Transfer Header
Selection Text: SO_WERKS = D Personnel Area
Title: Elster Employment Tax Statement: Reset Test Data
Text Symbol: 003 = Reset Test Data
Text Symbol: 004 = Reset
Text Symbol: 007 = Reset Data Records
Text Symbol: 008 = The selected data records are reset
Text Symbol: 009 = Reset to status New?
Text Symbol: 012 = Display Data Recs
Text Symbol: 013 = Result:
Text Symbol: 014 = data records selected.
Text Symbol: 015 = Display All?
Text Symbol: 016 = More Than 1,000,000 Data Records Were Selected
INCLUDE RPCTXZD0_GLOBALS.
INCLUDE RPUTX3D0_IMPLEMENTATION.
INCLUDE RPCTXZD0_HEADER.
INCLUDE RPCTXZD0_FORMS.
INCLUDE RPUTX3D0_PBO.
INCLUDE RPCTXZD0_PAI.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUTX3D0 - documentation and ABAP source code RPUTX3D0 - documentation and ABAP source code RPUTX2D0 - documentation and ABAP source code RPUTX2D0 - documentation and ABAP source code RPUTX1D0 - Test Report to Read Electronic Wage Techn. Customizing RPUTX1D0 - Test Report to Read Electronic Wage Techn. Customizing