Hi all,
I've to insert a DYNAMIC url in a Smartform behind a label.
Some topics to consider:
- The Url is created in running time.
- The Smartform is called by a Standard Program, so, I can not change the Impressor Program.
- I want the url behind the word "LINK"
For example:
CONCATENATE: 'www.' sy-mandt 'sap' sy-datum '.com' into lv_url.
so I want insert it behind a text "LINK"
When SAP sends the form by email the user could click on "LINK" and go to the url before created.
Thanks a lot
Regards
Rodrigo
ABAP HCM