<?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: ABAP question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879276#M369396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but when i input the sale order type 'OR' ,the output will be 'TA'.&lt;/P&gt;&lt;P&gt;not add the 'zero'. why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2007 05:38:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-26T05:38:43Z</dc:date>
    <item>
      <title>ABAP question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879272#M369392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.function module "CONVERSION_EXIT_AUART_INPUT":&lt;/P&gt;&lt;P&gt;when can i  use this function module? &lt;/P&gt;&lt;P&gt;what's the usage of this function module?&lt;/P&gt;&lt;P&gt;2. when i use this syntax: "AUTHORITY-CHECK"&lt;/P&gt;&lt;P&gt;i have saw this syntax help document ,but I also can't understand this usage ,don't know how to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;who can help me??? Thanks in Advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 03:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879272#M369392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T03:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879273#M369393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ming,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM 'CONVERSION_EXIT_AUART_INPUT'  is used to conert AUART(Sales document type) to 4 charcters. When we use '02' to this field using this FM it converts to '0002'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK : &lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT (auth_obj) &lt;/P&gt;&lt;P&gt;                               ID (id1) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(auth_obj) - This will be provided by the Basis guys also called as DAGG&lt;/P&gt;&lt;P&gt;(id1)        - what do u want to do with DAGG whether change or display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 03:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879273#M369393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T03:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879274#M369394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ming,&lt;/P&gt;&lt;P&gt;The Purpose of the funtion module is to add the Zeros in front of the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if your data is 99 and when you pass this variable to this function module then you will get the Preceding zeros with this number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose Input data you entered 99.&lt;/P&gt;&lt;P&gt;then output data from this Function Module is 0099.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 03:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879274#M369394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T03:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879275#M369395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 05:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879275#M369395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T05:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879276#M369396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but when i input the sale order type 'OR' ,the output will be 'TA'.&lt;/P&gt;&lt;P&gt;not add the 'zero'. why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 05:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-question/m-p/1879276#M369396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T05:38:43Z</dc:date>
    </item>
  </channel>
</rss>

