‎2005 Jul 27 1:30 PM
Hi everyone,
I have a simple question about how to (for example) display the date or any parameter that I created in the "Form Interface".
In the window, I created a "Text". In it I wrote "&SFSY-DATE&".
When I execute it, it doesn't print the date but prints &SFSY-DATE&.
I have the same issue with parameters that I created.
Can someone help ?
Thanks.
‎2005 Jul 27 1:34 PM
Hi David,
below links might help you.
http://www.sap-img.com/smartforms/sap-smart-forms.htm
http://www.sapgenie.com/abap/smartforms_detail.htm
http://www.sap-basis-abap.com/sapsf001.htm
regards,
venu
‎2005 Jul 27 1:34 PM
Hi David,
below links might help you.
http://www.sap-img.com/smartforms/sap-smart-forms.htm
http://www.sapgenie.com/abap/smartforms_detail.htm
http://www.sap-basis-abap.com/sapsf001.htm
regards,
venu
‎2005 Jul 27 1:39 PM
Hi Venu,
I read them (partially) but it doesn't give me any info about this problem.
By the way, I opened another project (from someone else) and I copy/past the &SFSY-DATA&. In this case it does display me the system date.
But when I write it by myself, it doesn't do it.
The issue is still opened.
Thanks anyway.
‎2005 Jul 27 1:54 PM
Hello everyone,
I found the solution.
You cannot write by yourself &SFSY-DATE&.
You must drag and drop it from the "Field List" to the Text node.
Thanks anyway for your help.
‎2005 Jul 27 1:38 PM
Nothing special here, it should be as easy as what you have done.
Here is a line of code in the editor, you can see the paragraph format, then the code, first is the literal "Date" which is wrapped in a character format, then a tab, then the system date.
AS <S>Date</>,,&SY-DATUM&
If this is not working for you, your problem is somewhere else.
Regards,
Rich Heilman