Application Development 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: 

windows security

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

Use GUI_DOWNLOAD with NO_AUTH_CHECK variable as 'X'.