<?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 How to retrieve this data? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-this-data/m-p/2294987#M501011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I would like to retrive the "product", and "Industry" under ITEM, but have no idea how to code it.&lt;/P&gt;&lt;P&gt;  It seems to be a very complicated structures and table as below:&lt;/P&gt;&lt;P&gt;  ZXML_SECTION is a structure, it contains NEW_PRODUCT (table), OLD_PRODUCT (table), MILESTONE (table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  NEW_PRODUCT is table "ZXML_NEW_PRODUCT_BP_TT",&lt;/P&gt;&lt;P&gt;  OLD_PRODUCT is table "ZXML_OLD_PRODUCT_BP_TT",&lt;/P&gt;&lt;P&gt;  MILESTONE is table "ZXML_MILESTONE_BP_TT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When I double click the "ZXML_NEW_PRODUCT_BP_TT", it shows "ZXML_NEW_PRODUCT_BP", when i clicked into it,&lt;/P&gt;&lt;P&gt;  it contains Items (structure) and Description (String).&lt;/P&gt;&lt;P&gt;  Items is structure "ZXML_ITEM" that contains Product and Industry that defined as Char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
				 --&amp;gt; NEW_PRODUCT                      --&amp;gt; "ZXML_NEW_PRODUCT_BP" --&amp;gt; ITEM (Structure)	--&amp;gt; Product (char)
		    		     (TABLE "ZXML_NEW_PRODUCT_BP_TT")			  				--&amp;gt; Industry (char)
										 	        --&amp;gt; Description (String)
  ZTAB_SECTION --&amp;gt; ZXML_SECTION  --&amp;gt; OLD_PRODUCT
   (TABLE)	   (Structure)       (TABLE "ZXML_OLD_PRODUCT_BP_TT")

				 --&amp;gt; MILESTONE 
		   		     (TABLE "ZXML_MILESTONE_BP_TT")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is how the structure looks like.&lt;/P&gt;&lt;P&gt;If I wish to retrieve the "product" and "Industry", can I loop the ZTAB_SECTION since is an internal table? How should I declare a variable or data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;hy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 10:37:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T10:37:50Z</dc:date>
    <item>
      <title>How to retrieve this data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-this-data/m-p/2294987#M501011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I would like to retrive the "product", and "Industry" under ITEM, but have no idea how to code it.&lt;/P&gt;&lt;P&gt;  It seems to be a very complicated structures and table as below:&lt;/P&gt;&lt;P&gt;  ZXML_SECTION is a structure, it contains NEW_PRODUCT (table), OLD_PRODUCT (table), MILESTONE (table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  NEW_PRODUCT is table "ZXML_NEW_PRODUCT_BP_TT",&lt;/P&gt;&lt;P&gt;  OLD_PRODUCT is table "ZXML_OLD_PRODUCT_BP_TT",&lt;/P&gt;&lt;P&gt;  MILESTONE is table "ZXML_MILESTONE_BP_TT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When I double click the "ZXML_NEW_PRODUCT_BP_TT", it shows "ZXML_NEW_PRODUCT_BP", when i clicked into it,&lt;/P&gt;&lt;P&gt;  it contains Items (structure) and Description (String).&lt;/P&gt;&lt;P&gt;  Items is structure "ZXML_ITEM" that contains Product and Industry that defined as Char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
				 --&amp;gt; NEW_PRODUCT                      --&amp;gt; "ZXML_NEW_PRODUCT_BP" --&amp;gt; ITEM (Structure)	--&amp;gt; Product (char)
		    		     (TABLE "ZXML_NEW_PRODUCT_BP_TT")			  				--&amp;gt; Industry (char)
										 	        --&amp;gt; Description (String)
  ZTAB_SECTION --&amp;gt; ZXML_SECTION  --&amp;gt; OLD_PRODUCT
   (TABLE)	   (Structure)       (TABLE "ZXML_OLD_PRODUCT_BP_TT")

				 --&amp;gt; MILESTONE 
		   		     (TABLE "ZXML_MILESTONE_BP_TT")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is how the structure looks like.&lt;/P&gt;&lt;P&gt;If I wish to retrieve the "product" and "Industry", can I loop the ZTAB_SECTION since is an internal table? How should I declare a variable or data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;hy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-this-data/m-p/2294987#M501011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T10:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve this data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-this-data/m-p/2294988#M501012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which fields you want to select?if product then from which table?and industry from which table?and according to naming i dont think that ZTAB_SECTION is an internal table,please explain in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vikass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 11:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-this-data/m-p/2294988#M501012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T11:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve this data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-this-data/m-p/2294989#M501013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;  problem solved.&lt;/P&gt;&lt;P&gt;  thanks for all help! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;hy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 03:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-retrieve-this-data/m-p/2294989#M501013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T03:43:18Z</dc:date>
    </item>
  </channel>
</rss>

