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

Automation delivery

Former Member
0 Likes
657

Hi all,

Please help me.  Is there any approach to create automation delivery to eliminate manual entry for below transactions?

1.create the delivery(VL10F)

2.create the shipment(VT01N)

3.delivery on the shipment(vl02n)

4.mail copy to receiver ware house.

Thanks,

Vamshi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

Hi Vamshi,

I had a similar type of requirement where i need to automate four transactions.

There i used BDCs for the four transactions. I created one screen, where initial entry is required, and then based on that all for BDCs are run.

You need to be careful about the data fetching as you are giving one or two entries like sales order number, or Purchase Order Number. After one BDC, you need to fetch the data and use it in another transaction.

Hope this helps you.

Regards,

Sumit

3 REPLIES 3
Read only

Former Member
0 Likes
522

Hi Vamshi,

I had a similar type of requirement where i need to automate four transactions.

There i used BDCs for the four transactions. I created one screen, where initial entry is required, and then based on that all for BDCs are run.

You need to be careful about the data fetching as you are giving one or two entries like sales order number, or Purchase Order Number. After one BDC, you need to fetch the data and use it in another transaction.

Hope this helps you.

Regards,

Sumit

Read only

0 Likes
521

Hi Sumit, thanks for your info.

Initially i have to pick up file from ftp server.this file contains material,plant and delivery plant

these three  values  are input in tcode MD04(Schedule Agreement)

based on this condition i have to get the schedule agreement No and item info.

then i have to use 4 transactions which i mentioned earlier for automation.

can i use bapi FM  for above 4 transactions?how many hrs takes to develop this requirement?

Read only

Former Member
0 Likes
521

Hi ,

you can use the standard bapi's ,if there are any to create deliveries automatically.

or We can develop the BDC  recording and then copy the recording  as ZPROGRAM and execute with submit statement as

SUBMIT ZPROGRAM .

Regards

khaleel