<?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 Get variable value inside abap code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623109#M2012835</link>
    <description>&lt;P&gt;Hi i was serching a method to get the variable values (the ones selected before to launch the planning function) inside the abap code. I need the values selected by the user that are used to create the i_t_data_charsel at the beginning.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 11:03:09 GMT</pubDate>
    <dc:creator>nic_lev</dc:creator>
    <dc:date>2022-09-20T11:03:09Z</dc:date>
    <item>
      <title>Get variable value inside abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623109#M2012835</link>
      <description>&lt;P&gt;Hi i was serching a method to get the variable values (the ones selected before to launch the planning function) inside the abap code. I need the values selected by the user that are used to create the i_t_data_charsel at the beginning.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 11:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623109#M2012835</guid>
      <dc:creator>nic_lev</dc:creator>
      <dc:date>2022-09-20T11:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get variable value inside abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623110#M2012836</link>
      <description>&lt;P&gt;Hi   @&lt;SPAN class="mention-scrubbed"&gt;nic.lev&lt;/SPAN&gt;&lt;/P&gt;&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" target="_blank"&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;I also recommend that you include a profile picture. By
personalizing your profile, you encourage readers to respond: &lt;A href="https://developers.sap.com/tutorials/community-profile.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;.&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;* Make sure you've applied the appropriate tags -- because if you
don't apply the correct tags, the right experts won't see your question to
answer it.&lt;/P&gt;

&lt;P&gt;* Use the "insert code" feature when sharing your code,
so members have an easier time reading.&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;

&lt;P&gt;Regards,&lt;/P&gt;

Dedi</description>
      <pubDate>Tue, 20 Sep 2022 11:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623110#M2012836</guid>
      <dc:creator>former_member27</dc:creator>
      <dc:date>2022-09-20T11:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get variable value inside abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623111#M2012837</link>
      <description>&lt;P&gt;The bad way is to read abap memory : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data(lv_field) = conv fieldname( '(main_program)variable' ).&lt;BR /&gt;assign (lv_field) to field-symbol(&amp;lt;variable_mem&amp;gt;).&lt;BR /&gt;if &amp;lt;variable_mem&amp;gt; is assigned.&lt;BR /&gt;blabla.&lt;BR /&gt;endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Good way is  to use SingleTon Class, to store with a user-exit or an Enhancement the value and read it letter in the memory of the class.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 11:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623111#M2012837</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-09-20T11:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get variable value inside abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623112#M2012838</link>
      <description>&lt;P&gt;Hi Nicolo,&lt;/P&gt;&lt;P&gt;you can use a debugger or a break point in SAP ABAP code to view the value of your variables after execution.&lt;/P&gt;&lt;P&gt;then double click on your internal table then view all iTAB data &lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 04:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-variable-value-inside-abap-code/m-p/12623112#M2012838</guid>
      <dc:creator>zeshanshafqat7956</dc:creator>
      <dc:date>2022-09-21T04:40:55Z</dc:date>
    </item>
  </channel>
</rss>

