cancel
Showing results for 
Search instead for 
Did you mean: 

SRM UI add-on; How to default delivery date on Can't find tab?

Former Member
0 Kudos

Dear all,

We're currently implanting SRM 7 with the new UI add-on. One of the requirements is to default the delivery date on the 'Can't find' tab. It should have the value of today + 5 days.

Is there an easy way to achieve this requirements in new UI?

Thx in advance fro your help.

Regards,

Bert

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

thanks for answering.

But the standard change badi won't help.

I Raised message at OSS with answer I want to share with you:

To change the default delivery data you need to use a different badi

called /SRMNXP/BD_CHANGE_DATA.

You will need to implement the

/SRMNXP/IF_ENHANCE_DATA_PROV~CHANGE_DATA method.

Inside that method, you can add your code to change the delivery date.

Or you could create a post-exit enhancement in

Class: /SRMNXP/CL_SC_DEFAULTS

Method: /SRMNXP/IF_SC_DEFAULTS~GET_ITEM_DEFAULT

to change the default delivery data.



I was able to  resolved the issue using the first option.


Regards


Bert

Yateesh_h
Active Participant
0 Kudos

Thanks for sharing the solution

Answers (4)

Answers (4)

Yateesh_h
Active Participant
0 Kudos

Hi,

Please use the method - BBP_CHANGE_DEFAULT in the BAdI -  "bbp_change_default" (as suggested by Robin). The details of the BAdI can be found at SPRO > SAP IMG > SAP SRM > SRM Server > Business Add-In > Default Settings for Delivery Date and Selection criteria

Cheers,

Yateesh

robin_janke
Contributor
0 Kudos

Hi,

please implement badi BBP_CHANGE_DEFAULT which is meant for changing default delivery date. I guess that should work for the addon as well as it is called in the underlying SC object?

Regards,

Robin

Former Member
0 Kudos

Hi Bert,

Request you to please check  BBP_DOC_CHANGE_BADI : BAdI for Changing EBP Purchasing Documents.

Thanks

Ankit

Yateesh_h
Active Participant
0 Kudos

Hi Bert,

This cannot be done through configuration. You will have to explore the possibility of using the CHECk_BADI for achieving this functionality.

Hope this helps

Cheers,

Yateesh