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: 

Triggering outbound idoc from the transaction VL01N

Former Member
0 Kudos

Hi,

I have requirement where in which i need to create outbound idoc of sales and delivery data as soon as VL01n transaction is saved,Pls let me know how we can achived this , the Idoc needs to be triggered immediatly after saving VL01n transaction.

Thanks

Ravi

4 REPLIES 4

Former Member
0 Kudos

Search the forum. This question would have been asked before.

I hope others will respond in the same way.

Former Member
0 Kudos

Hi Ravi,

Goto t-code NACE, select Shipping and press push button 'Output Types', now you will get the output type for delivery and you can configure you own output meduim in this screen.

select the meduim & assign the require parameters.

and goto VL01N and create a delivery and now you can goto extrats-> delivery out put-> header, here you can assign the output type that has been confugured perviously.

-hope this helps

0 Kudos

>

> Hi Ravi,

>

> Goto t-code NACE, select Shipping and press push button 'Output Types', now you will get the output type for delivery and you can configure you own output meduim in this screen.

> select the meduim & assign the require parameters.

>

> and goto VL01N and create a delivery and now you can goto extrats-> delivery out put-> header, here you can assign the output type that has been confugured perviously.

>

> -hope this helps

You could of instead told them to search the forum like I did. Instead you chose to give him the answer, even though it is not the full answer. After they have done what you ask, what result would you expect form the output record on the delivery. I will tell you, it will not process, why, because you have not mentioned anything about partner profiles and the output control.

But I hope you get the points for you reponse and you sleep well.

0 Kudos

Hi,

On creation of delivery in VLO1N , the outbound idoc needs to be triggered and this will be send to one more system where they will needs sales and delivery data as an idoc to create in their system, I am using orders05 idoc type and is there any way i can configure in the output type of the transaction vlo1n transaction my process code and outbound funtion module IDOC_OUTPUT_ORDERS , since i have some transformation rules in my mapping sheet and i need to take care in some user exit before sending the idoc to the receiver.

Thanks

Ravi