<?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: how do i get data from a structure using join? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365929#M807720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;structure temporarily holds  any data passed to it dynamically throughout the runtime but doesnot store it permanently. so&lt;/P&gt;&lt;P&gt;a structure cannot be included in a join.so instead of incuding structure KUAGV's field in a join  &lt;/P&gt;&lt;P&gt;search the transparent table in which same field are present and  use it in join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A structure if created in DDIC(Data Dictionary) is a global DATA STRUCTURE which is used to group related information, for example you would group all the details of your bank account into a structure BANK_ACCOUNT that contains fields like account_Id, account_holder_name etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a structure in your program then it is local to your program. So you use this structure to create data holders of this DATA TYPE to hold data in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suja thomas on Feb 11, 2008 6:24 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suja thomas on Feb 11, 2008 6:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 05:23:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T05:23:30Z</dc:date>
    <item>
      <title>how do i get data from a structure using join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365922#M807713</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 the actual use of a structure.? &lt;/P&gt;&lt;P&gt;my problem is :&lt;/P&gt;&lt;P&gt;KUAGV is an existing STRUCTURE. it has got one fields each which links to MARA, AND VBKD tables. i want to fetch all related information from KUAGV, mara, vbkd . which is the better way : using joins or views or anything else? how do i&lt;/P&gt;&lt;P&gt;get data from a structure using join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 04:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365922#M807713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T04:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get data from a structure using join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365923#M807714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cannot join or write a select on structure...&lt;/P&gt;&lt;P&gt;you need to figure out where you can get that field in transparent table and need to get from there..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 04:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365923#M807714</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-31T04:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get data from a structure using join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365924#M807715</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;IT IS NOT POSSIBLE TO GET THE DATA FROM STRUTURES &lt;/P&gt;&lt;P&gt;YOU CAN'T RETRIVE OR JOIN THE STRUTURES &lt;/P&gt;&lt;P&gt;STRUTURE DOES BOT HOLD THE DATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 05:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365924#M807715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T05:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get data from a structure using join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365925#M807716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok  i understood that no data retrieval is possible from structure. but tell me what is the use of a structure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 06:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365925#M807716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T06:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get data from a structure using join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365926#M807717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the advantage of structures? How do you use them in the ABAP programs? &lt;/P&gt;&lt;P&gt;ANS:-&lt;/P&gt;&lt;P&gt;Adv:- GLOBAL EXISTANCE(these could be used by any other program without creating it again).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 06:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365926#M807717</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-31T06:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get data from a structure using join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365927#M807718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; A structure if created in DDIC(Data Dictionary) is a global DATA STRUCTURE which is used to group related information, for example you would group all the details of your bank account into a structure BANK_ACCOUNT that contains fields like account_Id, account_holder_name etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a structure in your program then it is local to your program. So you use this structure to create data holders of this DATA TYPE to hold data in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRUCTURE is similar to structure in any other programming language like "C".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 06:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365927#M807718</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2008-01-31T06:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get data from a structure using join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365928#M807719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot join or get data from structure.&lt;/P&gt;&lt;P&gt;if u wanna use the field in structure KUAGV then&lt;/P&gt;&lt;P&gt;search the transparent table in which ur fields are present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of structure : Structure is just like a container it doesnt store the &lt;/P&gt;&lt;P&gt;data . The data come inside the structure and go it doesnt store it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Azhar&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 07:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365928#M807719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T07:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get data from a structure using join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365929#M807720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;structure temporarily holds  any data passed to it dynamically throughout the runtime but doesnot store it permanently. so&lt;/P&gt;&lt;P&gt;a structure cannot be included in a join.so instead of incuding structure KUAGV's field in a join  &lt;/P&gt;&lt;P&gt;search the transparent table in which same field are present and  use it in join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A structure if created in DDIC(Data Dictionary) is a global DATA STRUCTURE which is used to group related information, for example you would group all the details of your bank account into a structure BANK_ACCOUNT that contains fields like account_Id, account_holder_name etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a structure in your program then it is local to your program. So you use this structure to create data holders of this DATA TYPE to hold data in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suja thomas on Feb 11, 2008 6:24 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suja thomas on Feb 11, 2008 6:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 05:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-data-from-a-structure-using-join/m-p/3365929#M807720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T05:23:30Z</dc:date>
    </item>
  </channel>
</rss>

