Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

password protection

Former Member
0 Likes
374

hi all,

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.

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.

can we use sy-ucomm and write the code.

please help me its urgent

thanks in advance.

hi all,

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.

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.

can we use sy-ucomm and write the code.

please help me its urgent

thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
347

Hi ,

One of the ways to achieve this is , remove the standard download button in application tool bar during display of ALv.

Add a custom buton to download the output to desktop,Once this buton is clicked add your logic to pop up for user id and password.

based on validation write custom code to download this to desktop.

regards,

Raghavendra