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

Former Member
0 Likes
446

Hi all,

We are calling transaction VL01 in batch input to create deliveries using a program for delivery due list. How ever we are unable to create deliveries for transport stock orders. Why

Thanks,

Das.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
384

Hi,

Batch-inputs can not be used to fill the "delivery due list" screen because it is not a dynpro. This is a standard SAP report. A SAP report (check with "System -> Status") may be called using SUBMIT sentence with the appropriate options . It is preferred to call a report than create a Batch-input program

Reward points if found helpfull...

Cheers,

Chandra Sekhar.

2 REPLIES 2
Read only

Former Member
0 Likes
384

Just check if the same program contains the code to handle stock transport order ?

If it contains the code then try running the program in all screen mode and check what is missing .

Vijay

Read only

Former Member
0 Likes
385

Hi,

Batch-inputs can not be used to fill the "delivery due list" screen because it is not a dynpro. This is a standard SAP report. A SAP report (check with "System -> Status") may be called using SUBMIT sentence with the appropriate options . It is preferred to call a report than create a Batch-input program

Reward points if found helpfull...

Cheers,

Chandra Sekhar.