cancel
Showing results for 
Search instead for 
Did you mean: 

City and Postal Code fields as required

former_member271371
Participant
0 Kudos

Hello,

At the "Edit Permanent residence" ist city a required field .
If left empty , then I get the message : "Fill in all required entry fields".
Where in what way I can do the same for the street and postal code.
If nothing is entered in these fields that the box should also be red and it
shall come the same message . Which method ist required?

Regard Kerim

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

For the mandatory check can be achieve though V_T588MFPROPC  as suggested by Sahir and Ranjeeta.

This change would impact portal.

former_member271371
Participant
0 Kudos

Thanks!

Regards

Kerim

sahirn
Active Contributor
0 Kudos

I think using the view V_T588MFPROPC  effects only the applications built using decoupled framework.

Hence in my opinion the view configurations should suffice.

Any reason why don't want to use this view?

Regards,

Sahir.

former_member148407
Active Participant
0 Kudos

The mandatory field attributes can be achieved through the configuration in V_T588MFPROPC table.

Thanks!

Ranjeeta

former_member271371
Participant
0 Kudos

Hello,

This is only on the portal.Also only in the WebDynpro-Application. Is there a class method that I can enhanced?

Many Regards

Kerim

former_member148407
Active Participant
0 Kudos

You can do it through the UI class in the output conversion method...but advisable to do it is advisable to do it at the table level rather than code enhancement.