<?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 bapi_pr_create,,  error - convt_no_number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240493#M1526215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi   expert !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was trying to post pr docu by  using bapi_pr_create, but i got  dump error /;convt_no_number&lt;/P&gt;&lt;P&gt;searched notes , but didn't find related notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did deleted some source not needed in the whole source, because convt_no_number comes up.&lt;/P&gt;&lt;P&gt;i hoped that  return table from bapi_pr_create, but  dump error came up with convt_no_number,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;humm,,,  very strange issue,   please get back to me with good advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my source code is not complete to post docu ,, just hope not dump error comes up, but dump error as convt_no number.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;someone can execute this source whether dump error or return bapi return table with some error message ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System environment&lt;/P&gt;&lt;P&gt;    SAP-Release 700&lt;/P&gt;&lt;P&gt;    SAP kernel....... 700&lt;/P&gt;&lt;P&gt;    created (date)... "Aug 24 2008 21:47:28"&lt;/P&gt;&lt;P&gt;     Patch level. 175&lt;/P&gt;&lt;P&gt;    Database............. "ORACLE&lt;/P&gt;&lt;P&gt;    SAP database version. 700&lt;/P&gt;&lt;P&gt;    APPL  SP 18 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data : g_mereqheader  like bapimereqheader,&lt;/P&gt;&lt;P&gt;         g_mereqheaderx like bapimereqheaderx,&lt;/P&gt;&lt;P&gt;         g_mereqitem    like bapimereqitemimp occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_mereqitemx   like bapimereqitemx occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_mereqacc     like bapimereqaccount occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_mereqaccx    like bapimereqaccountx occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_te_meqitem   type bapi_te_mereqitem,&lt;/P&gt;&lt;P&gt;         g_te_meqitemx  type bapi_te_mereqitemx,&lt;/P&gt;&lt;P&gt;         g_ext_in       like bapiparex occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_ext_out      like bapiparex occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_prnumber     like bapimereqheader-preq_no,&lt;/P&gt;&lt;P&gt;         gt_return      like bapiret2 occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         wa_valuepart(960),&lt;/P&gt;&lt;P&gt;         wa_valuepartx(960).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data :  ex_value type me_max_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data : lv_item like eban-bnfpo,&lt;/P&gt;&lt;P&gt;            lv_sn like bapimereqaccount-serial_no.&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;  g_mereqheader-pr_type = 'NB'.&lt;/P&gt;&lt;P&gt;  g_mereqheaderx-pr_type = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lv_sn = '01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at gt_itab where check = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    clear : g_mereqitem, g_mereqitemx.&lt;/P&gt;&lt;P&gt;    lv_item = lv_item + 10.&lt;/P&gt;&lt;P&gt;    g_mereqitem-preq_item = lv_item.&lt;/P&gt;&lt;P&gt;    g_mereqitem-acctasscat = '1'.                " 1 is used for stock material  &lt;/P&gt;&lt;P&gt;    g_mereqitem-material = gt_itab-matnr.    " valuse 00000123   or 123  both tried ,,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    g_mereqitemx-preq_item = lv_item.&lt;/P&gt;&lt;P&gt;    g_mereqitemx-preq_itemx = 'X'.&lt;/P&gt;&lt;P&gt;    g_mereqitemx-acctasscat = 'X'.&lt;/P&gt;&lt;P&gt;    g_mereqitemx-material = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    g_mereqacc-preq_item = lv_item.&lt;/P&gt;&lt;P&gt;    g_mereqacc-serial_no = lv_sn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    g_mereqaccx-preq_item = lv_item.&lt;/P&gt;&lt;P&gt;    g_mereqaccx-serial_no = lv_sn.&lt;/P&gt;&lt;P&gt;    g_mereqaccx-serial_nox = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    append g_mereqacc.   append g_mereqaccx.&lt;/P&gt;&lt;P&gt;    append g_mereqitem.  append g_mereqitemx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'BAPI_PR_CREATE'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;      prheader                    = g_mereqheader&lt;/P&gt;&lt;P&gt;      prheaderx                   = g_mereqheaderx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TESTRUN                     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;      number                      = g_prnumber&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRHEADEREXP                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      return                      = gt_return&lt;/P&gt;&lt;P&gt;      pritem                      = g_mereqitem&lt;/P&gt;&lt;P&gt;      pritemx                     = g_mereqitemx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRITEMEXP                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRITEMSOURCE                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      praccount                   = g_mereqacc&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRACCOUNTPROITSEGMENT       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      praccountx                  = g_mereqaccx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRADDRDELIVERY              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRITEMTEXT                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRHEADERTEXT                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      extensionin                 =  g_ext_in&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     extensionout                =  g_ext_in&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRVERSION                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRVERSIONX                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALLVERSIONS                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: venjamin on Sep 10, 2010 10:15 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: venjamin on Sep 10, 2010 10:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Sep 2010 15:12:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-10T15:12:20Z</dc:date>
    <item>
      <title>bapi_pr_create,,  error - convt_no_number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240493#M1526215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi   expert !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was trying to post pr docu by  using bapi_pr_create, but i got  dump error /;convt_no_number&lt;/P&gt;&lt;P&gt;searched notes , but didn't find related notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did deleted some source not needed in the whole source, because convt_no_number comes up.&lt;/P&gt;&lt;P&gt;i hoped that  return table from bapi_pr_create, but  dump error came up with convt_no_number,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;humm,,,  very strange issue,   please get back to me with good advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my source code is not complete to post docu ,, just hope not dump error comes up, but dump error as convt_no number.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;someone can execute this source whether dump error or return bapi return table with some error message ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System environment&lt;/P&gt;&lt;P&gt;    SAP-Release 700&lt;/P&gt;&lt;P&gt;    SAP kernel....... 700&lt;/P&gt;&lt;P&gt;    created (date)... "Aug 24 2008 21:47:28"&lt;/P&gt;&lt;P&gt;     Patch level. 175&lt;/P&gt;&lt;P&gt;    Database............. "ORACLE&lt;/P&gt;&lt;P&gt;    SAP database version. 700&lt;/P&gt;&lt;P&gt;    APPL  SP 18 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data : g_mereqheader  like bapimereqheader,&lt;/P&gt;&lt;P&gt;         g_mereqheaderx like bapimereqheaderx,&lt;/P&gt;&lt;P&gt;         g_mereqitem    like bapimereqitemimp occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_mereqitemx   like bapimereqitemx occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_mereqacc     like bapimereqaccount occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_mereqaccx    like bapimereqaccountx occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_te_meqitem   type bapi_te_mereqitem,&lt;/P&gt;&lt;P&gt;         g_te_meqitemx  type bapi_te_mereqitemx,&lt;/P&gt;&lt;P&gt;         g_ext_in       like bapiparex occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_ext_out      like bapiparex occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         g_prnumber     like bapimereqheader-preq_no,&lt;/P&gt;&lt;P&gt;         gt_return      like bapiret2 occurs 0 with header line,&lt;/P&gt;&lt;P&gt;         wa_valuepart(960),&lt;/P&gt;&lt;P&gt;         wa_valuepartx(960).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data :  ex_value type me_max_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data : lv_item like eban-bnfpo,&lt;/P&gt;&lt;P&gt;            lv_sn like bapimereqaccount-serial_no.&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;  g_mereqheader-pr_type = 'NB'.&lt;/P&gt;&lt;P&gt;  g_mereqheaderx-pr_type = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lv_sn = '01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at gt_itab where check = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    clear : g_mereqitem, g_mereqitemx.&lt;/P&gt;&lt;P&gt;    lv_item = lv_item + 10.&lt;/P&gt;&lt;P&gt;    g_mereqitem-preq_item = lv_item.&lt;/P&gt;&lt;P&gt;    g_mereqitem-acctasscat = '1'.                " 1 is used for stock material  &lt;/P&gt;&lt;P&gt;    g_mereqitem-material = gt_itab-matnr.    " valuse 00000123   or 123  both tried ,,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    g_mereqitemx-preq_item = lv_item.&lt;/P&gt;&lt;P&gt;    g_mereqitemx-preq_itemx = 'X'.&lt;/P&gt;&lt;P&gt;    g_mereqitemx-acctasscat = 'X'.&lt;/P&gt;&lt;P&gt;    g_mereqitemx-material = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    g_mereqacc-preq_item = lv_item.&lt;/P&gt;&lt;P&gt;    g_mereqacc-serial_no = lv_sn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    g_mereqaccx-preq_item = lv_item.&lt;/P&gt;&lt;P&gt;    g_mereqaccx-serial_no = lv_sn.&lt;/P&gt;&lt;P&gt;    g_mereqaccx-serial_nox = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    append g_mereqacc.   append g_mereqaccx.&lt;/P&gt;&lt;P&gt;    append g_mereqitem.  append g_mereqitemx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'BAPI_PR_CREATE'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;      prheader                    = g_mereqheader&lt;/P&gt;&lt;P&gt;      prheaderx                   = g_mereqheaderx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TESTRUN                     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;      number                      = g_prnumber&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRHEADEREXP                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      return                      = gt_return&lt;/P&gt;&lt;P&gt;      pritem                      = g_mereqitem&lt;/P&gt;&lt;P&gt;      pritemx                     = g_mereqitemx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRITEMEXP                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRITEMSOURCE                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      praccount                   = g_mereqacc&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRACCOUNTPROITSEGMENT       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      praccountx                  = g_mereqaccx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRADDRDELIVERY              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRITEMTEXT                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRHEADERTEXT                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      extensionin                 =  g_ext_in&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     extensionout                =  g_ext_in&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRVERSION                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRVERSIONX                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALLVERSIONS                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: venjamin on Sep 10, 2010 10:15 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: venjamin on Sep 10, 2010 10:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 15:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240493#M1526215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T15:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_pr_create,,  error - convt_no_number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240494#M1526216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you are filling the numeric values properly without any characters like ','&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 17:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240494#M1526216</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-10T17:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_pr_create,,  error - convt_no_number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240495#M1526217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leading whitespace may also be causing your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 19:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240495#M1526217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T19:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_pr_create,,  error - convt_no_number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240496#M1526218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you see the above source,  there is no one you worry about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you test the above source if  dump error comes up or get return table included error message without dump error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best &amp;amp; Regards;&lt;/P&gt;&lt;P&gt;venjamin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Sep 2010 05:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-pr-create-error-convt-no-number/m-p/7240496#M1526218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-11T05:22:18Z</dc:date>
    </item>
  </channel>
</rss>

