‎2009 Jul 22 2:29 PM
Hi Friends,
I am using BAPI_ALM_NOTIF_CREATE to create notification.
I want to save customer telephone number also in the notification.
But I could not find Telephone number field in the BAPI. Can anyone
help me in this issue ASAP.
Thanks in advance,
Chandu.
‎2009 Jul 22 6:23 PM
for this BAPI there is no Extension tables, so you can do one thing after creation notification write small BDC recording method and update the telephone number in chnage mode..
‎2009 Jul 23 7:02 AM
Thank you Chenna Keshava. My problem is solved. I did BDC recording for that.
But one more query, to confirm and close Service order we are using BAPI_ALM_ORDER_MAINTAIN
but we are unable to save the changes even though BAPI_TRANSACTION_COMMIT is called.
Can you please help me in this issue.
Thanks & Regards,
Chandu.
Edited by: chandra sekhar narra on Jul 23, 2009 8:17 AM
‎2009 Jul 23 7:46 AM
chandra i got the same problem..then i had to switch to BDC.
cheers
‎2009 Jul 23 7:50 AM
Madan, then how are you saving long text (for the operation description), thru BDC it is not possible i guess..
‎2009 Jul 23 9:59 AM
‎2009 Jul 23 11:07 AM
for long texts upload you need to write small code in BDC program or develpp one more new porgam for that
in that program use CREATE_TEXT FM for this you need to pass below fields.
TDOBJECT
TDNAME
TDID
TDSPRAS
for finding the values for above fileds , first any one record enter the text manually and check the table STXH, in this table you can find above field values...
‎2009 Jul 23 11:12 AM
how to save this text to a particular order and how to retrieve that back..
‎2009 Jul 24 11:54 AM
‎2009 Jul 24 12:09 PM