<?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: CATT Script error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547780#M853507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you have recorded a transaction (SU01) to assign roles to a user. My experience with eCATT is that sometimes for unknown reasons dynpro data are no longer recognized by the scripts.&lt;/P&gt;&lt;P&gt;Therefore, I would suggest to assign roles to users using &lt;STRONG&gt;BAPI_USER_ACTGROUPS_ASSIGN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that this BAPI works using a "&lt;EM&gt;Delta&lt;/EM&gt;" mechanism. If a user has already two roles assigned and you want to add a third role you have to read the assigned roles first (using &lt;STRONG&gt;BAPI_USER_GET_DETAIL&lt;/STRONG&gt; ) and provide all three &lt;SPAN __jive_emoticon_name="alert"&gt;&lt;/SPAN&gt; role assignments for BAPI_USER_ACTGROUPS_ASSIGN. If you just provide the third role the other roles will be unassigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 21:21:23 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-03-17T21:21:23Z</dc:date>
    <item>
      <title>CATT Script error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547778#M853505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a CAT Script using SECAT and Test configuration...I am able to execute with a Vvariant file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here whats happening...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its only creating only one user in the list and that too with out roles...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to assign multiple roles..I have defined in the variant file like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZROLE&lt;/P&gt;&lt;P&gt;ROLE1,ROLE2    is there any other format...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 19:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547778#M853505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T19:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Script error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547779#M853506</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;I have figured why only one Id was created coz...i wasnt maintaining Idex values...I have ran the script now it has created all the user ids..but where ever i have mantioned the Multiple roles as Role1,Role2 ..but no roles assigned to the user ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deleted all the users and tried to execute the Test COnfig once again...with ROLEs format like ROL1 ROl2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting this error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Control data is obsolete, rerecord (VERBS-NAME: CreateObject CATT: &amp;lt;none&amp;gt; Callno: 000001)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 20:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547779#M853506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T20:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Script error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547780#M853507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you have recorded a transaction (SU01) to assign roles to a user. My experience with eCATT is that sometimes for unknown reasons dynpro data are no longer recognized by the scripts.&lt;/P&gt;&lt;P&gt;Therefore, I would suggest to assign roles to users using &lt;STRONG&gt;BAPI_USER_ACTGROUPS_ASSIGN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that this BAPI works using a "&lt;EM&gt;Delta&lt;/EM&gt;" mechanism. If a user has already two roles assigned and you want to add a third role you have to read the assigned roles first (using &lt;STRONG&gt;BAPI_USER_GET_DETAIL&lt;/STRONG&gt; ) and provide all three &lt;SPAN __jive_emoticon_name="alert"&gt;&lt;/SPAN&gt; role assignments for BAPI_USER_ACTGROUPS_ASSIGN. If you just provide the third role the other roles will be unassigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 21:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547780#M853507</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-03-17T21:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Script error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547781#M853508</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 check in your input flat file.whether the corresponding screen field (VERBS-NAME) value is there or not.if it is not there you have to give.if it is there pls check the value is correct or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 03:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-script-error/m-p/3547781#M853508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T03:52:33Z</dc:date>
    </item>
  </channel>
</rss>

