<?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: BDT custom fields value transferring in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539319#M1855986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Ming Yu wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But only this does not work, I cannot transfer the value by this.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why? What happens? Please try to give sufficient detail for sensible analysis of the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Jul 2014 05:42:07 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2014-07-27T05:42:07Z</dc:date>
    <item>
      <title>BDT custom fields value transferring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539317#M1855984</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;I want to add some new fields for the real estate screen of CMS workbench. &lt;/P&gt;&lt;P&gt;I have already done the screen part by creating a Z* function group.&lt;/P&gt;&lt;P&gt;Moreover, I also append a Z* structure(e.g. ZCMS_RE_EXTRA, having all the new fields inside) to CMS_RE_STR_OBJ_HDR_SCR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to ask is how to store and read the data of ZCMS_RE_EXTRA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, I write:&lt;/P&gt;&lt;P&gt;TABLES: CMS_RE_STR_OBJ_HDR_SCR.&lt;/P&gt;&lt;P&gt;DATA G_ZCMS_RE_EXTRA TYPE ZCMS_RE_EXTRA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING G_ZCMS_RE_EXTRA TO CMS_RE_STR_OBJ_HDR_SCR. "PBO&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING&amp;nbsp; CMS_RE_STR_OBJ_HDR_SCR TO G_ZCMS_RE_EXTRA. "PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But only this does not work, I cannot transfer the value by this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jul 2014 04:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539317#M1855984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-27T04:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDT custom fields value transferring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539318#M1855985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW, in which table &lt;SPAN style="color: #333333; font-size: 12px;"&gt;CMS_RE_STR_OBJ_HDR_SCR&lt;/SPAN&gt; stores its value?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jul 2014 04:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539318#M1855985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-27T04:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDT custom fields value transferring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539319#M1855986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Ming Yu wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But only this does not work, I cannot transfer the value by this.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why? What happens? Please try to give sufficient detail for sensible analysis of the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jul 2014 05:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539319#M1855986</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-07-27T05:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDT custom fields value transferring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539320#M1855987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coz I created my own Z* function group and I didn't do any insert or update in it. &lt;/P&gt;&lt;P&gt;I guess that the update of&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;CMS_RE_STR_OBJ_HDR_SCR&lt;/SPAN&gt; is implemented inside the standard function group CMS_RE_BDT.&lt;/P&gt;&lt;P&gt;I think there should be some function modules can be called to transfer my own data in&amp;nbsp; Z* function group to CMS_RE_BDT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jul 2014 05:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdt-custom-fields-value-transferring/m-p/10539320#M1855987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-27T05:49:41Z</dc:date>
    </item>
  </channel>
</rss>

