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

Calling a Bapi

rohit_kaikala
Participant
0 Likes
2,098

Hi

How to call a BAPI?

Can't we use patterns?

Regards,

Rohit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,323

yes we can use pattern.

Thank you

Santhosh

8 REPLIES 8
Read only

Former Member
0 Likes
1,324

yes we can use pattern.

Thank you

Santhosh

Read only

Former Member
0 Likes
1,323

Yeah. You can.

Read only

Former Member
0 Likes
1,323

yes...You can call like Function module.

Regards,

Suresh

Read only

Former Member
0 Likes
1,323

Yes .BAPI is remote enabled function module.

so you can use CALL Function in pattern to Call BAPI

Regards

Rajesh

Read only

0 Likes
1,323

then wat r call funtion and destination key words

Read only

0 Likes
1,323

Hi

Those are the keywords when used when you are calling a RFC Fucntion module from ABAP

The DESTINATION parameter tells the SAP System that the called function runs in a system other than the caller's.

I mean when you want to execute a fucntion of NON-SAP system then you will be using CALL FUNCTON... DESTINATION.

Not only NON SAP-EVEN when you want to run the mehtod of SAP system but the execution location is different then you will use DESTINATION

Regards

Pavan

Read only

Former Member
0 Likes
1,323

Hi Rohit,

Try this link: http://www.erpgenie.com/abap/bapi/example.htm

it will sove your problem.

Regards,

Nikita

Read only

Former Member
0 Likes
1,323

Hi ,

Bapi's are same as function modules ,

so call by using the pattern option in the reporting transaction

se 38..