Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change pointer for article

Former Member
0 Likes
404

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

1 REPLY 1
Read only

Former Member
0 Likes
308

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