‎2010 Dec 01 5:55 AM
Hi Friends,
I'm creating output type ZET1 for shipment. and creating a new'Z' program but its not a print program.
i'm going to assingn the program in TCode nace.
my problem is,
How would we receive the shipment number in the new' Z' program from VT02N or VT01N? we have to create a routine OR import parameter id?
Thanks In Advance
vallamuthu.M
‎2010 Dec 01 6:03 AM
Your Z program needs a form that is called from the shipment transaction (VT02N). The form is setup in NACE. To transfer data from shipment transaction to your Z program need to declare a global TABLES NAST or include RVADTABL in where this table is already defined. Then when your form is called the shipment number is in NAST-OBJKY.
Regards Jack
‎2010 Dec 01 6:03 AM
Your Z program needs a form that is called from the shipment transaction (VT02N). The form is setup in NACE. To transfer data from shipment transaction to your Z program need to declare a global TABLES NAST or include RVADTABL in where this table is already defined. Then when your form is called the shipment number is in NAST-OBJKY.
Regards Jack