cancel
Showing results for 
Search instead for 
Did you mean: 

Remote function call in SAPGUI with Screen Personas 3.0

Former Member
0 Kudos

Hola,

Has anyone encountered problems within RFCs in SAPGUI Windows with Screen Personas 3.0 (SP2)? I cant even get this example posted in this link to work:

https://wiki.scn.sap.com/wiki/display/Img/How+to+call+Remote+Enabled+ABAP+Function+Modules+in+Person...

This one here.


var rfc = session.createRFC("BAPI_USER_GET_DETAIL");

rfc.setParameter("USERNAME", "*******");

rfc.requestResults(JSON.stringify(["ADDRESS", "RETURN"]));

rfc.send();

var address = JSON.parse(rfc.getResult("ADDRESS"));

session.utils.log(address.FULLNAME);


It does work great in WebGUI, but it is not an option in this case, unfortunately.

Latest GUI 740 patch 7 etc. Any ideas where to go from here or is it just not working properly yet?

Br.

Jan

Accepted Solutions (0)

Answers (1)

Answers (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

This is supposed to work.

I suggest creating an OSS incident for component BC-FES-GUI (so not BC-PER).