cancel
Showing results for 
Search instead for 
Did you mean: 

Standard text with parameter

Former Member
0 Kudos

Hi,

I have defined a standard text in SO10. I would create it with a parameter.

Example:

text <parameter> text.

The field <parameter> must to be a dinamic field that I send from sapscript.

It is possible?

Accepted Solutions (0)

Answers (1)

Answers (1)

naimesh_patel
Active Contributor
0 Kudos

Yes it is possible, but you need to keep both variables same:

Like:

in SAP Script you can call like:

/E TEST

/: DEFINE &L_VAR1& := 'My test'.

In SO10, you can call like:

  • This is really &L_VAR1&.

Regards,

Naimesh Patel