<?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: Regarding reports and conversion exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811161#M347779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) can we store reports in an internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure -:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: BEGIN OF SOURCE_TABLE OCCURS 0,
      LINEA(150) TYPE C.
DATA: END OF SOURCE_TABLE.


READ REPORT T_TRDIR-NAME INTO SOURCE_TABLE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) what is the need of conversion routine and conversion exit in SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example....You want any value enter to be UPPER CASE...or LOWER CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) what is the use of Control_form in SAP scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure.....Never used it -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 15:57:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-20T15:57:20Z</dc:date>
    <item>
      <title>Regarding reports and conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811160#M347778</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 got 3 questions to ask:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1) can we store reports in an internal table&lt;/P&gt;&lt;P&gt; 2) what is the need of conversion routine and conversion exit in SAP&lt;/P&gt;&lt;P&gt; 3) what is the use of &amp;lt;b&amp;gt;Control_form&amp;lt;/b&amp;gt; in SAP scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can any one help me giving answers to these questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811160#M347778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T15:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding reports and conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811161#M347779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) can we store reports in an internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure -:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: BEGIN OF SOURCE_TABLE OCCURS 0,
      LINEA(150) TYPE C.
DATA: END OF SOURCE_TABLE.


READ REPORT T_TRDIR-NAME INTO SOURCE_TABLE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) what is the need of conversion routine and conversion exit in SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example....You want any value enter to be UPPER CASE...or LOWER CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) what is the use of Control_form in SAP scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure.....Never used it -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811161#M347779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T15:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding reports and conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811162#M347780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) SAP sometimes stores the data in a format that is different from what is being displayed. Hence we need conversion routines to convert internal format to external and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) control_form:&lt;/P&gt;&lt;P&gt;"SAPscript control commands can be carried out with CONTROL_FORM. The command should be specified without the paragraph format '/:' in the parameter COMMAND." an excerpt from the fm documentation.&lt;/P&gt;&lt;P&gt;The various commands available are.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 16:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811162#M347780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T16:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding reports and conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811163#M347781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur answer ravi, but where do u or how do u check the internal format of a field and any example of a field, where internal format is different from external format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and waiting for ur reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 16:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-reports-and-conversion-exit/m-p/1811163#M347781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T16:19:00Z</dc:date>
    </item>
  </channel>
</rss>

