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: 

Configuring shipping point as Trigger point for posting outbound idoc

Former Member
0 Kudos
483

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

4 REPLIES 4

Former Member
0 Kudos
168

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

Former Member
0 Kudos
168

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

0 Kudos
168

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

0 Kudos
168

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