<?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 BOPF : modify DO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-modify-do/m-p/12113879#M1973765</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;i get data of Textcollection DO of TRQ BO with navigation in sub nodes.&lt;/P&gt;
  &lt;P&gt;with help of service manager that created from TRQ BO&lt;/P&gt;
  &lt;P&gt;i want update the TEXT_CONTENT sub node of TEXT_COLLECTION with the instance of servicemanaget that created from TRQ &lt;/P&gt;
  &lt;P&gt;may be guide me how to do it ?&lt;/P&gt;
  &lt;P&gt;i know the structure of "/bobf/s_frw_modofication" but i have unsuccessful to use it&lt;/P&gt;
  &lt;P&gt;as illustrated&lt;/P&gt;
  &lt;P&gt;thanks&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1740201-a11.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1740203-a22.png" /&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Data: lt_fields_dtl  type /bobf/t_frw_name.
append 'TEXT' to lt_fields_dtl.


DATA lr_text_content     TYPE REF TO /BOBF/S_TXC_CON_K.
CREATE DATA lr_text_content.
lr_text_content-&amp;gt;key        = wa_Content_DBkey-KEY.
lr_text_content-&amp;gt;TEXT       = '00000000000000000000'.


DATA lt_modify       TYPE /bobf/t_frw_modification.
DATA ls_modify       TYPE /bobf/s_frw_modification.
*--Fill Modification Structure
CLEAR ls_modify.
ls_modify-node        = ?.
ls_modify-key         = ?.
"ls_modify-root_key   = ?.
ls_modify-data        = lr_text_content.
ls_modify-source_node = ?.
ls_modify-source_key  = ?.
ls_modify-association = ?.
ls_modify-change_mode = /bobf/if_frw_c=&amp;gt;sc_modify_update.
ls_modify-changed_fields = lt_fields_dtl.
INSERT ls_modify INTO TABLE lt_modify.

&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 23 Oct 2019 10:04:37 GMT</pubDate>
    <dc:creator>Madjid_Khanevadegi</dc:creator>
    <dc:date>2019-10-23T10:04:37Z</dc:date>
    <item>
      <title>BOPF : modify DO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-modify-do/m-p/12113879#M1973765</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;i get data of Textcollection DO of TRQ BO with navigation in sub nodes.&lt;/P&gt;
  &lt;P&gt;with help of service manager that created from TRQ BO&lt;/P&gt;
  &lt;P&gt;i want update the TEXT_CONTENT sub node of TEXT_COLLECTION with the instance of servicemanaget that created from TRQ &lt;/P&gt;
  &lt;P&gt;may be guide me how to do it ?&lt;/P&gt;
  &lt;P&gt;i know the structure of "/bobf/s_frw_modofication" but i have unsuccessful to use it&lt;/P&gt;
  &lt;P&gt;as illustrated&lt;/P&gt;
  &lt;P&gt;thanks&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1740201-a11.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1740203-a22.png" /&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Data: lt_fields_dtl  type /bobf/t_frw_name.
append 'TEXT' to lt_fields_dtl.


DATA lr_text_content     TYPE REF TO /BOBF/S_TXC_CON_K.
CREATE DATA lr_text_content.
lr_text_content-&amp;gt;key        = wa_Content_DBkey-KEY.
lr_text_content-&amp;gt;TEXT       = '00000000000000000000'.


DATA lt_modify       TYPE /bobf/t_frw_modification.
DATA ls_modify       TYPE /bobf/s_frw_modification.
*--Fill Modification Structure
CLEAR ls_modify.
ls_modify-node        = ?.
ls_modify-key         = ?.
"ls_modify-root_key   = ?.
ls_modify-data        = lr_text_content.
ls_modify-source_node = ?.
ls_modify-source_key  = ?.
ls_modify-association = ?.
ls_modify-change_mode = /bobf/if_frw_c=&amp;gt;sc_modify_update.
ls_modify-changed_fields = lt_fields_dtl.
INSERT ls_modify INTO TABLE lt_modify.

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Oct 2019 10:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-modify-do/m-p/12113879#M1973765</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-10-23T10:04:37Z</dc:date>
    </item>
  </channel>
</rss>

