cancel
Showing results for 
Search instead for 
Did you mean: 

Testing a Form

Former Member
0 Kudos

Hi,

please tell me how to test a form and printing a form ,

Thanks & Regards

Ramprasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

First test the form(script) from the menu

FORM->CHECK -> DEFINITION->TEXTS

this is simple check..

then after activating the form after assigning to Output and Program

execute the script from the respective Transaction and see the output..

based on the output you have to do changes..

If needed Activate the Debugger and execute the output and thecheck for the field values.

Reward points for useful Answers

Regards

Anji

Answers (1)

Answers (1)

anversha_s
Active Contributor
0 Kudos

hi,

<u><b>DEBUG Smartform</b></u>:

1) One way to debug smartform is to debug the Function Module of that smartforms.

If you want to debug particular smartform node that the solution would be,

insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.

So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.

2) SFTRACE can be used for debugging SMARTFORMS.

Read More here.

http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

Regards

Anversha