‎2006 Sep 29 3:18 PM
‎2006 Sep 29 3:20 PM
Hi uma,
1. Both are totally different.
2. Commands used in sapscript will not work in
smartforms, (if you are talking about the
standard system variables)
regards,
amit m.
‎2006 Sep 29 3:22 PM
hi,
most of the commands from sapscript are included in smartform like protect-endprotect, box, like this..
and for systems commands like sy-page changes to sfsy-page like that..
the address command is same in smartform too. but we have node facility to use for address and we can fetch the address from DB table directly.
system variables in smartforms..
&SFSY-DATE&
Displays the date. You determine the display format in the user master record.
&SFSY-TIME&
Displays the time of day in the form HH:MM:SS.
&SFSY-PAGE&
Inserts the number of the current print page into the text. You determine the format of the page number (for example, Arabic, numeric) in the page node.
&SFSY-FORMPAGES&
Displays the total number of pages for the currently processed form. This allows you to include texts such as'Page x of y' into your output.
&SFSY-JOBPAGES&
Contains the total page number of all forms in the currently processed print request.
&SFSY-WINDOWNAME&
Contains the name of the current window (string in the Window field)
&SFSY-PAGENAME&
Contains the name of the current page (string in the Page field)
&SFSY-PAGEBREAK&
Is set to 'X' after a page break (either automatic [Page 7] or command-controlled [Page 46])
&SFSY-MAINEND&
Is set as soon as processing of the main window on the current page ends
Regards
‎2006 Sep 29 3:25 PM
hi,
We don't have command in smartforms. we can get the same output similar to scripts by various options provided in smartforms.
Ex: insted of address.. endaddress , we have address node in smartform
Regards,
Sailaja.
‎2010 Dec 07 5:26 AM