<?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 Re: Need to Create the Notification by a Function Module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-the-notification-by-a-function-module/m-p/6563744#M1431737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What error you are getting?&lt;/P&gt;&lt;P&gt;And check this link if it helps you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1093629"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 12:27:34 GMT</pubDate>
    <dc:creator>former_member217544</dc:creator>
    <dc:date>2010-02-02T12:27:34Z</dc:date>
    <item>
      <title>Need to Create the Notification by a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-the-notification-by-a-function-module/m-p/6563743#M1431736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Iam Trying to create a Notification using the BAPI  FM  "ALM_PM_NOTIFICATIO_CREATE".&lt;/P&gt;&lt;P&gt;Below are the Importing parameters to be Passed on to the bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI2080_NOTHDRE-SHORT_TEXT&lt;/P&gt;&lt;P&gt;BAPI2080_NOTHDRE-FUNCT_LOC&lt;/P&gt;&lt;P&gt;   These 2 fields need to be Passed to the  NOTIFHEADER.&lt;/P&gt;&lt;P&gt;BAPI2080_NOTFULLTXTE-TEXT_LINE  &lt;/P&gt;&lt;P&gt;   need to be Passed to LONGTEXTS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI2080_NOTITEME-DESCRIPT &lt;/P&gt;&lt;P&gt;  need to be Passed to NOTITEM  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want notification Number to be Exporetd to WA_Num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I was Strucked up with an Runtime Error . &lt;/P&gt;&lt;P&gt;    Can Someone Guide me how to pass the Above PArametrs and creat the Notification.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(NOTI_TYPE) TYPE  BAPI2080-NOTIF_TYPE OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(NOTI_HEADER) TYPE  BAPI2080_NOTHDRE-SHORT_TEXT OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(NOTI_FUNC) TYPE  BAPI2080_NOTHDRE-FUNCT_LOC OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(NOTI_DESC) TYPE  BAPI2080_NOTFULLTXTE-TEXT_LINE OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(NOTI_ITEM) TYPE  BAPI2080_NOTITEME-DESCRIPT OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(NUMBER) LIKE  BAPI2080_NOTHDRE-NOTIF_NO&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_num TYPE  BAPI2080_NOTHDRE-NOTIF_NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ALM_PM_NOTIFICATION_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXTERNAL_NUMBER           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    NOTIF_TYPE               = 'A7'&lt;/P&gt;&lt;P&gt;    NOTIFHEADER              =  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SENDER                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDERID                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;   NOTIFHEADER_EXPORT       = wa_num&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    NOTITEM                  = &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOTIFCAUS                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOTIFACTV                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOTIFTASK                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOTIFPARTNR              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    LONGTEXTS                = &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KEY_RELATIONSHIPS        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN                   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prem.r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 12:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-the-notification-by-a-function-module/m-p/6563743#M1431736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T12:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Create the Notification by a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-the-notification-by-a-function-module/m-p/6563744#M1431737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What error you are getting?&lt;/P&gt;&lt;P&gt;And check this link if it helps you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1093629"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 12:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-the-notification-by-a-function-module/m-p/6563744#M1431737</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2010-02-02T12:27:34Z</dc:date>
    </item>
  </channel>
</rss>

