on ‎2021 Jun 09 1:24 PM
Hi,
i want to set a default value for a filed on load if that field does not contain data. I tried to make a workflow that would set a default value with the condition "does not contain data", but i couldnt find that condition. How can i achieve that?
Thank you, Dejan
Request clarification before answering.
Please check via condiions if there is a comparision operator called Isintial , this means that is empty/ null .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
depends on what type of attributes you are talking about.
If you want to make default for custom fields created over KUT than you make default value immediately when you create this attribute.
If you want to make default for custom fields created over PDI than you make coding in SAP application studio, usually using after modify event.
If you want to make default for standard field, that you can for some types of attributes (like codlist values, or boolean)use code list restriction work center. There you can find tab "default values".
br,
Zoran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.