<?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: WRITE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163901#M752598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Effect&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;If the field f has a conversion routine in the ABAP Dictionary, this is placed in the field mask in the form "==conv". " conv" stands for the name of the conversion routine; for example, " ==ALPHA" for the conversion routine " ALPHA". You can use the contents of mask in this form in the USING EDIT MASK mask addition of the WRITE statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Check whether the "Customer number" field in the table SBOOK has a conversion routine: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SBOOK. &lt;/P&gt;&lt;P&gt;DATA: CONV_EXIT(10). &lt;/P&gt;&lt;P&gt;DESCRIBE FIELD SBOOK-CUSTOMID EDIT MASK CONV_EXIT. &lt;/P&gt;&lt;P&gt;IF CONV_EXIT &amp;lt;&amp;gt; SPACE. ... ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: CONV_EXIT contains the value "==ALPHA". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following example that uses editing template EDIT MASK for the &amp;lt;b&amp;gt;WRITE command&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA TIME TYPE T VALUE '154633'.&lt;/P&gt;&lt;P&gt;WRITE (8) TIME USING EDIT MASK '__:__:__'. "Output: 15:46:33 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the internal length (of type T) is six characters, while the output length is eight.&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;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 06:09:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-10T06:09:26Z</dc:date>
    <item>
      <title>WRITE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163900#M752597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use EDIT-MASK option in WRITE statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharayu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163900#M752597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T06:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163901#M752598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Effect&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;If the field f has a conversion routine in the ABAP Dictionary, this is placed in the field mask in the form "==conv". " conv" stands for the name of the conversion routine; for example, " ==ALPHA" for the conversion routine " ALPHA". You can use the contents of mask in this form in the USING EDIT MASK mask addition of the WRITE statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Check whether the "Customer number" field in the table SBOOK has a conversion routine: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SBOOK. &lt;/P&gt;&lt;P&gt;DATA: CONV_EXIT(10). &lt;/P&gt;&lt;P&gt;DESCRIBE FIELD SBOOK-CUSTOMID EDIT MASK CONV_EXIT. &lt;/P&gt;&lt;P&gt;IF CONV_EXIT &amp;lt;&amp;gt; SPACE. ... ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: CONV_EXIT contains the value "==ALPHA". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following example that uses editing template EDIT MASK for the &amp;lt;b&amp;gt;WRITE command&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA TIME TYPE T VALUE '154633'.&lt;/P&gt;&lt;P&gt;WRITE (8) TIME USING EDIT MASK '__:__:__'. "Output: 15:46:33 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the internal length (of type T) is six characters, while the output length is eight.&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;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163901#M752598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T06:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163902#M752599</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;Check the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e3d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e3d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163902#M752599</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-10T06:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163903#M752600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: name(20) vale 'abcdefgh'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WRITE: name USING EDIT MASK '__&lt;SUB&gt;____&lt;/SUB&gt;___'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163903#M752600</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2007-12-10T06:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: WRITE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163904#M752601</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;Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA time TYPE t VALUE '154633'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: time,&lt;/P&gt;&lt;P&gt;  /(8) time USING EDIT MASK '__:__:__'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;154633&lt;/P&gt;&lt;P&gt;15:46:33&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chitra Parameswaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write/m-p/3163904#M752601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T06:14:44Z</dc:date>
    </item>
  </channel>
</rss>

