cancel
Showing results for 
Search instead for 
Did you mean: 

Using Java-Methods in SAP

Former Member
0 Kudos

Hi,

the regular way of SAP-Java Connection is a RFC-Model on SAP-Sight, and in Java I use this model with his functionality. But is there a opportunity for a contrary way? I have a function in Java, and I want to use it from the SAP-Backend.

Maybe I give an expample to describe the problem:

I have a Web-Application which generates pdf's. Now in the SAP Backend should be possibility to generate pdf's too. So I would like to use the WebDynpro-Service for SAP.

Do you have an idea?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It kind of defeats the purpose of a WebDynpro Java if you set it as a webservice - that architecture doesn't sound right. Now, adding to what Rajat replied, better have a separate java service available as a webservice instead - and not in a WebDynpro Java (and this isn't even possible during runtime I believe).

Goodluck!

Regards,

Jan

Former Member
0 Kudos

Hi Stefan,

Have a look at the following series of blogs:

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID2111987450DB00660113557633924039End...

This will guide you in achieving the purpose you want to.

Thanks.

Rajat