<?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 with PARAMETERS in report. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860180#M47868</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;Let me provide you with an full example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZIMPORT_CONDITIONS_ZASS_3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*parameter: p_nada(100) type c obligatory default 'TEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_cond type zgui_condition.&lt;/P&gt;&lt;P&gt;data: i_condTab type table of zgui_condition with header line.&lt;/P&gt;&lt;P&gt;data: i_errorTab type table of zgui_cond_error with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_cond-KSCHL = 'ZASS'.&lt;/P&gt;&lt;P&gt;wa_cond-VKORG = 3000.&lt;/P&gt;&lt;P&gt;wa_cond-WERKS = 3100.&lt;/P&gt;&lt;P&gt;wa_cond-MATNR = '000000000000150062'.&lt;/P&gt;&lt;P&gt;wa_cond-CURCY = 'NOK'.&lt;/P&gt;&lt;P&gt;wa_cond-PRICE = '1.38'.&lt;/P&gt;&lt;P&gt;wa_cond-DATAB = sy-datum.&lt;/P&gt;&lt;P&gt;wa_cond-DATBI = '99991231'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_cond to i_condtab.&lt;/P&gt;&lt;P&gt;clear wa_cond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'Z_GUI_CONDITION_SAVE_ZASS'&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    i_cond        = i_condtab&lt;/P&gt;&lt;P&gt;    i_error       = i_errortab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_errortab.&lt;/P&gt;&lt;P&gt;  write: / i_errortab-matnr,&lt;/P&gt;&lt;P&gt;           i_errortab-status(200).&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;write: 'DONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So.... if I uncomment the parameters line the it will give me an error in the i_errortab. The update still works but it's not nice to have this error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jan 2005 12:56:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-27T12:56:41Z</dc:date>
    <item>
      <title>Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860178#M47866</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;I have made a report that should update ZASS (Cost Price).&lt;/P&gt;&lt;P&gt;Anyway:&lt;/P&gt;&lt;P&gt;I have filled the  i_condtab correctly but when I use &lt;/P&gt;&lt;P&gt;parameter: p_file(100) type c obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I get a error message in i_errortab telling me:&lt;/P&gt;&lt;P&gt;"Object &amp;amp; of class &amp;amp; and language &amp;amp; does not exist".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'Z_GUI_CONDITION_SAVE_ZASS'&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    i_cond        = i_condtab&lt;/P&gt;&lt;P&gt;    i_error       = i_errortab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does it seem to have problem with parameters? &lt;/P&gt;&lt;P&gt;PS. Another report is als using the function 'Z_GUI_CONDITION_SAVE_ZASS with PARAMETERS and with no problem...&lt;/P&gt;&lt;P&gt;//MA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 10:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860178#M47866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860179#M47867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we 'd help you ?- you're talking about &amp;lt;b&amp;gt;Customer&amp;lt;/b&amp;gt; functions and tables (&amp;lt;b&amp;gt;Z&amp;lt;/b&amp;gt;_) !&lt;/P&gt;&lt;P&gt;-&amp;gt; so the only chance is to debug the fm 'Z_GUI_CONDITION_SAVE_ZASS' .&lt;/P&gt;&lt;P&gt;e.g. set an watch-point to a field of i_errortab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 12:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860179#M47867</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-01-27T12:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860180#M47868</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;Let me provide you with an full example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZIMPORT_CONDITIONS_ZASS_3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*parameter: p_nada(100) type c obligatory default 'TEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_cond type zgui_condition.&lt;/P&gt;&lt;P&gt;data: i_condTab type table of zgui_condition with header line.&lt;/P&gt;&lt;P&gt;data: i_errorTab type table of zgui_cond_error with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_cond-KSCHL = 'ZASS'.&lt;/P&gt;&lt;P&gt;wa_cond-VKORG = 3000.&lt;/P&gt;&lt;P&gt;wa_cond-WERKS = 3100.&lt;/P&gt;&lt;P&gt;wa_cond-MATNR = '000000000000150062'.&lt;/P&gt;&lt;P&gt;wa_cond-CURCY = 'NOK'.&lt;/P&gt;&lt;P&gt;wa_cond-PRICE = '1.38'.&lt;/P&gt;&lt;P&gt;wa_cond-DATAB = sy-datum.&lt;/P&gt;&lt;P&gt;wa_cond-DATBI = '99991231'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_cond to i_condtab.&lt;/P&gt;&lt;P&gt;clear wa_cond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'Z_GUI_CONDITION_SAVE_ZASS'&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    i_cond        = i_condtab&lt;/P&gt;&lt;P&gt;    i_error       = i_errortab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_errortab.&lt;/P&gt;&lt;P&gt;  write: / i_errortab-matnr,&lt;/P&gt;&lt;P&gt;           i_errortab-status(200).&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;write: 'DONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So.... if I uncomment the parameters line the it will give me an error in the i_errortab. The update still works but it's not nice to have this error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 12:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860180#M47868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860181#M47869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really doubt if your issue can ever be totally understood, because as Andreas had mentioned, you are working only with custom objects. None of the FMs, structures and Tables would be available in our system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I guess we make some guesses...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Why do you want to have the parameters when you don't seem to be using it anyways?&lt;/P&gt;&lt;P&gt;2. Is the FM &amp;lt;b&amp;gt;Z_GUI_CONDITION_SAVE_ZASS&amp;lt;/b&amp;gt; RFC enabled? If not, then why don't you have the EXCEPTIONS ?&lt;/P&gt;&lt;P&gt;3. What is the code of the FM &amp;lt;b&amp;gt;Z_GUI_CONDITION_SAVE_ZASS&amp;lt;/b&amp;gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 13:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860181#M47869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T13:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860182#M47870</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;Yes, this is a Customer Function (some consultats did this some time ago... now it's my turn to reuse this function.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I use the parameters later on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just can't understand why it doesn't work with the parameter stuff...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that some coding inside the Z_GUI_CONDITION_SAVE_ZASS freaks out if I use parameters in my report.... sounds strange...&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;P&gt;//MA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 13:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860182#M47870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T13:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860183#M47871</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;It is beyond my imagination why the FM would fail when you use the parameters statement. And that when you do not even use the value of the PARAMETERS in the FM call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the code of the FM too big to post here ? If it isn't, then we might try to see what's wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 13:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860183#M47871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T13:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860184#M47872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the code in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 13:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860184#M47872</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-01-27T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860185#M47873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, It's just too big to be posted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I can fix this in some other way...it's so very strange problem here.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 14:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860185#M47873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T14:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860186#M47874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always difficult to diognize a custom program unless the code is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But let me try a couple of things here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your parameter for? I don't see any line to tell how it is used to call the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing I will check in this situation is if the your parameter data is converted into external or internal format(depending on whether the Z function call expects it in external or internal). Because when you fill in the i_condtab in your code, you are using the internal format of material code, but I don't know if that is the same way when you are uploading the file and the file has material number in external format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify that and let me know if I am on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 16:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860186#M47874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T16:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860187#M47875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin.&lt;/P&gt;&lt;P&gt;I'm just trying to catch up here on the post.&lt;/P&gt;&lt;P&gt;Have you tried going through with the debugger to see where exactly the error is coming up in 'Z_GUI_CONDITION_SAVE_ZASS'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you comment out the function call giving you the error and uncomment the parameter call will you still get that error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 19:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860187#M47875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T19:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860188#M47876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Considering the errormessage I would assume that a message is populated within the function module which is not maintained properly in table T100. &lt;/P&gt;&lt;P&gt;At least this is what I get from  class &amp;amp; language does not exist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 19:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860188#M47876</guid>
      <dc:creator>ChristianFi</dc:creator>
      <dc:date>2005-01-27T19:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860189#M47877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gentlemen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found something.&lt;/P&gt;&lt;P&gt;(The function module reads error log from T001...  but it not its fault.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting the breakpoint at the very first line in my report and type this:&lt;/P&gt;&lt;P&gt;sy-msgid --&amp;gt; SF&lt;/P&gt;&lt;P&gt;sy-msgno --&amp;gt; 616&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sooo... what does this mean ?&lt;/P&gt;&lt;P&gt;Why is the report giving these kind of errors when having this FM in my code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 08:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860189#M47877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-28T08:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860190#M47878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look in table T100 you will find the message you have described in your previous email. &lt;/P&gt;&lt;P&gt;Have you checked if there are message statements in the function module and if they are maintained? &lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 08:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860190#M47878</guid>
      <dc:creator>ChristianFi</dc:creator>
      <dc:date>2005-01-28T08:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860191#M47879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with the code is NOT in this code.&lt;/P&gt;&lt;P&gt;However to understand what happens you must be aware of ONE difference between having parameters (or select options) inside a program or not.&lt;/P&gt;&lt;P&gt;When you have them, SAP generates a screen (selection-screen) for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i asume that inside the function module 'Z_GUI_CONDITION_SAVE_ZASS' there is a reference to a screen (maybe dynamically). Most likely by using parameters the expected reference is not there and it is replaced by a reference to your selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since such a selection screen is not known to the object (in fm Z_GUI_CONDITION_SAVE) the error for a missing object is given. If i interpret the name of function module, i assume that it is used to save certain information of a screen dynamically. Your selection screen will not be one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as previous gents have suggested, we really would like to know what's inside that function module. But maybe this gives you a clue on the matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 09:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860191#M47879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-28T09:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860192#M47880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gentlemen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob, you are on something here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters work if i first call FM = 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;But if I  comment the GUI_UPLOAD then I will get an error again....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZIMPORT_CONDITIONS_ZASS_3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: p_file(100) type c obligatory default '&lt;BR /&gt;ma\ma\ma_test.txt'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of i_ascii occurs 0,&lt;/P&gt;&lt;P&gt;        line(250) type c,&lt;/P&gt;&lt;P&gt;  end of i_ascii.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_cond type zgui_condition.&lt;/P&gt;&lt;P&gt;data: i_condTab type table of zgui_condition with header line.&lt;/P&gt;&lt;P&gt;data: i_errorTab type table of zgui_cond_error with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: l_price type MBEW-VERPR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:l_file type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; l_file = p_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_cond-KSCHL = 'ZASS'.&lt;/P&gt;&lt;P&gt;wa_cond-VKORG = 3000.&lt;/P&gt;&lt;P&gt;wa_cond-WERKS = 3100.&lt;/P&gt;&lt;P&gt;wa_cond-MATNR = '000000000000150062'.&lt;/P&gt;&lt;P&gt;wa_cond-CURCY = 'NOK'.&lt;/P&gt;&lt;P&gt;wa_cond-PRICE = '1.38'.&lt;/P&gt;&lt;P&gt;wa_cond-DATAB = sy-datum.&lt;/P&gt;&lt;P&gt;wa_cond-DATBI = '99991231'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_cond to i_condtab.&lt;/P&gt;&lt;P&gt;clear wa_cond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call function 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      filename                      = l_file&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      data_tab                      = i_ascii&lt;/P&gt;&lt;P&gt;   exceptions&lt;/P&gt;&lt;P&gt;     file_open_error               = 1&lt;/P&gt;&lt;P&gt;     file_read_error               = 2&lt;/P&gt;&lt;P&gt;     no_batch                      = 3&lt;/P&gt;&lt;P&gt;     gui_refuse_filetransfer       = 4&lt;/P&gt;&lt;P&gt;     invalid_type                  = 5&lt;/P&gt;&lt;P&gt;     no_authority                  = 6&lt;/P&gt;&lt;P&gt;     unknown_error                 = 7&lt;/P&gt;&lt;P&gt;     bad_data_format               = 8&lt;/P&gt;&lt;P&gt;     header_not_allowed            = 9&lt;/P&gt;&lt;P&gt;     separator_not_allowed         = 10&lt;/P&gt;&lt;P&gt;     header_too_long               = 11&lt;/P&gt;&lt;P&gt;     unknown_dp_error              = 12&lt;/P&gt;&lt;P&gt;     access_denied                 = 13&lt;/P&gt;&lt;P&gt;     dp_out_of_memory              = 14&lt;/P&gt;&lt;P&gt;     disk_full                     = 15&lt;/P&gt;&lt;P&gt;     dp_timeout                    = 16&lt;/P&gt;&lt;P&gt;     others                        = 17.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'Z_GUI_CONDITION_SAVE'&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    i_cond        = i_condtab&lt;/P&gt;&lt;P&gt;    i_error       = i_errortab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_errortab.&lt;/P&gt;&lt;P&gt;  write: / i_errortab-matnr,&lt;/P&gt;&lt;P&gt;           i_errortab-status(200).&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: 'DONE'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 09:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860192#M47880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-28T09:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860193#M47881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Albeit silly, there's one idea that I've got. Just see if it makes sense.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT ZIMPORT_CONDITIONS_ZASS_3.
