<?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: Problem in Activating the Program in Unicode Systems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-activating-the-program-in-unicode-systems/m-p/2173963#M461484</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;in the form routine you have to declare the same structure as table i_cross is using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of s_coss,&lt;/P&gt;&lt;P&gt;            field1 type c,&lt;/P&gt;&lt;P&gt;            field2 type c,&lt;/P&gt;&lt;P&gt;           .......&lt;/P&gt;&lt;P&gt;           end of s_coss.&lt;/P&gt;&lt;P&gt;data: i_coss type standard table of s_coss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform accepted TABLES i_coss USING zcoss quantity hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form accepted tables t_coss structure s_coss&lt;/P&gt;&lt;P&gt;                      using p_coss type ...&lt;/P&gt;&lt;P&gt;                               p_quan type....&lt;/P&gt;&lt;P&gt;                               p_hour type ....&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kostas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2007 09:04:00 GMT</pubDate>
    <dc:creator>kostas_tsioubris</dc:creator>
    <dc:date>2007-04-30T09:04:00Z</dc:date>
    <item>
      <title>Problem in Activating the Program in Unicode Systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-activating-the-program-in-unicode-systems/m-p/2173961#M461482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am working in the Upgradation project.In our Project we are moving the objects from SAP 4.6c to ECC6.0 version.I have copied one program from SAP 4.6c to ECC6.0.When i am checking it gives the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM accepted TABLES i_coss USING zcoss quantity hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"I_COSS" cannot be converted to the line incompatible. The line type must have the same structure layout as "I_COSS" regardless of the length of a Unicode . Unicode character. Unicode character.	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Give me the solution for this Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 08:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-activating-the-program-in-unicode-systems/m-p/2173961#M461482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T08:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Activating the Program in Unicode Systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-activating-the-program-in-unicode-systems/m-p/2173962#M461483</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;Check whether the DAta types of i_coss is one and the same in PERFORM and FORM.. subroutine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data type should be same for both the actual and formal parameters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope  didnt misunderstand your question..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 09:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-activating-the-program-in-unicode-systems/m-p/2173962#M461483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Activating the Program in Unicode Systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-activating-the-program-in-unicode-systems/m-p/2173963#M461484</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;in the form routine you have to declare the same structure as table i_cross is using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of s_coss,&lt;/P&gt;&lt;P&gt;            field1 type c,&lt;/P&gt;&lt;P&gt;            field2 type c,&lt;/P&gt;&lt;P&gt;           .......&lt;/P&gt;&lt;P&gt;           end of s_coss.&lt;/P&gt;&lt;P&gt;data: i_coss type standard table of s_coss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform accepted TABLES i_coss USING zcoss quantity hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form accepted tables t_coss structure s_coss&lt;/P&gt;&lt;P&gt;                      using p_coss type ...&lt;/P&gt;&lt;P&gt;                               p_quan type....&lt;/P&gt;&lt;P&gt;                               p_hour type ....&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kostas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 09:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-activating-the-program-in-unicode-systems/m-p/2173963#M461484</guid>
      <dc:creator>kostas_tsioubris</dc:creator>
      <dc:date>2007-04-30T09:04:00Z</dc:date>
    </item>
  </channel>
</rss>

