Application Development 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: 

t-code for smartforms printing

Former Member
0 Kudos

Hello.

i wish to check my smartform with the test data available.i am not getting what is the t-code to test the smartfrom on the basis of transfer order number and warehouse.while checking,the spool is getting created by sp01 but the output is blank page and not the smartform.

please suggest,am i right ir there is another t-code to dry run it.

thanks in adv.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Get the function module generated by smartform.

Go to smartforms Tcode , enter your smartform name and press on test button.

you are directed to SE37 tcode , then go to display mode

and put a break point in FM .

No test it.

Regards,

Raju.

Former Member
0 Kudos

Hi,

You need to know how you are printing this smartform i.e through some output type or by using a separate print program.

Then you need to execute either one of them depending on your usage.

If you just want to check the structure of the smartform you can execute it directly in the smartform transaction itself. It will take you to a FM please execute it until you see your print preview.

Regards,

Pramod

Former Member
0 Kudos

thanks a lot!!

i got the answer...