cancel
Showing results for 
Search instead for 
Did you mean: 

Editing Smart forms

Former Member
0 Kudos

How can i make smartform editable in runtime.

I am calling smartform from a report i want to allow user to edit it and then let him take printout.

Is there any function module that allows to edit a smartform.

just like we have read_text for so10.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks a lot Everyone.

I'm making a report now asking some values in selection screen and then passing it to smartform for printout.

Former Member
0 Kudos

Hi,

If I understand your need correctly then following 2 are ways.

1. ZPROGRAM: If you want to add some variable information at specific location then. Add a text field in your report tell user to write in that text feild and export it to smartform.

In smart for write improt logic for that field and display it.

2. Standard Program: Make a ZTABLE with 1st row as your variable message and give user option to edit it thorugh VIEW. And Call that row in your smart form at run-time.

Former Member
0 Kudos

Hi,

There is no way u can edit a smartform during run time. coz when smartform is compiled a function module is generated and that FM is used in the program. So u need to separatly edit it and then use it.

regards,

Aravind

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Try after converting the output to HTML.

Former Member
0 Kudos

It is not psoible I think.

Smartforms are only used for printable doucments.

Regards

Former Member
0 Kudos

hi,

i didnot understand exactly ur requirement but wat i can tell u is u cannot interpret the smartform layout but u can have a selection screen as it is a report and pass the inputs to the form and can have the output accordingly.