<?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: Incorrect parameter with CALL FUNCTION - WE19 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744014#M1459002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checked in WE42; created Inbound process code exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where might be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since i'm new to this i cldnt guess were it may be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Mar 2010 05:56:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-18T05:56:54Z</dc:date>
    <item>
      <title>Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744006#M1458994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while creating IDOC through WE19 - Start Inbound it creates IDOC with Status - 64."IDoc ready to be transferred to application" "No filters , No conversion , No version change ."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incorrect parameter with CALL FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This parameter was "MASSAVEINFOS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have Included this parameter in my Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT_METHOD TYPE INPUTMETHD&lt;/P&gt;&lt;P&gt;MASS_PROCESSING TYPE MASS_PROC&lt;/P&gt;&lt;P&gt;NO_APPLICATION_LOG LIKE SY-DATAR&lt;/P&gt;&lt;P&gt;MASSAVEINFOS LIKE MASSSAVINF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the mistake i have done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 04:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744006#M1458994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T04:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744007#M1458995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can run BD20 transaction to change the status of idoc from 64.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 04:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744007#M1458995</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-03-17T04:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744008#M1458996</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 addition, check your partner profile settings if the IDOC mode is checked 'Trigger Immediately' or 'Collect IDOC'. If Collect IDOC is checked, the IDOCs will collected as a bunch and processed by a background job. Check 'Trigger Immediately' to see if the status changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 04:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744008#M1458996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T04:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744009#M1458997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! Gautham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried to re send the IDOC there to i'm getting the same DUMP error &lt;STRONG&gt;Incorrect parameter with CALL FUNCTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;parameter was "MASSAVEINFOS"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the mistake i have done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 05:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744009#M1458997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T05:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744010#M1458998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s trigger status is in - Trigger Immd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 05:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744010#M1458998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T05:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744011#M1458999</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;Either the ref type for "MASSAVEINFOS" that is "MASSSAVINF", is incorrect or not expected in the importing parameters of your function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 07:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744011#M1458999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T07:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744012#M1459000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! Chen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since that parameter is not required that error came.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i'm getting the Status - 51 &lt;STRONG&gt;Incorrect function module ZIDOC_INBOUND_KANBAN_MONITOR called up&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per the Diagnosis checked the Message Type and Idoc type assigned to the Functiona Module through the T.code WE57&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functional Module                                    Function Type                 Basic Type                                              Message Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZIDOC_INBOUND_KANBAN_MONITOR	Function module	ZSEG_KANBAN_MONITOR	ZKANBANMESSAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;were is the problem plz help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 05:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744012#M1459000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T05:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744013#M1459001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;        Also check if Proces code is assigned to ur Dunction Module in Transaction WE42.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 05:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744013#M1459001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T05:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744014#M1459002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checked in WE42; created Inbound process code exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where might be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since i'm new to this i cldnt guess were it may be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 05:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744014#M1459002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T05:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744015#M1459003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created an entry in BD51?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744015#M1459003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744016#M1459004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! Chen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, created characteristics for the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module                                       input     dialog allowed&lt;/P&gt;&lt;P&gt;ZIDOC_INBOUND_KANBAN_MONITOR	   1         un-check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744016#M1459004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744017#M1459005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the three important steps that need to be performed for inbound IDOCs. Make sure you have completed the below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WE57: Assign Idoc to function module(not the function group).&lt;/P&gt;&lt;P&gt;BD51: Create an entry for Inbound function module.&lt;/P&gt;&lt;P&gt;WE42: Create inbound process code, here you also need to make sure that the FM name is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check if the details have been entered properly in the Partner profile we20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744017#M1459005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744018#M1459006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry missed out WE82, but i guess you have done this too...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Partner profile check if the IDOC Type, Message Type and Process code are assigned correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 07:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744018#M1459006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T07:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744019#M1459007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes chen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assigned Message type &amp;amp; Basic Type in WE82&lt;/P&gt;&lt;P&gt;assigned Function Module, Basic Type, Message Type in WE57&lt;/P&gt;&lt;P&gt;assigned Inbound Process code and Function Module in WE42&lt;/P&gt;&lt;P&gt;assigned Function Module and Input Type in BD51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the parameters are also assigned correctly in WE20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chen where might be the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 07:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744019#M1459007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T07:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744020#M1459008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Try to debug Function Module ZIDOC_INBOUND_KANBAN_MONITOR from We19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 07:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744020#M1459008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T07:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744021#M1459009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will not be possible KV, as the call to the FM is not being made, as far as i see you have completed the needed settings.&lt;/P&gt;&lt;P&gt;As i do not have access to an SAP system, i suggest that you try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to WE19, enter the IDOC number and F8.&lt;/P&gt;&lt;P&gt;2) In this screen, click on Inbound function module.&lt;/P&gt;&lt;P&gt;3) In the field for inbound function module press F4, it should list your FM name here if all the necessary we42/82/57, BD51 and WE20 have been done correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing that you can try is, on WE19, &lt;/P&gt;&lt;P&gt;1) Idoc Number F8&lt;/P&gt;&lt;P&gt;2) /h - to start Debug&lt;/P&gt;&lt;P&gt;3) Now click on Standard inbound, in the debug mode press F5 once.&lt;/P&gt;&lt;P&gt;4) Now put a break point on all message statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See where exactly the message of wrong FM is being thrown, it will most probably be after a select statement on one of the tables associated with WE42/82/57/BD51 etc. With this you will where you have missed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best !!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chen K V on Mar 18, 2010 8:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 07:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744021#M1459009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744022#M1459010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chen for your kind reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the Status is in 62 - IDoc passed to application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why the document is not yet completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 08:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744022#M1459010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744023#M1459011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try running the program RBDAPP01, or change the partner profile to process immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 08:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744023#M1459011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T08:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744024#M1459012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry man i thought the status was 64, my bad &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; i just looked up the post to check on the status and i realized my mistake... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the program RBCHSTA(i guess that is the name of the program, if not try R&lt;STRONG&gt;CHST&lt;/STRONG&gt; in SE38 and do a F4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program will change the status back to 64, and then run RBDAPP01 again &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;, this should do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 11:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744024#M1459012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T11:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect parameter with CALL FUNCTION - WE19</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744025#M1459013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! Chen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i execute an IDOC from &lt;/P&gt;&lt;P&gt;1. WE19 - Inbound Function Module I'm able to retrieve the records from IDOC but IDOC status is at 62 &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IDoc passed to application&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If i directly execute the IDOC by Start Inbound Its status is 51 - &lt;STRONG&gt;No status record was passed to ALE by the application&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried debugging, there i'm not able to retrieve the IODC status record. where might the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 12:46:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-parameter-with-call-function-we19/m-p/6744025#M1459013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T12:46:18Z</dc:date>
    </item>
  </channel>
</rss>

