cancel
Showing results for 
Search instead for 
Did you mean: 

Add an attachment option in FPM PersInfo-personnel id details screen

vinay_baji2
Active Participant
0 Kudos

Hi,

We have a requirement to add an attachment in the ESS -Personal Profile Page -> Personal id details page. The employee should be able to add documents specific to his details and his family's details on the edit details page.

In order to do this, I have referred to the below page: https://archive.sap.com/discussions/thread/3145983 and also tried to understand the FPM_ATTACHMENT_WRAPPER to see how I can use it for my case.

But somehow the threads that I find do not completely relate to my need.

I was expecting to find a 'file upload' option under 'display type' dropdown for the structure elements, but there is no 'file upload' option in the drop down list (screenshot added below).

file-upload-option.jpg

Could someone please help me understand how to achieve the option of providing attachment in this detail screen. We plan to store the uploaded files in DMS.


Regards,

Vinay


Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205613
Participant
0 Kudos

Dear Vinay,

Please have a look at the webdynpro application

FPM_TEST_ATTACHMENT_ECM_OVP with the application configuration

FPM_TEST_ATTACHMENT_ECM_OVP.

Inside you will find configuration ID e.g.

FPM_TEST_ATTWRAPP_KPROTSAVE_LA

where you see the configuration

FPM_TEST_ATT_KPRO_TSAVE_LIST_ATS inside. The upload of the document is done via a popup which is called with the button "Attachment" in the List ATS configuration. The list itself only shows the already attached documents and links as a list.

We from FPM side provide storing data in our application in KPRO or ECM. If you want to store the data by yourself in a separate database this needs to be done by yourself.

Regards

Heike Leopold

Development FPM