Variant configuration data in sales order BAPI
I have to create a sales order using the Createfromdat2 of sales order function. In the created item, the ABAP (with RFC call) program is okay, but the material has a variant configuration. As a result, the program gets an error.
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
CALL FUNCTION 'BAPISDORDER_GETDETAILEDLIST'
for an existing order with variant configuration to see how to fill the tables correctly (order_cfgs_cu…).