<?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 transactions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/1994051#M405185</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;But the display button if i enter any vendor number the other field is not displaying.&lt;/P&gt;&lt;P&gt;this i did through se93 after creating i executed this .&lt;/P&gt;&lt;P&gt;but display is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is single screen program.&lt;/P&gt;&lt;P&gt;i gave everything correct.&lt;/P&gt;&lt;P&gt;then for fcttype what should i give.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        lakshmi veera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 06:02:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-07T06:02:40Z</dc:date>
    <item>
      <title>transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/1994051#M405185</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;But the display button if i enter any vendor number the other field is not displaying.&lt;/P&gt;&lt;P&gt;this i did through se93 after creating i executed this .&lt;/P&gt;&lt;P&gt;but display is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is single screen program.&lt;/P&gt;&lt;P&gt;i gave everything correct.&lt;/P&gt;&lt;P&gt;then for fcttype what should i give.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        lakshmi veera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 06:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/1994051#M405185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T06:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/1994052#M405186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Lakshmi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have coded like &amp;lt;b&amp;gt;when 'disp'&amp;lt;/b&amp;gt;, change this line to when 'DISP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, make sure that in screen painter,  for the button DISPLAY, you have entered DISP in the FCODE field, in the properties window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 06:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/1994052#M405186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T06:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/1994053#M405187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give more details about your question,as of now check if you have given the fcode to the button at design time or not and check that if you are writting the fcode in case statement as DISP or Disp,fcode should always be in caps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it a multi screen program or single screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 06:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transactions/m-p/1994053#M405187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T06:27:09Z</dc:date>
    </item>
  </channel>
</rss>

