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 in the backend

Former Member
0 Likes
768

Hi,

how can I call from SRM system a Function Module in Backend named

BAPI_REQUISITION_CHANGE.

With a other words there are two systems. SRM and ERP in the backend.

The Bapi is in the backend (ERP). The call must be performed from SRM System.

I would appreciate your help on this..

thankz in advance

Regards

ilhan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
721

call function BAPI_REQUISITION_CHANGE Destination destination_name.

exporting

.

.

.

Importing

.

.

.

You should create a RFC destination for the backend system in SM59 and use it in place of destination_name in the above call.

Hi,

how can I call from SRM system a Function Module in Backend named

BAPI_REQUISITION_CHANGE.

With a other words there are two systems. SRM and ERP in the backend.

The Bapi is in the backend (ERP). The call must be performed from SRM System.

I would appreciate your help on this..

thankz in advance

Regards

ilhan

4 REPLIES 4
Read only

Former Member
0 Likes
722

call function BAPI_REQUISITION_CHANGE Destination destination_name.

exporting

.

.

.

Importing

.

.

.

You should create a RFC destination for the backend system in SM59 and use it in place of destination_name in the above call.

Read only

0 Likes
721

thanks, but have you ment with destination_name.

What exactly is the destination name in that case ?

Regards

ilhan

Read only

0 Likes
721

The destination is an RFC destination defined in SM59. Your basis people should be able to help you with this.

Rob

Read only

0 Likes
721

hi,

to create a RFC destination for the backend system in SM59 there are a lot of possibilities.

Which type is the right one ?

- Abap Connections

- Http Conn.

-Internal connections

.....

.....

Regards

ilhan