Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DBM Order Document Flow

Former Member
0 Likes
507

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

1 REPLY 1
Read only

gaursri
Active Contributor
0 Likes
350

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.