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 forms

Former Member
0 Likes
807

hello SDNs ,

is it possible to debug SMARTFORMS?

thanks in advance.

aravind.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
778

yes.

Check the links;

Regards,

ravi

6 REPLIES 6
Read only

Former Member
0 Likes
778

Hi ,

Yes , it is possible to debug smartforms.

Insert "BREAK-POINT" statement in smartform , wherever you want the control to stop.

it will stop at that point.

regards.

santosh.

Read only

Former Member
0 Likes
778

Yes.

Dynamic:

Generate the Smartform. You'll get a Function Module generated. Display the FM and search for the statement and place the Break-Point and execute.

Static:

Place the key word BREAK-POINT and execute.

Regds,

Vinodh.

Message was edited by: vinodh balasubramaniam

Read only

Former Member
0 Likes
778

Hai Aravind Naidu

SAP Script:

YOu Can debug a SAP Script by activating debugger in two ways 1.In SE71->Menu->Utilities->Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.

2. Goto se38-> RSTXDBUG ->Execute this same as going thru in se71-> Menu, now debugger will be activated.

Smartform:I am afraid , we dont have any direct commands or direct procedure to debug a script. But in indirect ways we can do it.

1.Put a command line before where you want check the value of smartform and write the code "BREAK-POINT"->hardcoded debugging.

2.You can debug the function module which generates the smartform.

Regards

Sreenivasulu P

Read only

Former Member
0 Likes
779

yes.

Check the links;

Regards,

ravi

Read only

Former Member
0 Likes
778

hi aravind,

Read only

Former Member
0 Likes
778

hai SDNS,

THANK YOU VERY MUCH. I GOT THE ANSWER.

ARAVIND.