cancel
Showing results for 
Search instead for 
Did you mean: 

BAdI BBP_PGRP_FIND missing import data

Former Member
0 Kudos

Hi all,

I want to change the purch group and the purch org within shopping carts.

I implemented BAdI Definition BBP_PGRP_ASSIGN_BADI for external requirements --> working fine!

But BAdI Definition BBP_PGRP_ASSIGN_BADI does not fit to "normal" shopping carts (created local within SRM).

Question:

How can I change the responsible purch group and purch org for shopping carts?

I have found BAdI BBP_PGRP_FIND but there is missing a lot of data, for example

item_guid, company_code...

Any idea how to change the purch data within SC?

Note:

CHANGE BAdI does not seem to be a solution because I just want to make a proposal, user should be able to change the data afterwards.

Thanks for any suggests!

Best regards

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to use BBP_DOC_CHANGE_BADI BADI for this requirment..

Thanks!!

Bharath

Former Member
0 Kudos

Hi Bharath,

and how can I implement the following process then:

I want to propose a Purchase Org and Purchase Group (shopping cart), user should be able to change the proposal afterwards.

Best regards

Andreas

Former Member
0 Kudos

Itu2019s a typical ABAP work, you need to put some logic for your Pur Group and Pur Org proposal..

BADI Name: BBP_DOC_CHANGE_BADI

Importing Table: IT_ACCOUNT

Exporting Table: ET_ACCOUNT

Thanks!!

Bharath

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks.

I resolved this issue with CHANGE BADI and Use of ABAP Memory

Best regards

Andreas

Former Member
0 Kudos

Hi Andreas,

If user needs to be changed the purchasing group and purchasing org while creating SC then you can define in Org Struture.

For example User X needs profile should be configured to PurchOrg1 PurchOrg2 then depend upon the product cateogry In org structure under "Responsiblity" tab you need to give the list of product categories under product responsiblity and Org id under Organization responsibility.

Kind Regards

Sameer