cancel
Showing results for 
Search instead for 
Did you mean: 

Expiration of end date for bid invitation

Former Member
0 Kudos

Hi Gurus,

I am working with SRM 5.5 in classic extended scenario and I have the following problem.

I process a bid invitation with a determinate "end date" from the "Carry out sourcing" for any SC. Once this date is reached the bid invitation becomes unchangeable, so that I can not enter any other offer or change any data in it (from transaction "Process bid invitation" T-code BBP_BID_INV). My question is: Is there any possibility to change that date so that modifications are allowed for a bid invitation with date in the past?

Thanks so much in advance and regards,

Miguel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Why you required this functionality this is wrong!.

Any way you can use this work around.

Step 1- You need to create a ZField for End Date and another field for boolean parameter i.e. ('YES' 'NO'.) (1 Char)

Step 2- Hide the standard End Date Field .

Step 3- Fill the standard end date to '13-12-9999' in the Badi 'BBp_Doc_change_badi'

and user will enter the end_date in custom field.

Once the End date is finalised user will tick the the Zfield boolean parameter.

Now, you will check in the BBP_DOC_CHANGE_BADI.

If ZField for Boolean = 'X'.

fill the standard end date with the value of the ZField for end date.

endif.

I think this will solve your problem.

try this any problem just inform me.

Regards,

Sachin

Former Member
0 Kudos

Hi Sachin,

Thanks a lot for your response, It looks great so I´ll try to implement your solution.

One thing more. I have tried to give you the corresponding points but I am not able to do it, do you know how to make it?

Regards,

Miguel

Former Member
0 Kudos

Hi,

First Click on 'Your Questions' then select this question.

click on Radio Button "Solved Answer".

Regards,

Sachin

Former Member
0 Kudos

Hi Sachin,

I have created the question again because I created it like a message by mistake and i can not give you any points for the answer. The subject for the new threat is "Sachin: Expiration of end date for bid invitation".

Kind regards,

Miguel