<?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: help in perform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-perform/m-p/3516048#M845666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perform change_variable using v_1up &lt;/P&gt;&lt;P&gt;                                     changing v_1cap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform change_variable using v_2up &lt;/P&gt;&lt;P&gt;                                     changing v_2cap.&lt;/P&gt;&lt;P&gt;Perform change_variable using v_3up &lt;/P&gt;&lt;P&gt;                                     changing v_3cap.&lt;/P&gt;&lt;P&gt;Perform change_variable using v_4up &lt;/P&gt;&lt;P&gt;                                     changing v_4cap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form change_variable using p_up &lt;/P&gt;&lt;P&gt;                                     changing p_cap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : f_letter(10) , p_low(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE p_up TO p_low.&lt;/P&gt;&lt;P&gt;TRANSLATE p_low TO LOWER CASE.&lt;/P&gt;&lt;P&gt;MOVE p_low TO p_cap.&lt;/P&gt;&lt;P&gt;MOVE p_up(1) TO f_letter.&lt;/P&gt;&lt;P&gt;TRANSLATE f_letter TO UPPER CASE.&lt;/P&gt;&lt;P&gt;MOVE f_letter TO p_cap(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 13:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T13:20:08Z</dc:date>
    <item>
      <title>help in perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-perform/m-p/3516047#M845665</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;i wont to now how to do perform for this code instead of doing it 4 times for changing variable  . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i new to perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SPLIT name AT space  INTO v_1up v_2up v_3up v_4up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CLEAR f_letter.&lt;/P&gt;&lt;P&gt;  MOVE v_1up TO v_1low.&lt;/P&gt;&lt;P&gt;  TRANSLATE v_1low TO LOWER CASE.&lt;/P&gt;&lt;P&gt;  MOVE v_1low TO v_1cap.&lt;/P&gt;&lt;P&gt;  MOVE v_1up(1) TO f_letter.&lt;/P&gt;&lt;P&gt;  TRANSLATE f_letter TO UPPER CASE.&lt;/P&gt;&lt;P&gt;  MOVE f_letter TO v_1cap(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="-----" /&gt;second word--&lt;P&gt;&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR f_letter.&lt;/P&gt;&lt;P&gt;  MOVE v_2up TO v_2low.&lt;/P&gt;&lt;P&gt;  TRANSLATE v_2low TO LOWER CASE.&lt;/P&gt;&lt;P&gt;  MOVE v_2low TO v_2cap.&lt;/P&gt;&lt;P&gt;  MOVE v_2up(1) TO f_letter.&lt;/P&gt;&lt;P&gt;  TRANSLATE f_letter TO UPPER CASE.&lt;/P&gt;&lt;P&gt;  MOVE f_letter TO v_2cap(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR f_letter.&lt;/P&gt;&lt;P&gt;  MOVE v_3up TO v_3low.&lt;/P&gt;&lt;P&gt;  TRANSLATE v_3low TO LOWER CASE.&lt;/P&gt;&lt;P&gt;  MOVE v_3low TO v_3cap.&lt;/P&gt;&lt;P&gt;  MOVE v_3up(1) TO f_letter.&lt;/P&gt;&lt;P&gt;  TRANSLATE f_letter TO UPPER CASE.&lt;/P&gt;&lt;P&gt;  MOVE f_letter TO v_3cap(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR f_letter.&lt;/P&gt;&lt;P&gt;  MOVE v_4up TO v_4low.&lt;/P&gt;&lt;P&gt;  TRANSLATE v_4low TO LOWER CASE.&lt;/P&gt;&lt;P&gt;  MOVE v_4low TO v_4cap.&lt;/P&gt;&lt;P&gt;  MOVE v_4up(1) TO f_letter.&lt;/P&gt;&lt;P&gt;  TRANSLATE f_letter TO UPPER CASE.&lt;/P&gt;&lt;P&gt;  MOVE f_letter TO v_4cap(1).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 13:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-perform/m-p/3516047#M845665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T13:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: help in perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-perform/m-p/3516048#M845666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perform change_variable using v_1up &lt;/P&gt;&lt;P&gt;                                     changing v_1cap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform change_variable using v_2up &lt;/P&gt;&lt;P&gt;                                     changing v_2cap.&lt;/P&gt;&lt;P&gt;Perform change_variable using v_3up &lt;/P&gt;&lt;P&gt;                                     changing v_3cap.&lt;/P&gt;&lt;P&gt;Perform change_variable using v_4up &lt;/P&gt;&lt;P&gt;                                     changing v_4cap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form change_variable using p_up &lt;/P&gt;&lt;P&gt;                                     changing p_cap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : f_letter(10) , p_low(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE p_up TO p_low.&lt;/P&gt;&lt;P&gt;TRANSLATE p_low TO LOWER CASE.&lt;/P&gt;&lt;P&gt;MOVE p_low TO p_cap.&lt;/P&gt;&lt;P&gt;MOVE p_up(1) TO f_letter.&lt;/P&gt;&lt;P&gt;TRANSLATE f_letter TO UPPER CASE.&lt;/P&gt;&lt;P&gt;MOVE f_letter TO p_cap(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 13:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-perform/m-p/3516048#M845666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T13:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: help in perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-perform/m-p/3516049#M845667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform: translate_word using v_1up v_1low v_1cap,&lt;/P&gt;&lt;P&gt;             translate_word using v_2up v_2low v_2cap,&lt;/P&gt;&lt;P&gt;             translate_word using v_3up v_3low v_3cap,&lt;/P&gt;&lt;P&gt;             translate_word using v_4up v_4low v_4cap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form translate_word using p_up p_low p_cap.&lt;/P&gt;&lt;P&gt;  data: f_letter type c.&lt;/P&gt;&lt;P&gt;  CLEAR f_letter.&lt;/P&gt;&lt;P&gt;  MOVE p_up TO p_low.&lt;/P&gt;&lt;P&gt;  TRANSLATE p_low TO LOWER CASE.&lt;/P&gt;&lt;P&gt;  MOVE p_low TO p_cap.&lt;/P&gt;&lt;P&gt;  MOVE p_up(1) TO f_letter.&lt;/P&gt;&lt;P&gt;  TRANSLATE f_letter TO UPPER CASE.&lt;/P&gt;&lt;P&gt;  MOVE f_letter TO p_cap(1).&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 13:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-perform/m-p/3516049#M845667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T13:24:10Z</dc:date>
    </item>
  </channel>
</rss>

