Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
<property name="messageKeys">
     <list>
          <value>ET_FOO</value>
          <value>e_BAR</value> value>
          <value>e_RETURN</value>

          <value>ET_RETURN</value> value>
          <value>ET_MESSAGES</value>
          <value></value> value>
     </list> list>
</property> property>

To take advantage of automated RFC message handling, you must specify all possible message container names that your RFCs use in the messageKeys property.  Table names are usually all uppercase (these are just keys in a hash); however, output object field names must start with a lowercase letter (this is because the code calls the getter).

...