<?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: Pass value to a field dynamically.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973538#M1339631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akash Rana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is solved.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2009 14:11:55 GMT</pubDate>
    <dc:creator>former_member307726</dc:creator>
    <dc:date>2009-08-12T14:11:55Z</dc:date>
    <item>
      <title>Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973530#M1339623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Can any one solve this issue?.&lt;/P&gt;&lt;P&gt;I want to pass value to different fields dynamically..&lt;/P&gt;&lt;P&gt;Egu2026&lt;/P&gt;&lt;P&gt;I have work are having fields &lt;/P&gt;&lt;P&gt;lwa_table-var1,&lt;/P&gt;&lt;P&gt; lwa_table-var2, &lt;/P&gt;&lt;P&gt;lwa_table-var3, &lt;/P&gt;&lt;P&gt;lwa_table-var4,&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;- -&lt;/P&gt;&lt;P&gt;---  &lt;/P&gt;&lt;P&gt;u2026.. up to lwa_table-var100.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;My logic is I have to pass l_tot value .. based on the &lt;STRONG&gt;last letter&lt;/STRONG&gt; like below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;if l_tot value is 1 we have pass to lwa_table-var1&lt;/P&gt;&lt;P&gt;if l_tot value is 2 we have pass to lwa_table-var2&lt;/P&gt;&lt;P&gt;if l_tot value is 3 we have pass to lwa_table-var3&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;if l_tot value is 100 we have pass to lwa_table-var100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Aug 12, 2009 8:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 05:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973530#M1339623</guid>
      <dc:creator>former_member307726</dc:creator>
      <dc:date>2009-08-12T05:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973531#M1339624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : v_field(30) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at l_tot.&lt;/P&gt;&lt;P&gt;concatenate 'LWA_TABLE-VAR' l_tot-value into v_field.&lt;/P&gt;&lt;P&gt;condense v_field no-gaps.&lt;/P&gt;&lt;P&gt;write  l_tot-value' to ( v_field ).&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,  a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 05:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973531#M1339624</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-12T05:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973532#M1339625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can do Following.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  text(12) type c.&lt;/P&gt;&lt;P&gt;data : num type n.&lt;/P&gt;&lt;P&gt;data: int type i.&lt;/P&gt;&lt;P&gt;data: begin of wa_test,&lt;/P&gt;&lt;P&gt;      var1,&lt;/P&gt;&lt;P&gt;      var2,&lt;/P&gt;&lt;P&gt;      var3,&lt;/P&gt;&lt;P&gt;      var4,&lt;/P&gt;&lt;P&gt;      end of wa_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS &amp;lt;fs_wa&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do 4 times.&lt;/P&gt;&lt;P&gt;  int = int + 1.&lt;/P&gt;&lt;P&gt;  num = int.&lt;/P&gt;&lt;P&gt;  CONCATENATE 'wa_test-' 'var' num into text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ASSIGN (text) to &amp;lt;fs_wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;fs_wa&amp;gt; = num.&lt;/P&gt;&lt;P&gt;  UNASSIGN &amp;lt;fs_wa&amp;gt;.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write : wa_test-var1 , wa_test-var2 , wa_test-var3 ,wa_test-var4 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ouput will be :     1 2 3 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************************&lt;/P&gt;&lt;P&gt;Lets take Your Scenario----&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: begin of lwa_table,&lt;/P&gt;&lt;P&gt;Var1,&lt;/P&gt;&lt;P&gt;Var2,&lt;/P&gt;&lt;P&gt;Var3,&lt;/P&gt;&lt;P&gt;u2026..&lt;/P&gt;&lt;P&gt;u2026u2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Var100,&lt;/P&gt;&lt;P&gt;End of lwa_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: l_tot type i.&lt;/P&gt;&lt;P&gt;u2022	For example l_tot = 36.&lt;/P&gt;&lt;P&gt;u2022	Then u want to pass the same to lwa_table36.&lt;/P&gt;&lt;P&gt;For this do followingu2026..&lt;/P&gt;&lt;P&gt;Now Define--&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: text(13) type c.&lt;/P&gt;&lt;P&gt;data : num type n.&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS &amp;lt;fs_wa&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Now till now we done all the data definitions now u have to do following to pass it dynamically,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_tot = 36.&lt;/P&gt;&lt;P&gt;Num  =  l_tot.&lt;/P&gt;&lt;P&gt;CONCATENATE lwa_table-' 'var' num into text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN (text) to &amp;lt;fs_wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;fs_wa&amp;gt; = num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNASSIGN &amp;lt;fs_wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write : lwa_table-var36.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output will be 36.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves ur issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akash Rana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: AKASH RANA on Aug 12, 2009 8:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 06:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973532#M1339625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T06:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973533#M1339626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is this wa_test or lwa_table defined in your example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is not going to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 08:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973533#M1339626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T08:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973534#M1339627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Dear Friend  Augustarian    	 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Read the post completely and then respond with a comment I have declared both the work ares in the above post, and both the work area are used in two different examples seprated by a line as&lt;/P&gt;&lt;P&gt;"**********************************************"&lt;/P&gt;&lt;P&gt;So the part of code above the line is a example to show how we can work with dynamic assignments.&lt;/P&gt;&lt;P&gt;and the part below is code for the resolution of the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had even checked the codes at my end in a IDES server they are working perfectly fine, Dynamic assignment work really good.&lt;/P&gt;&lt;P&gt;These codes would 100 % work.&lt;/P&gt;&lt;P&gt;Kindly post after complete review of the codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope U wont make any such mistakes in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akash Rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 08:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973534#M1339627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T08:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973535#M1339628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The big problem I can see in your reqirement is there is no boundry condition for what will the limit for the value generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you might have value 999 so you will expect it should be moved to lwa_table-var999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, that means you lwa_table will be fully dynamic and it's fields will depend up on the value generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Your code upto value generation will work as it is. for example value generated through your code is 11.&lt;/P&gt;&lt;P&gt;2. Define lwa_table as DATA law_table type ref to DATA.&lt;/P&gt;&lt;P&gt;2. Fill fieldcatalog of static method create_dynamic_table from cl_alv_table_create class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for e.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     concatenate 'var' &amp;lt;your_value&amp;gt; into fieldcatalog_tab-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now call method create_dynamic_table as follow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;   it_fieldcatalog = fieldcatalog_tab&lt;/P&gt;&lt;P&gt;importing &lt;/P&gt;&lt;P&gt;   p_table = lwa_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as value generated is 11 it will return lwa_table containing one column with name var11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now ASSIGN lwa_table-&amp;gt;* to &amp;lt;itab&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now define another field symbol for field &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT fieldcatalog_tab-fieldname OF STRUCTURE &amp;lt;itab&amp;gt; TO &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now finally you can move your value i.e. 11 into &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;field&amp;gt; = 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move 11 to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can fine tune above code or as many dynamic fields required for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 08:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973535#M1339628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973536#M1339629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok my mistake, sorry for that but still your work areas are static so that means it can only accept those values for which the fields are defined in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry buddy once agian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 08:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973536#M1339629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973537#M1339630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend  Augustarian ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the forum Question its mentioned that the user has a work area with fields only till 100 ,has no where mentioned he is using or not using any internal table so the solution i provided was only with the knowledge i got from the forum question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akash Rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 09:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973537#M1339630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973538#M1339631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akash Rana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is solved.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 14:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973538#M1339631</guid>
      <dc:creator>former_member307726</dc:creator>
      <dc:date>2009-08-12T14:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pass value to a field dynamically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973539#M1339632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akash Rana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is solved.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 14:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-value-to-a-field-dynamically/m-p/5973539#M1339632</guid>
      <dc:creator>former_member307726</dc:creator>
      <dc:date>2009-08-12T14:12:14Z</dc:date>
    </item>
  </channel>
</rss>

