cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Field

Former Member
0 Kudos

Hi, Gurus!

Can anyone of you answer a question:

How can I create a customer field for Product?

p.s. I did it for Business Partner using EEWB. But when i tried to create the field for product using the same approach, i faced with the problem during creation of extension - there're not business objects for product - only for BP (BUPA, BUPR, RELTYPE)

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to implement the BADI "PRODUCT_CUSTOMER2".

See these related notes/links:

Note 428989 - Customer-specific enhancements for data exchange

Note 715213 - Interface change in BAdIs in Release SRM 4.0

BR,

Disha.

Do reward points for useful answers.

Former Member
0 Kudos

Thanks for your answer!

But i need to add some customer fields for Product (not import from ERP)

How can i do it?

franois_henrotte
Active Contributor
0 Kudos

create a new attribute and add it to set type of your product (could be a new set type)

attributes and set types are maintained using transaction COMM_ATTRSET

this is very basic customizing of products...