<?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: pricing routine error. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668347#M1098199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunitha,&lt;/P&gt;&lt;P&gt;Thats the property of the SAP that you can declare everything in one program and use in other sub program.&lt;/P&gt;&lt;P&gt;You don't need to worry on this . Go ahead and do the changes and activate the program.&lt;/P&gt;&lt;P&gt;This will work.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 18:43:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T18:43:06Z</dc:date>
    <item>
      <title>pricing routine error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668344#M1098196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From VOFM T-code, I have created a new routine 913 by copying 911. I am having 2 issues. please clarify me. I have read many questions in forum before posting this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) When I do Snytax Check, I got message    ''There is no main program for include RV61A913''&lt;/P&gt;&lt;P&gt;          a)  I have activated program RV61A913 by EDIT-&amp;gt;Activate.&lt;/P&gt;&lt;P&gt;          b)  I have ran program RV80HGEN, which activates all includes&lt;/P&gt;&lt;P&gt;          c)  I am able to see my program RV61913 in RV61ANNN program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything looks fine but Why this message in coming. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) and more important problem is .. Now my First program 911 is showing snytax error. it is saying a data is already declared and when I double click in the snytax error. It is taking me to program 913. why this connection is ther between program 911 and 913. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in these 2 issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;&lt;P&gt;Sunitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668344#M1098196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T18:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: pricing routine error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668345#M1098197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to wrry about the main program message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the 2nd one, the data variable you declared was already declared in 913, you need to chose a different variable in 913 or comment the one in 913. Rememember all the routines are part of same main program, so thats the relation between your 911 and 913.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668345#M1098197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T18:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: pricing routine error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668346#M1098198</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;for 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you declare within the FORM and ENDFORM...if you declare it outside...THen it will be global variables...looks like in the other routine..the variables are declared outside th FORM ...ENDFORM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668346#M1098198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T18:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: pricing routine error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668347#M1098199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunitha,&lt;/P&gt;&lt;P&gt;Thats the property of the SAP that you can declare everything in one program and use in other sub program.&lt;/P&gt;&lt;P&gt;You don't need to worry on this . Go ahead and do the changes and activate the program.&lt;/P&gt;&lt;P&gt;This will work.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668347#M1098199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T18:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: pricing routine error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668348#M1098200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mxg / Naren, Chauhan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick replies. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I have ignored that missing main program message. (Issue resolved)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Actually I am still bit confused, if  I understood  MxG correctly, Data Object declared in a subroutine will act as a global variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I declare &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_netwr like vbap-netwr in by 911 program, I can"t use the same data name in 913 program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But As I learn ABAP, i remember that whatever u declare in form and endform is a local data object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I have declared i_netwr in form kobed_91, so I can again declare i_netwr in kobed_913 ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for clarification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 19:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668348#M1098200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T19:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: pricing routine error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668349#M1098201</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;Yes...You can declare the same variable in another routine..inside FORM...ENDFORM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 19:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-error/m-p/4668349#M1098201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T19:21:08Z</dc:date>
    </item>
  </channel>
</rss>

