‎2009 Feb 09 8:53 AM
Hi there,
I am creating PReq outside of DBM ORDER. How I can update Document Flow in DBM Order ( NOT SDOrder).
Thank you very much and regards Maja
‎2009 Feb 09 8:59 AM
Hi Maja,
The update needs BADI implementation .
Excerpt from SAP help
If an action has to update both individual object data and VMS vehicle data, the update of the individual
object data has to be done in the BADI method /DBM/VEHICLE_API->CHANGES_BEFORE_SAVE. In this
method, you cannot use the result of the VMS action as input for individual object changes because the VMS
action has not yet been executed.This link might be a better help.
Link:[DBM|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2flibrary%2fbpx-community%2findustries%2findustry-Automotive%2FDealerBusinessManagement%3ACreatingVehicleActionsBasedonVMS.pdf]
Have a nice day ahead.