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: 

Calling a Bapi

rohit_kaikala
Participant
0 Kudos

Hi

How to call a BAPI?

Can't we use patterns?

Regards,

Rohit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

yes we can use pattern.

Thank you

Santhosh

8 REPLIES 8

Former Member
0 Kudos

yes we can use pattern.

Thank you

Santhosh

Former Member
0 Kudos

Yeah. You can.

Former Member
0 Kudos

yes...You can call like Function module.

Regards,

Suresh

Former Member
0 Kudos

Yes .BAPI is remote enabled function module.

so you can use CALL Function in pattern to Call BAPI

Regards

Rajesh

0 Kudos

then wat r call funtion and destination key words

0 Kudos

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

Former Member
0 Kudos

Hi Rohit,

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

it will sove your problem.

Regards,

Nikita

Former Member
0 Kudos

Hi ,

Bapi's are same as function modules ,

so call by using the pattern option in the reporting transaction

se 38..