<?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: Capturing the field value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120118#M1904634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks nida,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;"data : gt_vbap type standard table of vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;field-symbols : &amp;lt;fs_vbap&amp;gt; like line of gt_vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;Loop at Gt_vbap assigning &amp;lt;fs_vbap&amp;gt; where vbeln = '0000004969'.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fs_vbap&amp;gt;-matnr = 'NOVAL'.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;endloop."&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;is working thanks a lot.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 11:39:40 GMT</pubDate>
    <dc:creator>former_member405599</dc:creator>
    <dc:date>2015-05-20T11:39:40Z</dc:date>
    <item>
      <title>Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120112#M1904628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've generated a report with sales document number (VBAP-VBELN) and material number (VBAP-MATNR). but my requirement is that, whenever the value '0000004969' is displayed for VBELN, the text 'NOVALUE' should be displayed in MATNR colomn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards and thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.V.S.Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120112#M1904628</guid>
      <dc:creator>former_member405599</dc:creator>
      <dc:date>2015-05-20T10:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120113#M1904629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;Could you please elaborate the type of report that you've developed? The value of VBELN is being fetched from VBAP, isn't it?&lt;/P&gt;&lt;P&gt;While populating the internal table itself, you can assign NOVALUE to matnr column for the required VBELN value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nida&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:05:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120113#M1904629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120114#M1904630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if following code helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab into wa where vbeln = &lt;SPAN style="color: #333333; font-size: 12px;"&gt;'0000004969'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;wa-matnr = 'NOVALUE'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;modify itab from wa transporting matnr where vbeln = wa-vbeln.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;endloop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here, itab and wa are the same type as your internal table for report. &lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120114#M1904630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T10:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120115#M1904631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nida,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've developed an alv report in grid format. as i said before, not only for the value '0000004969' but also for 3 of the values given by the Functional team like 1st -&amp;nbsp; '0000004969' 2nd value - '0000004971' and the 3rd is - '0000004982'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever the above values 4969, 4971, 4982 get displayed, instead of displaying the respective MATNR value, they want the text 'NOVALUE' to be displayed in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120115#M1904631</guid>
      <dc:creator>former_member405599</dc:creator>
      <dc:date>2015-05-20T10:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120116#M1904632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try as below.&lt;/P&gt;&lt;P&gt;data : gt_vbap type standard table of vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols : &amp;lt;fs_vbap&amp;gt; like line of gt_vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at Gt_vbap assigning &amp;lt;fs_vbap&amp;gt; where vbeln = '&lt;SPAN style="color: #333333; font-size: 12px;"&gt;0000004969'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fs_vbap&amp;gt;-matnr = 'NOVAL'.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120116#M1904632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T10:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120117#M1904633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Nida Patil said you can apply the same scenario here for all remaining material numbers while populating your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF VBELN = '0000004969' OR VBELN = '0000004971' OR VBELN = 0000004982''&lt;/P&gt;&lt;P&gt;WA-MATNR = 'NOVALUE'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND WA TO ITAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120117#M1904633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120118#M1904634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks nida,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;"data : gt_vbap type standard table of vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;field-symbols : &amp;lt;fs_vbap&amp;gt; like line of gt_vbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;Loop at Gt_vbap assigning &amp;lt;fs_vbap&amp;gt; where vbeln = '0000004969'.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fs_vbap&amp;gt;-matnr = 'NOVAL'.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;endloop."&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;is working thanks a lot.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 11:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120118#M1904634</guid>
      <dc:creator>former_member405599</dc:creator>
      <dc:date>2015-05-20T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120119#M1904635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Then Try something like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges : s_vbeln for lv_vbeln.&lt;/P&gt;&lt;P&gt;s_vbeln-sign = 'I'.&lt;BR /&gt;s_vbeln-option = 'EQ'.&lt;BR /&gt;s_vbeln-low = '0000004969'.&lt;BR /&gt;append s_vbeln.&lt;BR /&gt;s_vbeln-low = '0000004971'.&lt;BR /&gt;append s_vbeln.&lt;BR /&gt;s_vbeln-low = '0000004982'.&lt;BR /&gt;append s_vbeln.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOOP AT gt_vbap ASSIGNING &amp;lt;fs_vbap&amp;gt;.&lt;BR /&gt;&amp;nbsp; IF &amp;lt;fs_vbap&amp;gt;-vbeln in s_vbeln.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fs_vbap&amp;gt;-matnr = 'NOVAL'.&lt;BR /&gt;&amp;nbsp; ENDIF.&lt;BR /&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In future if they want to add more values in VBELN u can add that to ranges.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 11:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120119#M1904635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120120#M1904636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks gaurav..:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 11:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120120#M1904636</guid>
      <dc:creator>former_member405599</dc:creator>
      <dc:date>2015-05-20T11:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120121#M1904637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the issue has been resolved mark the correct answer and close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 12:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-field-value/m-p/11120121#M1904637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T12:50:28Z</dc:date>
    </item>
  </channel>
</rss>

