<?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 Error when call 'BAPI_REQUIREMENTS_CHANGE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-call-bapi-requirements-change/m-p/3134836#M744849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;now my program problem ...&lt;/P&gt;&lt;P&gt;when i upload excel file and convert date from excel to sytem SAP&lt;/P&gt;&lt;P&gt;i call function 'CONVERT_DATE_TO_INTERNAL', this ok&lt;/P&gt;&lt;P&gt;but when i call funtion 'BAPI_REQUIREMENTS_CHANGE' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of SCHEDULE_IN occurs 0,&lt;/P&gt;&lt;P&gt;DATE_TYPE  like BAPISSHDIN-DATE_TYPE,&lt;/P&gt;&lt;P&gt;REQ_DATE   like BAPISSHDIN-REQ_DATE,&lt;/P&gt;&lt;P&gt;REQ_QTY    like BAPISSHDIN-REQ_QTY,&lt;/P&gt;&lt;P&gt;end of SCHEDULE_IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE i_upload INDEX 1.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_REQUIREMENTS_CHANGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      MATERIAL                       = i_upload-MATERIAL&lt;/P&gt;&lt;P&gt;      PLANT                          = i_upload-plant&lt;/P&gt;&lt;P&gt;      REQUIREMENTSTYPE               = ' '&lt;/P&gt;&lt;P&gt;      VERSION                        = '00'&lt;/P&gt;&lt;P&gt;      REQMTSPLANNUMBER               = ' '&lt;/P&gt;&lt;P&gt;      VERS_ACTIV                     = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;     REQUIREMENTS_SCHEDULE_IN       =  SCHEDULE_IN.&lt;/P&gt;&lt;P&gt;  commit work.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR with : &lt;/P&gt;&lt;P&gt;***The call to the function ***module "BAPI_REQUIREMENTS_CHANGE" is incorrect:&lt;/P&gt;&lt;P&gt;&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 "REQUIREMENTS_SCHEDULE_IN".&lt;/P&gt;&lt;P&gt;***Although the currently specified field&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;"SCHEDULE_IN" is the correct type, its length is incorrect.&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me solve &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks so much/Tham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 04:27:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-27T04:27:10Z</dc:date>
    <item>
      <title>Error when call 'BAPI_REQUIREMENTS_CHANGE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-call-bapi-requirements-change/m-p/3134836#M744849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;now my program problem ...&lt;/P&gt;&lt;P&gt;when i upload excel file and convert date from excel to sytem SAP&lt;/P&gt;&lt;P&gt;i call function 'CONVERT_DATE_TO_INTERNAL', this ok&lt;/P&gt;&lt;P&gt;but when i call funtion 'BAPI_REQUIREMENTS_CHANGE' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of SCHEDULE_IN occurs 0,&lt;/P&gt;&lt;P&gt;DATE_TYPE  like BAPISSHDIN-DATE_TYPE,&lt;/P&gt;&lt;P&gt;REQ_DATE   like BAPISSHDIN-REQ_DATE,&lt;/P&gt;&lt;P&gt;REQ_QTY    like BAPISSHDIN-REQ_QTY,&lt;/P&gt;&lt;P&gt;end of SCHEDULE_IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE i_upload INDEX 1.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_REQUIREMENTS_CHANGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      MATERIAL                       = i_upload-MATERIAL&lt;/P&gt;&lt;P&gt;      PLANT                          = i_upload-plant&lt;/P&gt;&lt;P&gt;      REQUIREMENTSTYPE               = ' '&lt;/P&gt;&lt;P&gt;      VERSION                        = '00'&lt;/P&gt;&lt;P&gt;      REQMTSPLANNUMBER               = ' '&lt;/P&gt;&lt;P&gt;      VERS_ACTIV                     = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;     REQUIREMENTS_SCHEDULE_IN       =  SCHEDULE_IN.&lt;/P&gt;&lt;P&gt;  commit work.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR with : &lt;/P&gt;&lt;P&gt;***The call to the function ***module "BAPI_REQUIREMENTS_CHANGE" is incorrect:&lt;/P&gt;&lt;P&gt;&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 "REQUIREMENTS_SCHEDULE_IN".&lt;/P&gt;&lt;P&gt;***Although the currently specified field&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;"SCHEDULE_IN" is the correct type, its length is incorrect.&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me solve &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks so much/Tham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 04:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-call-bapi-requirements-change/m-p/3134836#M744849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T04:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error when call 'BAPI_REQUIREMENTS_CHANGE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-call-bapi-requirements-change/m-p/3134837#M744850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare SCHEDULE_IN as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data: SCHEDULE_IN like BAPISSHDIN occurs 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also pass the required parameters like Return table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: Return  like BAPIRETURN1 occurs 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 06:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-call-bapi-requirements-change/m-p/3134837#M744850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T06:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error when call 'BAPI_REQUIREMENTS_CHANGE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-call-bapi-requirements-change/m-p/3134838#M744851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir ,&lt;/P&gt;&lt;P&gt;Please have a look below .Hope it is suitable and simpler solution for your question.&lt;/P&gt;&lt;P&gt;Please do reward if useful.&lt;/P&gt;&lt;P&gt;Thankx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINK for your problem---&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.jt77.com/development1/programming-17989.html" target="test_blank"&gt;http://www.jt77.com/development1/programming-17989.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 06:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-call-bapi-requirements-change/m-p/3134838#M744851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T06:29:09Z</dc:date>
    </item>
  </channel>
</rss>

