‎2007 Sep 05 12:11 PM
<b>Hi Experts,
I am searching for some BAPI's of IW21 tr code, where I need to create Notification using the details of some legasy system/flat file. I dont wanna use BDC, I need to use BAPI so could anyone help me out.
Thanks in advance,
Sunil</b>
‎2007 Sep 05 12:22 PM
Hi sunil,
Just try it , this information is gathered from threads itself.
I used wrapper around the FM IW21_NOTIFICATION_CREATE , and exported the z field to memory and changed it in BADI NOTIF_EVENT_SAVE.
Thanks
‎2007 Sep 05 12:26 PM
<b>Hi Naveen,
Thx for ur reply, sorry I couldnt understand wht u said, can u just give me some links or elaborateo your answer that may help to resolve the problem.
Thanks and regards,
Sunil
</b>
‎2007 Sep 05 4:41 PM
Dear Sunil,
Please have a look at following BAPI's
BAPI_ALM_NOTIF_CREATE
ALM_ME_NOTIFICATION_CREATE
If useful, reward points.
Lijo Joseph
‎2007 Sep 06 7:17 AM
Hi..
this BAPI function Module: BAPI_ALM_NOTIF_CREATE
This function module is:Create maintenance or service notification
You can use this BAPI to create a new maintenance or service notification. You can create certain fields from the notification header as well as items, causes, tasks, actions and long texts for this. You can also maintain partner data.
‎2007 Sep 06 7:17 AM
Hi..
this BAPI function Module: BAPI_ALM_NOTIF_CREATE
This function module is:Create maintenance or service notification
You can use this BAPI to create a new maintenance or service notification. You can create certain fields from the notification header as well as items, causes, tasks, actions and long texts for this. You can also maintain partner data.
‎2007 Sep 06 7:29 AM
<b>Hi Surya,
Thanx for your reply, if u have the program to create the notification could you please send me,,,, I need it urgently....I have a Z-table which has the datas like;
CusomerName
Customeraddress
Work_order_type
Work_order_priority.........and so on...
Now I need to create notification using the same datas....
Thanks in advance..
Sunil</b>
‎2007 Sep 17 12:07 PM
Hi,
check this link,
http://www.sapfans.com/forums/viewtopic.php?t=265288
Check the Sample Code on the link.