cancel
Showing results for 
Search instead for 
Did you mean: 

Notification creation BAPI BAPI_SERVNOT_CREATE BP popup

Former Member
0 Kudos

Hi All,

I am using BAPI to create Notification in ECC using BAPI BAPI_SERVNOT_CREATE I am passing all business partners line sold to party ,Ship to party and payer and contact person..the issue is all the BP's are populating but For contact person if we have multiple contact persons it's giving popup how to supress this popup.. I am sending the one contact person to be confirmed as well but still getting the same popup while using the BAPI..

Here is sample code and attached is popup while executing the code..

bp-partner.jpg

CALL FUNCTION 'BAPI_SERVNOT_CREATE'
EXPORTING
* EXTERNAL_NUMBER =
notif_type = 'ZG'
notifheader = gs_noti_header
* TASK_DETERMINATION = ' '
* SENDER =
* ORDERID =
IMPORTING
notifheader_export = gs_noti_output
TABLES
* NOTITEM =
* NOTIFCAUS =
* NOTIFACTV =
* NOTIFTASK =
notifpartnr = lt_notification_partner
* LONGTEXTS =
* KEY_RELATIONSHIPS =
return = lt_return.

Thanks,

Sapsar.

Accepted Solutions (0)

Answers (0)