cancel
Showing results for 
Search instead for 
Did you mean: 

APO BAPI for Product group

Former Member
0 Kudos

Hello,

I'm new to bapis and am trying to use the bapi BAPI_PRDSRVAPS_SAVEMULTI2 to update product group but get the error "No valid product could be found". The product does exist. I added the table product_head but got the same result. Any suggestions?

Code:

CALL FUNCTION 'BAPI_PRDSRVAPS_SAVEMULTI2'

EXPORTING

logical_system = logical_system

commit_control = 'E'

business_system_group = business_sys_group

TABLES

product_head = lt_product_head

product_group = lt_product_group

return = return.

Thanks for your help in this matter!

Regards,

Mia

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem solved by removing field MATID from the tables, therefore using only field MATNR as identifier.

- Mia

Former Member
0 Kudos

better you post it in APO form