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

Reset Collective Availability Check

Former Member
0 Likes
1,590

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,093

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,094

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

Read only

0 Likes
1,093

the same happens even wen using sm36

Read only

0 Likes
1,093

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