‎2011 Sep 28 8:36 PM
Dear experts.
Looking for some BAPI that retrieve information from SOs, I found the following function:
BAPI_SALESORDER_GETLIST
But I realized that this function don't have a filter based on SO numbers.
Anyone knows a different BAPI that retrieve this information, using VBELN (SO number) as filter?
Thanks!
‎2011 Sep 28 9:56 PM
‎2011 Sep 28 9:56 PM
‎2011 Sep 28 9:58 PM
Hi,
Why don't you simply query SD tables such as VBAK or VBAP?
What information do you need exactly in which context?
Kr,
m.
‎2011 Sep 29 5:30 AM
Did you check with [SHP_GET_SD_DATA|http://wiki.sdn.sap.com/wiki/display/ABAP/SHP_GET_SD_DATA-FunctionmoduleforExtractingSalesorderDetails]
‎2011 Sep 29 6:03 AM
Hi Vicari,
If you go with BAPI_SALESORDER_GETLIST here there is no criteria with so.If you go with BAPISDORDER_GETDETAILEDLIST you will get selection as SO.These are two bapi available to extract sales order data.If it is not suitable them make a custom one.
Regards,
Madhu.