<?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: Pls guide me in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781435#M909889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;I actually I need to record creation as well as changes (iw31,iw32).&lt;/P&gt;&lt;P&gt;So as u tols First i need to create an internal table base on aufk table?&lt;/P&gt;&lt;P&gt;rIGHT kIRAN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me Kiran..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 06:13:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T06:13:44Z</dc:date>
    <item>
      <title>Pls guide me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781430#M909884</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;I Have been assigned a task that is  based on the transaction &lt;/P&gt;&lt;P&gt;IW31 AND IW32.ie,I have to capture the newly created service order from sap r/3.(tHEY TOLD LIKE I CAN FETCH FROM AUFK TABLE.&lt;/P&gt;&lt;P&gt;I really dnt know how to start this coding.&lt;/P&gt;&lt;P&gt;After this step,I neeed to pass this result to Iw3m transaction .&lt;/P&gt;&lt;P&gt;After this i need to captures some filds o/p of this tcode and passit to telnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really dnt know how to strt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please friends, Experts, I m really without any help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me and provide me some solutions to solve this problem.&lt;/P&gt;&lt;P&gt;Will reward points for the best solution.&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;Jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 05:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781430#M909884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T05:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pls guide me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781431#M909885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First start with getting the recently created service orders from AUFK table.There is a field called AUART(Order Type) where SM01 indicates Service Orders.Fetch all the records  related to SM01 into an internal table based on the company code and date.Then do a BDC on LW3M and populate the data using internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 05:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781431#M909885</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2008-04-25T05:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pls guide me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781432#M909886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jaya,&lt;/P&gt;&lt;P&gt; 1.Fetch the aufnr from aufk table based on date(becaz u need newly created service order.).&lt;/P&gt;&lt;P&gt; 2.According to your statement ,you need to fetch the service order and Pass it to Lw3m tcode.&lt;/P&gt;&lt;P&gt;  This is done by Submit or recording.&lt;/P&gt;&lt;P&gt; 3.While executing the lw3m tcode ,you will get the Information regarding the service order.&lt;/P&gt;&lt;P&gt; 4.Take all the detials from the out put of lw3m into file and pass it to Telnet(i mean it is legasy system).&lt;/P&gt;&lt;P&gt;5.Just downloading the output into text file and the required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 05:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781432#M909886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T05:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pls guide me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781433#M909887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva , &lt;/P&gt;&lt;P&gt;Thnks a ton times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So firstly I need to create an internal  table for aufkk and include filds like data time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then whats the next step Siva..:(&lt;/P&gt;&lt;P&gt;I really dnt know shiva what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;Jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 06:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781433#M909887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pls guide me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781434#M909888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ShiVA,&lt;/P&gt;&lt;P&gt;I need not only newly created service order ., I need changedd service order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 06:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781434#M909888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T06:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pls guide me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781435#M909889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;I actually I need to record creation as well as changes (iw31,iw32).&lt;/P&gt;&lt;P&gt;So as u tols First i need to create an internal table base on aufk table?&lt;/P&gt;&lt;P&gt;rIGHT kIRAN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me Kiran..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 06:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-guide-me/m-p/3781435#M909889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T06:13:44Z</dc:date>
    </item>
  </channel>
</rss>

