cancel
Showing results for 
Search instead for 
Did you mean: 

How can we transfer the product price to the REX 3.3?

0 Kudos

Hello

We would like to transfer some additional data for the product to the REX 3.3 App.

How can we manage some ce-fields separated by salesorg?

For example. The product 4711 costs 1,45€ in the sales organization 1011 but in the  sales organization 1012 does it cost 2,01€.$

A user of the sales organization 1011 should only see the price 1,45€ on the Rex; the user of the salesorg 1012 should see the price of 2,01$.

Does anyone have experience in this process?

Best regards

Christoph

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Christoph,

Do you want to display this information in the Product Detail popup or do you want to be use this in the Order creation process?

Regards,

Harsha

0 Kudos

Hello Harsha

We would like to see the information in the product-detail-popup.

Best regards

Christoph

Former Member
0 Kudos

Hi Christoph,

Products are DCN enabled in 3.3 and there is no support to download to device of Product CE fields based on Sales Area, also creating dependencies with each other in the CE fields is difficult to achieve

What I could think of is

Implement BAdI "/mac/rs_badi_get_prd_det_aft"

and fill table ce_et_products with

FIELD_NAME = SALESORG_PRICE

FIELD_VALUE = 1011#1,45###1012#2,01

Write some logic on the client to filter these values based on the User's sales org from the UserEmployeeDetailMBO

Regards,

Harsha

0 Kudos

Hello Harsha

Thank you for your idea. I will try it.

Best regards

Christoph