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: 

Smartform changes are not visible on z transaction output print

0 Kudos
477

I have made some text changes in my existing smartform.

When I call z transaction related to my smartform there are no changes in the output word document.Still showing old text even I put different.

How can I know which smartform use my z transaction?

Why are changes not visible in output?

Thanks

3 REPLIES 3

FredericGirod
Active Contributor
377

if you could use print preview, start a debugger from the preview, and in the call stack, check the code calling the generated FM. Just before, you will find the function used to retrieve the generated FM name from the smartforms name.

Here check the smartforms name match with your

(sometimes you have to restart transaction calling form to be sure having the last form version)

abo
Active Contributor
0 Kudos
377

Indeed, restart the transaction and double-check that the form was activated, too. Occasionally check the translations, too.

0 Kudos
377

Thank you all for replay. I have made changes in development system and successfully transported on Test. Added some letters, but in z transaction can't see the changes:

But in transaction still show old text without changes.

Smartform is activated and translation is Into All Languages. How can i restart transaction?