SAP for Automotive Discussions
Connect with fellow SAP users in discussions to troubleshoot challenges, share best practices, and fuel each other's success. Join a conversation or start your own.
cancel
Showing results for 
Search instead for 
Did you mean: 

DBM Notification Vehicle Information is not retrieved

0 Kudos
406

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.

7 REPLIES 7

Former Member
0 Kudos
348

Dear Friend,

I have same issue. How did you resolve this issue? Could please explain me?

Makarand

0 Kudos
348

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

Former Member
0 Kudos
348

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

0 Kudos
348

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.

0 Kudos
348

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

0 Kudos
348

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

0 Kudos
348

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