<?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 Help on BAPI_DOCUMENT_CREATE2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bapi-document-create2/m-p/2859285#M670495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can nyone pls tell how to include long texts in the tables parameter o that when the document is created in the long text field I am able to see the long text. In my case the document is created without long text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 19:19:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T19:19:59Z</dc:date>
    <item>
      <title>Help on BAPI_DOCUMENT_CREATE2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bapi-document-create2/m-p/2859285#M670495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can nyone pls tell how to include long texts in the tables parameter o that when the document is created in the long text field I am able to see the long text. In my case the document is created without long text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 19:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bapi-document-create2/m-p/2859285#M670495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T19:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help on BAPI_DOCUMENT_CREATE2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bapi-document-create2/m-p/2859286#M670496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See standard include program LCDESKF13 which uses this BAPI. Here Long text is populated. You can check this and rectify error in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lt_longtexts LIKE bapi_doc_text_keys OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;data: lt_bapi_longtexts LIKE bapi_doc_text OCCURS 0 WITH HEADER&lt;/P&gt;&lt;P&gt;                                                                   LINE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;fill table lt_bapi_longtexts&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CLEAR: lt_bapi_longtexts.&lt;/P&gt;&lt;P&gt;    LOOP AT lt_longtexts WHERE tab_index = wa_plm_document-index.&lt;/P&gt;&lt;P&gt;      APPEND lt_longtexts TO lt_bapi_longtexts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 19:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bapi-document-create2/m-p/2859286#M670496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T19:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help on BAPI_DOCUMENT_CREATE2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bapi-document-create2/m-p/2859287#M670497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Papiya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you building your internal table for Long text using the structure 'BAPI_DOC_TEXT' ?? Did you do a Where-Used List for the BAPI to check it's usage?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 19:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-bapi-document-create2/m-p/2859287#M670497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T19:27:38Z</dc:date>
    </item>
  </channel>
</rss>

