‎2006 Oct 27 5:11 AM
Hi All..
I am working on a smartform, here form will be get printed when User clicks 'Print' in CO03 screen.
I am having form and Print Program.
Now i would like to know, how system will trigger the print program when End User selects particular Production Order in CO03 screen and selects PRINT option..??
To observe this functionlaity, where (Which lines of the code) should i look in the code..????
‎2006 Oct 27 7:40 AM
All print programs & smartforms for production orders are maintained in transaction OPK8.
So, whenever a user gives print, the system gets the related print program & smartform from the above specified settings.
‎2006 Oct 27 5:38 AM
Please Look in to the NACE transaction for Any given Out Put type there will be associated form and its print program attached hence that print Program will be called when Button is clicked
Mark the use full answers
‎2006 Oct 27 5:49 AM
hi
good
if you r going to co03 and you r giving the production order and givinng the print option internally it ll call your print pgogram using the function module,and it ll print the data ,
if you look for the standard program is uses some function module which calls the print program and the smartforms report internally and print them accordingly.
thanks
mrutyun^
‎2006 Oct 27 7:40 AM
All print programs & smartforms for production orders are maintained in transaction OPK8.
So, whenever a user gives print, the system gets the related print program & smartform from the above specified settings.