<?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 bdc &amp; report problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516048#M569241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  experts can u please help me.my problem is i want to know that how to read the value against a particular field by read statement .like i want to read emo_amend against order no.(both r in same table ymt_mill_order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2007 04:20:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-20T04:20:01Z</dc:date>
    <item>
      <title>bdc &amp; report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516048#M569241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  experts can u please help me.my problem is i want to know that how to read the value against a particular field by read statement .like i want to read emo_amend against order no.(both r in same table ymt_mill_order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 04:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516048#M569241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T04:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: bdc &amp; report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516049#M569242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do this way ..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at ymt_mill_order.
   lv_tabix = sy-tabix.
   clear emo_amend.
   read table emo_amend with key order = ymt_mill_order-order.
   if sy-subrc = 0.
      &amp;lt;get the fields that you want&amp;gt;
   endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 04:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516049#M569242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T04:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: bdc &amp; report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516050#M569243</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;&amp;lt;b&amp;gt;read table itab with key order no = &amp;lt;value&amp;gt; .&lt;/P&gt;&lt;P&gt;into work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move work area-emo_amend to &amp;lt;varable of type emo_amend &amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 04:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516050#M569243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T04:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: bdc &amp; report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516051#M569244</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;please check out the link below it might help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb35f8358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb35f8358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3605358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3605358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;please reward points if the information is helpful to you&lt;/STRONG&gt;*****************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 04:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-report-problem/m-p/2516051#M569244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T04:30:05Z</dc:date>
    </item>
  </channel>
</rss>

