‎2009 May 28 3:37 AM
Hi all,
I have a requiremnet for PP to reset the collective availability check (MDVP).I created a BDC to obtain data for the given date and to check it and then do the reset.
The program works fine and resets the data when run in any mode viz : A,N ,E.
But when we try to schedule it has a background job ,it doesnt even run but the job log doesnt show any error, only states complete in ' 0 ' secs time.When we tried the standardad TCode ( MDVP) in background, observed the same thing.
I think this is bcos wen scheduling backgroundjob, a print option screen comes up but not sure or else if any GUI FM is used in it . anyway to avoid it ? or
Is there any other way to run the program as background job, else any BAPI or FM.
Thanks,
Kavitha
‎2009 May 28 6:11 AM
Hi Kavitha ,
As because it is stating 'only states complete in ' 0 ' ' ,I think there is some problem
during background execution.
Please check the transactions SM36 and SM37.
SM36 and SM37 are difine back ground job and job selection respectively.
In SM37 you can execute the background job , that is created in SM36.
If you use the session method you can use the Std. program RSBDCSUB for
Batch input for all session.
Regardfs
Pinaki
‎2009 May 28 6:11 AM
Hi Kavitha ,
As because it is stating 'only states complete in ' 0 ' ' ,I think there is some problem
during background execution.
Please check the transactions SM36 and SM37.
SM36 and SM37 are difine back ground job and job selection respectively.
In SM37 you can execute the background job , that is created in SM36.
If you use the session method you can use the Std. program RSBDCSUB for
Batch input for all session.
Regardfs
Pinaki
‎2009 May 28 7:00 AM
‎2009 May 28 7:08 AM
Hi Kavitha,
Try out with ticking the option list based display and do the re recording again.
It solves your problem. In the program ( Hope its in ECC 6) ALV classes have been used and will not be supported through BDC. If you select the list option , then probably it works.
Regards.
Sai