cancel
Showing results for 
Search instead for 
Did you mean: 

Quota- creation in SCM APO

Former Member
0 Kudos

Hi SCM Guru's,

I have requirement in SCM APO, We need to replicate the Quota's from source SAP systesm( 5.0) in SCM APO. what is best method to achieve this covnersion? .If there is any BAPI available please let me know the BAPI name?

Advance Thanks

Praveen GB

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Praveen,

You can write a custom program which via RFC read the quota from the SAP system.

take it into a required format & passs the contents to BAPI BAPI_QTASRVAPS_SAVEMULTI2.

this will create quota in SCM

Regards

Vaibhav Sareen

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks a lot , I was able to create the quota using the BAPI - BAPI BAPI_QTASRVAPS_SAVEMULTI2.

Former Member
0 Kudos

Hi Praveen,

Try the SAP provided BAPI

Object name: QuotaAPS

Obj type: BUS10009

Regards

R. Senthil Mareeswaran.

aparna_ranganathan
Active Contributor
0 Kudos

We had the same requirement and we used RFC - something like a custom CIF to transfer the values from R/3 to APO

Thanks

Saradha

Former Member
0 Kudos

Hi Saradha,

.Thanks for your reply, You have mentioned about custom CIF , Can you please explain the same.

Actually it is conversion , we have quota's already created in R/3 and we need to populate the same data into SCM.

Praveen GB