cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use Badi BBP_SOURCING_BADI and BBP_DETERMINE_LOGSYS at the same time

Former Member
0 Kudos

Hi everyone,

We need you help. We are working in SRM 7 and ECC 6 EhP 4. We have a doubt. Can we use badis BBP_SOURCING_BADI and BBP_DETERMINE_LOGSYS at the same time in a classic scenario?

We want to create the contract in ECC, and then we want to return the SC in SoCo in order to create the PO with the SC and the contract.

We activate both, but the SC is not returned in SoCo.

Thanks,

Ivá

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183819
Active Contributor
0 Kudos

Hi Ivan

You can use both badi to change srm standard behavior.

but one shopping cart item and it can have only one follow on document either Contract or Purchase order.

i presumed that you want to use same sc for two purposes to create both SC and PO but it is not possible.

for example

shopping cart item has follow on document created as a contract But you need to create a another shopping cart to create a Purchase order w.r.t that contract .

Once follow on documents are created sourcing flag will be removed .- rule

BBP_SOURCING_BADI - you can write your custom logic and make way to cockpit .

BBP_DETERMINE_LOGSYS - Determine your logical system.

Muthuraman

Former Member
0 Kudos

Hi Muthuraman,

We are using both Badis along with local contracts. For example we create a SC, then a Bid invitation and finally a Contract. When we create the contract the SC is again in SoCo. Then we choose the SC and we assing the contract in order to create a PO. In this case it works fine, but when we want to create a Backend contract, the SC is not came back to SoCo.

We use this scenario because in fact, the SC is a PR in ECC that it has a reserved budget and we need to create a PO related to the PR in order to relief the budget.

BR,

Ivá

Former Member
0 Kudos

Hi everyone,

We opened a OSS messages and SAP confirm us it is a standar behavior.

Thanks,

Ivá

Former Member
0 Kudos

Hi Ivá,

We have a similar scenario.

We create a free text SC - create RFx - award contract (GOA in SRM and contract in ECC). Once the contract is available, we want to reedit the SC to have the contract as reference and have the free text replaced by the material master from the contract. Once the reedit is done, we want to award PO.

Is it possible to achieve this - I guess this is similar to your scenario?

Thanks & Regards,

Amish

Former Member
0 Kudos

Hi Iva,

I think it is possible, but doesnt make too much of a business sense.

In the BBP_DETERMINE_LOGSYSY you can write a code to check if a follow on document exist and if it does then make set the document type to PO if not then set it to Contract.

Regards,

Naveen