Skip to Content
0
Former Member
Jun 14, 2005 at 08:11 AM

Problem with BBP_CATALOG_TRANSFER

27 Views

Hi everybody,

I need some help with an implementation for BAdI BBP_CATALOG_TRANSFER. We use the BAdI for determining the vaules for vendor, contract and product group which are required for positing of the order in the backend system.

It works fine for vendor and contract, but I'm having trouble with the product group.

Here's the part of coding for transfer of the product group.

move:

wa_zmm_eclass-matgroup to wa_enriched_item_data-category_id,

wa_comm_category-category_guid to wa_enriched_item_data-category.

(Append / modify takes place later...)

move wa_zmm_eclass-matgroup to wa_catalog_content-matgroup.

modify catalog_content from wa_catalog_content

transporting matgroup.

Table zmm_eclass is used for mapping the eclass provided in the catalog position into the matgroup used in backend system, guid for the matgroup is read from SAP standard table comm_category.

As far as I analysed, the values in enriched_item_data and catalog_content are filled correctly at that time. But in the resulting order, all positions have the default productgroup which is assigned to the user.

Am I missing something?

Thanks for your help, regards, Kathrin!