Skip to Content
0
Former Member
Jun 04, 2008 at 08:00 AM

SAP + Java??

25 Views

Hello experts!!

I want to execute java program in sap system. e.g.HelloWorld

I write:

REPORT zjava.

CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE

EXPORTING

document = 'C:\test.java'.

And I see only my JCreator with test.java. But how can I execute HelloWorld in SAP system??

Thanks!!