cancel
Showing results for 
Search instead for 
Did you mean: 

to send image to a VC model from Backend system

Former Member
0 Kudos

hi Experts,

Is it possible to send images from backend system to the VC model ?????

If yes then how?

Regards,

Sanjyoti.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, it's possible.

In our employee search model we've programmed a BAPI to return a picturelink to a picture of the employee as a simple text string. This is then mapped to an ordinary HTML view which only has one field: url.

In this case all the "hard" work has been done in the back end. I can't tell you exactly how the BAPI is programmed, but the pictures are administrated in transaction PREL and are stored in SAPs content server.

The links look like this: http://host:port/sap/bc/contentserver/300?get&pVersion=0046&contRep=Z2&docId=45C1AECE313D60D9E100000...

If you look at BAPI BAPI_EMPLOYEE_GETDATA (which we have based our new z-bapi on) you will see the docID field values returned from port ARCHIVELINK (field: ARC_DOC_ID).

Henning

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Follow the link below to know where the images are stored in the backend,

https://wiki.sdn.sap.com/wiki/display/VC/Whereareimages+stored