cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to read Timeseries data in SNP

Former Member
0 Kudos

Hi Gurus,

Is there a function module to read timeseries KF (in SNP book)? I need to use this in deployment userexit to read time series values of other Product/Location combination.

I tried using 'BAPI_PBSRVAPS_GETDETAIL2' with in the userexit but i got simsession error.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi BKN,

1) Try FM /SAPAPO/MSNP_GET_DRPIO_READ

2) Also try getting peg id from /SAPAPO/DM_MATERIAL_GET_PEGID

for a location product and input into /SAPAPO/RRP_LC_PEGID_GET_IO

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi BKN,

Check the below function modules,

1) /SAPAPO/OM_STOCK_TSERIES_GET

2) /SAPAPO/RET_DB_GET_TIMESERIES

3) /SAPAPO/SCC_SHOW_TIME_SERIES

4) /SCA/INTF_APO_TS_TIMESERI_READ

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi BKN,

Try the below function modules

1) /SAPAPO/OM_STOCK_TSERIES_GET

2) /SAPAPO/RET_DB_GET_TIMESERIES

3) /SAPAPO/SCC_SHOW_TIME_SERIES

4) /SCA/INTF_APO_TS_TIMESERI_READ

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Thanks Senthil.

But non of these FM are to read time series Key figure from SNP/DP. I just need a FM to read a KF value (without macro execution) which is in SNP book.