<?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: updating database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table/m-p/1865563#M364925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It uses the conversion routine.&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_INPUT&lt;/P&gt;&lt;P&gt;SO ur value will be stored in inverted format only.If u read the table values again its get converted into the orginal format using CONVERSION_EXIT_INVDT_OUTPUT&lt;/P&gt;&lt;P&gt;routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e Ur data is stored internally in one format thats use of conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u fetch the data &amp;amp; see it will be in the format which u give so dont worry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jan 2007 08:30:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-06T08:30:21Z</dc:date>
    <item>
      <title>updating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table/m-p/1865562#M364924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to sent some data to standard table TCURR using INSERT statement.&lt;/P&gt;&lt;P&gt;insert tcurr from table tt_tcurr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tha data is getting updated but the problem is this table stores date in inverted format.&lt;/P&gt;&lt;P&gt;In what format i should send date, in inverted format or normal date format or how&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2007 07:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table/m-p/1865562#M364924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-06T07:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: updating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table/m-p/1865563#M364925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It uses the conversion routine.&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_INPUT&lt;/P&gt;&lt;P&gt;SO ur value will be stored in inverted format only.If u read the table values again its get converted into the orginal format using CONVERSION_EXIT_INVDT_OUTPUT&lt;/P&gt;&lt;P&gt;routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e Ur data is stored internally in one format thats use of conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u fetch the data &amp;amp; see it will be in the format which u give so dont worry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2007 08:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table/m-p/1865563#M364925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-06T08:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: updating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table/m-p/1865564#M364926</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;inverted _date&lt;/P&gt;&lt;P&gt;**************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CONVERSION_EXIT_INVDT_OUTPUT'
EXPORTING
input = '79948992'
IMPORTING
OUTPUT = d_date.
write d_date.

Output:10/07/2005

or

CONVERT INVERTED-DATE TCURR-GDATU INTO DATE VALID_FROM_DATE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;2) Reversal&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CONVERSION_EXIT_INVDT_INPUT'
EXPORTING
input = '07/10/2005'
IMPORTING
OUTPUT = c_date.
write c_date.

Output: 79949289&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2007 08:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table/m-p/1865564#M364926</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-01-06T08:38:30Z</dc:date>
    </item>
  </channel>
</rss>

