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

For Creating Service Notifiacation needs BAPI

Former Member
0 Likes
845

Hi Experts,

For Creating Service Notification (IW51).

I need BAPI. Please help me if any body worked on this.

Regards,

Bala

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
783

bapi for Service Notifiacation BAPI_SERVNOT_CREATE

Hi Experts,

For Creating Service Notification (IW51).

I need BAPI. Please help me if any body worked on this.

Regards,

Bala

4 REPLIES 4
Read only

Former Member
0 Likes
784

bapi for Service Notifiacation BAPI_SERVNOT_CREATE

Read only

Former Member
0 Likes
783

Hi,

Use the BAPI

'BAPI_SERVNOT_CREATE'

In this the mandatory fields are

NOTIF_TYPE and

NOTIFHEADER

CALL FUNCTION 'BAPI_SERVNOT_CREATE'

EXPORTING

" EXTERNAL_NUMBER =

NOTIF_TYPE =

NOTIFHEADER =

" TASK_DETERMINATION = ' '

" SENDER =

" ORDERID =

" IMPORTING

" NOTIFHEADER_EXPORT =

" TABLES

" NOTITEM =

" NOTIFCAUS =

" NOTIFACTV =

" NOTIFTASK =

" NOTIFPARTNR =

" LONGTEXTS =

" KEY_RELATIONSHIPS =

" RETURN =

.

Read only

0 Likes
783

Hi Parvatha Reddy,

I have implemented screen-exit for IW51 in that I have added 70 Z fields.

How to populate that Z screen fields in this BAPI.

Please explina how to do this.......

Edited by: bala virupaksha on Feb 25, 2009 1:33 PM

Read only

0 Likes
783

Hi,

If you want to add these fields then use Extension in and Extension out parameters.

Check the below link.

http://help.sap.com/saphelp_nw04/helpdata/EN/3e/0e1089c24611d1ad09080009b0fb56/content.htm