<?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: Assign a unstructured string to a dynamic generated structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226479#M138030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Field Symbols for that purpose.&lt;/P&gt;&lt;P&gt;Use the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN unstructured string TO &amp;lt;fs_table&amp;gt; CASTING TYPE (INT_TBL_NAME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &amp;lt;fs_table&amp;gt; can be declared as follows:&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;fs_table&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And INT_TBL_NAME is a variable that holds the name of the dynamic structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Urmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2006 14:04:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-24T14:04:06Z</dc:date>
    <item>
      <title>Assign a unstructured string to a dynamic generated structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226478#M138029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to assign a unstructured string to a dynamic generated structure, sp that i have acsess to the specific fields. How to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;TomSd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 13:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226478#M138029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T13:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a unstructured string to a dynamic generated structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226479#M138030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Field Symbols for that purpose.&lt;/P&gt;&lt;P&gt;Use the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN unstructured string TO &amp;lt;fs_table&amp;gt; CASTING TYPE (INT_TBL_NAME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &amp;lt;fs_table&amp;gt; can be declared as follows:&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;fs_table&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And INT_TBL_NAME is a variable that holds the name of the dynamic structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Urmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 14:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226479#M138030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T14:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a unstructured string to a dynamic generated structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226480#M138031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please reward points if this was useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 14:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226480#M138031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T14:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a unstructured string to a dynamic generated structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226481#M138032</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;the (INT_TBL_NAME) is generated dynamic by the method CL_ALV_TABLE_CREATE=&amp;gt;CREATE_DYNAMIC_TABLE. there i get a table RESULTDATA but i can't use this here.&lt;/P&gt;&lt;P&gt;after that i do following:&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;So RESULTDATA now points to our dynamic internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  ASSIGN RESULTDATA-&amp;gt;* TO &amp;lt;FS_RESULTDATA_TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Next step is to create a work area for our dynamic internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  CREATE DATA RESULTDATA_LINE LIKE LINE OF &amp;lt;FS_RESULTDATA_TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;A field-symbol to access that work area&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  ASSIGN RESULTDATA_LINE-&amp;gt;* TO &amp;lt;FS_RESULTDATA_LINE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Thomas Strehle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 15:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226481#M138032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T15:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a unstructured string to a dynamic generated structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226482#M138033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN LS_RESULTDATA-DATA TO &amp;lt;FS_RESULTDATA_LINE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at it closely, you are already assigning a specific column of LS_RESULTDATA to the field synbol. So, the field symbols will point only a column of the work area. Why would DATA column again other columns like BASE_UOM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 16:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-a-unstructured-string-to-a-dynamic-generated-structure/m-p/1226482#M138033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T16:05:49Z</dc:date>
    </item>
  </channel>
</rss>

