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

BAPI implementation

Former Member
0 Likes
404

Hellow Everyone

I am starting to learn BAPI.

I understand that BAPI is a remote Enabled Function module.

I am looking for a complete scenario of BAPI use.

I want to understand when and why BAPI is used in a business requirement and where and how I can find them in the SAP system.

please help me for this and I will ake sure to give points for the answer.

Thankyou

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
372

Look at the links in this post.

Also run tcode BAPI in R/3 and read the SAP help.

2 REPLIES 2
Read only

Former Member
0 Likes
373

Look at the links in this post.

Also run tcode BAPI in R/3 and read the SAP help.

Read only

Former Member
0 Likes
372

Some basic tips on BAPI.

It don't have exception and changing parameters.

It's one use is, it is an interface between SAP and NON-SAP.

So you can have front end with .net or java and get business objects from SAP using BAPI.

regards