<?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: Run Time error. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617344#M600809</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;when ever you connect  to SAP .After giving userid and password there is an option for language .&lt;/P&gt;&lt;P&gt;login with language as En  (check the language first if it is other EN change to EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2007 07:39:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-31T07:39:51Z</dc:date>
    <item>
      <title>Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617336#M600801</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; This is my program. and followed by Flow logic, When iam executing that Iam getting Runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Runtime error analysis iam getting in German langauge. How to get in English that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM  ZMP_TAB3.&lt;/P&gt;&lt;P&gt;TABLES:&lt;/P&gt;&lt;P&gt;VBAK,&lt;/P&gt;&lt;P&gt;VBAP.&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;IT_VBAP TYPE VBAP,&lt;/P&gt;&lt;P&gt;c1 TYPE I.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  USER_COMMAND_9001  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9001 INPUT.&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;WHEN SPACE.&lt;/P&gt;&lt;P&gt;SELECT * FROM VBAP INTO IT_VBAP WHERE VBELN EQ VBAK-VBELN.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_9001  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my Flow Logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;*MODULE STATUS_9001.&lt;/P&gt;&lt;P&gt; LOOP AT IT_VBAP INTO VBAP CURSOR C1.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9001.&lt;/P&gt;&lt;P&gt;LOOP AT IT_VBAP.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617336#M600801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617337#M600802</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 i Know what is the error u got??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz post here so that it will make us easy to solve ur issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617337#M600802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617338#M600803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare IT_VBAP as an internal table (TYPE TABLE OF) here it's a single field/structure and i think you have a table view control in your dynpro. If yes, where is the definition of the table control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's your first table control, use the assistant to build it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617338#M600803</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-07-31T07:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617339#M600804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  What is this VBAK-VBELN here, you have not declared in program it cant take that directly&lt;/P&gt;&lt;P&gt;declare that with data statement and compare that in select statement&lt;/P&gt;&lt;P&gt;that is only the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617339#M600804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617340#M600805</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; when iam enetring the T.code it is giving the error. I am not getting the screen. Run time error analysis iam getting in German Language .how to get Run time error analysis in English Language&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617340#M600805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617341#M600806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check tcode ST22  .It will help you analyse the blue screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617341#M600806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617342#M600807</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;I suppose the error is in your screen flow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;*MODULE STATUS_9001.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LOOP AT IT_VBAP INTO VBAP CURSOR C1.&lt;/P&gt;&lt;P&gt;ENDLOOP.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9001.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LOOP AT IT_VBAP.&lt;/P&gt;&lt;P&gt;ENDLOOP.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems there's a table control (or step loop) in your screen but I can't see where you've defined and used it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617342#M600807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617343#M600808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your program should have these clauses in :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA it_vbap TYPE TABLE OF vbap.
CONTROLS: CTL_VBAP TYPE TABLEVIEW USING SCREEN 0100.
SELECT * FROM VBAP INTO TABLE it_vbap WHERE vbeln = vbak-vbeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And in your dynpro, you should have (at least)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS BEFORE OUTPUT.
  LOOP AT   IT_VBAP
       INTO VBAP
       WITH CONTROL CTL_VBAP
       CURSOR CTL_VBAP-CURRENT_LINE.
  ENDLOOP.
PROCESS AFTER INPUT.
  LOOP AT IT_VBAP.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617343#M600808</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-07-31T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617344#M600809</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;when ever you connect  to SAP .After giving userid and password there is an option for language .&lt;/P&gt;&lt;P&gt;login with language as En  (check the language first if it is other EN change to EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/2617344#M600809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:39:51Z</dc:date>
    </item>
  </channel>
</rss>

