on 2020 Jun 12 12:17 PM
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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.