‎2009 Mar 07 11:51 AM
Hi experts,
I have a small doubt in BAPI, Actually i want to add the vendor price only in MEK1. For that am using BAPI to add the vendor price.
Can anyone tell where we need to write the source code? We need to write a report program? How it will trigger the particular transaction?
Can any one explain this?
Mohana
‎2009 Mar 07 12:52 PM
hi create a program in se38 and call the bapi in the program by passing the value to one of the tables of bapi...once the bapi is run successfully....it will update the data base tables...no need to go for the transaction code again.
‎2009 Mar 07 12:52 PM
hi create a program in se38 and call the bapi in the program by passing the value to one of the tables of bapi...once the bapi is run successfully....it will update the data base tables...no need to go for the transaction code again.
‎2009 Mar 07 1:32 PM
Hi Mohana,
for that you need to seacrh for the BADI or Userexit,...when ever any changes are maded in that transaction based one the situation your BADI or userexit will trigger and that will update to the data base...if you use that BAPI in that EXIT.....
if you are using separatly the program...every time you need to execute that program for updating that field in that transaction...
Thanks!