<?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: Authorization to Webdynpro page in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741378#M1301699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipanjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP team are calling transaction CJ20N in code for updating PS tables, but when we tried to login to Webdynpro page with no roles/profiles, we are able to update the PS tables. What we(Security team) or ABAP team needs to do so that it checks for authorization at the time of Login?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 08:51:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-15T08:51:47Z</dc:date>
    <item>
      <title>Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741375#M1301696</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;ABAP team has developed customized webdynpro page which updates project system(PS) tables. When we created testId with no roles/profiles and logged in with the testID, then this page gets executed with updating PS tables. When we took the trace we found all requried objects which are missing. Can anyone help me how to provide authorization to Webdynpro page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 07:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741375#M1301696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T07:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741376#M1301697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds terrible....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to check authority (or use coding techniques which does it for you...), but that is irrelevant because you should not be updating SAP tables like this anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 07:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741376#M1301697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T07:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741377#M1301698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; ABAP team has developed customized webdynpro page which updates project system(PS) tables. When we created testId with no roles/profiles and logged in with the testID, then this page gets executed with updating PS tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you need to do so?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we took the trace we found all requried objects which are missing. Can anyone help me how to provide authorization to Webdynpro page?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not the way to build a role by searching so blindly.... If you are not using any TCode/report etc. to update the database (which is the best feature of SAP compared to other ERP products) then you should try to study other menu assignment possibilities and make those custom developments Interactive. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dipanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 08:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741377#M1301698</guid>
      <dc:creator>sdipanjan</dc:creator>
      <dc:date>2009-06-15T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741378#M1301699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipanjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP team are calling transaction CJ20N in code for updating PS tables, but when we tried to login to Webdynpro page with no roles/profiles, we are able to update the PS tables. What we(Security team) or ABAP team needs to do so that it checks for authorization at the time of Login?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 08:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741378#M1301699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T08:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741379#M1301700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;  What we(Security team) or ABAP team needs to do so that it checks for authorization at the time of Login?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no checks performed during Login from point of view of AS authorization concept. This need to be fixed by ABAP team why it is happening. If the user has no role then there is no way to update any record. So it is not happening by user interaction I believe. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dipanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 09:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741379#M1301700</guid>
      <dc:creator>sdipanjan</dc:creator>
      <dc:date>2009-06-15T09:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741380#M1301701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if there is any service (SICF) existing for the same, and if some login details are specified there, it will probably be using authorisations of that particular user, rather than the one who is logged on( with no authorisations at all).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 12:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741380#M1301701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T12:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741381#M1301702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is a good observation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check higher up in the node hierarchy for settings, because they cascade down (lower entries inherit higher node attributes, unless specified specifically).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 12:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741381#M1301702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T12:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741382#M1301703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if there is any service (SICF) existing for the same, and if some login details are specified there, it will probably be using authorisations of that particular user, rather than the one who is logged on( with no authorisations at all).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 13:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741382#M1301703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741383#M1301704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thts a good point. I checked SICF service for the webdynpro page, but we didnt provide any Logon details here. Still the issue is open &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 17:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741383#M1301704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T17:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741384#M1301705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chech the nodes in the hierarchy. It inherits the credentials...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 17:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741384#M1301705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T17:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741385#M1301706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked all the nodes in the hierarchy but nowhere we have maintained user crendentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741385#M1301706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741386#M1301707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are going to have to post the code of your WDA for us to proceed further...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741386#M1301707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization to Webdynpro page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741387#M1301708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if there are no user credentials existing in the service, you can maintain login details in the service itself, and the user should only have roles for which you want users to access( change/display) forthe particular application.&lt;/P&gt;&lt;P&gt;Alternatively, If you want to assign different sort of authorisations like change access to a particular group( say the applictaion develor, or super users) and on other hand only the display access to some other group of users you may use the concept of internet users( which in turn refer to refernce users, that can be many).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may refer to the link for more info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/02/4b528c2a8d11d5991f00508b6b8b11/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/02/4b528c2a8d11d5991f00508b6b8b11/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9d/ad58397e9d2d06e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9d/ad58397e9d2d06e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-webdynpro-page/m-p/5741387#M1301708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:46:50Z</dc:date>
    </item>
  </channel>
</rss>

