cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SC item: Delivery date and Time Frame

Former Member
0 Likes
174

Hi

Would like to know how the Delivery Date and TimeFrame fields are defaulted in a SC.

When a service item is selected from the catalogue the time frame is activated by default. But when i use "Describe Requirement" and assign a service Product category to it I do not get the option for a time frame. Would like to know from where this defualted or if there is any settings for the same.

Please suggest.

Thanks!!

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_novoth
Advisor
Advisor
0 Likes

Hi Sheetal,

in SRM 5.0 the delivery date is defaulted for the non catalog SC in the include LBBP_SC_APPF33 (in our system at the line 66):


cs_global-deliv_date = sy-datlo.
cs_global-del_datcat = gc_deliv_day.

however you have the possibility to override this default date via the BAdI BBP_CHANGE_DEFAULT.

I hope I could help you with this information.

Regards,

Peter