How to upload PM order confirmation actual data and post goods movement using BAPI in SAP ?
I tried to use a lot of BAPI but it didn't work like this: MAP2E_RIWOL_TO_ALM_ORDER_OLIST , BAPI_ALM_ORDER_MAINTAIN , BAPI_PRODORDCONF_GET_TT_PROP
These are the steps that the user follows in entering the data using (T-Code IW41 ) ,





I'm in need an appropriate BAPI for these steps.
To post Time confirmations use
'BAPI_ALM_CONF_CREATE'To post goods movement , is a loaded question, but if we assume a basic MM goods issue to order , use
'BAPI_GOODSMVT_CREATE'use Goods movement code of 03 and a movement type 261. gm_code = '03'.goodmvt_item-move_type = '261'
The Object LIST is maintained via the ORDER.
see BAPI_ALM_ORDER_MAINTAIN.
The object list is part of this function. Example for you test program to post confirmations.
" map_timeconf example using variable names similar to afru