cancel
Showing results for 
Search instead for 
Did you mean: 

When is the BAdi BBP_PRODCAT_HIER used?

Former Member
0 Kudos

Hi,

Can anyone tell when the Badi <b>BBP_PRODCAT_HIER is</b> used? As for as my understanding it is called when the product is replicated from R/3 to EBP.

Is there any other place it is getting called?

Thanx,

Sivagami.R

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The BAdi is used at the time of replicating product categories from R/3 to SRM.

Chk the code below ...

if IV_CATEGORY_ID = '900400000'.

EV_PARENT_CAT_GUID = '4612B67A60AA03FC000000000A20066C'.

endif.

EV_PARENT_CAT_GUID is the guid of the local pdt. category created in SRM. It becomes the parent pdt.category of the R/3 pdt.category 900400000.

regards,

Sivagami.R

Former Member
0 Kudos

Hi

What's your requirement ?

Have you read the standard SAP BADI docucmentation of this BADI in SE18 transaction ?

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

I have read the documentation for the Badi.It is given as follows : <b>You can use this BAdI (BBP_PRODCAT_HIER) to change a structure that you get from the ERP System into a hierarchical structure or tailor the existing structure to the required structure.</b>

We have replicated the material groups & materials from R/3 to SRM. We want to group certain product categories under a product category created locally in SRM. For eg. if I have product categories P1, P2, P3, P4 & P5 which are replicated from R/3 and SP1 is a pdt. category created locally in SRM, I want to assign P1, P3 & P5 under this SP1.

I came to know that this BAdi is used for this purpose. But I am not able to find out how it is being used.

Can u help me in this??

Thanx,

Sivagami.R

Former Member
0 Kudos

Hi

I have not tried implementing this BADI. I am not sure how you can use it.

Anyways, Refer to this OSS note, which might help.

<b>Note 984763 - Program error in SAPLCOM_PRODUCT_CUST_INBOUND</b>

<u>Other links of interest.</u>

<b>http://help.sap.com/saphelp_srm50/helpdata/en/43/2022b83fbc2be8e10000000a11466f/frameset.htm

http://help.sap.com/saphelp_srm50/helpdata/en/84/a7e3389870c05ce10000000a114084/frameset.htm

http://help.sap.com/saphelp_srm50/helpdata/en/dc/3320381c1e6f12e10000009b38f842/frameset.htm</b>;

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

Thanx Atul...

I have already gone thro the SAP note & applied it.

Anybody any clues???

Thanx,

Sivagami.R