Application Development and Automation 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: 
Read only

Doubt in Basic Bapi function

Former Member
0 Likes
391

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

1 ACCEPTED SOLUTION
Read only

former_member203501
Active Contributor
0 Likes
369

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.

2 REPLIES 2
Read only

former_member203501
Active Contributor
0 Likes
370

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.

Read only

Former Member
0 Likes
369

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!