cancel
Showing results for 
Search instead for 
Did you mean: 

How to validate characteristics field on web interface in sem bps ?

adrian_misquitta
Discoverer
0 Kudos

Hi all,

I want to validate the characteristics field if it is blank and display error message on web interface in sem bps before saving it in planning cube?

Any suggestion how i can procced.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can achieve the same using restriction of characteristic in Filter.Restrict it with <> blank.If user try to enter value system will display message.

adrian_misquitta
Discoverer
0 Kudos

Hi Indu,

Can you elaborate more how and where the restriction in filter can be added.Because the characteristics field which is to be validated is the  user entry field added through appending a new record in planning folder by add new button.

Thanks in Advanced

Former Member
0 Kudos

Restrict it in Planning package for the char, so system will not allow incorrect value to be written back.

adrian_misquitta
Discoverer
0 Kudos

Hi,

My query is the same characteristic field is used in both the header as well as planning field(add new row), so I want to validate only for the planning field and not the header one.Even if the header is empty its fine because we can get data through other header fields.

Thank you.