cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting 'ATP" tab data from LiveCache RRP3 view using ABAP

former_member865747
Discoverer
0 Kudos
400

We are trying to develop a report which apparently reads the current stock level directly from LiveCache. We are mainly interested in the extracting the ATP tab data of RRP3 view. We have some leads with the BAPI BAPI_STSRVAPS_GETLIST2 but it is only giving us pegging data and not ATP data. Are we missing something? Do we need to make a different Stock Type selection?

Thanks,

Isha

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_schulze2
Active Participant
0 Kudos

APO LC data for stock is stored as "ATP categories". For example - unrestricted stock is "CC", consignment stock is "CF" etc. If you use the BAPI for stock data extraction you have to read such atpcat elements from the FM result to get to your stock data.

Regards

Thomas