2010 May 26 6:41 AM
Hello All,
I have a requirement that on saving an Outbound Delivery(VL02N), an Outbound Idoc should be posted...but the condtion for posting the idoc should be its shipping point. I am not sure how to configure shipping point as the trigger point for the idoc.
Please suggest.
Thanks for your co-operation.
Regards
Anand
2010 May 26 6:57 AM
Hi,
Create the output type with the access sequence 0012(Shipping Point) or 0010 (DlvType/Shipping Point). If you are using the standard IDOC, then copy the output type LAVA and then change the access sequence from 0005 to 0012/0010. Assign this output type to the delivery type.
Do the remaining configuration related to Outbound IDOC.
Regards
Vinod
2010 May 26 7:20 AM
Create a custom output type & condition table. In Condition table include one field for Shipping point.
Create condition records based on the shipping point. So that you can make sure that only certain shipping points EDI output will be triggered and idoc got generated.
--
Reddy
2010 May 26 9:38 AM
Hi Reddy,
Thanks a lot for your valuable inputs, but I would earnestly request you to describe each step in details including the t-codes etc...as I am totally new in this area.
Thanks a lot for your co-operation.
Regards
Anand
2010 May 26 10:18 AM
Hi Anand,
1. Go to transaction: NACE & select application V2 and click on output types.
2. change display <->Change mode.
3. select LAVA and press F6 (to copy Standard output type LAVA to ZLAV).
4. Give ur Z name for the new custom output type.
5. change access sequence from 0005 to 0012(shipping point).
6. Press ENTER and click copy all.
7. Now goto trasaction VV21, give the created output type name. ENTER
8. Maintain entries, shipping point, customer#, Medium as '6' ...etc
Now try VL01N with the given shipping point and check the output ZLAV has been triggered or not?
Let's see, if we miss any configs still!
Keep this as reference:
http://www.erpgenie.com/sapedi/messagecontrol.htm
--
Reddy