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: 

Saving employees documents

brunoambrozio
Participant
0 Kudos
158

Hi folks,

I have a requirement where I need to develop a program and save a list of employees documents to be accessed through PA10, PA20 or PA30.

I have searched some RFC or CLASS to save these documents on the same repository, table or whatever that these transactions call, but without success.

Anyone has idea how can I solve it?

Thanks.

Bruno

1 ACCEPTED SOLUTION

former_member201275
Active Contributor
0 Kudos
126

I am not sure how, or why, this has to be done through a bespoke program when there is a standard way of doing this without the need for writing code:

http://wiki.scn.sap.com/wiki/display/ERPHCM/How+to+Upload+Employee+Documents+in+SAP+HCM

Maybe you can go through some of the transactions etc., in this link and see if you can find code here that does what you want?

If this doesn’t help, please provide more detail.

3 REPLIES 3

former_member201275
Active Contributor
0 Kudos
127

I am not sure how, or why, this has to be done through a bespoke program when there is a standard way of doing this without the need for writing code:

http://wiki.scn.sap.com/wiki/display/ERPHCM/How+to+Upload+Employee+Documents+in+SAP+HCM

Maybe you can go through some of the transactions etc., in this link and see if you can find code here that does what you want?

If this doesn’t help, please provide more detail.

0 Kudos
126

Hi Glen,

Thank you for your tip and sorry for the late reply.

Our team has found a solution following the tutorial below:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5...

Thanks!

0 Kudos
126

Glad you found the answer, and thank you for posting the solution here. Nice doc!