cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent message 'Rental Unit is already assigned to Real Estate Contract '

Former Member
0 Kudos

Dear experts.

I have the RO (rental unit) that still being attached to an occupancy lease-in contract for 01.12.2013 to 02.12.2013 but from time 6am to 6 am(we have enhanced contract with custom fields time from and time to ). And if i want to create a new contract for date 02.12.2013 from time 7am , assigning the same rental unit, it is  giving error message "Rental Unit XXXX is already assigned to Real Estate Contract YYYY (01.12.2013 to 02.12.2013)"(MESSAGE REBDOA029). How to prevent this error message for a specific contract type?

Thanks in advance.

Regards

Neelima.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Neelima,

There are two options which you can follow :

1.) You can configure the message No. 054  in application area REBD by Switching it off for particular set of users who will be using this particular type of contract.This method is not Contract type specific but it is User specific.

Path to be followed for this config :

>RECACUST > Tools > Configurable Messages > Change Message Control

Choose Application area = REBD

Message No = 054

Switch off the message for the particular set of users

2.) You can implement a BAdI implementation for BAdI BADI_RECA_MESSAGE of enhancement spot BADI_RE_CA_BC. This method will allow you to configure the messages with particular Contract type.

For path of this config Kindly follow :

>RECACUST > Tools > Configurable Messages > Implement Differentiation of Message Control

Hope this could resolve your issue!

Regards,

Siddharth Khandelwal

Former Member
0 Kudos

Hi Siddharth

Thanks for reply.

I tried with 2nd option.

But for that particular message this BADI was not triggering.

Please help with this option .

Regards

Neelima.

Former Member
0 Kudos

Hi Neelima,

Implement this BADI of mentioned enhancement spot with your contract type , change the Message no 054 of Application Area REBD with this BADI.Configure the message no 054 with Application area REBD in transaction OBMSG.

Hope it could solve your problem.

Regards,

Siddharth

former_member196871
Active Participant
0 Kudos

Hi Neelima,

You can set the "Infomational" checkbox as ticked in the objects tab in transaction RECN. This will enable to you to add the object to other contracts in the same time period.

The error is due to the standard system behavior for tenure intersection; as the time fields are custom and are hence ignored by the system.

Best Regards,

Hardik Sharma