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: 

Modified Standard Text not appearing in Smartform !

Former Member
0 Kudos

Hi All,

I developed dialog program to allow the user to enter some neccesary data in screen including with standard text in custom control. Same information is passing to smartform and displaying print preview through function module SSFDISPLAY_OTF. Going back to diaglog program again and changing standard text, saving, commiting the database. But modified standard text not appearing in smartform as it is going to database only once.

If I go out from the application completely and execute it is working fine.

Can you please let me know is there any way to get the modified standard text in smartform?

I would greatly appreciate your inputs.

Thanks a lot.

Somi Reddy

5 REPLIES 5

Former Member
0 Kudos

Are you using FM COMMIT_TEXT ? If not, please see it's documentation.

Rob

0 Kudos

Yes Rob, I am using FM commit_text. I can see the modified text in seperate screen with FM read_text also, but not thru smartform.

0 Kudos

does using field symbols help u ?

field-symbols : <fs> type any.

assign the field symbol with the parameter which you are changing.

0 Kudos

I don't think field symbols will solve my problem as I am passing text name, text object, text id and language will be same for the given key fields in my ztable.

Former Member
0 Kudos

I solved this issue by own