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

windows security

Former Member
0 Likes
531

hai

In an abap program i am trying to save some text files. In that if i am running the program from a pc on the same Windows domain environment it works fine.But the same prog if i am running it from a different domain of from a work group PC it throws an error.

Is there any Fm to pass the windows domain name and its user name and password.

Kindly Revert

4 REPLIES 4
Read only

Former Member
0 Likes
509

Use this method -> cl_gui_frontend_services=>environment_get_variable

also chk this link

http://help.sap.com/saphelp_erp2004/helpdata/en/c1/7f56d32e243141a1595268bfcf351a/frameset.htm

Read only

0 Likes
509

i need to access the remote PC with its Domain name , Login id and password in windows.

Read only

Former Member
0 Likes
509

Hello,

Check the input fields which u r giving.

i.e Give the input fields that is if is lower case or upper case letters.

Read only

Former Member
0 Likes
509

Use GUI_DOWNLOAD with NO_AUTH_CHECK variable as 'X'.