<?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 Structure declaration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627462#M2013078</link>
    <description>&lt;P&gt;Hi....&lt;/P&gt;
  &lt;P&gt;I want to declare a structure using types key word but it contain more no.of fields .how to select the required fields from table without writting manually..&lt;/P&gt;</description>
    <pubDate>Sun, 18 Sep 2022 10:21:38 GMT</pubDate>
    <dc:creator>former_member822003</dc:creator>
    <dc:date>2022-09-18T10:21:38Z</dc:date>
    <item>
      <title>Structure declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627462#M2013078</link>
      <description>&lt;P&gt;Hi....&lt;/P&gt;
  &lt;P&gt;I want to declare a structure using types key word but it contain more no.of fields .how to select the required fields from table without writting manually..&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 10:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627462#M2013078</guid>
      <dc:creator>former_member822003</dc:creator>
      <dc:date>2022-09-18T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Structure declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627463#M2013079</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" 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;

&lt;P&gt;Dedi&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 10:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627463#M2013079</guid>
      <dc:creator>former_member27</dc:creator>
      <dc:date>2022-09-18T10:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Structure declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627464#M2013080</link>
      <description>&lt;P&gt;Are you looking for Run Time Type Creation, to create structure variables with any components you want at runtime? RTTC are the methods like CL_ABAP_STRUCTDESCR=&amp;gt;GET or CREATE. Lots of answers in the Web.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 11:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627464#M2013080</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-09-18T11:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Structure declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627465#M2013081</link>
      <description>&lt;P&gt;Hi Reyansh.&lt;/P&gt;&lt;P&gt;You can try something like this:&lt;/P&gt;&lt;P&gt;TYPES: Begin of ty_table,&lt;/P&gt;&lt;P&gt;	field1 type c,&lt;/P&gt;&lt;P&gt;	field2 type i,&lt;/P&gt;&lt;P&gt;       end of ty_table.&lt;/P&gt;&lt;P&gt;data: lv_structure type standard table of ty_table.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 22:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-declaration/m-p/12627465#M2013081</guid>
      <dc:creator>former_member1130189</dc:creator>
      <dc:date>2022-09-18T22:39:18Z</dc:date>
    </item>
  </channel>
</rss>

