<?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 Document create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2432997#M543983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_DOCUMENT_CREATE2 to create the documents withinside the loop, at first time things works fine, and it create me the document. but second time ( with in loop ) it thorws me error ( msg id ZVC and MSG NO 11 )... I debug the BAPI_DOCUMENT_CREATE2 to see why it thorws me exception, and came to know at following FM it give me exception:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTMS_CHAR_FIRST_ASSIGNED_VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, what I can do to fix this issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 06:55:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-20T06:55:17Z</dc:date>
    <item>
      <title>Document create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2432997#M543983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_DOCUMENT_CREATE2 to create the documents withinside the loop, at first time things works fine, and it create me the document. but second time ( with in loop ) it thorws me error ( msg id ZVC and MSG NO 11 )... I debug the BAPI_DOCUMENT_CREATE2 to see why it thorws me exception, and came to know at following FM it give me exception:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTMS_CHAR_FIRST_ASSIGNED_VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, what I can do to fix this issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 06:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2432997#M543983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T06:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Document create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2432998#M543984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shah , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZVC -&amp;gt;message class is customized on , so some where  in ur program they are doing some validations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so check from which program this message is tiggered . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in SE93 ---&amp;gt; give message class and navigate ( where - used list ) of that message number.&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;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 07:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2432998#M543984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T07:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Document create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2432999#M543985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prabhu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea, what "CTMS_CHAR_FIRST_ASSIGNED_VALUE"  fm is doing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 07:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2432999#M543985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T07:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Document create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2433000#M543986</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;Okey, I have found the issue, actually in the FM CTMS_CHAR_FIRST_ASSIGNED_VALUE, there is one table WI and it has field  WSELE which is fillied first time, and that's why things works first time, but second time this value WI_WSELE is not fillied, and that's why it throws me error.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need your suggetion, what I can do to fill this field second time as well ? any idea..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 07:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-create/m-p/2433000#M543986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T07:39:49Z</dc:date>
    </item>
  </channel>
</rss>

