Hi,
I have a general question regarding differences between Bapi_Salesorder_Createfromdat2 and Bapi_Salesorder_Createfromdat1.
In the old version (which is not officially supported by SAP anymore!) Bapi_Salesorder_Createfromdat1 many BAPI data structures are returned as export parameters - e.g. detailed pricing/condition information in ORDER_CONDITION_EX or availability information in ORDER_SCHEDULE_EX.
In the new version Bapi_Salesorder_Createfromdat2 none of these informations are returned anymore: How do you query this sales order data in the new BAPI implementation ? I tried using Bapi_Salesorder_Getstatus after sales order creation but this BAPI only returns aggregated information (e.g. no detailed princing/condition values).
I guess there is an easy solution to this since SAP would remove functionality in newer BAPIs, would they ?!
Thanks for any hints,
Andreas Koschinsky