cancel
Showing results for 
Search instead for 
Did you mean: 

Field + has no defined value

Former Member
0 Kudos

hi friends iam doing smart form .. iam getting a warning TEXT16 Field W_ESLL-EXTROW has no defined value

what it exactly means..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

If you have declared W_ESLL-EXTROW in global varaibles section, you can supress this by giving some intial value in the 'default value' column of variable. try this way. Give SPACE as intiial value in default value column,

This may solve your issue.

Rgds,

Sripal

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

These do come as the variables defined are not specified with default values.

But these can be ignored as they do not impact the activation of the form and also while execution.

Regards,

Ram

Former Member
0 Kudos

Hi

It means that the field has NULL value and that is why you are getting that warning. As data comes from the print program,when you check the smartform,which does not have values filled until runtime,you get that warning when you do the syntax checkt. So,thats ok. Dont worry about that. It can be ignored.

Vishwa.