‎2007 Mar 08 5:59 AM
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
‎2007 Mar 08 4:23 PM
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á
‎2007 Mar 08 4:11 PM
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
‎2007 Mar 08 4:23 PM
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á