cancel
Showing results for 
Search instead for 
Did you mean: 

Change global variable in SAP MDK

Ladidudidadacat
Explorer
0 Kudos
963

Hey,

is there a possibilty to change the a global variant in a rule or something? 🙂

I saw that it is possible to get the Value:
https://answers.sap.com/questions/13043998/globals-variable-in-a-rule-mdk.html

Kind Regards
Fabian

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Fabian,

Globals in MDK are really constants. You cannot change the value of a global at runtime. If you need to store something into a "global" at runtime you can use ClientData if it doesn't need to persist between launches or ApplicationSettings if you need it to persist. If you are using Application Settings please be sure to cleanup your values on logout.

--Bill

Ladidudidadacat
Explorer
0 Kudos

Hey Bill,
thanks for your reply. I described my case in the comments of my first post. Do you think ClientData will solve my challenge? 🙂
--Fabian

Answers (1)

Answers (1)

Ladidudidadacat
Explorer

Hello Bill and Jitendra,

i solved it. I just read all answer from Bill on the Community related to SAP MDK. Bill really explains everything quite easy and good 🙂 I found the correct commands.

Bill, you rock!!! 🙂

--Fabian