cancel
Showing results for 
Search instead for 
Did you mean: 

APO Stock Create.

Former Member
0 Kudos

Helllo Can any one give me the flow of how to create the stock.

I tried using the BAPI : BAPI_STSRVAPS_SAVEMULTI2

In that i provided the location and product and version and quantity and categoy. Is this inputs are necessary in creating the stock. please let me know if i miss some inputs to BAPI.

Thanks,

Ramana.

Accepted Solutions (1)

Accepted Solutions (1)

somnath_manna
Active Contributor
0 Kudos

Of course these are mandatory. without a location and product no order can e created.

The category has to be a suitable ATP Category - CC is Unrestrictured stock.

I think along with quantity the unit of measure is required.

somnath

Former Member
0 Kudos

try with follwoing parmeter , i am able to create stock .

LOGICAL_SYSTEM Q1SCLNT023( your APO logical system)

COMMIT_CONTROL E

PLANNING_MODE_USAGE 0

PLANNING_VERSION 000

NO_AUTOMATIC_VERSION_CREATION

ST = 17

AT=CC

PRODUCT = your product LOCATION =your product

LOCT =1001

QUANTITY=1000

and if it is unsuccessful see error in SLG1

with object APO_BAPI.

Manish

Answers (0)