cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a specific function with WD4J from ABAP

joris_vandevis3
Explorer
0 Kudos

Hi all,

I am struggling to find a solution (if any available) for the following.

From my browser I can download a ZIP file containing the Java stack User Management engine (ume) settings via the following URL to a WD4J application:

http://<host>:<port>/useradmin --> Configuration --> Support Tab --> Download ZIP file

If you press the "Zip bestand configuratie downloaden" link you can download the wanted ZIP file.

Now imagine I want this ZIP file to be consumed from an ABAP stack, is there anyone who knows a way to do so? I just want this ZIP file from an JAVA stack to be read from an ABAP stack.

I tried using fidler to reverse engineer the way this URL is build but it seems there is some Java application behind it generating unique URL's with a timestamp in it. So might no be really helpful as the URL is not static.

Just wondering, is there any way to simulate the screen clicking like was possible in good old abap by using screen and program scraping techniques? Any other ideas?

suggestions are welcome!

Accepted Solutions (0)

Answers (2)

Answers (2)

vijay_kumar49
Active Contributor
0 Kudos

it means you are going call the function module in WDJ Application?

former_member197472
Active Participant
0 Kudos

Can you create EJB web service of the function(which exports zip) in Java stack ?

That web service can be invoked from ABAP (probably using service consumer).

--

Reagrds,

Amey