<?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: values  in  screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021873#M413869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls key in some code for setting values using internal table ...i think this needs BDC which gets cumbersome with changing user requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 07:24:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T07:24:53Z</dc:date>
    <item>
      <title>values  in  screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021869#M413865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to populate the quantity field in va01 (Sales Order) from a ztable field after the user keys in the sold to party .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the possible ways to do this? customer-exit ? transaction variant using GUiXT or any other way? Call transaction with internal table ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also , pls guide as to how to go abt it ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards for helpful answers are sure!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021869#M413865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T06:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: values  in  screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021870#M413866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To populate any fields in VA01 (sales order) then just use call transaction and populate it using an internal table. Take the values into the internal table and then pass the internal table to the call transaction, the it will get populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have cleared your doubt.&lt;/P&gt;&lt;P&gt;dont forget to offer points for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Vipin Das V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021870#M413866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T06:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: values  in  screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021871#M413867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz use user exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDVAX001                 EXIT_SAPMV45A_001&lt;/P&gt;&lt;P&gt;V45A0002                  EXIT_SAPMV45A_002&lt;/P&gt;&lt;P&gt;V45A0003                  EXIT_SAPMV45A_003&lt;/P&gt;&lt;P&gt;V45A0003                  EXIT_SAPMV45A_004&lt;/P&gt;&lt;P&gt;V45A0004                  EXIT_SAPMV45A_005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Please reward suitable points&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Navin Khedikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021871#M413867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: values  in  screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021872#M413868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Navin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if the same can be accomplished using GuixT scripts in transaction variants. We can populate with default values like 12345 but is it possible with values fetched thru select statemnt or something in GUIXT scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021872#M413868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: values  in  screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021873#M413869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls key in some code for setting values using internal table ...i think this needs BDC which gets cumbersome with changing user requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-screen/m-p/2021873#M413869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:24:53Z</dc:date>
    </item>
  </channel>
</rss>

