<?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: Please help with this function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710700#M310890</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 this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_fet_knvp TYPE STANDARD TABLE OF knvp.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: w_fes_knvp TYPE knvp.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;DATA: w_fef_knvp_records_read TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_kunnr type kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SD_KNVP_READ'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   FIF_KUNNR                   = p_kunnr&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   FES_KNVP                    = w_fes_knvp&lt;/P&gt;&lt;P&gt;   FEF_KNVP_RECORDS_READ       = w_fef_knvp_records_read&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   FET_KNVP                    = it_fet_knvp&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   PARAMETER_INCOMPLETE        = 1&lt;/P&gt;&lt;P&gt;   NO_RECORD_FOUND             = 2&lt;/P&gt;&lt;P&gt;   OTHERS                      = 3&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2006 16:35:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-24T16:35:55Z</dc:date>
    <item>
      <title>Please help with this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710697#M310887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to use function module "SD_KNVP_READ" but it is going to dump and giving the below error. &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;The call to the function module "SD_KNVP_READ" is incorrect:&lt;/P&gt;&lt;P&gt;In the function module interface, you can specify only&lt;/P&gt;&lt;P&gt;fields of a specific type and length under "FES_KNVP".&lt;/P&gt;&lt;P&gt;Although the currently specified field&lt;/P&gt;&lt;P&gt;"IT_FES_KNVP" is the correct type, its length is incorrect.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;The way I declared the tables are as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_fet_knvp TYPE STANDARD TABLE OF knvp.&lt;/P&gt;&lt;P&gt;DATA: it_fes_knvp TYPE STANDARD TABLE OF knvp.&lt;/P&gt;&lt;P&gt;DATA: w_fef_knvp_records_read TYPE i.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;I think this is something to do with the way I declare the tables only. Please help with this error as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710697#M310887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710698#M310888</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 &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="83311"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710698#M310888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710699#M310889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: it_fet_knvp TYPE knvp.&lt;/P&gt;&lt;P&gt;DATA: it_fes_knvp TYPE knvp.&lt;/P&gt;&lt;P&gt;DATA: w_fef_knvp_records_read TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way. They should not be internal tables. Just structures.&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>Tue, 24 Oct 2006 16:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710699#M310889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710700#M310890</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 this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_fet_knvp TYPE STANDARD TABLE OF knvp.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: w_fes_knvp TYPE knvp.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;DATA: w_fef_knvp_records_read TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_kunnr type kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SD_KNVP_READ'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   FIF_KUNNR                   = p_kunnr&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   FES_KNVP                    = w_fes_knvp&lt;/P&gt;&lt;P&gt;   FEF_KNVP_RECORDS_READ       = w_fef_knvp_records_read&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   FET_KNVP                    = it_fet_knvp&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   PARAMETER_INCOMPLETE        = 1&lt;/P&gt;&lt;P&gt;   NO_RECORD_FOUND             = 2&lt;/P&gt;&lt;P&gt;   OTHERS                      = 3&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710700#M310890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710701#M310891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishen, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_FET_KNVP LIKE KNVP OCCURS 0.&lt;/P&gt;&lt;P&gt;DATA: IT_FES_KNVP LIKE KNVP OCCURS 0.&lt;/P&gt;&lt;P&gt;DATA: W_FET_KNVP_RECPRDS_READ TYPE I.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-with-this-function-module/m-p/1710701#M310891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:54:38Z</dc:date>
    </item>
  </channel>
</rss>

