<?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 field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100873#M437978</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 export the values in the structure CSTMAT using this command in MV45AFZB:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT CSTMAT TO MEMORY ID '$CSTMAT$'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can import the values of this structure back into a workarea in MV45AFZZ using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_CSTMAT TYPE CSTMAT. "Work area must of the same structure&lt;/P&gt;&lt;P&gt;IMPORT WA_CSTMAT FROM MEMORY ID '$CSTMATS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoep this helps,&lt;/P&gt;&lt;P&gt;Sumant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 18:22:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-03T18:22:51Z</dc:date>
    <item>
      <title>Structure field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100869#M437974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a field called stlal filled in mv45afzb (in the struture cstmat), I need to use this indicator in mv45afzz. because this is the only one i have to differentiate the alternatives bom's in creating sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u give me an idea how can i get the that value.....if u have give me some sample code too....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i get the value by using export import concept ...if yes how???&lt;/P&gt;&lt;P&gt;can i get the value by using ASSING...how..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 18:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100869#M437974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Structure field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100870#M437975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would simply export it to memory and import it on the other side.  It is easiest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;export field  to memory id 'MV45_MEM'.



import field from memory id 'MV45_MEM'.&lt;/CODE&gt;&lt;/PRE&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>Tue, 03 Apr 2007 18:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100870#M437975</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-04-03T18:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Structure field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100871#M437976</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;Where do you see this field ( CSTMAT-STLAL) in MV5AFZB. I checked entire SAPMV45A with all of its include and neither this structure ( CSTMAT ) not this field (STLAL) is used or defined anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plese clarify, where do you see this field and what exactly you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 18:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100871#M437976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T18:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Structure field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100872#M437977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi RS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not there..I DENIFED there because that is only the struture having the value of stlal.......if anything else is there tell me....according to me...that is only the one having value....so i used that one.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 18:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100872#M437977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T18:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Structure field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100873#M437978</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 export the values in the structure CSTMAT using this command in MV45AFZB:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT CSTMAT TO MEMORY ID '$CSTMAT$'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can import the values of this structure back into a workarea in MV45AFZZ using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_CSTMAT TYPE CSTMAT. "Work area must of the same structure&lt;/P&gt;&lt;P&gt;IMPORT WA_CSTMAT FROM MEMORY ID '$CSTMATS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoep this helps,&lt;/P&gt;&lt;P&gt;Sumant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 18:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100873#M437978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T18:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Structure field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100874#M437979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Q) can i get the value by using export import concept ...if yes how???&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) &amp;lt;b&amp;gt;Yes,&amp;lt;/b&amp;gt; and it is the best process to get the values to be peristent across sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the mv45afzb (in the struture cstmat), Afer getting the indicator value, use the EXPORT statement as follows::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EXPORT FIELD TO MEMORY ID 'INDICATOR'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the IMPORT statement in the mv45afzz to get the value for the indicator as follows::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IMPORT FIELD FROM MEMORY ID 'INDICATOR'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Q) can i get the value by using ASSING...how..??&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A) Its not possible using ASSIGN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 18:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100874#M437979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T18:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Structure field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100875#M437980</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;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In program MV45AFZB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
...
data: v_stlal like cstmat-stlal.

v_statl = cstmat-stlal.
export v_statl to memory id 'STLAL'.
... 
&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;In program MV45AFZZ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
...
data: v_stlal like cstmat-stlal.

import v_stlal from memory id 'STLAL'.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 18:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-field/m-p/2100875#M437980</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-04-03T18:26:33Z</dc:date>
    </item>
  </channel>
</rss>

