2008 Dec 02 11:34 AM
Hi expert,
I'm working on Velo, and I have a couple of doubts. I need some suggestion.
How can i link order usage with order type??
Also, how I can created a link between Contract/vehicle usage and Sales order reason?
I know how this objets work on standard sap, now I miss the link between velo and standard sales order in Sap.
Thanks so much for your help
2008 Dec 04 5:59 AM
the VELO will take configurartion setting from standard only , there is no separate configuration for these in VMS
The only SPRO configuration from VMS is under the following menu path
SPRO -> Logistics Execution -> Vehicle Management System (VMS) ->
2008 Dec 17 4:38 PM
Hi cmm,
in my opinion, there's no customizing to link VMS vehicle and SD order to each other in the way you describe it above.
VMS creates a standard SD sales order via a call of BAPI_SALESORDER_CREATEFROMDAT2. The SD order isn't aware of the vehicle (apart from the batch number on item level which is also stored in the vehicle). The vehicle is aware of the SD order via table VLCCUORDER.
If you want to derive certain SD order attributes from vehicle data, the you need to do this as a BAdI implementation: VLC_CUOR_EXECUTE->BAPI_SALESORDER_CREATEFROMDAT2.
In case you e. g. want to set a certain SD order reason depending on the VMS vehicle usage, you would have to do this in the BAdI I mentioned.
Kind regards,
Steffen
2009 Jan 02 12:58 PM
I agree with Steffen,
I think there is some Ztable in your case linking these elements