<?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: Query reagarding spaces in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842416#M1132752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;This is how I am moving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:c_blank1(7) TYPE c ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_items = c_blank1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 17:32:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T17:32:37Z</dc:date>
    <item>
      <title>Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842409#M1132745</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;Please clarify me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to give 7 spaces for a variable so I declared as&lt;/P&gt;&lt;P&gt;    c_blank1(7)            TYPE c VALUE '       ',&lt;/P&gt;&lt;P&gt;do I get 7 spaces in the output?&lt;/P&gt;&lt;P&gt;As during debugging when I populate the variable c_blank1 I cannot move the cursor to check whether spaces are created or not. I mean no spaces in debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Srik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 16:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842409#M1132745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T16:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842410#M1132746</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;you have to give 7 spaces for it like&lt;/P&gt;&lt;P&gt;c_blank1(7) TYPE c VALUE ' _______'.&lt;/P&gt;&lt;P&gt;                                             |&lt;/P&gt;&lt;P&gt;                                             -&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;&amp;gt; 7 spaces.&lt;/P&gt;&lt;P&gt;Amresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amresh kumar  Panda on Dec 2, 2008 10:24 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amresh kumar  Panda on Dec 2, 2008 10:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 16:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842410#M1132746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T16:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842411#M1132747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ameresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have give the same way but I wanted to know can we check the spaces during debugging.&lt;/P&gt;&lt;P&gt;I mean can we move our cursor 7 spaces in the debugging screen for that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Srik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842411#M1132747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T17:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842412#M1132748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi ameresh,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have give the same way but I wanted to know can we check the spaces during debugging.&lt;/P&gt;&lt;P&gt;&amp;gt; I mean can we move our cursor 7 spaces in the debugging screen for that value.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks and regards,&lt;/P&gt;&lt;P&gt;&amp;gt; Srik&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;Click on pencil(Edit) button and give 7 spaces and enter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842412#M1132748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T17:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842413#M1132749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes we can i think, but i dont think u can see that in debugging but its effect will shown in output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842413#M1132749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T17:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842414#M1132750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean I have declared already and moving the blanks into the Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There in the structure I just want to check whether spaces have be send to the varaible or not.&lt;/P&gt;&lt;P&gt;But I am not able to check as I see no spaces in the debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842414#M1132750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T17:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842415#M1132751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; But I am not able to check as I see no spaces in the debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means spaces has not been passed correctly yet.&lt;/P&gt;&lt;P&gt;how you are passing the space to fields?Show you codeing block(you have moved the space.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842415#M1132751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T17:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842416#M1132752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;This is how I am moving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:c_blank1(7) TYPE c ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_items = c_blank1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842416#M1132752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842417#M1132753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; wa_items = c_blank1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now show your wa_items data declearation?&lt;/P&gt;&lt;P&gt;Is wa_items is work area of internal table?if yes than you must use &lt;STRONG&gt;modify Itab from wa_items&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842417#M1132753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T17:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842418#M1132754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is How I declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: wa_items TYPE zpayload_wrapper_time_reco_tab WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this value is going to XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 07:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842418#M1132754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842419#M1132755</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;Please clarify me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to give 7 spaces for a variable so I declared as&lt;/P&gt;&lt;P&gt;c_blank1(7) TYPE c VALUE ' ',&lt;/P&gt;&lt;P&gt;do I get 7 spaces in the output?&lt;/P&gt;&lt;P&gt;As during debugging when I populate the variable c_blank1 I cannot move the cursor to check whether spaces are created or not. I mean no spaces in debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Srik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 07:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842419#M1132755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T07:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842420#M1132756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; As during debugging when I populate the variable c_blank1 I cannot move the cursor to check whether spaces are created or not. I mean no spaces in debugging.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change to hexa display and you'll see if the spaces are there or not (20 is the value for space (or 2000 if the system is unicode)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 07:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842420#M1132756</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-12-03T07:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842421#M1132757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default character initial value will be spaces, no need to specify VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to check in debug mode, double click the variable / field and check it's hex value. (click magnify button on right, or in new debugger you can choose hexadecimal value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show you - 202020202020..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20 hex is for space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 07:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842421#M1132757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T07:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842422#M1132758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no u dont get 7 spaces there is no difference between a manual set spaces and automatically filled spaces in type char. the value of ur variable is initial that means 'nothing' .Try work with length of variable check command 'describe'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 09:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842422#M1132758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T09:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Query reagarding spaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842423#M1132759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 17:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-reagarding-spaces/m-p/4842423#M1132759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T17:54:50Z</dc:date>
    </item>
  </channel>
</rss>

