cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Subscribe

Hi to all,

I'm working with Adobe Forms and I need to show the photo of an employee depending on his personal number.

So I can“t put the location of the image directly on the URL box of the object.

Does any one knows how to show jpg images dynamically?.

I can do it with Smartforms but I don“t know how to with Adobe Forms.

Thanks.

Nico.-

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

I'm working with Nico. We already could show photos dynamically in our Adobe form, uploading them into the Unix server (into AL11) and then referencing the path dynamically. But we still can't show the photos of the employees. The problem that we have now is that we would need a path of the photos on the server to be able to show them in the Adobe form, but we actually couldn't find the path where they are physically stored.

The photos are being stored with ArchiveLink, using the content repository YE, which is configured as follows:

Content Repository: YE

Description: ...

Document Area: ArchiveLink

Storage type: SAP System Database

Rep. Sub-Type: Normal

Protocol: SAPAL

Version Number: 0046

Contents Table: ZCONT_DB --->> the structure of this table corresponds to the table SDOKCONT1

Transfer directory: Z_GRAF_EMPLEADOS2

Physical path: O:\DACON_RH\Sapgraf_prl\

When calling 'HR_IMAGE_EXISTS' and 'SCMS_DOC_URL_READ' functions to get the URLs of the photos, those functions return URLs like this:

SAPR3://SAPR3CMS/get/070/YE/45C3EED1A64E1956E10000000AFA081B/DATA

but those URLs don't work in our Adobe form as the path of the photo (the photo isn't shown when we put that URL in the place of the path).

Does anyone know where could be the photos physically stored or what can I do to solve this problem?

Thanks!

Dani