<?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 CS module :  notification number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-module-notification-number/m-p/4346814#M1035196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to find a notification number corressponding to a sales or repair order number?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2008 06:10:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-28T06:10:19Z</dc:date>
    <item>
      <title>CS module :  notification number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-module-notification-number/m-p/4346814#M1035196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to find a notification number corressponding to a sales or repair order number?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 06:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-module-notification-number/m-p/4346814#M1035196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T06:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: CS module :  notification number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-module-notification-number/m-p/4346815#M1035197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Please clarify where you want to search it.&lt;/P&gt;&lt;P&gt;Inside SE11 or in a program.&lt;/P&gt;&lt;P&gt;If you want it in a program use the following code.&lt;/P&gt;&lt;P&gt;Check that whether notification number has some value in the table and use the following  code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  Z101754_TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables vbak.&lt;/P&gt;&lt;P&gt;data itab type vbak occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_vbeln for vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON s_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT *&lt;/P&gt;&lt;P&gt;     INTO CORRESPONDING  FIELDS OF TABLE itab&lt;/P&gt;&lt;P&gt;     FROM vbak WHERE  vbeln IN s_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT itab.&lt;/P&gt;&lt;P&gt;      WRITE : / sy-vline,&lt;/P&gt;&lt;P&gt;              itab-vbeln ,&lt;/P&gt;&lt;P&gt;              5 sy-vline,&lt;/P&gt;&lt;P&gt;              itab-QMNUM,&lt;/P&gt;&lt;P&gt;              50 sy-vline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to search in the table you can search for the corresponding values of notification number directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 11:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-module-notification-number/m-p/4346815#M1035197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T11:34:15Z</dc:date>
    </item>
  </channel>
</rss>

