2022 Apr 06 2:04 PM
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
2022 Apr 06 2:07 PM
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)
2022 Apr 06 3:36 PM
Indeed, restart the transaction and double-check that the form was activated, too. Occasionally check the translations, too.
2022 Apr 07 10:31 AM
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?