<?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: SECURE STORAGE ISSUE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711696#M1872139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominik,&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;I did do that and in the return structure ls_bapiret2, it is giving me the below error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Access to the entry /&amp;lt;namespace&amp;gt;/lv_ident in the secure storage is denied".&amp;nbsp; I did see the SECSTORE1 still no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it something to do with the authorizations? I have been assigned SAP_ALL..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 10:37:34 GMT</pubDate>
    <dc:creator>MuraliBhat</dc:creator>
    <dc:date>2014-10-31T10:37:34Z</dc:date>
    <item>
      <title>SECURE STORAGE ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711693#M1872136</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;My question is regarding SECURE STORAGE(SECSTORE). A brief introduction. We are trying to save the password entries in the SECURE STORAGE! SECSTORE is a place where we can save our Credentials securely.. In our application we are maintaining the Password in the table. When we try to create new entry in this table, before saving the entries we insert it into Secstore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Even though entry exists in the table and we have successfully created an application entry in SECSTORE, but unfortunately when I try to check for my entries(In SECSTORE) it shows ‘No entries found’!! &lt;/LI&gt;&lt;LI&gt;When I debugged the report, I saw the method which calls the function SECSTORE_INSERT_ITEM, returns me an “Internal Error” Exception which means it’s not inserting into table RSECTAB(where SECURE data are saved)&lt;/LI&gt;&lt;LI&gt;Is there any notes that needs to be implemented before doing the entries.. &lt;/LI&gt;&lt;LI&gt;Strangely, when I try to add the data to ADDON table, it saves the data in the SECSTORE, which means there is &lt;STRONG&gt;no&lt;/STRONG&gt; need to implement SAP NOTES nor correction needed. Am I correct? &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As anyone encountered this issue and found the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 01:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711693#M1872136</guid>
      <dc:creator>MuraliBhat</dc:creator>
      <dc:date>2014-10-31T01:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: SECURE STORAGE ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711694#M1872137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missed an information! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADDON is an another application where we are able to view the entries in SECSTORE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 01:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711694#M1872137</guid>
      <dc:creator>MuraliBhat</dc:creator>
      <dc:date>2014-10-31T01:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: SECURE STORAGE ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711695#M1872138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please put a breakpoint at the end of form evaluate_sysubrc and check the values of structure ls_bapiret2 which should give you some more hints on why the internal error exception is raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition: You can also check report SECSTORE01 and see on how the parameetrs of FM SECSTORE_INSERT_ITEM are being filled there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711695#M1872138</guid>
      <dc:creator>DominikKraemer</dc:creator>
      <dc:date>2014-10-31T10:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: SECURE STORAGE ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711696#M1872139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominik,&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;I did do that and in the return structure ls_bapiret2, it is giving me the below error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Access to the entry /&amp;lt;namespace&amp;gt;/lv_ident in the secure storage is denied".&amp;nbsp; I did see the SECSTORE1 still no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it something to do with the authorizations? I have been assigned SAP_ALL..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711696#M1872139</guid>
      <dc:creator>MuraliBhat</dc:creator>
      <dc:date>2014-10-31T10:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: SECURE STORAGE ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711697#M1872140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure actually.&lt;/P&gt;&lt;P&gt;However looking at the following link: &lt;A href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4e/eb2dce10f2398de10000000a42189b/content.htm?frameset=/en/4e/eb2dce10f2398de10000000a42189b/frameset.htm&amp;amp;current_toc=/en/ae/ad1640033ae569e10000000a155106/plain.htm&amp;amp;node_id=65&amp;amp;show_children=true#jump65" title="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4e/eb2dce10f2398de10000000a42189b/content.htm?frameset=/en/4e/eb2dce10f2398de10000000a42189b/frameset.htm&amp;amp;current_toc=/en/ae/ad1640033ae569e10000000a155106/plain.htm&amp;amp;node_id=65&amp;amp;show_children=true#jump65"&gt;System Security - SAP Library&lt;/A&gt; SAP does not allow direct input into the SECSTORE from customer applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try your luck with the Secure Store &amp;amp; Forward interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 08:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711697#M1872140</guid>
      <dc:creator>DominikKraemer</dc:creator>
      <dc:date>2014-11-03T08:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: SECURE STORAGE ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711698#M1872141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dominik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion will try that and let you know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711698#M1872141</guid>
      <dc:creator>MuraliBhat</dc:creator>
      <dc:date>2014-11-03T09:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: SECURE STORAGE ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711699#M1872142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have found a solution on this and (UN)fortunately there are certain steps which we need to follow in order to INSERT entries to SECSTORE.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Security and identity Management people helped us in resolving this issue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 18:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711699#M1872142</guid>
      <dc:creator>MuraliBhat</dc:creator>
      <dc:date>2014-11-04T18:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: SECURE STORAGE ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711700#M1872143</link>
      <description>&lt;P&gt;Murali, I don't assume you can share what steps need to be taken in order to use Secure Storage for custom developments? Secure Storage is exactly what we need from a functionality point of view. It's a shame SAP puts a lock on it, so to speak.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 18:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/secure-storage-issue/m-p/10711700#M1872143</guid>
      <dc:creator>mahlzeit194837</dc:creator>
      <dc:date>2022-06-15T18:53:48Z</dc:date>
    </item>
  </channel>
</rss>

