cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform : Dynamic text commands

former_member271795
Participant
0 Kudos

Hi

Is it possible to put a command into a dynamic text which will be executed in smartforms?

I have a program which allows the user to select different texts, which are sent to the smartform as a dynamic text.

At some stage I would like texts to start on a new page. This must be done at runtime depending on the users selection.

I've tried  having the command  /: new-page in the the text but smartform ignores it.

If this isn't possible in smartforms, would  I be able to do this in sapscript?

thanks

geoff

Accepted Solutions (1)

Accepted Solutions (1)

Florian
Active Contributor
0 Kudos

Hi Geoff,

In smartforms it isn't possible in that way, what you can do is to create a command-node and before or after your dynamic text you can trigger this node. If you want it somewhere between you need to split your text into two.

Reason is simple, commands are all ignored in Smartforms

In sapscript is your mentioned scenario no problem. Sapscript interprets all commands, also in dynamic textes

~Florian

former_member271795
Participant
0 Kudos

Thanks Florian

Answers (0)