cancel
Showing results for 
Search instead for 
Did you mean: 

Txn : /sapapo/ac42 , read product allocation time series data

0 Kudos

Hi ,

i have requirement to read the data from transaction : /sapapo/ac42 in SAP APO. i found one BAPI function module BAPI_APOPAL_GET. But i am not able to pass PERIOD_BEGIN and PERIOD_END parameters. i tried to pass with various options, but couldn't succeed. i have found one more function module : /SAPAPO/QUOTA_QTY_READ

after debugging the standard transaction - /sapapo/ac42.

Finally i need to read the time series data highlighted in red color and need to display it in ECC custom report.

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

BAPI BAPI_APOPAL_GET has both the parameters.

The period start must be the start of the first time series, and the period end the last time series, without gaps existing in the period axis. The time stamp for the period start is 000000

The period end must be the end of the last time series, and the period start the start of the first time series, without gaps existing in the period axis. The time stamp of the period end is 235959.

Or you can check FM /SAPAPO/QT_USAGE_GET

Best Regards,

R.Brahmankar