cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Bapi for planned requirements in APO PP/DS

Former Member
0 Kudos
961

Hi everyone,

I used the BAPI 'BAPI_PIRSRVAPS_SAVEMULTI' to create planned independent requirements (forecasts) in APO which are read in from a CSV file. Now the Bapi doesn't let me specifiy a time, so my question is if there is another bapi or a way to modify the forecast after creation.


Another question I have is the APO application as shown in RRP3. It is set to SNP, but I am wondering how that is determined. Is it set through the BAPI or is there a global option somewhere? Is there a way to modify the application type through a bapi or something like that after creation of the forecast?


Cheers,

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christian,

I have checked the BAPI's logic, and the time for PIR is determined automatically in the coding, so no place for you to specify it.

This is also the same for the "application". It is hard coded to application SNP.

However these content can be modified in using BADI /SAPAPO/DM_PIR, method CHANGE_DATA. You can create your own BADI implementation to modify the data.

Best Regards,

Ada

Answers (0)