<?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: Spaces between two variables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677249#M1290661</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;write like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;concatenate matnr '-' vbeln into x separated by space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 08:32:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T08:32:31Z</dc:date>
    <item>
      <title>Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677248#M1290660</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;I need spaces between variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matnr space - space vbeln something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 08:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677248#M1290660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T08:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677249#M1290661</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;write like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;concatenate matnr '-' vbeln into x separated by space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 08:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677249#M1290661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T08:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677250#M1290662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poonam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

write : matnr ' '  vbeln.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhinab Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 08:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677250#M1290662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T08:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677251#M1290663</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 would suggest you to make use of &lt;STRONG&gt;CONCATENATE&lt;/STRONG&gt; to achive this.&lt;/P&gt;&lt;P&gt;First concatinate matnr and vblen into a local variable and then display that variable to the user.&lt;/P&gt;&lt;P&gt;SYNTAX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE matnr vblen INTO result SEPARATED BY space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 08:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677251#M1290663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T08:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677252#M1290664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate MATN '-'  VBELN into FINAL separated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677252#M1290664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T09:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677253#M1290665</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 can concatenate the varibles giving space, hifen, space like ' - '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate var1 ' - ' var2 into field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677253#M1290665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T09:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677254#M1290666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Data : matnr type mara-matnr value'0010000000',
          vbeln type vbak-vbeln value '0020000000'.

data: var(30) type c.

concatenate matnr '-' vbeln into var separated by space.

write: var.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677254#M1290666</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-05-28T09:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677255#M1290667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnks All.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677255#M1290667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T09:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces between two variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677256#M1290668</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;Concatenate with space is the best option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you can also try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a final_var and then concatenate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: final_var(30) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate matnr '-' vbeln into final_var &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;Ramesh Sundaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 10:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-two-variables/m-p/5677256#M1290668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T10:03:39Z</dc:date>
    </item>
  </channel>
</rss>

