2013 Aug 31 3:06 PM
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.
2013 Aug 31 7:36 PM
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
2013 Aug 31 7:36 PM
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
2013 Sep 01 6:39 PM
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?
2013 Sep 02 7:08 AM
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