cancel
Showing results for 
Search instead for 
Did you mean: 

passing a variable to the driver program ?

Former Member
0 Kudos

Hi people,

I have a created a purchse order in smartforms and developed a Z driver program and now the problem is about passing

the purchase order number to my Z program ( I cannot use parameter statement in my program because my Z program

is going to sit in NACE and the user will see the standard screen where he will enter the purchase order number ).

now how should i pass my value to my Z driver program ?

thanks,

siva

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi,

Once you do your NACE seetings, the purchase order number gets passed to your driver program VIA the communication structure NAST.

More precisely, the Purchase order number will be contained in the variable NAST-OBJKY

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi,

Can u please elaborate the steps involved inj these process ? I mean to capture the variable ( from nast ) and how to

use in my driver program ?

Answers (0)