<?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: please help me in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me/m-p/3725226#M896599</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;see the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW TITLE title.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Parameters: p_name like sy-uname,&lt;/P&gt;&lt;P&gt;p_pas like sy-uname lower case.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN skip 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 2(70) text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 500.&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN '0500' STARTING AT 10 10 ending at 70 14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of it_user occurs 0,&lt;/P&gt;&lt;P&gt;name like sy-uname,&lt;/P&gt;&lt;P&gt;password like sy-uname,&lt;/P&gt;&lt;P&gt;end of it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_user-name = 'sam'.&lt;/P&gt;&lt;P&gt;it_user-password = '123'.&lt;/P&gt;&lt;P&gt;append it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_user-name = 'seenu'.&lt;/P&gt;&lt;P&gt;it_user-password = '321'.&lt;/P&gt;&lt;P&gt;append it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_user-name = 'shanu'.&lt;/P&gt;&lt;P&gt;it_user-password = '123#'.&lt;/P&gt;&lt;P&gt;append it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_user-name = 'vel'.&lt;/P&gt;&lt;P&gt;it_user-password = '321#'.&lt;/P&gt;&lt;P&gt;append it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;check screen-name eq 'P_PAS'.&lt;/P&gt;&lt;P&gt;move: 1 to screen-invisible.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_pas = it_user-name.&lt;/P&gt;&lt;P&gt;write:/ 'authenticated user'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;write:/ 'give the correct password'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will popup for the userid and password &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this can be used while u download the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 06:49:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-23T06:49:09Z</dc:date>
    <item>
      <title>please help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me/m-p/3725225#M896598</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;i have created an ALV report, after execting the report the output comes correctly but my problem is while downloading the output to local file it should ask SAP user id and password,it should be password protected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me how to write code for asking SAP user id and password while downloading, if we give wrong details it should not accept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried using sy-ucomm it captures the value %pc, but how to handle it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me its urgent &lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 06:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me/m-p/3725225#M896598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T06:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: please help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me/m-p/3725226#M896599</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;see the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW TITLE title.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Parameters: p_name like sy-uname,&lt;/P&gt;&lt;P&gt;p_pas like sy-uname lower case.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN skip 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 2(70) text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 500.&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN '0500' STARTING AT 10 10 ending at 70 14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of it_user occurs 0,&lt;/P&gt;&lt;P&gt;name like sy-uname,&lt;/P&gt;&lt;P&gt;password like sy-uname,&lt;/P&gt;&lt;P&gt;end of it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_user-name = 'sam'.&lt;/P&gt;&lt;P&gt;it_user-password = '123'.&lt;/P&gt;&lt;P&gt;append it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_user-name = 'seenu'.&lt;/P&gt;&lt;P&gt;it_user-password = '321'.&lt;/P&gt;&lt;P&gt;append it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_user-name = 'shanu'.&lt;/P&gt;&lt;P&gt;it_user-password = '123#'.&lt;/P&gt;&lt;P&gt;append it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_user-name = 'vel'.&lt;/P&gt;&lt;P&gt;it_user-password = '321#'.&lt;/P&gt;&lt;P&gt;append it_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;check screen-name eq 'P_PAS'.&lt;/P&gt;&lt;P&gt;move: 1 to screen-invisible.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_pas = it_user-name.&lt;/P&gt;&lt;P&gt;write:/ 'authenticated user'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;write:/ 'give the correct password'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will popup for the userid and password &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this can be used while u download the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 06:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-me/m-p/3725226#M896599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T06:49:09Z</dc:date>
    </item>
  </channel>
</rss>

