<?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 Will hyphens in generated work-flow code cause problems in ECC5? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/will-hyphens-in-generated-work-flow-code-cause-problems-in-ecc5/m-p/1890485#M372909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;notice that generated workflow code has hyphens where you wouldn't expect them, e.g. "object-key-material".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will these hyphens cause problems after upgrade to ECC5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They do in generated ReportWriter/Query code, and that's why I'm asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Also posted in BPM Workflow forum.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2007 14:27:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-10T14:27:04Z</dc:date>
    <item>
      <title>Will hyphens in generated work-flow code cause problems in ECC5?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/will-hyphens-in-generated-work-flow-code-cause-problems-in-ecc5/m-p/1890485#M372909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;notice that generated workflow code has hyphens where you wouldn't expect them, e.g. "object-key-material".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will these hyphens cause problems after upgrade to ECC5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They do in generated ReportWriter/Query code, and that's why I'm asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Also posted in BPM Workflow forum.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 14:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/will-hyphens-in-generated-work-flow-code-cause-problems-in-ecc5/m-p/1890485#M372909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Will hyphens in generated work-flow code cause problems in ECC5?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/will-hyphens-in-generated-work-flow-code-cause-problems-in-ecc5/m-p/1890486#M372910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David, I think what you are referring to are nested structures, or in some cases "Deep" Structures.   I have tested this senario in my Netweaver 2004s system and there are no problems with this coding.    However, this does not mean all will be ok in your case.  I think that it really depends on how the structure(or deep structure) is used in the program and if the unicode checker is turned on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

REPORT zrich_0001.

TYPES: BEGIN OF t_sub,
       sub(10) TYPE c,
       END OF t_sub.

TYPES: BEGIN OF t_object,
       object TYPE t_sub,
       END OF t_object.

TYPES: BEGIN OF t_main,
       main TYPE t_object,
       END OF t_main.

data: xvar type t_main.


CHECK xvar-main-object-sub IS INITIAL.

&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 15:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/will-hyphens-in-generated-work-flow-code-cause-problems-in-ecc5/m-p/1890486#M372910</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-10T15:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Will hyphens in generated work-flow code cause problems in ECC5?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/will-hyphens-in-generated-work-flow-code-cause-problems-in-ecc5/m-p/1890487#M372911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I didn't recognize them for what they were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick turnaround&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 15:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/will-hyphens-in-generated-work-flow-code-cause-problems-in-ecc5/m-p/1890487#M372911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T15:29:29Z</dc:date>
    </item>
  </channel>
</rss>

