cancel
Showing results for 
Search instead for 
Did you mean: 

BP Relationships - Time period

Former Member
0 Kudos

Hi,

I have requirement as below.

One of the relationships need to be set for a maximum period of 30 days.

Customer 1 -> Employee 1

This relationship is created manually but the time period of the relationship must be set to maximum of 30 days. The from and To date can be less than or equal to 30 days but not more.

Is there a way achieve this?

Regards,

Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185613
Contributor
0 Kudos

Hi Prasad,

Are you adding the relationship in web UI or in the backend system using BP transaction?

Regards,

~Athreya

Former Member
0 Kudos

Hi Athreya,

It is through WebUI.

But I am looking for options through configuration.

Regards,

Prasad

Former Member
0 Kudos

Hi Prasad

Add a validation on the BP_UPDATE Badi

I do not believe you configure a default validity period.

Regards

Arden

Former Member
0 Kudos

Thanks Arden,

I have done the same thing.

Used BADI to manually set the upper limit of end date.

Regards,

Prasad

Former Member
0 Kudos

Nice One