<?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: About fumction module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586915#M264562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju ,&lt;/P&gt;&lt;P&gt;            Declare the data value &lt;/P&gt;&lt;P&gt;data : material(10) type c.&lt;/P&gt;&lt;P&gt;loop at ET_CLASSIFICATION&lt;/P&gt;&lt;P&gt;material = OBJEK1_INTERNAL+18(10).&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;you will get the value of batch numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 08:42:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-05T08:42:50Z</dc:date>
    <item>
      <title>About fumction module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586914#M264561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using the fun mod 'CTWUL_CHARACT_USAGE'  and i need to pass the values like &lt;/P&gt;&lt;P&gt;     CHARACT_NAME = 'TANK_SERIAL_NUM',&lt;/P&gt;&lt;P&gt;    CHARCT_VALUE = MCH1-CHARG ,  &lt;/P&gt;&lt;P&gt;      CLASS_TYPE = '023', &lt;/P&gt;&lt;P&gt;     CLASSIFICATION = 'X', &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Retrieved batch numbers are in ET_CLASSIFICATION-OBJEK1_INTERNAL+18(10)    (Offest 18 characters and read next 10 characters) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to catch the batch no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to define in data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 05:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586914#M264561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T05:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: About fumction module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586915#M264562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju ,&lt;/P&gt;&lt;P&gt;            Declare the data value &lt;/P&gt;&lt;P&gt;data : material(10) type c.&lt;/P&gt;&lt;P&gt;loop at ET_CLASSIFICATION&lt;/P&gt;&lt;P&gt;material = OBJEK1_INTERNAL+18(10).&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;you will get the value of batch numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 08:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586915#M264562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T08:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: About fumction module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586916#M264563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi yar&lt;/P&gt;&lt;P&gt;   thanks alot.&lt;/P&gt;&lt;P&gt;   it helped me alot.&lt;/P&gt;&lt;P&gt;   i want to award u, but i dont know how to do that .&lt;/P&gt;&lt;P&gt;could u plz help me out.&lt;/P&gt;&lt;P&gt; and do u know how to inner join tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 09:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586916#M264563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T09:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: About fumction module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586917#M264564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Joins - U can join two or more database tables via inner join...basically it would extract data from both tables where the fields are equal as mentioned in the join condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT a&lt;SUB&gt;matnr c&lt;/SUB&gt;werks into table itab&lt;/P&gt;&lt;P&gt;from mara as a inner join marc as c&lt;/P&gt;&lt;P&gt;on a&lt;SUB&gt;matnr = c&lt;/SUB&gt;matnr&lt;/P&gt;&lt;P&gt;where a~matnr in s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it fetches data from mara and marc table. The tables are joined on the field material number matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for points..if you have posted the topic as question there would be icons(stars with different colors) on the left of the topic to assign points...&lt;/P&gt;&lt;P&gt;yellow - helpful answer&lt;/P&gt;&lt;P&gt;green - very helpful answer&lt;/P&gt;&lt;P&gt;blue - solved problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 10:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586917#M264564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T10:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: About fumction module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586918#M264565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thanku..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   i given u the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have posted my inner joins problem. can u solve it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 10:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fumction-module/m-p/1586918#M264565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T10:16:12Z</dc:date>
    </item>
  </channel>
</rss>

