<?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 error in transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038755#M419020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fields in yvtrans r   vendor ,name, country.&lt;/P&gt;&lt;P&gt;buttons r : display , exit.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;first go to screen painter :se 51&lt;/P&gt;&lt;P&gt; give&lt;/P&gt;&lt;P&gt;pgm :&lt;/P&gt;&lt;P&gt;screen no:&lt;/P&gt;&lt;P&gt;desc:&lt;/P&gt;&lt;P&gt;save &lt;/P&gt;&lt;P&gt;click layout&lt;/P&gt;&lt;P&gt;goto-&amp;gt;secondary window-&amp;gt;dic-&amp;gt;pgm fields&lt;/P&gt;&lt;P&gt;table lfa1&lt;/P&gt;&lt;P&gt;select fields  lifnr ,land1 , name1&lt;/P&gt;&lt;P&gt;enter&lt;/P&gt;&lt;P&gt;drop it in layout&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;provide options display and exit&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;save&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;click flowlogic&lt;/P&gt;&lt;P&gt;pai:&lt;/P&gt;&lt;P&gt;case sy-ucomm&lt;/P&gt;&lt;P&gt;when 'disp'&lt;/P&gt;&lt;P&gt;select lifnr name1 land1 into table itab from lfa1 where lifnr = lfa1-lifnr&lt;/P&gt;&lt;P&gt;append itab&lt;/P&gt;&lt;P&gt;when 'exit'&lt;/P&gt;&lt;P&gt;leave pgm.&lt;/P&gt;&lt;P&gt;pbo:&lt;/P&gt;&lt;P&gt;after double clicking &lt;/P&gt;&lt;P&gt;inside write&lt;/P&gt;&lt;P&gt;move corresponding itab to lfa1&lt;/P&gt;&lt;P&gt;for push bottons&lt;/P&gt;&lt;P&gt;name : display&lt;/P&gt;&lt;P&gt;desc : display&lt;/P&gt;&lt;P&gt;fctcode: disp&lt;/P&gt;&lt;P&gt;click x to close&lt;/P&gt;&lt;P&gt;similerly for exit&lt;/P&gt;&lt;P&gt;save &lt;/P&gt;&lt;P&gt;create transaction code with se 93&lt;/P&gt;&lt;P&gt;tcode : ydemo(any name as u wish)&lt;/P&gt;&lt;P&gt;short txt : &lt;/P&gt;&lt;P&gt;start object&lt;/P&gt;&lt;P&gt;        dialog transaction&lt;/P&gt;&lt;P&gt;pgm :      (module pool pgm name)&lt;/P&gt;&lt;P&gt;screen no:&lt;/P&gt;&lt;P&gt;save &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ERROR:- field corresponding is unknown . it is neither in one of the specified tables nor defined by "data"statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 06:29:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-06T06:29:55Z</dc:date>
    <item>
      <title>error in transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038755#M419020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fields in yvtrans r   vendor ,name, country.&lt;/P&gt;&lt;P&gt;buttons r : display , exit.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;first go to screen painter :se 51&lt;/P&gt;&lt;P&gt; give&lt;/P&gt;&lt;P&gt;pgm :&lt;/P&gt;&lt;P&gt;screen no:&lt;/P&gt;&lt;P&gt;desc:&lt;/P&gt;&lt;P&gt;save &lt;/P&gt;&lt;P&gt;click layout&lt;/P&gt;&lt;P&gt;goto-&amp;gt;secondary window-&amp;gt;dic-&amp;gt;pgm fields&lt;/P&gt;&lt;P&gt;table lfa1&lt;/P&gt;&lt;P&gt;select fields  lifnr ,land1 , name1&lt;/P&gt;&lt;P&gt;enter&lt;/P&gt;&lt;P&gt;drop it in layout&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;provide options display and exit&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;save&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;click flowlogic&lt;/P&gt;&lt;P&gt;pai:&lt;/P&gt;&lt;P&gt;case sy-ucomm&lt;/P&gt;&lt;P&gt;when 'disp'&lt;/P&gt;&lt;P&gt;select lifnr name1 land1 into table itab from lfa1 where lifnr = lfa1-lifnr&lt;/P&gt;&lt;P&gt;append itab&lt;/P&gt;&lt;P&gt;when 'exit'&lt;/P&gt;&lt;P&gt;leave pgm.&lt;/P&gt;&lt;P&gt;pbo:&lt;/P&gt;&lt;P&gt;after double clicking &lt;/P&gt;&lt;P&gt;inside write&lt;/P&gt;&lt;P&gt;move corresponding itab to lfa1&lt;/P&gt;&lt;P&gt;for push bottons&lt;/P&gt;&lt;P&gt;name : display&lt;/P&gt;&lt;P&gt;desc : display&lt;/P&gt;&lt;P&gt;fctcode: disp&lt;/P&gt;&lt;P&gt;click x to close&lt;/P&gt;&lt;P&gt;similerly for exit&lt;/P&gt;&lt;P&gt;save &lt;/P&gt;&lt;P&gt;create transaction code with se 93&lt;/P&gt;&lt;P&gt;tcode : ydemo(any name as u wish)&lt;/P&gt;&lt;P&gt;short txt : &lt;/P&gt;&lt;P&gt;start object&lt;/P&gt;&lt;P&gt;        dialog transaction&lt;/P&gt;&lt;P&gt;pgm :      (module pool pgm name)&lt;/P&gt;&lt;P&gt;screen no:&lt;/P&gt;&lt;P&gt;save &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ERROR:- field corresponding is unknown . it is neither in one of the specified tables nor defined by "data"statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 06:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038755#M419020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T06:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: error in transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038756#M419021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It appears that you are using field which is not declared or which is not in a database table.&lt;/P&gt;&lt;P&gt;Where in the code exactly you are getting this error? I mean for which field it is giving this error.&lt;/P&gt;&lt;P&gt;Check for that field and find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 06:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038756#M419021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T06:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: error in transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038757#M419022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Here the syntax is wrong.&lt;/P&gt;&lt;P&gt;The syntax is &lt;/P&gt;&lt;P&gt; move-corresponding itab to lfa1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Prasanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Reward if it helps&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 06:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038757#M419022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T06:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: error in transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038758#M419023</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;Check ur code the move statment and also some variables which are used are not decalred properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move corresponding itab to lfa1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindy reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 06:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038758#M419023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T06:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: error in transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038759#M419024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didn't get the result.&lt;/P&gt;&lt;P&gt;the display button is not displaying the details of country &amp;amp; name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i create the trans. code &amp;amp; after that i am executing &lt;/P&gt;&lt;P&gt;display button is not working .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038759#M419024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: error in transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038760#M419025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didn't get the result.&lt;/P&gt;&lt;P&gt;the display button is not displaying the details of country &amp;amp; name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i create the trans. code &amp;amp; after that i am executing &lt;/P&gt;&lt;P&gt;display button is not working .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-transaction/m-p/2038760#M419025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:18:13Z</dc:date>
    </item>
  </channel>
</rss>

