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: 

Need to split ASN at HU level

I need to split the ASN at the HU level. Otherwords, I need to send an ASN for each packed HU.

Any suggestions?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi greg,

You could use output type procedure assigned at the item level .So that you can have the output proposed at the item level.

I hope this would help you out.

Thank you.

Regards,

Karun M

2 REPLIES 2

Former Member
0 Kudos

Hi greg,

You could use output type procedure assigned at the item level .So that you can have the output proposed at the item level.

I hope this would help you out.

Thank you.

Regards,

Karun M

0 Kudos

Hi Karen,

That's what I eventually did! I'm actually sending the ASN on the output of the HU now.

I'm calling my program from the output which gives me enough information to build the entire ASN and limit it to the HU that was outputted.

Thanks for your input! It was helpful!