Hi all!
I created a tool for updating BP's information. But when I run it the field VAT Reg. No. (STCEG) of table KNA1 is deleted from the data. This is the file's format I upload and BAPI I used.
I don't know where in error. Can you help me?
...
My task is to create a tool for changing materialgroup and I use FM 'BAPI_MATERIAL_SAVEDATA' for it. This is my code and I don't know where I have the problem?
DATA: LS_HDATA TYPE BAPIMATHEAD. DATA: LS_RETURN TYPE BAPIRET2 . DATA: LS_CDATA TYPE BAP...