cancel
Showing results for 
Search instead for 
Did you mean: 

Print HU label from Outbound delivery using output determination

former_member226234
Contributor
0 Kudos

Hi,

We have a business requirement to print HU labels from outbound delivery. The steps followed are

1) User executes VL02N

2) User clicks on packing

3) Material is entered to pack. HU is automatically generated.

4) After saving the delivery, output message is triggered.

Output determination is as follows

1) An Z output type is created.

2) Form entry and smartform name is assigned to this output type

Issue:

The issue is when the output message is triggered and the code in the form entry is executed, the handling unit (from nast) is not yet committed in the database. Since it is not updated in the database table, we cannot get any handling unit data to be printed.

Any inputs on how to print HU labels using output determination from outbound delivery is appreciated.

Thanks,

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check VL74 Tcode for HU Printing

surya

former_member226234
Contributor
0 Kudos

Hi Surya,

Thanks for the reply. But, my question was how to print labels from VL02N when i pack a material on this delivery.

Regards,

Sandeep

Former Member
0 Kudos

find a user exit....export the required data to memory......when the form triggers..import your required data in your form....

Answers (1)

Answers (1)

0 Kudos

Can anyone give me a slight description of customizing to do the printing of HU lables for outbound delivery ?

Thanks you !