FMCA_TRM_ESH_DELTAS 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 report to identify new, changed, and deleted form bundles as of a specified date and time and call Enterprise Search to create a change pointer for object
If you would like to execute this report or see the full code listing simply enter FMCA_TRM_ESH_DELTAS 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: CHG_DATE = Changes since
Selection Text: RB_TMST = Enter date/time
Selection Text: RB_TODAY = Use today's date
Title: Change Pointers for Form Bundle Enterprise Search
Text Symbol: 001 = New form bundles
Text Symbol: 002 = Changed form bundles
Text Symbol: 003 = Deleted form bundles
Text Symbol: 004 = Change pointers created for:
No INCLUDES are used within this REPORT code!
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.
FMCA_TRM_ESH_DELTAS - Change Pointers for Form Bundle Enterprise Search FMCA_TRM_ESH_DELTAS - Change Pointers for Form Bundle Enterprise Search FMCA_TF_VC_SUB - Program for subroutines used in View Cluster VC_FMCA_TF_FORM FMCA_TF_VC_SUB - Program for subroutines used in View Cluster VC_FMCA_TF_FORM FMCA_RETURN_DELETE_WF01 - FMCARETURNDELETEWF01 FMCA_RETURN_DELETE - FMCARETURNDELETE