cancel
Showing results for 
Search instead for 
Did you mean: 

SLA Calculation

former_member226173
Active Participant
0 Kudos

Hi All,

I have set the SLA and the values are populating on the Header as expected , But is there a placeholder to put a logic in place so that the Due date is automatically filled in when i select my priority ??

Regards,

Vag Vignesh Shenoy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vag,

You can do it by registering your own handler class and then implement:

IF_MDG_BS_BP_ACCESS_HANDLER~DERIVE_DATA

Calculate your date and then update with:

cl_usmd_conv_som_gov_api=>get_instance( )->set_crequest_attributes( iv_due_date = lv_date ).

Cheers,

Henk.