<?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: VA01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948639#M390849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwin,&lt;/P&gt;&lt;P&gt;Well, what kind of report u want to display.. is it composed of many fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, this is not a gud idea but u can try out for ur need..&lt;/P&gt;&lt;P&gt;try calling the report in the user exit USEREXIT_FIELD_MODIFICATION... of MV45AFZZ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u shud chek for Screen name and field name as this user exit is called for every field on every screen of sales order transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points, if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 06:30:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T06:30:54Z</dc:date>
    <item>
      <title>VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948636#M390846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Va01, if i enter sold-to party value &amp;amp; press ENTER, i need to display some ALV report as popup window. For this i found MV45AIZZ user exit. But here how can i code and how the standard screen will call this user-defined MODULE.&lt;/P&gt;&lt;P&gt;Any have idea plz let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 06:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948636#M390846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T06:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948637#M390847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try by writing a field exit for the field SOLD TO party in VA01.&lt;/P&gt;&lt;P&gt;by using  SUBMIT REPORT.&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>Wed, 28 Feb 2007 06:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948637#M390847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T06:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948638#M390848</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;goto the z include provided by the user exit and write the code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'ENTR'.&lt;/P&gt;&lt;P&gt;submit zreport.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just try this&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;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 06:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948638#M390848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T06:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948639#M390849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwin,&lt;/P&gt;&lt;P&gt;Well, what kind of report u want to display.. is it composed of many fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, this is not a gud idea but u can try out for ur need..&lt;/P&gt;&lt;P&gt;try calling the report in the user exit USEREXIT_FIELD_MODIFICATION... of MV45AFZZ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u shud chek for Screen name and field name as this user exit is called for every field on every screen of sales order transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points, if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 06:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948639#M390849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T06:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948640#M390850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Thanuja and Anji are saying is right.. inaddition to that, here is another way what I feel also a way......&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;U can create a Z-function module and call it in the Include. &lt;/P&gt;&lt;P&gt;Write the required logic in the FM.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 07:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948640#M390850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T07:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948641#M390851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;form userexit_move_field_to_vbak.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;   call function 'POPUP_TO_CONFIRM_WITH_MESSAGE'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;      defaultoption        = 'Y'&lt;/P&gt;&lt;P&gt;       diagnosetext1        = w_credit&lt;/P&gt;&lt;P&gt;       diagnosetext2        = w_glass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     DIAGNOSETEXT3        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       textline1            = w_text5&lt;/P&gt;&lt;P&gt;       textline2            = w_text6&lt;/P&gt;&lt;P&gt;       titel                = 'Do you want to continue'&lt;/P&gt;&lt;P&gt;      start_column         = 85&lt;/P&gt;&lt;P&gt;      start_row            = 3&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     CANCEL_DISPLAY       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      answer               = w_answer.&amp;lt;/b&amp;gt;&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 07:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948641#M390851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T07:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948642#M390852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in smod after giving  MV45AIZZ press F8 it will show the fn  module exit name dbl click on that it will show an include with z. just dbl click (may be after that you have to press enter) to create that include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code like ABAP only but you can get the value of the screen VA01 only through the import parameter of fn module exit.&lt;/P&gt;&lt;P&gt;use fm...and build your fieldcat and all the necessary things&lt;/P&gt;&lt;P&gt;REUSE_ALV_POPUP_TO_SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 07:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va01/m-p/1948642#M390852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T07:11:42Z</dc:date>
    </item>
  </channel>
</rss>

