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

display form

Former Member
0 Likes
6,626

if i want to display , how does the form look like , how to check?

i tried like this , Tcode - smartforms, enter the form name, click display, it is taking me inside the form, i want to see the preview , how would it look like in an actual printout. i am not getting any option in menu.

please help

jyoti kamal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,142

Hi ,

In order view the output of the form/preview,

Execute the Form -F8

You will see the Function module Again Execute.

you will then see a screen where there is a print option and print preview option.

Click on print preview to just check the preview..

Thank you

2 REPLIES 2
Read only

Former Member
0 Likes
5,142

Smartforms are linked to transactions via message control, they need a driver program which passes data to the generated function module. So often the "test" button on smartforms transaction is not useful to see the output as the function module would need data to run.

I would suggest you to find out the driver program / message control setup for the smartform and then drive it through the transaction printing functionality. For example, print invoice via VF03

Read only

Former Member
0 Likes
5,143

Hi ,

In order view the output of the form/preview,

Execute the Form -F8

You will see the Function module Again Execute.

you will then see a screen where there is a print option and print preview option.

Click on print preview to just check the preview..

Thank you