cancel
Showing results for 
Search instead for 
Did you mean: 

Validation at the network level

Former Member
0 Kudos

Hi Experts,

I am doing the validation for the network at the header level for the resposible cost center field.

I am giving Prerequiest as

Req.cost center = 'X'

Check as

i am not entering anything in the check condition

Message

I am entering the message & message type is error.

initiation of this validation is i want to check that any value is entered in the Req.cost center field. (Making this field as a manditory).

But after doing that it is not checking in my cj20n transaction.

can anybody suggest me wht is the problem.

Thanks & regards

Raman T S

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You want to check something and you are leaving check empty in Validation; how the system will check then?

Moreover, make the field mandatory if you don't want the user to leave it empty. No need to put validation on it.

Regards,

Harsh.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

In validations 'X' doesn't mean alphanumeric, it means alphabet X only. That's why system is not giving you any message.

You need to put validation check as Resp. Cost Center <> ' '

which means it shouldn't be blank.

Regards,

Harsh.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

I meant not equal to blank.

Resp. Cost Center not equal to ' '

use not equal to operator.

Regards,

Harsh.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Why are you using ggb4?

OPSI is the tcode to configure validations for projects and they are automatically activated; only thing you need to do is assign validation to project profile.

Regards,

Harsh.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Check which message class is assigned to Validation in OPSI.

Select the validation and on the right screen it will show message id. check what it is.

Regards,

Harsh.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Yes it is OK.

you shold maintain messages in message class ZCOSRESP.

After that you should give message type and message number in the message section of the step you have created in the validation.

Regards,

Harsh.

Former Member
0 Kudos

This message was moderated.

former_member203108
Active Contributor
0 Kudos

Good that you have finally found the solution. Now, I would suggest you to close the thread.