VMS actions can be processed using BAPI. BAPI : VELO09_SET_ACTION Helpful Source Code : *”———————————————————————- *”*”Local Interface: *” IMPORTING *” VALUE(IV_ACTION) TYPE CHAR04 *” VALUE(IV_VHVIN) TYPE VLCVEHICLE-VHVIN *”———————————————————————- DATA: vlcactdata_cs TYPE vlcactdata, ls_vehicle TYPE vlcvehicle, lt_vehicle TYPE TABLE OF vlcdiavehi, lv_vhvin […]
Continue reading »Category: SAP ABAP Technical
DBM Order Create BAPI
SAP DBM Order creation BAPI : /DBM/ORD_RFC_CREATE. This BAPI helps in creation of DBM Order, the order can viewed using the transaction /DBM/ORDER02 & /DBM/ORDER03. Helpful Source Code:- ls_vbak_rfc-audat = sy-datum. ls_vbak_rfc-vkorg = lv_lifnr ls_vbak_rfc-vtweg = ’04’. ls_vbak_rfc-spart = ’30’. ls_vbak_rfc-werks = lv_lifnr. ls_vbak_rfc-bukrs_vf = lv_lifnr+02(04). ls_vbak_rfc-mfrnr = ‘ZTEST’. ls_vbak_rfc-engine = ‘MM’. ls_vbak_rfc-hstat = ‘H000′. […]
Continue reading »SAP DBM Vehicle Navigation Profile
SAP DBM Vehicle Navigation Profile Transaction :/DBM/VSERACH BADI’S : /DBM/VEHICLE_MASTER In Transaction /DBM/SEARCH many under Vehicle Tab many different views are visual. These view can be controlled by using SAP Authorization or using config we can […]
Continue reading »SAP DBM Customer Assignment to Vehicle
SAP DBM Customer Assignment to Vehicle BAPI VMS Action : QACU Is used to assign the customer to Vehicle. For this requirement SAP has provided the BAPI to assign customer to Vehicle. BAPI : /DBM/VM13_VEHICUST_ASSIGNMENT Helpful Source Code:- CALL FUNCTION ‘/DBM/VM13_VEHICUST_ASSIGNMENT’ EXPORTING iv_vguid = ls_vlcdiavehi–vguid iv_kunnr = vlcactdata_cs–kunnr […]
Continue reading »Default Division in /DBM/ORDER
Setting Default Division on SAP DBM Order Screen. In transactions /DBM/ORDER01, /DBM/ORDER02 when user go to the Item tab and click search on the material the Division comes as default. The Division can be changed using SAP BADI. BADI Details : /DBM/BADI_ORDER_UI […]
Continue reading »DBM Vehicle Creation & PO Creation
Vehicle Creation & PO Creation in Single Click. HYPERLINK In SAP DBM creating a vehicle and its Purchase Order (PO) is a two Step process. We can club the process into single step using the BAPI. SAP DBM Vehicle Upload […]
Continue reading »SAP DBM Model Create BAPI
SAP DBM Model creation BAPI. You can create vehicle models in mass using this BAPI
Continue reading »