parameter: p_file(100) type c obligatory default '\mamama_test.txt'.

data flag_first_time type flag value 'X'.

at selection-screen output.
  if flag_first_time eq 'X'.
    clear flag_first_time.
    perform condition_save.
  endif.  


START-OF-SELECTION.


FORM CONDITION_SAVE.

  data: wa_cond type zgui_condition,
        i_condTab type table of zgui_condition with header line,
        i_errorTab type table of zgui_cond_error with header line.
        
  wa_cond-KSCHL = 'ZASS'.
  wa_cond-VKORG = 3000.
  wa_cond-WERKS = 3100.
  wa_cond-MATNR = '000000000000150062'.
  wa_cond-CURCY = 'NOK'.
  wa_cond-PRICE = '1.38'.
  wa_cond-DATAB = sy-datum.
  wa_cond-DATBI = '99991231'.
  
  append wa_cond to i_condtab.
  clear wa_cond.
  
  call function 'Z_GUI_CONDITION_SAVE'
  tables
  i_cond = i_condtab
  i_error = i_errortab.
  
  loop at i_errortab.
    write: / i_errortab-matnr,
    i_errortab-status(200).
  endloop.

ENDFORM.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I knwo this is a work-around kind of solution, but since we are unable to see the code of the Function M&amp;lt;odule, I guess this code would solve your problem. If it is solved, don't forget clicking the Yellow Star for all those who tried to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 10:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860193#M47881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-28T10:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860194#M47882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't give me an error any more &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But .... in the real report I need the values from the PARAMETERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now It seems to run before the selection screen is shown..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 10:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860194#M47882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-28T10:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860195#M47883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a bit blind, but the next would help too.&lt;/P&gt;&lt;P&gt;The error 616 from errorclass SF is solely used by the following program objects:&lt;/P&gt;&lt;P&gt;Function module DOKU_OBJECT_EXIST (Used in CATT and in development class SLDBV),&lt;/P&gt;&lt;P&gt;Function module DSYS_SHOW (consequetive usage),&lt;/P&gt;&lt;P&gt;Function module DSYS_EXIST (consequetive usage),&lt;/P&gt;&lt;P&gt;Program SAPLDSYK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the error occurs, because of a program/function/screen/... object NO entry was found in table DOKIL (index of DOKHL) or DOKHL (documents). Whenever we create objects, we also create some documentation when we enter descriptions and so (that's why SAP always requires you to fill the description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to your problem (the example with GUI_UPLOAD did help a bit).&lt;/P&gt;&lt;P&gt;Most likely an object reference to a screen is required somewhere inside Z_GUI_CONDITION_SAVE. Most likely this reference is picked up dynamically in Z_GUI_CONDITION_SAVE and it is picked from the active screen (propably using a form of C function).&lt;/P&gt;&lt;P&gt;When using such a function it can lead to these kind of problems. Inside the GUI_UPLOAD also C functions are called:&lt;/P&gt;&lt;P&gt;DATA: OCX_SUPPORT TYPE I, ITS_SUPPORT TYPE I, RETURN.&lt;/P&gt;&lt;P&gt;CLEAR RETURN.&lt;/P&gt;&lt;P&gt;CALL 'C_GUI_SUPPORT'&lt;/P&gt;&lt;P&gt;  ID 'FEATURE' FIELD 'OCX_SUPPORT'&lt;/P&gt;&lt;P&gt;  ID 'VALUE' FIELD OCX_SUPPORT.&lt;/P&gt;&lt;P&gt;IF OCX_SUPPORT = 1.&lt;/P&gt;&lt;P&gt;  CALL 'C_GUI_SUPPORT'&lt;/P&gt;&lt;P&gt;    ID 'FEATURE' FIELD 'ITS'&lt;/P&gt;&lt;P&gt;    ID 'VALUE' FIELD ITS_SUPPORT.&lt;/P&gt;&lt;P&gt;  IF ITS_SUPPORT = 1.&lt;/P&gt;&lt;P&gt;    RETURN = 'X'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should test if the above code is sufficient as REPLACEMENT for your GUI_UPLOAD alternative. However i think it is not, because most likely the previous programmer has dicovered a way to obtain the last screen dynamically and uses it to do whatever needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, the problem is NOT in the code you show us, but in the code of Z_GUI_CONDITION_SAVE.&lt;/P&gt;&lt;P&gt;It might be very large, but we ONLY need the calls of function modules, of methods and of direct C-Calls. Please provide that information or i am unable to help you (since i'm now in the area of guessing what might all be wrong).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 11:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860195#M47883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-28T11:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860196#M47884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have said in your earlier replies that you use the PARAMETERS &amp;lt;i&amp;gt;later on&amp;lt;/i&amp;gt;. So I had assumed that you do not need them for this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just thought of a few more things that you could try out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Call the Z-Function in the event AT SELECTION-SCREEN, instead of in Start-OF-Selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try to use a normal screen instead of a selection-screen. This should be fairly easy as long as you do not have any SELECT-OPTIONS on your selection screen. But even if you do, it requires only a little amount of coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 11:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860196#M47884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-28T11:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PARAMETERS in report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860197#M47885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, your code didn't work.&lt;/P&gt;&lt;P&gt;Provide you with some code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function z_gui_condition_save.&lt;/P&gt;&lt;P&gt;  perform check_data tables i_cond. "* Cleanup data&lt;/P&gt;&lt;P&gt;  loop at i_cond.&lt;/P&gt;&lt;P&gt;    refresh: i_edidc,&lt;/P&gt;&lt;P&gt;             i_edidd.&lt;/P&gt;&lt;P&gt;    perform build_idoc_edidc tables i_edidc. " *   Build iDoc control record&lt;/P&gt;&lt;P&gt;    perform build_idoc_edidd tables i_edidd  " *   Build iDoc data records&lt;/P&gt;&lt;P&gt;                                    i_cond.&lt;/P&gt;&lt;P&gt;    perform process_idoc tables i_edidc " *   Process iDoc&lt;/P&gt;&lt;P&gt;                                i_edidd&lt;/P&gt;&lt;P&gt;                                i_cond&lt;/P&gt;&lt;P&gt;                                i_error.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;endfunction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******&lt;/P&gt;&lt;P&gt;form process_idoc  tables i_edidc  structure edidc&lt;/P&gt;&lt;P&gt;                          i_edidd  structure edidd&lt;/P&gt;&lt;P&gt;                          i_cond   structure zgui_condition&lt;/P&gt;&lt;P&gt;                          i_error  structure zgui_cond_error.&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;  l_input  like bdwfap_par-inputmethd,&lt;/P&gt;&lt;P&gt;  l_mass   like bdwfap_par-mass_proc,&lt;/P&gt;&lt;P&gt;  l_result like bdwf_param-result,&lt;/P&gt;&lt;P&gt;  l_appvar like bdwf_param-appl_var,&lt;/P&gt;&lt;P&gt;  l_update like bdwfap_par-updatetask,&lt;/P&gt;&lt;P&gt;  l_call   like bdwfap_par-calltrans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i_edids  like edids      occurs 0 with header line,&lt;/P&gt;&lt;P&gt;  i_return like bdwfretvar occurs 0 with header line,&lt;/P&gt;&lt;P&gt;  i_serial like bdi_ser    occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Call iDoc inbound processing&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call function 'IDOC_INPUT_COND_A'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      input_method                = l_input&lt;/P&gt;&lt;P&gt;      mass_processing             = l_mass&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      workflow_result             = l_result&lt;/P&gt;&lt;P&gt;      application_variable        = l_appvar&lt;/P&gt;&lt;P&gt;      in_update_task              = l_update&lt;/P&gt;&lt;P&gt;      call_transaction_done       = l_call&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      idoc_contrl                 = i_edidc&lt;/P&gt;&lt;P&gt;      idoc_data                   = i_edidd&lt;/P&gt;&lt;P&gt;      idoc_status                 = i_edids&lt;/P&gt;&lt;P&gt;      return_variables            = i_return&lt;/P&gt;&lt;P&gt;      serialization_info          = i_serial&lt;/P&gt;&lt;P&gt;   exceptions&lt;/P&gt;&lt;P&gt;     wrong_function_called       = 1&lt;/P&gt;&lt;P&gt;     others                      = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get message&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  select single *&lt;/P&gt;&lt;P&gt;         from t100&lt;/P&gt;&lt;P&gt;         into corresponding fields of t100&lt;/P&gt;&lt;P&gt;         where sprsl eq sy-langu&lt;/P&gt;&lt;P&gt;           and arbgb eq sy-msgid&lt;/P&gt;&lt;P&gt;           and msgnr eq sy-msgno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  check sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Update error table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  move-corresponding i_cond to i_error.&lt;/P&gt;&lt;P&gt;  i_error-status = t100-text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  append i_error.&lt;/P&gt;&lt;P&gt;  clear  i_error.&lt;/P&gt;&lt;P&gt;endform.                    " process_idoc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2005 11:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-parameters-in-report/m-p/860197#M47885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-28T11:58:26Z</dc:date>
    </item>
  </channel>
</rss>

