cancel
Showing results for 
Search instead for 
Did you mean: 

PO - Meduruck form - to print delivery address at the line level

Former Member
0 Kudos

Hi,

My requirement is to print Ship to address in th Medruck form. There are two scenarios, printing at the header window and printing the ship to address at the line item level. If the addrees is printed at the line item level header ship to address should be blanck.How it can be done?

The conditions to print ship to address at the line level in the form are,

1. when the delivery address is not the same for each line item or if it is over written

2. two different plant for two diffenrent line

Your inputs are most appreciated.

thanks,

Ariff

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Case 1 :

There are two scenarios, printing at the header window and printing the ship to address at the line item level. If the addrees is printed at the line item level header ship to address should be blanck.How it can be done?

For above In driver Program check The address in item level if it is Empty then only Call Write_Form for Header Window.

Case 2 : Could you please give clear Spec??? for

The conditions to print ship to address at the line level in the form are,

1. when the delivery address is not the same for each line item or if it is over written

2. two different plant for two diffenrent line

Former Member
0 Kudos

Hi,

You can have the code to check for the item level delivery address is same for all the items in the PO or not in the print program.

If same then check a flag and control the calling of the delivery addresse accordingly in the print program itself.

Regards,

Ram