2009 Feb 25 12:20 PM
Hi Experts,
For Creating Service Notification (IW51).
I need BAPI. Please help me if any body worked on this.
Regards,
Bala
2009 Feb 25 12:25 PM
Hi Experts,
For Creating Service Notification (IW51).
I need BAPI. Please help me if any body worked on this.
Regards,
Bala
2009 Feb 25 12:25 PM
2009 Feb 25 12:27 PM
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 =
.
2009 Feb 25 12:32 PM
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
2009 Feb 25 12:38 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |