2009 Jan 28 9:36 PM
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
2009 Jan 28 9:43 PM
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
2009 Jan 28 9:43 PM
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.
2009 Jan 28 10:44 PM
thanks, but have you ment with destination_name.
What exactly is the destination name in that case ?
Regards
ilhan
2009 Jan 28 10:49 PM
The destination is an RFC destination defined in SM59. Your basis people should be able to help you with this.
Rob
2009 Jan 29 9:59 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |