<?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: mean space in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753473#M1114879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank at all for you attention,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the profile of the user remote (ACTV 02 (changed)) on the funtion remote.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 16:02:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-25T16:02:03Z</dc:date>
    <item>
      <title>mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753463#M1114869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abappers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empty, is equals to space?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;block_new = space&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I execute a module function, I have intro the date in the block_new (in this case space)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What value intro in the function module? because the value of block_new is empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you hep me, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordial greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753463#M1114869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753464#M1114870</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;Which function module are you passing this data to ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can try block_new = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to pass empty value , just write clear block_new and then pass it to the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753464#M1114870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753465#M1114871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; What value intro in the function module? because the value of block_new is empty&lt;/P&gt;&lt;P&gt;You will need to tell us which FM you are refering to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your other posts you are on release &amp;lt; 46B , so perhaps only you can look into this FM and see what it is expecting of this parameter (if not space).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753465#M1114871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753466#M1114872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, Space is not equal to empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To pass an empty value you should either clear the variable or pass ''(two single quotes without any space inbetween).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753466#M1114872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753467#M1114873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Advait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you attention,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the function module Z of other system&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'ZCONECT'                         
                DESTINATION *zrfc 
            EXPORTING                                                 
                    block_old           = 'O'                  
                    block_new           = space&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                             &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I go to the function module in de DESTINATION and execute the function module with the value&lt;/P&gt;&lt;P&gt;O&lt;/P&gt;&lt;P&gt;space?, when I execute the function module, it ask the value of block_new, then I push the button V (intro) Is it correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordial greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753467#M1114873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753468#M1114874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a custom function, check if the parameter block_new  is mandatory, if it is, set a default value '' or make it optional in the function modules parameter in se37 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 13:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753468#M1114874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T13:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753469#M1114875</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;thank you for you attention,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I view that the field of the funtion module contain all fields as obligatory (check box no mark on optional)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, when I execute the funtion module on the destination, if I send value empty ¿what happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordial greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 12:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753469#M1114875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T12:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753470#M1114876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If there is no default value specified, and you dont pass anything, it will give an error because that parameter is mandatory. But if you define some default value to that parameter and you dont pass it, then it wont give any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it should be ok if you simply pass ''  ( 2 single quaotes without any space in between ) this will also work and it will treat it as blank value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the data type for block_new ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Nov 3, 2008 1:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 12:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753470#M1114876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T12:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753471#M1114877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Advait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIKE	&lt;STRONG&gt;IREF&lt;/STRONG&gt;-IIND&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dummy structure with fields for purely formal DDIC refs&lt;/STRONG&gt; - Yes/No (X/ )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data element       OAX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data type CHAR&lt;/P&gt;&lt;P&gt;No. characters        1&lt;/P&gt;&lt;P&gt;Decimal places        0                     &lt;/P&gt;&lt;P&gt;Output length         1   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On tab value range (Single vals) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This column the text tytle is empty and the value here too is empty &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(text tytle) Fix.val.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;X&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(text tytle) Short text&lt;/P&gt;&lt;P&gt;                                                &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This column  the text tytle is empty but the value here is simbol equal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(text tytle) Fix.val. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(text tytle) Short text &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;                                                       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordial seetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 13:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753471#M1114877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753472#M1114878</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 dont see any problem with passing of 2 single quotes '' or SPACE to this parameter when you call the function. However , have you tried with assigning a default value '' in that parameter and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you execute the function using SE37, it will ask you to pass the value block_new if you leave it blank, then you can provide enter a singe space. But not when you call it from the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Nov 3, 2008 3:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 14:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753472#M1114878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: mean space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753473#M1114879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank at all for you attention,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the profile of the user remote (ACTV 02 (changed)) on the funtion remote.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 16:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mean-space/m-p/4753473#M1114879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T16:02:03Z</dc:date>
    </item>
  </channel>
</rss>

