<?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: How can I modify data from a Transparent Table without ABAP code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324650#M1030516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all, it is very helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2008 02:52:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-21T02:52:41Z</dc:date>
    <item>
      <title>How can I modify data from a Transparent Table without ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324646#M1030512</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 can I modify data from a Transparent Table (like TCURR),  and important thing is I want do all that with no ABAP code here. It is like that we always do that in a Oracle database use TOAD or PLSQL third party tools, with no script code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had fond that there is a way can do that:&lt;/P&gt;&lt;P&gt;1, type 'se11',and Display Database table 'TCURR', click Contents, then click Execute to display all data &lt;/P&gt;&lt;P&gt;2, type '/h' and let debugging on&lt;/P&gt;&lt;P&gt;3, select one of this data then click 'Display',enter in debugging system.&lt;/P&gt;&lt;P&gt;4, then make a breakpoint in the code. But... display a dialog let I type a 'ABAP Cmnds', I want to know what can be type in for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and, My system is ECC6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: xuehui li on Aug 20, 2008 6:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 16:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324646#M1030512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T16:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify data from a Transparent Table without ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324647#M1030513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to change CODE value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code  value will be SHOW&lt;/P&gt;&lt;P&gt;change to EDIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not Advisable to follow this approach. Check any maintenance view for this use that modify the values which you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 16:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324647#M1030513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T16:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify data from a Transparent Table without ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324648#M1030514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more option is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto se16n &lt;/P&gt;&lt;P&gt;Enter table name&lt;/P&gt;&lt;P&gt;Type &amp;amp;sap_edit in the command line&lt;/P&gt;&lt;P&gt;Hit Enter&lt;/P&gt;&lt;P&gt;Hit F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. Direct update to tables is not advisable and the side effects are unknown &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 16:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324648#M1030514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T16:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify data from a Transparent Table without ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324649#M1030515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your approach (with Vijay's suggestion) MAY work.  However, depending on how tight security is at the company that you are working at you may or may not be able to acutaly change the value of the SHOW field to EDIT.  This will be especially true if you are working in a Production environment.  Vijay's other comment is true as well.  This is not a recommended approach to change data (especially data with a financial impact like TCURR) in a production environment.  The auditors will not be impressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explore the option of a maintenace view or look at tcode TBDM to upload a file which includes daily rates from providers like Reuters or try tcode s_bce_68000174 which is a maintenance view on TCURR.&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;Greg Kern&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 16:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324649#M1030515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T16:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify data from a Transparent Table without ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324650#M1030516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all, it is very helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 02:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-modify-data-from-a-transparent-table-without-abap-code/m-p/4324650#M1030516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T02:52:41Z</dc:date>
    </item>
  </channel>
</rss>

