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: 

test the form

Former Member
0 Kudos
101

hi

How did you test the form u developed? How did you taken print?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
78

Hi

Ensure that Proper form is attached to proper output type and program in NACE tcode.

Then go to the relavent application Transaction:

for example Sales order means from VA02 Tcode

Pur order means from ME9F tcode

so execute the Output from the relavent tcode and give the printer name and issue the output to Screen/ or printer and see the output.

Reward points for useful Answers

Regards

Anji

4 REPLIES 4

Former Member
0 Kudos
79

Hi

Ensure that Proper form is attached to proper output type and program in NACE tcode.

Then go to the relavent application Transaction:

for example Sales order means from VA02 Tcode

Pur order means from ME9F tcode

so execute the Output from the relavent tcode and give the printer name and issue the output to Screen/ or printer and see the output.

Reward points for useful Answers

Regards

Anji

kiran_k8
Active Contributor
0 Kudos
78

Vennila,

You have to attach your smartform or script to an print program in NACE.

For all the forms which are not attached to the print program you can see in TTXFP tables and attached to the print program you can see in TNAPR table.

K.Kiran.

Former Member
0 Kudos
78

After developing the smartform Press F8, you'll encounter a screen which displays the function module generated by the smartform, execute that FM by giving input parameters.

You'll get a pop up window having different options , Print preview, Print etc...

Press Print Preview and check the output.

Regards,

Pavan P.

Former Member
0 Kudos
78

answered