cancel
Showing results for 
Search instead for 
Did you mean: 

Load Data from live Cache via BAPI?

Former Member
0 Kudos

Hi,

which BAPI can i use to load live cache data (e.g. sales orders or other types of requirements) for a specific product location combination. So far as i know there is BAPI BAPI_SLSRVAPS_GETLIST2 (sales orders) and BAPI BAPI_POSRVAPS_GETLIST3 (purch req) to get data from live cache. Is there a better way to load this data from live cache??

Thanks

BR

Alex

Accepted Solutions (1)

Accepted Solutions (1)

hubert_spohn
Active Participant
0 Kudos

Hi,

you can use functional module /SAPAPO/OM_PEGID_GET_REQMTS for reading requirements from Live-Cache.

Hubert

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

BAPI BAPI_SLSRVAPS_SAVEMULTI2 is use to cerate and change sales order data in LC. Your mentioned report is to create safety stock in LC. I just want to extract existing ATP Categories from LC without changig it. This LC data we will use to load in a DP key figure.

Question is still open what kind of BAPI is the best way to extract this LC data.

BR

Alex

srinivas_krishnamoorthy
Active Contributor
0 Kudos

sorry it is /SAPAPO/SJKTST04 (this is for SO creation)

If it is question of extraction, you can always do a planning area backup into infocube using standard transactions. ANd load it to DP area from the backup cube if the characteristics match.

srinivas_krishnamoorthy
Active Contributor
0 Kudos

You can use BAPI_SLSRVAPS_SAVEMULTI2 for loading sales order data.

Or better still use program /SAPAPO/SJKTST02 in SE38