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

PDP and bid templates

JaviSimón
Explorer
0 Likes
318

Hi,

Steps follow:

1-PR is created in ECC

2-Using the pdp get a SC in the SRM.

3-Using Assign source of supply we can create RFx from SC but ...

RFx can be created from SC using a bid template?

Thank you very much

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

There is no option to create RFx draft from SC (via sourcing cockpit) with an existing RFx template, if this is what you are asking. However, if your goal is to have some default values set during the RFx draft creation, you would implement BBP_DOC_CHANGE_BADI for method BBP_BID_CHANGE. But the pre-condition is to select a transaction type before you proceed with creating RFx draft.

JaviSimón
Explorer
0 Likes

Thanks Jay,

This is bad news. Unfortunately default values ​​is not enough.

We need questions, suppliers, positions ... that is templates.

Former Member
0 Likes

You can take a look at the following method on how to copy an RFx template and incorporate the codes (modified to your needs) in your BBP_DOC_CHANGE_BADI implementation:

class: /SAPSRM/CL_PDO_BO_RFQ

method: /SAPSRM/IF_PDO_BO_RFQ~ACTION_COPY

Answers (0)