RPT_MATERNITY_WRITE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program for the destruction of data using the archiving object
If you would like to execute this report or see the full code listing simply enter RPT_MATERNITY_WRITE 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: P_RUNDES = Description
Selection Text: PROTOCOL = D .
Selection Text: P_COMENT = D .
Selection Text: P_RUNID = D .
Selection Text: TESTRUN = D .
Title: Destroy: Write Program for Maternity Protection (HRTIM_MAT)
Text Symbol: 000 = Selection Parameters
Text Symbol: 002 = Selection Subtype Group
INCLUDE RP_PA_WRI_DATA.
INCLUDE HCMDP_PARC_RUNID.
INCLUDE HCMDP_ARCH_WRITE_PRG_STD.
INCLUDE RP_HCMDP_WRI_PROG_EVENTS.
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.
RPT_MATERNITY_WRITE - Destroy: Write Program for Maternity Protection (HRTIM_MAT) RPT_MATERNITY_WRITE - Destroy: Write Program for Maternity Protection (HRTIM_MAT) RPT_MATERNITY_PRE - Destroy: Preprocessing Program for Maternity Protection (HRTIM_MAT) RPT_MATERNITY_PRE - Destroy: Preprocessing Program for Maternity Protection (HRTIM_MAT) RPT_MATERNITY_DELETE - Destroy: Delete Program for Maternity Protection (HRTIM_MAT) RPT_MATERNITY_DELETE - Destroy: Delete Program for Maternity Protection (HRTIM_MAT)