<?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. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380743#M185903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the FM is used to create long text entries.. as u can c in transactions like ME22N. ( material Po text, Header text,etc..)..just go to the sapscript editor of one of these texts ( a button just below the long text Box ), there in the sapscript editor, goto&lt;DEL&gt;&amp;gt;header&lt;/DEL&gt;&amp;gt;u ll c the 4 parameters ( TDNAME, TDOBJECT....) that u need to pass to the FM CREATE_TEXT to save the text in that particular place...&lt;/P&gt;&lt;P&gt;hope it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 04:45:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T04:45:46Z</dc:date>
    <item>
      <title>FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380741#M185901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  how does the FM CREATE_TEXT , can some one help me in detail, what are the input parmeters that we have to give , and in specific input parameters FNAME , FOBJECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Kishore Kumar Yerra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 04:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380741#M185901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T04:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380742#M185902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yerra , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this table for OBject &amp;lt;b&amp;gt;TTXG&amp;lt;/b&amp;gt;and Fname is nothing but Object for which u are maintaining text, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like FNAME = MATNR.&lt;/P&gt;&lt;P&gt;sample code for PO text.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Text Name       4500099643                                            &lt;/P&gt;&lt;P&gt;Language        EN                                                    &lt;/P&gt;&lt;P&gt;Text ID         F01  Header text                                      &lt;/P&gt;&lt;P&gt;Text object     EKKO       Purchasing doc. header texts              &amp;lt;/b&amp;gt; &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;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 04:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380742#M185902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T04:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380743#M185903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the FM is used to create long text entries.. as u can c in transactions like ME22N. ( material Po text, Header text,etc..)..just go to the sapscript editor of one of these texts ( a button just below the long text Box ), there in the sapscript editor, goto&lt;DEL&gt;&amp;gt;header&lt;/DEL&gt;&amp;gt;u ll c the 4 parameters ( TDNAME, TDOBJECT....) that u need to pass to the FM CREATE_TEXT to save the text in that particular place...&lt;/P&gt;&lt;P&gt;hope it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 04:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380743#M185903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T04:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380744#M185904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could find this code in net. Just go through that...&lt;/P&gt;&lt;P&gt;FUNCTION zcc_updateorder_text. Baically those 2 parameters are TDNAME, TDOBJECT of the Standard text which you can view in So10. Also in SCRIPT EDITER ==&amp;gt; goto--&amp;gt;header&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*"----------------------------------------------------------------------
*"*"Interfase local
*" IMPORTING
*" REFERENCE(AUFNR) TYPE AUFK-AUFNR
*"----------------------------------------------------------------------
  DATA: p_orden TYPE aufk-aufnr,
  p_tdname TYPE thead-tdname,
  p_tdid TYPE thead-tdid,
  p_tdobject TYPE thead-tdobject,
  p_header TYPE thead,
  it_tline TYPE STANDARD TABLE OF tline
  WITH HEADER LINE,
  p_function.



  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
       EXPORTING
            input  = aufnr
       IMPORTING
            output = p_orden.

  CONCATENATE sy-mandt
  p_orden
  INTO p_tdname.

  it_tline-tdline = 'Some Text...'.
  APPEND it_tline.

  p_tdid = 'KOPF'.
  p_tdobject = 'AUFK'.

  CALL FUNCTION 'CREATE_TEXT'
       EXPORTING
            fid         = p_tdid
            flanguage   = sy-langu
            fname       = p_tdname
            fobject     = p_tdobject
            save_direct = 'X'
            fformat     = '*'
       TABLES
            flines      = it_tline
       EXCEPTIONS
            no_init     = 1
            no_save     = 2
            OTHERS      = 3.

ENDFUNCTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 05:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380744#M185904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T05:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380745#M185905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai kishore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this function module used to create text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex : In va01 you have header text to create the text &lt;/P&gt;&lt;P&gt;use this function module , this will directly update the db table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CREATE_TEXT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FID = id&lt;/P&gt;&lt;P&gt;FLANGUAGE = 'E'&lt;/P&gt;&lt;P&gt;FNAME = sale order no&lt;/P&gt;&lt;P&gt;FOBJECT = 'VBBK' or 'VBBP'&lt;/P&gt;&lt;P&gt;SAVE_DIRECT = 'X'&lt;/P&gt;&lt;P&gt;FFORMAT = '*'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;FLINES = t_line&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;NO_INIT = 1&lt;/P&gt;&lt;P&gt;NO_SAVE = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sale order texts are stored in stxh (header text) and stxl tables&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 05:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380745#M185905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T05:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380746#M185906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;   For the CREATE_TEXT fn module, the parameters essential are TDID, TDOBJECT, TDNAME and TDSPRAS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mostly the TDOBJECT would be VBBK. &lt;/P&gt;&lt;P&gt;TDID can be a custom or a standard one.&lt;/P&gt;&lt;P&gt;TDSPRAS for English = "E"&lt;/P&gt;&lt;P&gt;TDNAME will be the key reference like Inquiry number or Quotation or the value under which you store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you create a value, the value gets updated in the &amp;lt;b&amp;gt;STXH&amp;lt;/b&amp;gt; table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 07:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380746#M185906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T07:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380747#M185907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create material sales text then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are required parameters for the material sales text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDID = '0001'&lt;/P&gt;&lt;P&gt;TDOBJECT = 'MVKE'&lt;/P&gt;&lt;P&gt;TDNAME = '000000000000001130100001' &lt;/P&gt;&lt;P&gt;TDSPARS = 'EN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now TDNAME is part of material&lt;EM&gt;plant&lt;/EM&gt;distribution channel&lt;/P&gt;&lt;P&gt;000000000000001130 &amp;lt;&amp;lt;&amp;lt;- material&lt;/P&gt;&lt;P&gt;1000 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;- plant&lt;/P&gt;&lt;P&gt;01&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;-dist channel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and more over you can check all the parameters in the table STXH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also don't forget to use FM COMMIT_TEXT after CREATE_TEXT FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 07:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380747#M185907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T07:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380748#M185908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay and all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you have explained the split of TDNAME of  MVKE , how do i find out the same for 'VBKA'.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------" /&gt;&lt;P&gt;  TDOBJECT = 'MVKE'&lt;/P&gt;&lt;P&gt;TDNAME = '000000000000001130100001' &lt;/P&gt;&lt;P&gt;TDSPARS = 'EN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now TDNAME is part of material&lt;EM&gt;plant&lt;/EM&gt;distribution channel&lt;/P&gt;&lt;P&gt;000000000000001130 &amp;lt;&amp;lt;&amp;lt;- material&lt;/P&gt;&lt;P&gt;1000 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;- plant&lt;/P&gt;&lt;P&gt;01&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;-dist channel&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Kishore Kumar Yerra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380748#M185908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380749#M185909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in case of VBKA, the Textname is 'Order Number' ,ie VBELN field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380749#M185909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380750#M185910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of SALES ORDER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for header:-&lt;/P&gt;&lt;P&gt;TDOBJECT = 'VBBK'&lt;/P&gt;&lt;P&gt;TDNAME = 'SALESORDER' ."it should be with padded zeroes&lt;/P&gt;&lt;P&gt;TDSPARS = 'EN'&lt;/P&gt;&lt;P&gt;TDID = 'CHECKIN STXH table'."it is dependent on config&lt;/P&gt;&lt;P&gt;for item:-&lt;/P&gt;&lt;P&gt;TDOBJECT = 'VBBP'&lt;/P&gt;&lt;P&gt;TDNAME = 'SALESORDER+ITEM' ."it should be with padded zeroes&lt;/P&gt;&lt;P&gt;TDSPARS = 'EN'&lt;/P&gt;&lt;P&gt;TDID = 'CHECKIN STXH table'."it is dependent on config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 09:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380750#M185910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: FM CREATE_TEXT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380751#M185911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what if the object is being created and number is not generated yet. For example in my case of equipment in tcode IE01 , equipment no. is yet not generated and I am having a temporary equipment no. In that case which FM should be used and with what parameters . I have tried SAVE_TEXT also but it doesn't work .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 11:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-create-text/m-p/1380751#M185911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-29T11:03:26Z</dc:date>
    </item>
  </channel>
</rss>

