<?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: encoding url in web dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398618#M1546542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry but what is GUID ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Nov 2010 19:24:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-09T19:24:33Z</dc:date>
    <item>
      <title>encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398616#M1546540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i have creatend an abap webdynpro which send to an Employee pdf file with his details. In the url i have the a variable which contains the employee pernr and the program in the webdynpro controller calculate his details according to this pernr.&lt;/P&gt;&lt;P&gt;Is there a way to hid or encode this part in the url  (cause i dont want that the user will have a way to chabge the pernr no in the url and watch other employee details ) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 18:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398616#M1546540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T18:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398617#M1546541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about this one, but it may be easier to send a GUID instead of the pernr in the URL. If it doesn't exist, you can add a field GUID it to the master data table (and use FM GUID_CREATE to create unique GUIDs). You can use the GUID as a secondary index since it can identify the employee. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Roel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398617#M1546541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T19:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398618#M1546542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry but what is GUID ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398618#M1546542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398619#M1546543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GUID = Global Unique IDentifier. It is a generated string of characters and always unique (example: DFEC37D77015D8F19D1B005056995118). Attach it to the masterdata table of your employees and you can identify the employee with this GUID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Roel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398619#M1546543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T19:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398620#M1546544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a reverse fm GUID - which i send it the uniqe string and get the pernr back ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because i want it both ways&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398620#M1546544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398621#M1546545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another approach would be to avoid sending any personal data in the URL at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application could check the logon userid and retrieve the personnel number. Then produce the PDF only for the logged on user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398621#M1546545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T19:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398622#M1546546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should generate a GUID for every employee in your database and save it in the same table. For instance you have employee 1234. You run FM GUID_CREATE and the GUID is DFEC37D77015D8F19D1B005056995118. Now save this GUID in the table where your employee master data is stored (use an append structure or so). When you generate the URL include this GUID instead of the pernr so something like &lt;A href="http://my.system/wdapp/get_details?guid=DFEC37D77015D8F19D1B005056995118" target="test_blank"&gt;http://my.system/wdapp/get_details?guid=DFEC37D77015D8F19D1B005056995118&lt;/A&gt;. In your application you can select the corresponding employee from the masterdata table as you saved the GUID with his pernr. I can't make it simpler than this &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob's approach is the best way to go, security-wise! But it requires that all employees have a user ID in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Roel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 20:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398622#M1546546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T20:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398623#M1546547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am sending the url to the user microsoft inbox there he will press the url link and will get the pdf. he is loging in in a non dialog usr i define in the webdynpro in order to get into the sap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 20:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398623#M1546547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T20:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: encoding url in web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398624#M1546548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a single general userid for all users or does each employee have a unique userid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 20:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encoding-url-in-web-dynpro/m-p/7398624#M1546548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T20:12:30Z</dc:date>
    </item>
  </channel>
</rss>

