cancel
Showing results for 
Search instead for 
Did you mean: 

need to get orderid and inetrnal number of order in APO from livecache

Former Member
0 Kudos

Hi all,

I have requirement to check for the conversion rule in rrp3 txn.

for checking that i need to validate a condition for orderid.

but i have internal order number in APO(hexa decimal) so orderid corresponding to that(hexa no) is there in the livecache, so

Please can anyone guide me how to get the orderid from internal order number from livecache ?

Thanks,

Sridhar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member229109
Active Contributor
0 Kudos

Hello Sridhar,

1) As SAP customer you could create the OSS ticket to the component 'BC-DB-LCA'

to help you with this issue.

2) Please update with additional information:

  • What is the version of your system?

  • What is the LCA build/version on your system?

  • More details about your project.

What is the order type & how the order was created.

3) In general::

-> Tr. /n/SAPAPO/OM16 ( in further releases /n/sapapo/om19 ) is provided by SAP to get information about data stored in the LiveCache. If you would

like to get your own views, you should write a special report in ABAP using

"/SAPAPO/OM"-development class functionality.

-> There are standard function modules in ABAP available to extract/change data from/in liveCache.

-> Please click at

http://help.sap.com/saphelp_nw04/helpdata/en/f2/0271f49770f0498d32844fc0283645/frameset.htm

& read about 'SAP liveCache'.

As you know objects stored in liveCache in the class containers can be accessed and manipulated only via LCA routines which are methods of LCA objects.

The registration of the LCA routines is done automatically when

the liveCache is started by the LC10, check the lcinit.log file.

The shared procedures in the LiveCache are written in C++ and shipped

to the customers as binary shared libraries(LCA-Routines) < LCA build >

together with the LiveCache. The original C++ source code of the

libraries is not generally available to the customers.

The LCA routines could be called via "/SAPAPO/OM*" ABAP functions.

-> For SAP liveCache documentation in English:

http://help.sap.com/saphelp_nw04/helpdata/en/f2/0271f49770f0498d32844fc0283645/frameset.htm

< -> Database Administration in CCMS: SAP liveCache -> liveCache Assistant -> liveCache: Monitoring -> Problem Analysis-> DB Procedures >

In transaction LC10 for the LCA connection choose liveCache:Monitoring

then go to Problem Analysis -> DB Procedures=>

The system displays an overview of all database procedures loaded into

liveCache, their input and output parameters, and other details.

-> In addition to the given information => find more information at SAP links:

SCM 4.0 ->

http://help.sap.com/saphelp_scm40/helpdata/en/12/3dfd81126e1c448c870f335f11d016/frameset.htm

SCM 4.1 ->

http://help.sap.com/saphelp_scm41/helpdata/en/12/3dfd81126e1c448c870f335f11d016/frameset.htm

SCM 5.0 ->

http://help.sap.com/saphelp_scm50/helpdata/en/12/3dfd81126e1c448c870f335f11d016/frameset.htm

Thank you and best regards, Natalia Khlopina