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

Batch input does not start from ABAP program automatically

Former Member
0 Likes
486

After migrating from 4.6c to ERP 5, batch input doesn't start automatic. The ABAP programs contains the function calls 'JOB_OPEN' 'JOB_CLOSE' etc. It works in 4.6c.

Do I have to run a spesific transaction to make this work? thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
424

Hi jan

In 5.0 to run Batch input you have to use

perform open_group.

perform close_group.

then you have to use sm35 to process the batch input

regards

kishore

Message was edited by: Harikishore Sreenivasulu

Read only

andreas_mann3
Active Contributor
0 Likes
424

Hi,

what's with program rsbdcsub?

Is it submitted ?

pls check.

Andreas