Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_PRDSRVAPS_SAVEMULTI2 & product group

Former Member
0 Kudos

Please help me.

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

1 REPLY 1

Former Member
0 Kudos

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

- Mia