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

Material Master updation using batch job

Vijay
Active Contributor
0 Likes
567

hi all,

i have created a batch job using fm BATCH_OPEN, BATCH_SUBMIT AND BATCH_CLOSE calling another report form main report to update material master.

now when execute main report the job executed but it is not updating material master nor showing any error or success messages, i have thrown , in job log .

but when i use to debug by main report and checking calling , submission and closing of batch it updates the material master and displays the messages as well in job log.

any pointer will be highly appreciated.

regards

vijay

3 REPLIES 3
Read only

vinod_vemuru2
Active Contributor
0 Likes
494

Hi Vijay,

R u doing commit work after calling these FMs. If not give

COMMIT WORK AND WAIT after these FMs. Hope this will solve ur problem.

Thanks,

Vinod.

Read only

Vijay
Active Contributor
0 Likes
494

hi

thanks for ur reply..

yes i am doing commit and tried with wait as well but it is still not working

Read only

0 Likes
494

Hi Vijay,

Try submitting the standard report rsbdcsub instead of these FMs. I am not able to find these FMs in 4.6c and 4.7.

Thanks,

Vinod.