<?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: Error in select single abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606912#M2011475</link>
    <description>&lt;P&gt;have you declared work-area? &lt;/P&gt;&lt;P&gt;Try adding&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Table: A911.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Jul 2022 01:53:18 GMT</pubDate>
    <dc:creator>former_member808116</dc:creator>
    <dc:date>2022-07-13T01:53:18Z</dc:date>
    <item>
      <title>Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606907#M2011470</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
  &lt;P&gt;I need help.&lt;/P&gt;
  &lt;P&gt;I am trying to save a field to a variable.&lt;/P&gt;
  &lt;P&gt;I have already tried everything but it is not working for me, if you could help me please.&lt;/P&gt;
  &lt;P&gt;I leave you the line of code that I use to save the data in a variable:&lt;/P&gt;
  &lt;P&gt;select single KNUMH from a911 into va_knumh where kunnr = cod_cli and zterm = cod_cond_venta.&lt;/P&gt;
  &lt;P&gt;va_knumh its my variable.&lt;/P&gt;
  &lt;P&gt;I am attentive to you!&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 18:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606907#M2011470</guid>
      <dc:creator>former_member812513</dc:creator>
      <dc:date>2022-07-12T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606908#M2011471</link>
      <description>&lt;P&gt;Welcome to the SAP Community. Thank you for visiting us to get answers to your questions.&lt;/P&gt;&lt;P&gt;Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.&lt;/P&gt;&lt;P&gt;First, please see &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, as this resource page provides tips for preparing questions that draw responses from our members. Second, feel free to take our Q&amp;amp;A tutorial at &lt;A href="https://developers.sap.com/tutorials/community-qa.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;, as that will help you when submitting questions to the community.&lt;/P&gt;&lt;P&gt;Now for some specific suggestions on how you might improve your question:&lt;/P&gt;&lt;P&gt;* Outline what steps you took to find answers (and why they weren't helpful) -- so members don't make suggestions that you've already tried.&lt;/P&gt;&lt;P&gt;* Share screenshots of what you've seen/done (if possible), as images always helps our members better understand your problem.&lt;/P&gt;&lt;P&gt;Should you wish, you can revise your question by selecting Actions, then Edit. &lt;/P&gt;&lt;P&gt;The more details you provide (in questions tagged correctly), the more likely it is that members will be able to respond. As it stands, I don't know if there is enough information here for members to understand your issue. So please consider revising your question because I'd really like to see you get a solution to your problem!&lt;/P&gt;&lt;P&gt;I hope you find this advice useful, and we're happy to have you as part of SAP Community!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 18:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606908#M2011471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2022-07-12T18:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606909#M2011472</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;which kind of error message do you receive with your SELECT-statement?&lt;/P&gt;&lt;P&gt;Kind regards&lt;BR /&gt;Jens&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 18:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606909#M2011472</guid>
      <dc:creator>Jeansy</dc:creator>
      <dc:date>2022-07-12T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606910#M2011473</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;mhklinor&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select single KNUMH from a911 into 

va_knumh where kunnr = cod_cli and zterm = cod_cond_venta.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There is no such table a911.  Can you please share the screen and error message you received.Also what is the correct table?Regards,Venkat&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 18:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606910#M2011473</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2022-07-12T18:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606911#M2011474</link>
      <description>&lt;P&gt;If you mean nothing is found, and you think it should find it, it means probably that you don't know the concept of external and internal values, what you see when you display the table are the external values, and what is in the table are the internal values. You are probably trying to select with the external values instead of internal values. Fix the value in cod_cli or cod_cond_venta (like missing leading zeroes, etc.)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 18:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606911#M2011474</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-12T18:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606912#M2011475</link>
      <description>&lt;P&gt;have you declared work-area? &lt;/P&gt;&lt;P&gt;Try adding&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Table: A911.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jul 2022 01:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606912#M2011475</guid>
      <dc:creator>former_member808116</dc:creator>
      <dc:date>2022-07-13T01:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606913#M2011476</link>
      <description>&lt;P&gt;why would you need a work area? &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 07:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606913#M2011476</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2022-07-13T07:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606914#M2011477</link>
      <description>&lt;P&gt;TABLES is an obsolete statement and not to be used for new developments (exception, classic Dynpro).&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 08:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606914#M2011477</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2022-07-13T08:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select single abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606915#M2011478</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;venkateswaran.k&lt;/SPAN&gt; A911 is a condition table defined by the customer. It doesn't generally exist.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 08:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-single-abap/m-p/12606915#M2011478</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2022-07-13T08:35:28Z</dc:date>
    </item>
  </channel>
</rss>

