cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartforms

Former Member
0 Likes
753

Hi,

Iam new to smartforms. Where can i find step by step process to create smartforms?Or is any one having simple document on smartforms?

Points guraranteed

cheers

kaki

View Entire Topic
Former Member
0 Likes
Former Member
0 Likes

Hi vijay,

I have reffered these sites already.But still iam not clear.

I want to display in the output like this one box.

-


|

Reference no:123456789

-


in the form interface-> tables i have difined like this.

ITAB LIKE BKPF.

In the main window i have created one page and in that i have written like this

&itab-belnr&.

In the abap i have written a code like SF_EXAMPLE_01.

In the output iam getting same &itab-belnr&.

Not the value. What might be reason?

cheers

kaki

Former Member
0 Likes

Did you checked it properly..

you should get the value...

what did you mentioned text type?

it should be text element..

please let me know..

Former Member
0 Likes

Hi vijay,

Can u tell me how to debug smartform?Is there any way to set breakpoint?

kaki

Former Member
0 Likes

You have hard code the BREAK-POINT in the code,

if it is for specific user then BREAK uNAME.

vijay

Former Member
0 Likes

Or else when you activate the Smart form it will generate the Functionmodule, you can set the break point in that also....

vijay

Former Member
0 Likes

I hope you are able to Debug,

see when you activate the Samrtform it will generate one FM , try to keep break points where ever necessary...

and you can debug..

vijay

Former Member
0 Likes

Hi vijay,

I could not do.

In pages and windows i have created one window.In that i have created one loop.Again in that i have careated one text.There i have written &itab-belnr&.Do i need to write in TEXT directly or i need to write in LOOP? What is the difference?

cheers

kaki

Former Member
0 Likes

if you are writing single element then directly write,

if you are writing lot of records then use loop and endloop.

go to function module in se37 and look for elements and keep break points...

hope you got the idea...

vijay