‎2008 Jun 30 7:43 AM
Hi budy,
i am trying to create a producation order through bapi,
BAPI_PRODORD_CREATE.
i want to do auto realese of that created production order within the bapi, is this can be done, plz help me out.
i tried by setting auto release form material master screen for perticular material, but while creatning its throwing as error,
START/ENDFORM IS MISSING,
help me for solving this,
Thanks.
‎2008 Jun 30 7:46 AM
I would try BAPI_INTERNALORDER_CREATE. Production Order is a subset of internal orders and it depends on order type (AUFART field).
‎2008 Jun 30 7:59 AM
i didn't get u da,
i have created the production order by bapi, now i want release as well as creating PO.
‎2008 Jun 30 8:03 AM
Hi,
The Production order should be saved first ie commit in ur language so that it gets number as per internal number range. Further pass this internal no. to BAPI_PRODORD_RELEASE.
Regards