Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smart form Issue..

Former Member
0 Likes
514

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..????

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

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.

3 REPLIES 3
Read only

Former Member
0 Likes
484

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

Read only

Former Member
0 Likes
484

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^

Read only

Former Member
0 Likes
485

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.