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

create a folder with other user id

Former Member
0 Likes
668

Hi Experts,

I dont have permissons to create unix directory.

Can any one tell me how to write a prog to create a folder on UNIX directory WITH ANOTHER USERS ID each & everytime my prog executes as i dont have sufficient aunthrization.

Thanks

Dan

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
618

Hi,

try it per job:

1) fm job_open

2) SUBMIT zz12345 AND RETURN

USER 'MD001' VIA JOB jobname NUMBER jobcount_lfad

WITH ...

3) fm job_close

A.

Hi,

try it per job:

1) fm job_open

2) SUBMIT zz12345 AND RETURN

USER 'MD001' VIA JOB jobname NUMBER jobcount_lfad

WITH ...

3) fm job_close

A.

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
619

Hi,

try it per job:

1) fm job_open

2) SUBMIT zz12345 AND RETURN

USER 'MD001' VIA JOB jobname NUMBER jobcount_lfad

WITH ...

3) fm job_close

A.

Read only

Former Member
0 Likes
618

hi

good

go through this link,hope this ll help you to solve your problem

http://help.sap.com/saphelp_nw04/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/content.htm

thanks

mrutyun^

Read only

0 Likes
618

Hi MAnn,

Thanks for the reply. But i am still getting sy-subrc = 8 when executed with a valid USER who has all the privileges.

Can an one help?

thanks

Dany

Read only

0 Likes
618

Dear Dan,

please post your coding

kind regards

Andreas