‎2010 Mar 05 11:11 AM
Hi,
I have a requirement where in I have to modify all the articles (MARC-MATNR) which are
specified in the selection screen of a report. This report would be running in back ground
for every one hour. user would not be entering input in the selection screen, since report
would be running as a bactch job. whenver the article is changed and new article is created
my report has to get triggerred.But it does not mean that the program should be run at the
very moment a new article is created or changed. It just means that program should run for
only those records which have undergone any of the below 4 changes in the last 1 hour
( 1.Supply source field MARC-BWSCL is changed for a article
2.vendorEORD-LIFNR is changed for a article
3. new purchasing source list is added (EORD Records) for a article.
4. new article is created).
Can anyone please tell me how to proceed with this requirement
Thanks in advance
Ram Devi
‎2010 Mar 05 1:44 PM
Ram,
i would deal with CDHDR and CDPOS (Change History) on Object MATERIAL for this one.
Check out at SE16
Save UDATE & UTIME of the last Report-Run in TVARVC (or the like)
Start next run on CDHDR-UDATE/UTIME ge last run
Cheers
carsten