<?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: convt_no_number runtime error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930004#M941027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When bsid-rebzg contains a 'V', it means that the due date of the credit memo must be calculated according to the same rules as an invoice (when it contains an invoice number, the due date is the same as the due date of this invoice and when it is empty, it is immediately due).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 13:24:00 GMT</pubDate>
    <dc:creator>former_member194797</dc:creator>
    <dc:date>2008-06-02T13:24:00Z</dc:date>
    <item>
      <title>convt_no_number runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930002#M941025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute my zprog convt_no_number runtime error coming. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program i declared rebzg as bsid-rebzg which is char 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this field should be either blank or vbeln value , but in table rebzg is stored as   '  v '  single char value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide the infrmation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hari priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 12:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930002#M941025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T12:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: convt_no_number runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930003#M941026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the calculations where you are using this field.&lt;/P&gt;&lt;P&gt;before the calculation .. write the coding as ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if rebzg CO '0123456789'.&lt;/P&gt;&lt;P&gt;*do your coding&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;*ignore ... &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 13:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930003#M941026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T13:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: convt_no_number runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930004#M941027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When bsid-rebzg contains a 'V', it means that the due date of the credit memo must be calculated according to the same rules as an invoice (when it contains an invoice number, the due date is the same as the due date of this invoice and when it is empty, it is immediately due).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 13:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930004#M941027</guid>
      <dc:creator>former_member194797</dc:creator>
      <dc:date>2008-06-02T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: convt_no_number runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930005#M941028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Henri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually orginal invoice is cancelled in VF11.&lt;/P&gt;&lt;P&gt;when they cancelled orginal invoice in vf11 another cancelled invoice is generated. when i checked this cancelled invoice in fb03 , in  invoice ref field ( rebzg ) it is showing '' v'' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of this my zprog is showing convt_to_number runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hari priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 05:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930005#M941028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T05:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: convt_no_number runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930006#M941029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's more an SD problem than an abap problem. You should post the question in SD forum: is it possibble to get the cancelled invoice number in field rebzg rather than the 'V' constant when using transaction VF11.&lt;/P&gt;&lt;P&gt;Perhaps is it possible for us to help you for your abap program, but you should explain what is the aim of the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 07:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930006#M941029</guid>
      <dc:creator>former_member194797</dc:creator>
      <dc:date>2008-06-03T07:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: convt_no_number runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930007#M941030</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;Actually this zprog is used for customer outstanding .&lt;/P&gt;&lt;P&gt;in fbl5n also i checked that cancelled invoice is appearing when i slect open items . Also  i changed the layout and checked for invoice ref field , it is showing ' v'' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt; Hari priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 07:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-no-number-runtime-error/m-p/3930007#M941030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T07:52:21Z</dc:date>
    </item>
  </channel>
</rss>

