<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic BAPI_ALM_NOTIF_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908399#M1329360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_ALM_NOTIF_CREATE to create notification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to save customer telephone number also in the notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I could not find Telephone number field in the BAPI. Can anyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me in this issue ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2009 13:29:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-22T13:29:21Z</dc:date>
    <item>
      <title>BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908399#M1329360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_ALM_NOTIF_CREATE to create notification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to save customer telephone number also in the notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I could not find Telephone number field in the BAPI. Can anyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me in this issue ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 13:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908399#M1329360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T13:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908400#M1329361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 17:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908400#M1329361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T17:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908401#M1329362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Chenna Keshava. My problem is solved. I did BDC recording for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But one more query, to confirm and close Service order we are using BAPI_ALM_ORDER_MAINTAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but we are unable to save the changes even though BAPI_TRANSACTION_COMMIT is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chandra sekhar narra on Jul 23, 2009 8:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 06:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908401#M1329362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T06:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908402#M1329363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chandra i got the same problem..then i had to switch to BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 06:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908402#M1329363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T06:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908403#M1329364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madan, then how are you saving long text (for the operation description), thru BDC it is not possible i guess..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 06:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908403#M1329364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T06:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908404#M1329365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any one pls come up with the suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 08:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908404#M1329365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T08:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908405#M1329366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for long texts upload you need to write small code in BDC program or develpp one more new porgam for that&lt;/P&gt;&lt;P&gt;in that program  use CREATE_TEXT FM  for this you need to pass below fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDOBJECT&lt;/P&gt;&lt;P&gt;TDNAME&lt;/P&gt;&lt;P&gt;TDID&lt;/P&gt;&lt;P&gt;TDSPRAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908405#M1329366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T10:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908406#M1329367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to save this text to a particular order and how to retrieve that back..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908406#M1329367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T10:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908407#M1329368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the order will stored in the STXH-TDNAME field.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908407#M1329368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T10:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908408#M1329369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Chenna Keshava. Thank you all for your replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 11:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5908408#M1329369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T11:09:34Z</dc:date>
    </item>
  </channel>
</rss>

