<?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 regarding FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786324#M338622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m using CTCV_VALUE_SYNTAX_CHECK FM. &lt;/P&gt;&lt;P&gt;I tried but i m not able to proceed.&lt;/P&gt;&lt;P&gt;this is for characteristics creation. based on the data type the characteristics value is checked &amp;amp; error message is raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 14:41:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-03T14:41:42Z</dc:date>
    <item>
      <title>regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786324#M338622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m using CTCV_VALUE_SYNTAX_CHECK FM. &lt;/P&gt;&lt;P&gt;I tried but i m not able to proceed.&lt;/P&gt;&lt;P&gt;this is for characteristics creation. based on the data type the characteristics value is checked &amp;amp; error message is raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786324#M338622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786325#M338623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the sample usage of this fm in the Include: LCTMVF44 line number 50.&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, 03 Jan 2007 14:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786325#M338623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786326#M338624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the FM in the source code there is read statement.&lt;/P&gt;&lt;P&gt;READ TABLE H_CTCV_01 INTO CTCV_01&lt;/P&gt;&lt;P&gt;                       WITH TABLE KEY ATNAM = CHARACTERISTIC.&lt;/P&gt;&lt;P&gt;if this statement executes only i will get the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know how the tbale H_CTCV_01 is getting filled automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this table declaration is in the include of FM itself can any one tell me how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 06:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786326#M338624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T06:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786327#M338625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kalpanashri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table H_CTCV_01 is filled by the function module CTCV_PREPARE_SYNTAX_CHECK you have to call this function module before calling CTCV_VALUE_SYNTAX_CHECK . This will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if the solution was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avisesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 07:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786327#M338625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T07:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786328#M338626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May i know how did u get this function module CTCV_PREPARE_SYNTAX_CHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do u know that we have to call this FM befor CTCV_VALUE_SYNTAX_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 09:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786328#M338626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T09:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786329#M338627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kalpana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see the code of the function module it is populating the required table which will be used by CTCV_VALUE_SYNTAX_CHECK function module, in no other place has this table been populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avisesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 09:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786329#M338627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T09:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786330#M338628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank U.&lt;/P&gt;&lt;P&gt;I too saw the source code &amp;amp; came to know that there is a table which is getting filled before calling the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i dont know that its getting filled by ctcv_prepare_syntax_check FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how did u get it. i.e how did u navigated to that FM.&lt;/P&gt;&lt;P&gt;And how do u know that these two r related to each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that its a program lctcvu07.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 09:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786330#M338628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T09:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786331#M338629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kalpana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good that the reply was helpful. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I basically used the where used list function on the table to see where it was getting populated and it was only populated at one place , hence I gave you the function module name , plus I have used this function module somewhere before &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do award points if you think that reply was helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avisesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 10:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1786331#M338629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T10:14:10Z</dc:date>
    </item>
  </channel>
</rss>

