cancel
Showing results for 
Search instead for 
Did you mean: 

Account assignment requirement - BBP_CATALOG_TRANSFER

Former Member
0 Kudos

Hi All,

I have a requirement where the cost center is transfered from 3rd party vendor. I need to map the same in Cost Center field of Cost assignment in Shopping Cart.

I am using the method ENRICH_ITEM_DATA of BAdi implementation of BBP_CATALOG_TRANSFER.

I can see all the data that has come from 3rd party in CATALOG_CONTENT.

Now, I am changing the internal table ET_SC_ACCOUNTING assigning the Center value in field COST_CTR(abailable in CATALOG_CONTENT).

But in Shopping cart, I always see the defalut value. The changes made in internal table ET_SC_ACCOUNTING are not reflected in Cost assignment of Shopping Cart.

Note:

1)All the Internal tables expect CATALOG_CONTENT is blank while the control reaches in this BAdi during debugging.

2)I have marked EV_SC_STRUCTURES_USED 'X'.

Please suggest me.

Thanks

Bipe

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Put the break-point in change Badi to see how the cost center value is update..

Saravanan