former_member785834
Discoverer
Member since ‎2022 Jan 19

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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? ...
Hi All, I got requirement to update the following fields STCEG from standard tables KNA1 Is their any BAPI available for the same. Thanks, Hoang
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...