cancel
Showing results for 
Search instead for 
Did you mean: 

Execute Transaction from 4.6 SAP release

Former Member
0 Kudos

Dears,

I have to execute MII trasactions from SAP but my release is a 4.6.

I have already implemented such interface but between MII and SAP EEC6 relaese by using HTTP service.

In 4.6 release the class I have used in the ECC6 version (cl_http_client) is not existing.

Do you know how to consume HTTP services in 4.6?

Thanks in advance for the help.

Best regards,

Domenico.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Domenico,

To do this use a JCo RFC that acts as a communication gateway between SAP and the Web service. Essentially, you would create a Java-based registered server program that can be invoked from within an ABAP program. That registered server program would then be responsible for accessing the Web service and translating between the HTTP request/response data and the ABAP import/export parameters.

Also go through the below links it will help you in someway:

-Suresh