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: 

smartfomrs

Former Member
0 Kudos

hai,

how to debugg the smartform tell me procedure?

scc1 what the tcode?

8 REPLIES 8

Former Member
0 Kudos

Hi

In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap Break Point.

http://www.allinterview.com/showanswers/33259.html

With Regards

Nikunj Shah

Former Member
0 Kudos

Hello Sri.

I would like to suggest my opinion,

Transaction SFTRACE.

1. Switch Trace.

2. Run Smartform.

3. Switch it Off.

That will do the best.

Good Luck & Regards.

Harsh Dave

Former Member
0 Kudos

Hi

Before posting the thread do search on SDN.

Regards,

Sravanthi

Former Member
0 Kudos

Hi Sri,

--> We can use SFTRACE transaction code

--> We can hard code as BREAK-POINT ( BREAK USERNAME).

Put the statement BREAK_POINT or BREAK <USER NAME> in one of the text elements.

Regards,

Chandra Sekhar

former_member181995
Active Contributor
0 Kudos

Sri,

Pls search in SDN.You already got reply from search result.better if you do from your own.

Former Member
0 Kudos

activate the smartform then you will get one FM

take that function module

go to se37

enter fm

display

in menubar

goto-->main program

then double click the include

there you can find the all your code.

put soft break-point there and debug.

or else

create program line wirte brea-point.

is SCC1 which is a basis transaction used for local transport copy.

For example on one machine (Say Dev Server) you have two clients 200 & 300.

Then any transport request created on client 200 can be transported to the client 300 on the same server by transaction SCC1.

Former Member
0 Kudos

Hi,

One simple way is

Hard code Break-point in your Smartform

(write break-point)

and execute the program.

Regards,

Naresh.

Former Member
0 Kudos

Hi,

Two ways to debug.

If it is in chage mode write BREAK-POINT userid in the samrt form.

if it is in display mode then find function module name from menu bareEnvironment -> Function module name.

then go to se37 display function module from menu bar Goto -> Main program.In this program search with your window name and put break point in the window name then you can debug.

Thanks,

radha.