cancel
Showing results for 
Search instead for 
Did you mean: 

Does FM BAPI_STSRVAPS_GETLIST2 extracts only the materials which are having stock > 0 from APO system?

Former Member
0 Kudos

We are extracting data from APO system using FM BAPI_STSRVAPS_GETLIST2 via a customized data source.

I want to understand whether this FM extracts only those materials for which Stock > 0 OR it will pull all the materials which are having Stock >0 and Stock = 0.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186445
Active Contributor
0 Kudos

did you try extracting a material with stock = 0 with this FM?

M.

Former Member
0 Kudos

I ran a full load from customized data source and it fetched 5000 records out of which only 1 material is having stock value as 0. why it did not pull all other materials which are having stock value as 0???

I want to know functionality BAPI

BAPI_STSRVAPS_GETLIST2

former_member186445
Active Contributor
0 Kudos

extract one specific material for which the stock = 0 and that didn't come with your full load. Use the debugger functionality to see what the FM does and why this material is not extracted.

M.