Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Service Notification using Bapi

Former Member
0 Likes
669

Hi ,

Im using Bapi : BAPI_SERVICENOTIFICAT_CREATE, to create the service notification ,which is working fine

Passing notification type : Z1,

But

When i give the line items for code group(D_CODEGRP) , and activity code(D_CODE) , it does not create the notification.

As of now i using 'Account' as code group and 'ACCH' as activity code.

Please suggest me how to pass line items while creating a notification using the Bapi

Thanks In advance

Anil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

Hi!

You have a reurn table, in your BAPI, called RETURN. You should check this table, it will contain the error message.

Mostly it is occurred due to false customizing.

regards

Tamá

2 REPLIES 2
Read only

Former Member
0 Likes
535

Hello,

please check your customizing settings.

Do you use the correct code group?

Use transaction QS41 to see which catalogues are availabe and if you are using

a code group in this range.

And use the field D_CAT_TYP too.

For the BADI.

Set a break point in the include LIWWWF01 and see which catalogue the BDAI requieres.

-> CASE p_type.

Rgds,

JP

Message was edited by:

Jörn Peter

Read only

Former Member
0 Likes
537

Hi!

You have a reurn table, in your BAPI, called RETURN. You should check this table, it will contain the error message.

Mostly it is occurred due to false customizing.

regards

Tamá