cancel
Showing results for 
Search instead for 
Did you mean: 

Break Point in Smartforms.

Former Member

Hi All,

Please tell me how to put break point in Smartform using the break point statement.

Thanks,

Neethu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hello Neethu,

Thay are two ways to place a break point in the samrt forms.

The 1st one is:

Right click on the window -> Create ->Flow logic -> Program lines.

In program lines write BREAK-POINT or you can write BREAK: USERNAME ( username is the name with which you have logged into ur sap system).

The 2nd one is:

On the display smartform screen, menu path-> ENVIRONMENT->function module NAME.

here you will the function module name,for that smartform

now goto se37 & give this name, & go in display mode, place the soft break-point.

Regards,

vachana

Former Member
0 Kudos

Hi U can use break username.

or else

wite break point. in program lines

akjayaa
Explorer
0 Kudos

How to fix break point smartforms it self When not in Edit Mode.. with out using Environment and using BREAK-POINT or BREAK USERNAME.

Answers (4)

Answers (4)

Former Member
0 Kudos

hi Neetu,

Open the function module that is generated when the smartform is activated.

in that function module go to the main program , search in the main program where you want

to put the break point.choose the break point button.

else directly hard code the break-point or break <username> in the program lines of your smartform

Regards,

Jaya rama kumar.

Former Member
0 Kudos

Hi,

Place Break-point in Program lines nodes or Initialization of Global Interface.

It is advisable to put Break user then it will not affect to any other functional consultant if they will execute the smartform.

Another method is Goto Function module which generated by smartform open its code in Display mode and place direct break point by pressing Break Point push button at required location.

Former Member
0 Kudos

This message was moderated.

former_member262988
Active Contributor
0 Kudos

Hi,

Keep the break point in program lines .....it wil break.

Thanks,

Shailaja Ainala.