<?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: Data Format getting change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689377#M1767988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if domain name of source table is not same as domain name of field type of internal table, this can happen. So lets say your standard table and fieldname for USER-ID is: std_tablename1-std_fieldname1. (i dont know the std table, so you can replace here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure your field name to hold user id (say ,&amp;nbsp; 'user_id ') is of standard USER-ID type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then select your data as normal and then loop your internal table and then unpack USER-ID to itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT gt_struct INTO gs_struct,&lt;/P&gt;&lt;P&gt;UNPACK gs_struct-user_id TO gs_struct-user_id.&lt;/P&gt;&lt;P&gt;MODIFY....&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 07:50:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-28T07:50:41Z</dc:date>
    <item>
      <title>Data Format getting change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689372#M1767983</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;We developed a report and the format of onr the column are getting change into the table level, even the internal table having the same format data.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/269218" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly sugget what could be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Praveer Kumar Sen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689372#M1767983</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2013-08-28T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Format getting change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689373#M1767984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can you please provide a little more detail what is the acutal format and what is the desired one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689373#M1767984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T07:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Format getting change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689374#M1767985</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;I'm not sure to understand. &lt;/P&gt;&lt;P&gt;Did you check if there is a field exit in the domain of the field ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could simply use a&amp;nbsp; WRITE ... TO ...&amp;nbsp;&amp;nbsp;&amp;nbsp; instead of the MOVE .. TO ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689374#M1767985</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-08-28T07:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Format getting change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689375#M1767986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the SAPWLUTACC data element to store the client ID.&lt;/P&gt;&lt;P&gt;and the same is exist in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before update the data from the internal table. It's in actual / real format.&lt;/P&gt;&lt;P&gt;But after that it's getting change into the given picture format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689375#M1767986</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2013-08-28T07:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Format getting change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689376#M1767987</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;we are appending the internal table data to direct to customized Z table.&lt;/P&gt;&lt;P&gt;And the SAPWLUTACC data element we used for the user id informaiton in table and internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689376#M1767987</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2013-08-28T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data Format getting change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689377#M1767988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if domain name of source table is not same as domain name of field type of internal table, this can happen. So lets say your standard table and fieldname for USER-ID is: std_tablename1-std_fieldname1. (i dont know the std table, so you can replace here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure your field name to hold user id (say ,&amp;nbsp; 'user_id ') is of standard USER-ID type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then select your data as normal and then loop your internal table and then unpack USER-ID to itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT gt_struct INTO gs_struct,&lt;/P&gt;&lt;P&gt;UNPACK gs_struct-user_id TO gs_struct-user_id.&lt;/P&gt;&lt;P&gt;MODIFY....&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689377#M1767988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data Format getting change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689378#M1767989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the relevant code (declarations, DB selection, internal table handling), otherwise the guessing will continue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689378#M1767989</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-08-28T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data Format getting change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689379#M1767990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Data element and in that Domain may be the field having the conversion routine INVDT.&lt;/P&gt;&lt;P&gt;Check that one and if it there then you need to convert your real date using this conversion routine using the FM "CONVERSION_EXIT_INVDT_INPUT" and "CONVERSION_EXIT_INVDT_OUTPUT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will answer/solve your quesion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-format-getting-change/m-p/9689379#M1767990</guid>
      <dc:creator>former_member185177</dc:creator>
      <dc:date>2013-08-28T07:55:03Z</dc:date>
    </item>
  </channel>
</rss>

