<?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: structure value population in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174402#M755401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first change the type of l_p, then it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u try change that as n or i.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2007 05:10:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-07T05:10:54Z</dc:date>
    <item>
      <title>structure value population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174401#M755400</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;my structure field data1 contains the following value : S1USSALARY  0100000000    USD                00000000###/S/######Pb #                1002#####p#####        ###########        #####&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data1(250) type c .&lt;/P&gt;&lt;P&gt;l_p  type p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want move this values into another structure . but the data is not getting populated into another field .&lt;/P&gt;&lt;P&gt;l_p = data1 + 53(10) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this step there is no value in l_p .&lt;/P&gt;&lt;P&gt;Can you give some inputs in this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174401#M755400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T05:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: structure value population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174402#M755401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first change the type of l_p, then it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u try change that as n or i.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174402#M755401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T05:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: structure value population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174403#M755402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the problem is u want to move the character value to a number field.&lt;/P&gt;&lt;P&gt;declare like l_p(10) TYPE C&lt;/P&gt;&lt;P&gt;and then assign  l_p = data1+53(10) &lt;/P&gt;&lt;P&gt;it will get populated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174403#M755402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T05:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: structure value population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174404#M755403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here i tried to conver the data1(char ) and l_p is in packed type .&lt;/P&gt;&lt;P&gt;I used the FM char_pack_conversion . that is giving error that character input is not identified.&lt;/P&gt;&lt;P&gt;I want to move the char value to packed value .&lt;/P&gt;&lt;P&gt;That is my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-value-population/m-p/3174404#M755403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T05:20:41Z</dc:date>
    </item>
  </channel>
</rss>

