<?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: Pleae explain the output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132708#M988247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/35/26b217afab52b9e10000009b38f974/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/35/26b217afab52b9e10000009b38f974/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-conversion-programs.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-conversion-programs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 07:58:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T07:58:47Z</dc:date>
    <item>
      <title>Pleae explain the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132704#M988243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a test-code in this way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  yh_sample.
data: 
  w_auart LIKE vbak-auart.
w_auart = 'TA'.
WRITE w_auart.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output of the above code is 'OR'. How do I get the correct output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: I've actually used a where condition in another program where I had to hard-code the value of AUART. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132704#M988243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pleae explain the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132705#M988244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;click on field vbak-auart on the program&lt;DEL&gt;-&amp;gt;u ll come in to the table&lt;/DEL&gt;-&amp;gt;click on the field type---&amp;gt;it will take u to the dataelement..then go to the domain...there is a &lt;STRONG&gt;conversion routine&lt;/STRONG&gt;..in the domain...based on that the values get changed ....&lt;/P&gt;&lt;P&gt;Reward if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rudra Prasanna Mohapatra on Jun 30, 2008 9:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132705#M988244</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-30T07:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pleae explain the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132706#M988245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  data:
  w_auart LIKE vbak-auart,
  z_auart(4).
  w_auart = '  TA'.
  write w_auart to z_auart.
  shift z_auart left deleting leading space.
  write z_auart.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132706#M988245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pleae explain the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132707#M988246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Indu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since conversion routine is exiting in the Domain, While printing it will change the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To skip the conversion you have to write the code in the below mentioned way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE w_auart USING NO EDIT MASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132707#M988246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pleae explain the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132708#M988247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/35/26b217afab52b9e10000009b38f974/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/35/26b217afab52b9e10000009b38f974/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-conversion-programs.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-conversion-programs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132708#M988247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pleae explain the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132709#M988248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Indu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have conversion exit for auart mentioned at domain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the parameter to the conversion exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_AUART_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass the same variable or different variable to the importing parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your desired output is retrieved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will solve your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 08:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pleae-explain-the-output/m-p/4132709#M988248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T08:40:50Z</dc:date>
    </item>
  </channel>
</rss>

