cancel
Showing results for 
Search instead for 
Did you mean: 

Calling RFC in xMII

Former Member
0 Kudos

Dear All,

I've created a RFC to insert records into a custom table. Am executing this function module from xMII. Now my problem is everytime i make any changes in the RFC like adding extra input parameters or export parameters, the changes doesnt reflect in my JCO action block in the BLT even though i generate Request/Response document for the function module. But if i create a new RFC with the changes it works fine. Why is this happening?? Am i missing something?

Am using xMII 11.5.4

Thanks,

Sushma.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

since you are using 11.5, then you can use this URL to reset the JCO cache

http://<xmiiserverip>/Lighthammer/JCOProxy?Mode=Reset

hope it helps.

Regards,

Musarrat

former_member4529
Active Contributor
0 Kudos

Hi,

You need to restart the SAP MII server (IIS & ServletExec / NW J2EE) after you make any changes in the RFC interface. This is because the SAP JCo somehow caches the old interface into the memory.

Thanks,

Dipankar