cancel
Showing results for 
Search instead for 
Did you mean: 

print program for delivery output printing

Former Member
0 Kudos

Hi,

I need help with creating a custom smart form and print program for outbound delivery.

1. i want to know how to select data in my print program ? i mean how to i get the delivery number when the output type is executed.

2. What parameters are to be passed so that delivery opens as soon as the output type is processed.

Thank you.

Usha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Tocde --->NACE , choose V2, and u need to ask your Functional Consultant to Configure/Create an output Type so that you can assign the Print Program and the Smartform to it.

and in the Print Program write your code where TNAPR-SFORM. will contain your configured form name and NAST-OBJKY. will contain your Delivery #.

surya

Former Member
0 Kudos

Details of output triggered can be obtained from nast. By default structure nast is populated with the values when the print program is being processed. Field OBJKY is used for the delivery number; Application : V2

It could be enough to pass an internal table with item level details and an header structure. This more or less is dependent on the output desired.

Rgds,

Karthik