<?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: Customizing data create/update in Production Directly from Development system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040512#M1808910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally we have decided not to go with above mentioned approach since we are deviating from the SAP best practices and the original concept of CTS (Change and transport system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all of you for ideas and suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 13:39:14 GMT</pubDate>
    <dc:creator>bharath_k6</dc:creator>
    <dc:date>2014-02-14T13:39:14Z</dc:date>
    <item>
      <title>Customizing data create/update in Production Directly from Development system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040508#M1808906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our today's meeting, somebody raised a point that why can't we update the Database table in production from development system by executing a report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is -&lt;/P&gt;&lt;P&gt;We have couple of customizing tables which are part of SPRO structure, in which entries are created in development system and they are carried forward to Quality, integration and production systems via transport request movement.&lt;/P&gt;&lt;P&gt;Transport movement happens to Quality and production systems once in every 2 weeks.&lt;/P&gt;&lt;P&gt;This customizing activity for few is very frequent and business can not wait for 2 weeks for transport release. If the customizing is done directly in PRD then Development, quality are lost the sync with production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the colleague has suggested that, we will develop a program and execute it in Development system. It should Create/Update database entries in Quality and Production in a row directly from Development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I had denied to do so as per SAP Best practices or guidelines. I am looking for a strong reasons to say why it is not recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me some valid thoughts why it should not be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some valid reasons which I expressed and debated.&lt;/P&gt;&lt;P&gt;1. SAP Does not recommend to do so as it against the system landscape.&lt;/P&gt;&lt;P&gt;2. Auditing perspective&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your valuable suggestions and ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040508#M1808906</guid>
      <dc:creator>bharath_k6</dc:creator>
      <dc:date>2014-01-08T15:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing data create/update in Production Directly from Development system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040509#M1808907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can open production for direct update.&amp;nbsp; Then you can run SPRO there.&amp;nbsp; But that is considered pretty risky by most people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestion above would seem to me to be more risky however!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040509#M1808907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing data create/update in Production Directly from Development system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040510#M1808908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.) &lt;SPAN style="font-size: 10pt;"&gt;The thing which you want to achieve that is possible through RFC call. There are chances of RFC failure. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2.) If it is available in DEV for execution there is possibility someone can execute it without knowing impact and there will be direct impact on production data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3.) How you are going to track data changes ? Do you have some back up plan. Currently you have transports. If something went wrong then how you will revert it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Risk is more but you have to think how to achieve your requirement ? &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;. As Neal suggested go with direct data maintenance in PROD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 17:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040510#M1808908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T17:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing data create/update in Production Directly from Development system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040511#M1808909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend you to read why SAP has different clients for Dev/Prod/Quality.&amp;nbsp; What are the benefits of change requst management to understand it in more details. Search SCN you will find many good documents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 17:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040511#M1808909</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-08T17:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing data create/update in Production Directly from Development system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040512#M1808910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally we have decided not to go with above mentioned approach since we are deviating from the SAP best practices and the original concept of CTS (Change and transport system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all of you for ideas and suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040512#M1808910</guid>
      <dc:creator>bharath_k6</dc:creator>
      <dc:date>2014-02-14T13:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing data create/update in Production Directly from Development system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040513#M1808911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this through RFC connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is lot of risk involved in it, also it is very difficult to track the changes if you do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is better to use the usual transport system through quality and production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040513#M1808911</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-02-14T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing data create/update in Production Directly from Development system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040514#M1808912</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;&lt;EM&gt;Transport movement happens to Quality and production systems once in every 2 weeks.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can customize transport system once in every 1 week for example+&lt;/P&gt;&lt;P&gt;provide solution for manual transport express reqests&amp;nbsp; from dev to qa and prod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you to use standard transport system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 14:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040514#M1808912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-14T14:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing data create/update in Production Directly from Development system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040515#M1808913</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;SAP has given us options to make data changes in production directly for customizing table. The details are given in the note :&lt;/P&gt;&lt;H1&gt;Note 356483 - Customizing: Current settings in the test system&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing you need to do for this is to deactivate transport path for the customizing tables/views in transaction SOBJ by changing the option to "No user recording routine" and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you need to tick the current settings for those tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice, if some BTE of type publish and subscribe are available so that changes made in development gets updated in quality and production (or maybe change pointers ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DPM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 16:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-data-create-update-in-production-directly-from-development/m-p/10040515#M1808913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-14T16:46:07Z</dc:date>
    </item>
  </channel>
</rss>

