<?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 fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596486#M1758126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;Hi Marius Conchillo,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;I am not having much expertise in the abap so i think my reply may help you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;I understood that your code should not write more if....endif statements.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;Instead of writing multiple if...endif statements, we can assign the values to a data object and write a case statement.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;using case..... endcase we can exclude multiple if statements.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;I think this helped you.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Jul 2013 13:25:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-21T13:25:52Z</dc:date>
    <item>
      <title>Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596485#M1758125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, sorry for my English, I am from Catalonian and I know my english is very poor.&lt;/P&gt;&lt;P&gt;Ok, I am developping in Abap since 6 months, more or less, and know I have a little problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hace defined an internal table where there are 12 fields like these: quantity01, quantity02, ... quantity12. Every field is defined for every month (January, february, ... , december).&lt;/P&gt;&lt;P&gt;My idea is assign the values depending of a date contained in other field of the table (field period).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP gt_report into gs_report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF gs_report-period = '01'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_report-quantity01 = gs_report-quant.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF gs_report-period = '02'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_report-quantity02 = gs_report-quant.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to work with 12 IF's, because I have to do other operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I supose this is very easy for most of you, but I have searched a lot and I didn't find anything. I heart something like fieldsymbols but I don't know if these is really the solution.&lt;/P&gt;&lt;P&gt;Can anyone help me, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 12:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596485#M1758125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T12:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596486#M1758126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;Hi Marius Conchillo,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;I am not having much expertise in the abap so i think my reply may help you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;I understood that your code should not write more if....endif statements.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;Instead of writing multiple if...endif statements, we can assign the values to a data object and write a case statement.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;using case..... endcase we can exclude multiple if statements.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="margin: -9px 0 0; font-size: 11.199999809265137px; background-color: #ffffff; color: #333333; text-align: right;"&gt;I think this helped you.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 13:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596486#M1758126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T13:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596487#M1758127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer Harsha.&lt;/P&gt;&lt;P&gt;Ok, I can use case/endcase, but by this way is more or less the same. Finally, I have to write 12 portions of code (1 for every month).&lt;/P&gt;&lt;P&gt;The idea is write only one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Harsha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 19:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596487#M1758127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T19:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596488#M1758128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Conchilo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try like this.&lt;/P&gt;&lt;P&gt;DATA : V_PERIO(40) TYPE C,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_fs type any.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;LOOP at gt_report into gs_report.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;concatenate 'GS_REPORT-QUANTITY'&amp;nbsp; GS_REPORT-PERIOD INTO V_PERIO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ASSIGN (V_PERIO) TO V_FS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;V_FS = GS_REPORT-QUANTITY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ENDLOOP.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Gourav.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 05:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596488#M1758128</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-07-22T05:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596489#M1758129</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;This will not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is how it should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;You can try like this.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DATA : V_PERIO(40) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 0.9em !important; background-color: #ffffff; font-family: inherit !important;"&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: inherit !important; font-size: 0.8em !important;"&gt;FIELD-SYMBOLS &amp;lt;fs&amp;gt; TYPE ANY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;LOOP at gt_report into gs_report.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;concatenate 'GS_REPORT-QUANTITY'&amp;nbsp; GS_REPORT-PERIOD INTO V_PERIO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;ASSIGN (V_PERIO) TO &amp;lt;FS&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;IF &amp;lt;FS&amp;gt; is assigned.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&amp;lt;FS&amp;gt; = GS_REPORT-QUANTITY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;ENDIF.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;ENDLOOP.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;Gourav.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 05:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596489#M1758129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T05:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596490#M1758130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yakub,&lt;/P&gt;&lt;P&gt;By mistake I wrote that line.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;lt;fs&amp;gt; type any&lt;/SPAN&gt; within data,Yes it will under field-symbol. &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1642/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOURAV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 05:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596490#M1758130</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-07-22T05:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596491#M1758131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other similar way to solve the&amp;nbsp; problem is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;DATA&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lv_name &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FIELD-SYMBOLS&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;lv_content&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TYPE ANY&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;gt_report &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;gs_report&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;CONCATENATE &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'QUANTITY' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;gs_report&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;period &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lv_name&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ASSIGN COMPONENT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lv_name &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;OF STRUCTURE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;gs_report &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;lv_content&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;lv_content&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IS ASSIGNED&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;lv_content&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;gs_report&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;quant&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lv_name&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp; UNASSIGN&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;lv_content&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope it helps. Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 06:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596491#M1758131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T06:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596492#M1758132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope your post is relevant to the below document, it clearly explain you how to use Field Symbols &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-42525"&gt;http://scn.sap.com/docs/DOC-42525&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's,.&lt;/P&gt;&lt;P&gt;Shashi Kanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 07:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596492#M1758132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T07:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Assign fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596493#M1758133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everybody for your answers.&lt;/P&gt;&lt;P&gt;Now, it's working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 08:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-fields/m-p/9596493#M1758133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T08:55:21Z</dc:date>
    </item>
  </channel>
</rss>

