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

Using DESADV

Former Member
0 Likes
654

Hi Experts,

Can we use inbound DESADV message type to create a outbound delivery for Stock Transfer Order. If yes how can we create it means what are all the field do i need to pass.

If not what is the best way to create a delivery for a stock transfer order. We are using 4.7 system.

Please sugest.

Thanks

Neha.

1 REPLY 1
Read only

Former Member
0 Likes
419

Hi Neha,

You can create out of an inbound desadv idoc what ever you want. in the report that processes the idoc you can create an outgoing idoc of different type. you can read missing data from the sap tables, you can call bapis and so on.

Keep in mind to set the status of your desadv inbound idoc correspondingly.. if your process worked then to 53 for example, if your process did not work set it to 51 to have the chance of reprocess it after you edited the idoc (for example).

It is possible to set your oun status to the idoc if you fail to process it.

Its quite lots of work in front of you but it is possible. I did something simmilar with in bound orders.

Regards

Manfred