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

Action in VMS

Former Member
0 Likes
856

How to execute interlinked actions defined in VMS ( Vehicle Management system) through ABAP code . Is there any FM / BADI for this ??

How to execute interlinked actions defined in VMS ( Vehicle Management system) through ABAP code . Is there any FM / BADI for this ??

1 REPLY 1
Read only

rohit_chauhan1
Contributor
0 Likes
708

Hi,

You can call the interlinking action using 'BAPI_VEHICLE_CHANGE_MULTIPLE'.

VMS calls the linked actions by itself. You will need to populate data for each action (if it is required) usinf 'data changes before action' or prepare functions.

Regards,

Rohit.