cancel
Showing results for 
Search instead for 
Did you mean: 

how create stock transfer reservation in apo

0 Kudos

Hi Gurus,

I need your help, we need to know how to create stock transfer reservation with type category BC or BD ??

we are testing some bapis with out any result.

   Using this

        BAPI_POSRVAPS_CREATESNPORDER

  The system send a messge

        E APO_BAPI             110 Catagory BC is not defined for catagory type 1 or R/3 object

  Any suggestions.

          

  Noemí Huerta

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

BAPI BAPI_POSRVAPS_CREATESNPORDER ony allows you to create Purchase Reqs or Stock Transfer Reqs. Try the BAPI suggested by Satish.

satish_waghmare3
Active Contributor
0 Kudos

Hello Normi,

Please try using this BAPI ->    BAPI_POSRVAPS_SAVEMULTI3

As per SAP Help, --->

You can use this method to create or change procurement orders.

The individual parameters can be used to create or change a procurement order
with only receipt elements (output notes) or with receipt and issue elements
(output and input nodes).

Hope this will help.

Thank you

Satish Waghmare

0 Kudos

Hi Satish,

Thanks for answer,

I test with the papi that you suggested BAPI_POSRVAPS_SAVEMULTI3,  this works correctly with parameters:

    Location type 1002 that correspond to Distribution Center,

    Order type 2 (Purchase Order)

    ATP = BF (Purchase Order)

But i need to  create stock transfer reservation using  the location type 1010 ( Custom) , i don´t know if this is posible,  with ATP category BC or BD

  Do you Know how i can do  😃 ??