<?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: VOFM coding help wanted in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-coding-help-wanted/m-p/10872887#M1887461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a first step I'd correct line 8 to "xkwert = xkwert - da_xkwert".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not sufficient then please provide more information - what kind of calculation should be performed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 21:49:16 GMT</pubDate>
    <dc:creator>iotatau</dc:creator>
    <dc:date>2015-02-05T21:49:16Z</dc:date>
    <item>
      <title>VOFM coding help wanted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-coding-help-wanted/m-p/10872886#M1887460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been assigned a task to create a scale base routine in VOFM based on using KBETR. I believe it's based on the following code:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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&gt;&lt;/P&gt;&lt;DIV class="dp-highlighter" style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt;&lt;DIV class="bar" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-xml" start="1" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit; background-position: initial;"&gt;* Partial quantity&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt; form frm_staffelbas_023.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp; data: da_xkwert like komv-kawrt,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da_xkwerx(16).&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp; unpack xkwert to da_xkwerx.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp; move '000' to da_xkwerx+13.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp; pack da_xkwerx to da_xkwert.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="attribute" style="font-weight: inherit; font-style: inherit; color: red; background-position: initial;"&gt;xkwert&lt;/SPAN&gt;&lt;SPAN class="attribute-value" style="font-weight: inherit; font-style: inherit; color: blue; background-position: initial;"&gt;xkwert&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt; = xkwert - da_xkwert.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt; endform.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Can anyone help me on what the formula should looked like as modifying this particular code does not work for us.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-coding-help-wanted/m-p/10872886#M1887460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-05T20:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM coding help wanted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-coding-help-wanted/m-p/10872887#M1887461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a first step I'd correct line 8 to "xkwert = xkwert - da_xkwert".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not sufficient then please provide more information - what kind of calculation should be performed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 21:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-coding-help-wanted/m-p/10872887#M1887461</guid>
      <dc:creator>iotatau</dc:creator>
      <dc:date>2015-02-05T21:49:16Z</dc:date>
    </item>
  </channel>
</rss>

