RPT_SUBSTITUTIONS_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_SUBSTITUTIONS_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: PROTOCOL = Detail Log
Selection Text: P_COMENT = Note for Archiving Session
Selection Text: P_DATE = Destroy Until
Selection Text: P_DELTST = Delete with Test Variant
Selection Text: P_MOLGA = Country Grouping
Selection Text: P_PROT = Detail Log
Selection Text: P_RUNDES = Description
Selection Text: P_RUNID = Run ID
Selection Text: P_WRIPRD = Test Mode
Selection Text: P_WRITST = Test Mode
Selection Text: SO_GRP = Infotype/Subtype Group
Selection Text: TESTRUN = Test Run
Title: Destroy: Write Program for Substitutions (HRTIM_SUBS)
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_SUBSTITUTIONS_WRITE - Destroy: Write Program for Substitutions (HRTIM_SUBS) RPT_SUBSTITUTIONS_WRITE - Destroy: Write Program for Substitutions (HRTIM_SUBS) RPT_SUBSTITUTIONS_PRE - Destroy: Preprocessing Program for Substitutions (HRTIM_SUBS) RPT_SUBSTITUTIONS_PRE - Destroy: Preprocessing Program for Substitutions (HRTIM_SUBS) RPT_SUBSTITUTIONS_DELETE - Destroy: Delete Program for Substitutions (HRTIM_SUBS) RPT_SUBSTITUTIONS_DELETE - Destroy: Delete Program for Substitutions (HRTIM_SUBS)