cancel
Showing results for 
Search instead for 
Did you mean: 

Sap script - data definition

Former Member
0 Kudos

Hi expert,

a simply question: how is possible define data in sap script,

it's with this command : "/:" ??

tks,

bye.

Accepted Solutions (1)

Accepted Solutions (1)

andrea_galluccio2
Contributor
0 Kudos

Hi,

you have to use the instruction DEFINE like :


 DEFINE &symbols& = "value"

Remeber to give always an assigment when you declare it with the DEFINE instruction

Than you can use it in sapscript.

Hope it helps

Bye

Andrea

Answers (1)

Answers (1)

JozsefSzikszai
Active Contributor
0 Kudos

😕 DEFINE ...

you can check the rest in SAPHelp...