<?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: String operations for DMEE element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587848#M1757211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;Is there any simple example on how to achive described result in ABAP... sorry, I'm a newcomer in this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Aug 2013 06:00:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-01T06:00:42Z</dc:date>
    <item>
      <title>String operations for DMEE element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587846#M1757209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts!&lt;/P&gt;&lt;P&gt;I'm trying to implement one simple condition for the DMEE tree element (t-code: dmee)...&lt;/P&gt;&lt;P&gt;I faced some difficulties with the list of predefined functions as they don't allow to do what I need.&lt;/P&gt;&lt;P&gt;Let's say I need to do some sort of string operations under REGUH/VBLNR field (document number) and current value on this field is &lt;STRONG&gt;2000012050&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Second step, I need to strip off the first digit from this number, ie it'll be &lt;STRONG&gt;000012050&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Third step is to overwrite next 4 characters with zeroes (in case they are not zeroes), ie final number should be 9 characters long with four leading zeroes: &lt;STRONG&gt;000012050.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Fifth and final step is to write the result to the DMEE tree element:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/254807" width="450" /&gt;&lt;/P&gt;&lt;P&gt;As you may see, I put structure field in place... In the output xml file it will show document number, but without those string operations I shown above. I noticed another one field on 'Attributes' tab, ie 'Conv. functions' (I suppose it means 'conversion functions'). There are lots of them and none of them is suitable for me. Moreover they dont have proper description:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/254808" width="450" /&gt;&lt;/P&gt;&lt;P&gt;So, I'm a bit lost... how can I apply conversion logic (string operations) to this field, shown above? &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Is there any other ways to apply this logic rather than to write an 'exit function'???&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 11:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587846#M1757209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-31T11:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: String operations for DMEE element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587847#M1757210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to write EXIT Function only..... &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1662/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 03:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587847#M1757210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-01T03:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: String operations for DMEE element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587848#M1757211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;Is there any simple example on how to achive described result in ABAP... sorry, I'm a newcomer in this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 06:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587848#M1757211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-01T06:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: String operations for DMEE element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587849#M1757212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a sample FM : DMEE_EXIT_TEMPLATE_ABA or DMEE_EXIT_TEMPLATE_EXTEND_ABA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which ever suits you have a look&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy this FM in a Z and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you F1 on the Exit Module field in the source tab in the DMEE it will provide you with more information on how to use this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 11:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587849#M1757212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-01T11:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: String operations for DMEE element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587850#M1757213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 12:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587850#M1757213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-01T12:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: String operations for DMEE element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587851#M1757214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aleks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just read your post while searching for a similar issue. I guess you have already solved it. Still, I believe it can be handled without a user exit.&lt;/P&gt;&lt;P&gt;Field length 9&lt;/P&gt;&lt;P&gt;Source offset 5 (or 6, please try)&lt;/P&gt;&lt;P&gt;Conversion function: right-aligned with leading zeros&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 03:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587851#M1757214</guid>
      <dc:creator>cgilberg</dc:creator>
      <dc:date>2014-01-16T03:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: String operations for DMEE element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587852#M1757215</link>
      <description>&lt;P&gt;This does not seem to be an answer to OP's question. Please don't post an &lt;STRONG&gt;answer&lt;/STRONG&gt; when you'd like to ask a &lt;STRONG&gt;question&lt;/STRONG&gt;. That's what "ask a question" button is for (top right). &lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 19:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operations-for-dmee-element/m-p/9587852#M1757215</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2020-01-27T19:50:31Z</dc:date>
    </item>
  </channel>
</rss>

