in sap scripts using DEFINE i want to take a variable and i need to increase that every time.
/: define &a& = 1
/E abc
/: &a& = &a& + 1
this is the code that i wrote
but it is showing error