cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic image in table in adobe PDF form

Former Member
0 Kudos

Hi experts

I have been using a table in interactive form . In table

I have a image field in which I want to insert employee pic which is comming in table as a URL . I have craeted a image field and attached tha table field to it but its not displaying it .

Do any one have any other solution to get dynamic image ( which is comming from R-3 ) in table

Regards

Abhay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,abhay

Use something like this:

String url = WDURLGenerator.getAbsoluteWebResourceURL

(wdComponentAPI.getDeployableObjectPart(),"sap_travel_request.jpg");

wdContext.currentDataSourceElement().setSapTravelRequestUrl(url);

where SapTravelRequestUrl is context attribute of type String,that is binded to your

ImageField element.

Regards,

Michael

Former Member
0 Kudos

hi friends,

we r using HRWPC_RFC_EP_READ_PHOTO_URI"this standard bapi.

when we r using in front end using web dynpro in interactive form pdf we r not geting image