<?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: FM: CREATE_TEXT Parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047866#M967624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi check this [link|http://abaplovers.blogspot.com/2008/02/function-modules-create-text-and-read.html] if it might be of any help to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2008 16:53:33 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2008-06-24T16:53:33Z</dc:date>
    <item>
      <title>FM: CREATE_TEXT Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047864#M967622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create a text directly to the fm CREATE_TEXT. FROM Box A with MySap version, the value of TDNAME =  41712345 (Delivery Doc Number). But in lower version like 4.6, the valie is 00417345000000 (Delivery Doc+REference ID). I just don't know why it is required and what is the Reference ID for? It seems that CREATE_TEXT has differennt parameter requirement in each version.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need clarification on this...&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jun 24, 2008 7:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 16:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047864#M967622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T16:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: FM: CREATE_TEXT Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047865#M967623</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;TDNAME =  delivery document number + 000000 (the number of zeros are equal to the length of the item number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. if the delivery number is 101, and item field length is 6&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;tdname = 0000000101000000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 16:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047865#M967623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: FM: CREATE_TEXT Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047866#M967624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi check this [link|http://abaplovers.blogspot.com/2008/02/function-modules-create-text-and-read.html] if it might be of any help to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 16:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047866#M967624</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-06-24T16:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: FM: CREATE_TEXT Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047867#M967625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you guys:D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object id is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create_text&lt;/P&gt;&lt;P&gt;obj id: z004&lt;/P&gt;&lt;P&gt;object name : 0041712345&lt;/P&gt;&lt;P&gt;objkey: vbbk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the values in create_text comes from SWE_EVENT_CREATE.. from event_container-value  move to TEXTL_GN table for text line item, .the line number is blank. and it passes # i tried TEXTL_GN-RFPOS='1' or '00001' since it has dta type: int(5). still it doesn't create text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 22:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047867#M967625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T22:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: FM: CREATE_TEXT Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047868#M967626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found a bug in the customized fm...thanks guys for posting! &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 11:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text-parameters/m-p/4047868#M967626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T11:25:45Z</dc:date>
    </item>
  </channel>
</rss>

