cancel
Showing results for 
Search instead for 
Did you mean: 

What are some function modules that can update live cache data?

Former Member
0 Kudos

Hello All,

What we would like to do is to take the forecast orders from orders based live cache and add a custom field to one of the unused fields. Most of the live cache related transactions posted in SCN related forums are "read" transactions.

Could you please share your knowledge on "write" function modules that can change data in live cache? For example, suppose that we want to get the order data with the function module "/SAPAPO/OM_ORDER_GET_DATA" and then take a field in the forecast object (that is, a single record in RRP3 with ATP category FA) and push into an unused field of the forecast object a priority value which in our case is Char(14) and is of the format YYYYMMDDHHMMSS.

Questions:

1. Please share any function modules that can update live cache data - especially the forecast object.

2. Would you have any information on Sql Studio for live cache? How does it work and can it do what we are trying to do?

Thanks in advance for your help!

Satish Vadlamani

Accepted Solutions (1)

Accepted Solutions (1)

former_member187488
Active Contributor
0 Kudos

Hi,

Try use standard FM BAPI_PIRSRVAPS_GETLIST and BAPI_PIRSRVAPS_SAVEMULTI to get and change forecast orders ...

Best Regards,
Ada

Former Member
0 Kudos

Hello Ada:

Thanks much for the information. Very useful. I shared this with the developer.

I am still interested in knowing about Sql Studio interface for Live Cache - how it can be used, what is it good for, etc.

Thanks,

Satish

Answers (1)

Answers (1)

thanga_prakash
Active Contributor
0 Kudos

Hello Satish,

Try with below function modules.

/SAPAPO/OMB_DELT_UPD_VPL   --- Delete and Insert Forecast Delta Records

/SAPAPO/OM_SPP_FC_EXT_MODIFY   -- Create/Change/Delete SPP ForecastExt Orders

/SAPAPO/OM_SPP_FORECAST_MODIFY -- Create/Change/Delete SPP Forecast Orders

Regards,

TP