‎2006 Oct 27 9:56 AM
Hi all,
I'm working on EAN for the moment. I need to make a program which will allow user to add EAN for a material, from a file upload in an internal table.
There is no problem to have our data in the internal table, but, as i tried to use this table with a BAPI to update material with new EAN, i realise that this part is not working.
I use this call function :
'BAPI_MATERIAL_UPLOAD_SAVE'
and i got this error (seen by transaction SLG1 with logs) :
'The article cannot be maintained since no maintainable data transferred'
I really don't know how to have my changes done on a material. Can you help me ?
Thanks a lot.
R.P.
‎2006 Oct 27 9:59 AM
‎2006 Oct 27 10:17 AM
Thanks Ravi for your so quick answer.
The problem in the FM you give is that the ean concerning thing inside is the following structure :
BAPI_MEAN
But the problem i have is that in this structure, there is nothing about the "MAIN_EAN" (as you will find in this structure : BAPIMATMEN) which concern the field "HPEAN". I unfortunatly need this field.
Maybe you have another idea ?
Thanks.