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

how to trigger a bapi

Former Member
0 Likes
895

hi,

I have created one Bapi like zbapi_kumar. Now how to trigger that BAPI into

our Z Program.. Please explain me how to use that..

Regards,

Kumar

1 ACCEPTED SOLUTION
Read only

h_senden2
Active Contributor
0 Likes
581

call function 'ZBAPI_KUMAR'

or if the bapi is linked to a business object event, is to call the function module SW_EVENT_CREATE

regards,

Hans

Please reward all helpful answers !!!!!

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
581

Check the link -

Regards,

Amit

Reward all helpful replies.

Read only

h_senden2
Active Contributor
0 Likes
582

call function 'ZBAPI_KUMAR'

or if the bapi is linked to a business object event, is to call the function module SW_EVENT_CREATE

regards,

Hans

Please reward all helpful answers !!!!!