‎2006 Dec 06 10:51 AM
‎2006 Dec 06 2:25 PM
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
‎2006 Dec 06 2:25 PM
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
‎2006 Dec 06 2:42 PM
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.