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

share folder mapping from AL11

Former Member
0 Likes
1,965

Hi,

We need to map our share folder from share point server.Network team provided around 50GB shared location
sdc01801\BI-share

Above folder how to see from AL11. I configure above alias into AL11 but we could not see above folder.

How to map this folder so that we can see from AL11.

- Kristene

Hi Kristine,

call function 'GUI_CREATE_DIRECTORY'

exporting

dirname = '//<ip_address>/qfilesvr400/<host>/usr/sap/TST/SYS/Folder1'

exceptions

failed = 1

others = 2.

Reward if useful.

Thanks

Aneesh.

3 REPLIES 3
Read only

Former Member
0 Likes
1,022

hi Jyo,

Take the basis help for the same

Regards,

Santosh

Read only

Former Member
0 Likes
1,022

Santosh ,,

I dont think basis can help for this issue.Is there a way to create directory in diffrent system and so that we can see from Al11..

- kristene

Read only

0 Likes
1,022

Hi Kristine,

call function 'GUI_CREATE_DIRECTORY'

exporting

dirname = '//<ip_address>/qfilesvr400/<host>/usr/sap/TST/SYS/Folder1'

exceptions

failed = 1

others = 2.

Reward if useful.

Thanks

Aneesh.