Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Accessing APO live cache

shirley_te
Participant
0 Likes
900

HI,

I am trying to use some function modules used by RRP1 in APO but I am getting a COM error when I try to run the function module. COM error normally is associated to LIVECache access.

I need to create a program that extracts information just like RRP1 so I started to look for the FM used by that but when I try to test the FMs individually to see, I get a COM error for some.

Can anyone tell me how do I access LiveCache data and if there is anyone who has created a similar program that brings out data like rrp1.

Thanks!

S

HI,

I am trying to use some function modules used by RRP1 in APO but I am getting a COM error when I try to run the function module. COM error normally is associated to LIVECache access.

I need to create a program that extracts information just like RRP1 so I started to look for the FM used by that but when I try to test the FMs individually to see, I get a COM error for some.

Can anyone tell me how do I access LiveCache data and if there is anyone who has created a similar program that brings out data like rrp1.

Thanks!

S

2 REPLIES 2
Read only

adrian_dorn
Advisor
Advisor
0 Likes
802

Access to liveCache is only possible via Native-SQL or via DBM commands. A simple example for reading liveCache data is function module GET_KERNELVERSION_SDB, which uses both techniques (Native-SQL and DBM commands). Remark: The impor parameter CON_NAME is the liveCache name which you see in transaction DB59 (normally the name is "LCA"). With the other two parameters you can choose if the data should be read either via Native-SQL or via DBM commands.

Read only

ramesh_mahankali
Active Participant
0 Likes
802

Hi,

Please refer to following SCM Wiki link where you have lot of information related to APO Technical.

[https://wiki.sdn.sap.com/wiki/display/SCM/SCMFunctionModules|https://wiki.sdn.sap.com/wiki/display/SCM/SCMFunctionModules]

Hope this helps.

Thanks,

Ramesh