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

BAPI_ALM_NOTIF_CREATE

Former Member
0 Likes
981

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.

9 REPLIES 9
Read only

Former Member
0 Likes
909

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

Read only

0 Likes
909

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

Read only

0 Likes
909

chandra i got the same problem..then i had to switch to BDC.

cheers

Read only

0 Likes
909

Madan, then how are you saving long text (for the operation description), thru BDC it is not possible i guess..

Read only

Former Member
0 Likes
909

any one pls come up with the suggestions

Read only

0 Likes
909

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

Read only

0 Likes
909

how to save this text to a particular order and how to retrieve that back..

Read only

0 Likes
909

the order will stored in the STXH-TDNAME field.....

Read only

0 Likes
909

Thank you Chenna Keshava. Thank you all for your replies.