2011 May 20 5:15 AM
Hi DBM Gurus,
I have tried to create a Notification from Vehicle Master (T-code: /DBM/VSEARCH). However, the vehicle information as well as the customer number is not retrieved to the Notification.
Please advice if I have left out any configuration.
Appreciate quick response from all the gurus here.
Thank you.
2012 Aug 27 1:40 PM
Dear Friend,
I have same issue. How did you resolve this issue? Could please explain me?
Makarand
2012 Aug 28 3:04 AM
Dear Makarand,
If I am still remember you could check again on the function module /DBM/CU17_DEF_VAL_NTF_D3. For more information, please go to SPRO > Customer Data Management > Notification > Notification Documentation.
Hope it helps.
Regards,
Dennis
2012 Aug 30 8:58 AM
Hi,
which type of notification would you like to create?
Have you checked the IMG description within /DBM/SPRO and implemented the necessary user exits?
Best regards
Robert
2012 Aug 30 9:18 AM
Dear All,
Still my issue is open. Notification types are D1, D2 and D3.
Description is correct. I have implemented all user exits and developed all subscreens.
I am not getting Vehicle indetification number and customer in notification.
Configured partner determination properly.
Pl advice.
Thanks and Regards,
Makarand.
2012 Aug 30 11:35 AM
HI Makarand,
please check the function module /DBM/CU16_GET_QMEL.
check with a breakpoint that the field GS_VIQMEL-/DBM/VHGUID is filled with the vehicle guid.
Later this is used for example on the reference objects screen via FM
FUNCTION /dbm/cu17_ue_sapmiwo0_009.
Best regards
Robert
2012 Aug 30 12:44 PM
Dear Robert,
In FM /DBM/CU16_GET_QMEL not getting GS_VIQMEL-/DBM/VHGUID.
Program is not reaching to FM /dbm/cu17_ue_sapmiwo0_009.
Thanks for helping to me in this issue.
Thanks and Regards,
Makarand
2012 Sep 11 4:56 PM
Hi Makarand,
please have a look into include /DBM/LCU16F09. In line 95 the vehicle guid is exported to memory and later within notification user exit (FM EXIT_SAPLIQS0_017) the DBM FM /DBM/CU17_DEF_VAL_NTF is called which again retrieves these values and provides it to the notification.
Maybe the last user exit is missing for you.
Best regards
Robert