cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Default values with workflow rules

0 Likes
1,006

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

Accepted Solutions (0)

Answers (2)

Answers (2)

PrasanthArya
Product and Topic Expert
Product and Topic Expert
0 Likes

Please check via condiions if there is a comparision operator called Isintial , this means that is empty/ null .

DAcker
Contributor
0 Likes

Hello prasanth.sarma.aryasomayajula ,

how can I achieve this condition check via workflow? I dont see in the workflow condition editor an option for "isinitial"...
I tried to check for field XYZ is an no value selected in the value option. But this does not work...



Thanks for feedback.
BR, Deborah

PrasanthArya
Product and Topic Expert
Product and Topic Expert
0 Likes

If the field doesn't support that property it is not exposed and not all fields have all all field properties enabled.

former_member422907
Contributor
0 Likes

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