Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Maintenance View & Viewcluster & Check Table

TuncayKaraca
Active Contributor
0 Kudos

Hi all,

I created a Viewcluster which includes three Maintenance Views. As you know after running the Viewcluster and when you enter a value to a field, the program checks the value according to the check table.

In my example for REVUS field check table is USR02. So whenever I enter a value to REVUS, it checks USR02 table, and it gives an error if I enter incorrect value. The question is if enter just space (blank), it accepts is - it doesn't give error. What is the situation here? How can I prevent to enter blank value to REVUS.

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check the Input field in the attributes (Meaning Check the checkbox for the input field)...Then you will get the "Required Entry" checkbox enabled..

Thanks,

Naren

7 REPLIES 7

Former Member
0 Kudos

Hi,

For that corresponding maintenance view..Take the program and screen no and go to SE51...

In the field attributes for the field REVUS..Make the field as Required..

Thanks,

Naren

0 Kudos

Narendran,

I went to SE51 and tried to change the attribute of REVUS as required, but I couldn't. Because the Required attribute field is not editable. I guess because it is in loop (table control).

It should be something to specify requirement of the field when we create the Maintenance View.

Thanks,

Former Member
0 Kudos

Hi,

For that corresponding maintenance view..Take the program and screen no and go to SE51...

In the field attributes for the field REVUS..Make the field as Required..

Please ignore the duplicate post..

Thanks,

Naren

Message was edited by: Narendran Muthukumaran

Former Member
0 Kudos

Hi,

Check the Input field in the attributes (Meaning Check the checkbox for the input field)...Then you will get the "Required Entry" checkbox enabled..

Thanks,

Naren

0 Kudos

Narendran,

Yes, this solves the problem. When I did like that it gives this error : Message no. 00 055 (Make an entry in all required fields).

I found another solution too. I'd like to share with you.

In the Maintenance View, we can define a Selection Condition for REVUS field. It should be like that Operator: NE Comparative Value: <blank>. So when we do this the Clusterview doesn't allow to enter blank value and gives this error: Message no. SV 033 (Specify the key within the work area)

It seems that second solution is better because if I choose the first solution when I need to change or modify the maintenance dialog I think I will need to change the screen again.

Thanks,

Former Member
0 Kudos

Good..Thanks for letting me know this method..:)))

Thanks,

Naren

Former Member
0 Kudos