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

how to get file path

Former Member
0 Likes
817

Hi,

I am working on HR. I want send a mail to the user along with the employee photo. We are uploading the Photos to PA30 using OAOH T Code. My Question is how can i get the path of the picture where it got stored in application server.

I am sending the mail through FM SO_NEW_DOCUMENT_ATT_SEND_API1.

Regards,

Srinath

Hi,

I am working on HR. I want send a mail to the user along with the employee photo. We are uploading the Photos to PA30 using OAOH T Code. My Question is how can i get the path of the picture where it got stored in application server.

I am sending the mail through FM SO_NEW_DOCUMENT_ATT_SEND_API1.

Regards,

Srinath

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
752

check fm HR_IMAGE_INIT,HR_IMAGE_EXISTS

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
752

Ignore

Edited by: Keshav.T on Jan 20, 2010 2:53 AM

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
752

Ignore

Edited by: Keshav.T on Jan 20, 2010 2:53 AM

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
752

You can get the url ...

Please use proper subject in future

check the sub routine PERFORM URL_GET of function module HR_IMAGE_SHOW.

There are two function modules ( HR_IMAGE_EXISTS & SCMS_DOC_URL_READ ) used for retreiving the url.