cancel
Showing results for 
Search instead for 
Did you mean: 

Notification description is missing when using BAPI_ALM_NOTIF_CREATE

Former Member
0 Kudos

Hi,

Creating a notification using BAPI_ALM_NOTIF_CREATE should create 2 entries in IHPA.

one for customer and another for contact with respective partner function.

but in my case it making only customer entry in IHPA.

and also notification description is missing.

Cheers

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Some customer enhancement was the culprit.

Former Member
0 Kudos

Sam,

Are you passing the short text in field BAPI2080_NOTHDRI-short_text? Also are you passing all the partner contents in table NOTIFPARTNR or should they be automatically copied over from Master data ?

Regards

Narasimhan

Former Member
0 Kudos

Hi Narasimhan,

Yes I am passing short_text and partner table

WA_NOTIFHEADER-SHORT_TEXT = KNA1-NAME1.

IT_NOTIFPARTNER-PARTN_ROLE = 'AG'.

IT_NOTIFPARTNER-PARTNER = CUSTOMER

Its really strange, why its wiping out the short text I am giving.

Anything else I need to do ?

Cheers

Former Member
0 Kudos

Make sure through De-bug that KNA1-NAME1 does contain a value.For partners you would need to append both entries to the table.Double check it through de-bug as well.

Regards

Narasimhan