cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP JCO action block not refreshing

Former Member
0 Kudos
210

Hi,

I used a SAP JCO action block and configured to a RFC FM. It is executing fine.

Later I added another parameter to that FM in SAP and when I try to reconfigured it is not bringing the new parameter that I just added into the xMII even after generating sample XML.

Can some one help in this regard.

Thanks,

Srinivas.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You will need to stop and restart the xMII service to reset the function module cache. Looking up an RFC definition is a HUGELY expensive process in terms of execution time, so xMII uses JCO's function definition pooling to dramatically improve performance.

- Rick

Former Member
0 Kudos

Rick,

Is there any other way to clear the FM cache. Like some thing through SAP xMII menu itself.

Thanks,

Srinivas.

Former Member
0 Kudos

There's a "secret" URL to do this, but I'm not sure if it is officially supported, so use it at your own risk:

http://localhost/Lighthammer/JCOProxy?Mode=Reset

- Rick

Former Member
0 Kudos

Rick,

I am get this below pasted reply when I tried. Anyway thanks for sharing it though.

I got the new parameter by renaming the FM and reconfiguring it to new FM name.

Thanks,

Srinivas.

<?xml version="1.0" encoding="UTF-8" ?>

- <Rowsets DateCreated="2007-04-27T15:59:12" EndDate="2007-04-27T15:59:12" StartDate="2007-04-27T15:59:12" Version="11.5.2">

<FatalError>Invalid Mode</FatalError>

</Rowsets>

Former Member
0 Kudos

Install the latest xMII service release (SR3) and any more recent hotfixes and you'll be all set!

- Rick