cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Control Commands!

Former Member
0 Kudos

Hi!

I want to know that all sap script control commands work for smartform.

eg. protect endprotect newline pagebreak etc..

If no is how to fullfill in smartforms.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

See the commands

NEW-PAGE

NEW-WINDOW

PROTECT-ENDPROTECT

DEFINE &SYMBOL& = 'VAR'

SET TIME MASK

SET DATE MASK

SET COUNTRY

SET SIGN LEFT/RIGHT

ADDRESS.ENDADDRESS

INCLUDE....object..id ..

BOTTOM.ENDBOTTOM

TOP.ENDTOP

IF..ELSEIF..ENDIF

CASE..WHEN..ENDCASE

EQ,LT,GT,LE,GE

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

Hi Anji!

I want to know all these control commands work for smartform also.

Thanks

Former Member
0 Kudos

Hi,

IN Smartforms.. all these commands will work but the

way of using them is different.

for ex: if u want trigger a new page on certain condition..in scripts

we use NEW-PAGE command but where as in Smartforms

we create a COMMAND node in that we check the NEW PAGE

option and give the page name that is to be triggered.

That is one of the main difference between Smartfroms and Scripts.

In scripts, we need to code every thing but in smartforms we have by default

IF statement in scripts is similar to Alternative options..

just we need to know how to use them.

Thanks

Dinakar.

Former Member
0 Kudos

Hi Rahul,

When you migrate from sap scripts to smartforms everything will be taken care of automatically.

Thanks

Aneesh.