<?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 Errors in Transaction SHMA - Binding has invalid value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105295#M1509029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a shared memory area in transaction SHMA  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I entered the area name and the root class name and just kept all the default values.   When I do a syntax check I get 2 major errors 1.  Binding has invalid value, and 2.  Synchronization has invalid value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any settings for these attributes - has anybody seen this before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jul 2010 18:59:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-29T18:59:58Z</dc:date>
    <item>
      <title>Errors in Transaction SHMA - Binding has invalid value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105295#M1509029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a shared memory area in transaction SHMA  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I entered the area name and the root class name and just kept all the default values.   When I do a syntax check I get 2 major errors 1.  Binding has invalid value, and 2.  Synchronization has invalid value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any settings for these attributes - has anybody seen this before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 18:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105295#M1509029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T18:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Transaction SHMA - Binding has invalid value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105296#M1509030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; When I do a syntax check I get 2 major errors 1.  Binding has invalid value, and 2.  Synchronization has invalid value.&lt;/P&gt;&lt;P&gt;Make sure that you created the class with option "shared memory enabled"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I entered the area name and the root class name and just kept all the default values.&lt;/P&gt;&lt;P&gt;You must also create at least one instance attribute, otherwise I don't see what you will store in memory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 22:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105296#M1509030</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-29T22:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Transaction SHMA - Binding has invalid value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105297#M1509031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sandra.  My class does have an attribute.  It is a table of some fields from the material master that I'will need to access  from another program.  I was just thinking, do I have to generate an instance of the class before I do the syntax check?  Is the syntax performed on the instance or the definition of the shared memory area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 02:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105297#M1509031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T02:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Transaction SHMA - Binding has invalid value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105298#M1509032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I was just thinking, do I have to generate an instance of the class before I do the syntax check?   Is the syntax performed on the instance or the definition of the shared memory area?&lt;/P&gt;&lt;P&gt;I don't understand what you mean. The syntax check is only about abap code, so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, what class are you talking about? Is it the root class, or the generated class corresponding to the handling of the shared memory area (the one with the same name as the area)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are tips to understand the relationships between the area and related ABAP classes:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create area Z_MY_AREA via transaction SHMA, choose a ZCL_MY_DATA root class name (must either exist or it can be created manually within SHMA; it must have attribute "SHARED-MEMORY ENABLED") &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You must define in this ZCL_MY_DATA class at least one instance attribute&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;When you save the area, SAP creates automatically a class with the same name as the area (Z_MY_AREA), which inherits CL_SHM_AREA (which itself inherits CL_ABAP_MEMORY_AREA), and with an attribute named "ROOT" type ref to ZCL_MY_DATA&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 09:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105298#M1509032</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-30T09:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Transaction SHMA - Binding has invalid value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105299#M1509033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it, I was following a tutorial that left out a piece or two.  I had my objects right but I was incorrectly using my root class.  I also was doing a detach_commit on the incorrect instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help you got me pointed in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 18:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-transaction-shma-binding-has-invalid-value/m-p/7105299#M1509033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T18:11:35Z</dc:date>
    </item>
  </channel>
</rss>

