Application Development 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: 

requirement for BAPI

Former Member
0 Kudos

Hi

I am completely unknown about BAPI .I need to get data about bank of the business partner from EAI system via Websphere , using BAPI , can any one tell me the way how and what I need to configure in SAP side to get data .

I don't know how to check RFC also .

Can any one please tell me step by step what I need to do ?

Thanks & Regards

Debasri Sarkar

mail:sarkar.debasri@gmail.com

debasri_sarkar@satyam.com

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

BAPI-step by step procedure

http://www.sapgenie.com/abap/bapi/example.htm

list of all BAPI's

http://www.planetsap.com/LIST_ALL_BAPIs.htm

RFC stands for Remote Function Call. It is a process where a function module on a system is called from a different system. This is accomplished by specifying an addition DESTINATION <dest> along with the function call.

RFC Destination Name should be same as partner's logical system name and case sensitive to create the ports automatically while generating the partner profiles

give the information for required fields

RFC Destination : ERP800

Connection type: 3

Description

Target Host : ERP000

System No:000

lan : EN

Client : 800

User : Login User Name

Password:

save this & Test it & RemortLogin

<b>Reward Points if it helps</b>

Satish

5 REPLIES 5

Former Member
0 Kudos

hi debasri,

just follow up dis link it will help u out in understanding and performing BAPI.

http://saptechnical.com/Tutorials/BAPI/BAPIMainPage.htm

IF U FIND IT USEFUL DEN DO GIVE POINTS ALSO.

Regards,

ric.s

0 Kudos

Hi RIC

thanks yaar ,I am trying to understand BAPI .

Regards

Debasri

Former Member
0 Kudos

Hi,

BAPI-step by step procedure

http://www.sapgenie.com/abap/bapi/example.htm

list of all BAPI's

http://www.planetsap.com/LIST_ALL_BAPIs.htm

RFC stands for Remote Function Call. It is a process where a function module on a system is called from a different system. This is accomplished by specifying an addition DESTINATION <dest> along with the function call.

RFC Destination Name should be same as partner's logical system name and case sensitive to create the ports automatically while generating the partner profiles

give the information for required fields

RFC Destination : ERP800

Connection type: 3

Description

Target Host : ERP000

System No:000

lan : EN

Client : 800

User : Login User Name

Password:

save this & Test it & RemortLogin

<b>Reward Points if it helps</b>

Satish

0 Kudos

Hi yaar satish , your ans is really help full for me ,one more question I have , do I need to configure partner profile also like ALE IDOC ?If possible plz give me reply .

thanks again

debasri sarkar

0 Kudos

No Need... just define logical system and assign logical system to the client and then created RFC.

Reward if it helps,

Satish