Application Development 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: 

Simulating Delivery creation and Picking

Former Member
0 Kudos

Hi All,

I have a requirement to create an FM which could perform SIMULATION of delivery create and simulate togther. Does anybody has any thought on this?

Thanks,

Prakash Pandey

4 REPLIES 4

krishnendu_laha
Active Contributor
0 Kudos

Hello Friend,

For delivery

BAPI_OUTBOUND_DELIVERY_CREATE (if it is inbound then INBOUND)

For picking or packing

BAPI_GOODSMOVEMENT_CREATE

Please check the movement type applicable for your case

*{check the correct spelling of the FMs!!)

Thanks

Krish

0 Kudos

This may not solve my purpose. I want the simulation of delivery creation and picking to be done together. The BAPI_GOODSMOVEMENT_CREATE will give an error message unless the delivery is not commited to the database.

Any more ideas?

Thanks,

Prakash Pandey

krishnendu_laha
Active Contributor
0 Kudos

Hello,

I can remember that we can make delivery and picking through configuration also...

but how to do..I do not know...functional people can tell better

Thanks

0 Kudos

Hiw do we do it via BAPI?