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

help needed to create Notification in IW21 tr code using BAPI

Former Member
0 Likes
1,026

<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>

7 REPLIES 7
Read only

Former Member
0 Likes
769

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

Read only

0 Likes
769

<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>

Read only

0 Likes
769

Dear Sunil,

Please have a look at following BAPI's

BAPI_ALM_NOTIF_CREATE

ALM_ME_NOTIFICATION_CREATE

If useful, reward points.

Lijo Joseph

Read only

Former Member
0 Likes
769

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.

Read only

Former Member
0 Likes
769

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.

Read only

0 Likes
769

<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>

Read only

0 Likes
769

Hi,

check this link,

http://www.sapfans.com/forums/viewtopic.php?t=265288

Check the Sample Code on the link.