Application Development and Automation 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: 
Read only

SmartForms

david_fryda2
Participant
754

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.

1 ACCEPTED SOLUTION
Read only

Former Member
4 REPLIES 4
Read only

Former Member
Read only

0 Likes
538

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.

Read only

0 Likes
538

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.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
538

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