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

Former Member
0 Likes
332

How to Make Use of BAPI for BDC as well as for REPORT?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
309

Hi Umesh,

Use of BAPI for report program to some function, as BAPI are nothing but RFC.

It can be called into any porgram by "PATTERN".

e.g.BAPI_ADDPERSDATA_CREATE to create personal data

<b>Reward point if it helps to you</b>

Regards,

Arjun

2 REPLIES 2
Read only

Former Member
0 Likes
310

Hi Umesh,

Use of BAPI for report program to some function, as BAPI are nothing but RFC.

It can be called into any porgram by "PATTERN".

e.g.BAPI_ADDPERSDATA_CREATE to create personal data

<b>Reward point if it helps to you</b>

Regards,

Arjun

Read only

Former Member
0 Likes
309

Umesh,

BAPI are a little more than just RFC. They are Remote-enabled Function Calls that are part of the SAP BOR (Busines Object Repository). They are intended for use by external systems - however, internal programs can use them as well.

BAPIs can "naturally" be used by BDCs - if the BAPI is in the logical flow on the BDC. In other words, if an on-line user reaches/uses the BAPI in their on-line work - the BDC will reach it as well (as long as the BDC performs the same task).

And REPORT programs can use a BAPI as well.

Don't forget the points.