<?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: Go TO Specific COde in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524911#M1560835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like break point say you have to use modular techniques basically you put in a function one process and when you have to call it you uses perform in help sap you can get examples about it  or write perform in your editor and hit "F1" you can pass values to the function and changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 17:09:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-20T17:09:38Z</dc:date>
    <item>
      <title>Go TO Specific COde</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524908#M1560832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  have written code for example of 100 lines .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At one condition e.g at line number 99 I need to go to Fuction module whic is somewhere in line number 50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any command in ABAP through which I can go to specific Line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: moved to BASIC &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt; questions forum (points-free!)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jan 20, 2011 4:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 10:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524908#M1560832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T10:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Go TO Specific COde</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524909#M1560833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no specific GOTO statements in ABAP. Or ae you talking about Macros? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 11:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524909#M1560833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T11:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Go TO Specific COde</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524910#M1560834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use modular coding techniques.....PERFORM keyword....Essentially, the perform statement is your "GOTO" command. Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;.....
if &amp;lt;some condition is true (or false).
   perform my_subroutine.
endif.
. . .


form my_subroutine.
cal function &amp;lt;my_function&amp;gt;
exporting...
importing....

endform.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524910#M1560834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T14:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Go TO Specific COde</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524911#M1560835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like break point say you have to use modular techniques basically you put in a function one process and when you have to call it you uses perform in help sap you can get examples about it  or write perform in your editor and hit "F1" you can pass values to the function and changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 17:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/go-to-specific-code/m-p/7524911#M1560835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T17:09:38Z</dc:date>
    </item>
  </channel>
</rss>

