cancel
Showing results for 
Search instead for 
Did you mean: 

Mandatory field in Activity.

Former Member
0 Kudos

Dear all,

I want to make on field mandatory in transaction type(Service Order)

I am not sure but i think i can do from Incompleteness process.

I created one Business Activity (reason) and assign it to Transaction type.

I want to make mandatory field of this activity.

How can i do it?

Can anybody hepl me?

it is very urgent for me

Thanks

Jayesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jayesh,

You can do this through incompleteness procedure.

Go to IMG -> CRM -> Basic Functions -> Incompleteness.

Define incompleteness groups.

Assign it to transaction type.

Assign it to item category.

Define incompleteness procedure, here make entries of the fields which you want to be mandatory.

Go to incompleteness procedure: determination, create a new entry, based on incompleteness group you assigned to your transaction type and item category specify the incompleteness procedure.

Try this, it should work.

Anindita.

former_member927251
Active Contributor
0 Kudos

Hi Jayesh,

You can implement the ORDER_SAVE badi and write the code in the PREPARE method to check whether user has entered the value in the required field or not and appropriately display a message for the user to enter the data.

In this way you can make the fields mandatory.

<b>Reward points if it helps.</b>