Hi Marcos
On table GOODSMOVEMENTS you can manually input the goods movements to be posted.
You can use BAPI_PRODORDCONF_GET_HDR_PROP to get the proposed for the order confirmation.
On your ABAP program you can change the values of table GOODSMOVEMENTS and then use it as input for BAPI_PRODORDCONF_CREATE_HDR.
BR
Caetano