RPUTA3D0 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 RPUTA3D0 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_ANPRJ = D Registration Period Year
Selection Text: SO_ANPRM = D Registration Period Month
Selection Text: SO_BTRTL = D Personnel Subarea
Selection Text: SO_LFDNR = D Sequence Number
Selection Text: SO_NDTIC = D Data Ticket no.
Selection Text: SO_TFTIC = D Tkt No. of Transfer Header
Selection Text: SO_WERKS = D Personnel Area
Title: Elster Employment Tax Notification: 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?
INCLUDE RPCTAZD0_GLOBALS.
INCLUDE RPUTA3D0_IMPLEMENTATION.
INCLUDE RPCTAZD0_HEADER.
INCLUDE RPCTAZD0_FORMS.
INCLUDE RPUTA3D0_PBO.
INCLUDE RPCTAZD0_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.
RPUTA3D0 - documentation and ABAP source code RPUTA3D0 - documentation and ABAP source code RPUTA1T0 - documentation and ABAP source code RPUTA1T0 - documentation and ABAP source code RPUT5R2B - HR-SG: convert table T5R2B from release 3.x to 4.x RPUT5R2B - HR-SG: convert table T5R2B from release 3.x to 4.x