<?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: Regarding SAPMV45A in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470201#M221093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the definition of the include for YLOLOQ10 above the definition of the top include in the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know what I mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2006 08:02:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-25T08:02:05Z</dc:date>
    <item>
      <title>Regarding SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470199#M221091</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;In &amp;lt;b&amp;gt;SAPMV45A-MV45AFZB-YLOLOQ10&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &amp;lt;b&amp;gt;TOP include of &amp;lt;b&amp;gt;SAPMV45A&amp;lt;/b&amp;gt; i delcared a constant.  &amp;lt;b&amp;gt;Y_K_VA01 TYPE SYTCODE  VALUE 'VA01',&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I written like this in include YLOLOQ10,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF SY-TCODE EQ Y_K_VA01.&lt;/P&gt;&lt;P&gt;    MOVE VBAK-VSBED TO VBAP-YYCVSBED.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROBLEM: I am getting a syntax error like........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field "&amp;lt;b&amp;gt;Y_K_VA01&amp;lt;/b&amp;gt;" is unknown. It is neither in one of the specified&lt;/P&gt;&lt;P&gt;tables nor defined by a "DATA" statement . . . . . . . . . .?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the user-exit is working fine. the problem is how to resolve this error.&lt;/P&gt;&lt;P&gt;I already tried by getting tcode from TSTC also but there is no use. also getting some extra errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 07:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470199#M221091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T07:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470200#M221092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think you need to declare this variable globaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact inside YLOLOQ10 itself you can declare the variable and do the IF condition. And I feel, local variables are more preferable to use than a global variable for better programming technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470200#M221092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470201#M221093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the definition of the include for YLOLOQ10 above the definition of the top include in the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know what I mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470201#M221093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470202#M221094</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;Can you please Activate Top Include first, then after activate the include programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subbarao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470202#M221094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470203#M221095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While activating..check out all the inactive items, activate the function group and all inactive items in the function group. It should work then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 09:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470203#M221095</guid>
      <dc:creator>kanthimathikris</dc:creator>
      <dc:date>2006-08-25T09:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470204#M221096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the t-code only once, then a local variable / eq 'VA01' hardcoded is much easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, stay with the global definition. Did you try to test the main program (STRG+F7)? Usually this helps in case of many includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Y_K_VA01 defined in / below MV45ATZZ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has some problems to find all (inactive) includes in such a huge program. Maybe you just activate anyway. Afterwards all the variables should be available in the whole program. But check immediately, if the program is syntax error free, otherwise change the program immediately again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 09:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470204#M221096</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-08-25T09:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470205#M221097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try:&lt;/P&gt;&lt;P&gt;IF SY-TCODE EQ 'Y_K_VA01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Florina Cheta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 11:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sapmv45a/m-p/1470205#M221097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T11:59:52Z</dc:date>
    </item>
  </channel>
</rss>

