<?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 SAVE_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180775#M1979851</link>
    <description>&lt;P&gt;I am not a developer, but why don't you simply place a break point in
 the FM and then add a text via the corresponding standard transaction?
 In this way you will see how SAP does it... at least this is the 
approach that I frequently use when I have to prepare development specifications.&lt;/P&gt;&lt;P&gt;You
 may need the help of a functional consultant to understand what kind of
 texts and textids you are expected to modify. Depending on 
the kind of texts the header parameter will be filled differently in the
 case of SD deliveries ( VBBK vs VBBP for example).&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 12:41:48 GMT</pubDate>
    <dc:creator>VeselinaPeykova</dc:creator>
    <dc:date>2020-01-22T12:41:48Z</dc:date>
    <item>
      <title>fm SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180772#M1979848</link>
      <description>&lt;P&gt;you have an example code for the fm SAVE_TEXT to modify the texts containing the delivery?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180772#M1979848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-01-22T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: fm SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180773#M1979849</link>
      <description>&lt;P&gt;What type of text, what kind of delivery object?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180773#M1979849</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-01-22T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: fm SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180774#M1979850</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;nick.reyan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Try the Below Code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;        CALL FUNCTION 'SAVE_TEXT'
          EXPORTING
            header          = HEADER
            savemode_direct = ABAP_TRUE
          TABLES
            lines           = LINES
          EXCEPTIONS
            id              = 1
            language        = 2
            name            = 3
            object          = 4
            OTHERS          = 5.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;To brief you on few
parameters of these FMs are given below:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text Id:&lt;/STRONG&gt;Which will be
differing for each transaction level texts.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text Object:&lt;/STRONG&gt;This parameter
also plays a similar role just like Text Id.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text name  :&lt;/STRONG&gt;In Case
of standard texts the text name will be the name which we used in creating a
standard
 texts, in
other transaction oriented texts it will be either concatenation of Client and
document number or concatenation of Client and few other fields which can be
found out through the view relating to that particular transaction.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Language:&lt;/STRONG&gt;This is the field
where we enter our desired language keys maintained for each language. The
language Key for each language can be obtained from the data base transparent
table T002.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINES &lt;/STRONG&gt;Table should hold the text that you want to update.&lt;/P&gt;&lt;P&gt;In any standard Texts you can get the above details by navigating to &lt;STRONG&gt;GO TO--&amp;gt;HEADER.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180774#M1979850</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-01-22T12:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: fm SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180775#M1979851</link>
      <description>&lt;P&gt;I am not a developer, but why don't you simply place a break point in
 the FM and then add a text via the corresponding standard transaction?
 In this way you will see how SAP does it... at least this is the 
approach that I frequently use when I have to prepare development specifications.&lt;/P&gt;&lt;P&gt;You
 may need the help of a functional consultant to understand what kind of
 texts and textids you are expected to modify. Depending on 
the kind of texts the header parameter will be filled differently in the
 case of SD deliveries ( VBBK vs VBBP for example).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180775#M1979851</guid>
      <dc:creator>VeselinaPeykova</dc:creator>
      <dc:date>2020-01-22T12:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: fm SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180776#M1979852</link>
      <description>&lt;P&gt;Please do a Search on the web "SAP Wiki SAVE_TEXT" and you'll arrive at various SAP-Wiki Codesamples that are publicly accessible ...&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 19:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-save-text/m-p/12180776#M1979852</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2020-01-22T19:39:01Z</dc:date>
    </item>
  </channel>
</rss>

