cancel
Showing results for 
Search instead for 
Did you mean: 

Help Please: Smart Form Object in BSP-Website

Former Member
0 Kudos

Hi,

I need some help by developing a new part of our BSP-Application: I got a graphic (bmp) on Business Document Server(se78). I also need the same graphic displayed in BSP-Website. I found some help in http://help.sap.com/saphelp_470/helpdata/de/3e/c4308945ca4953bb100b9661eab3c2/content.htm

but I really don't know how to use. I tried to get the graphic with <IMG SRC="http://xxxx/sap/bc/bsp/smart_forms/gr/graphics/bmap/BCOL/TEST1.BMP"> in Layout of the BSP-Site, but the picture wasn't shown. Please help me..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if your purpose is to show the image in bsp page then upload image thru mime objects

right click mime and create new mime obj

now simply drag and drop it in you src path of <img>

regards

Former Member
0 Kudos

Hi,

the image should be loaded in time. Mimes has to be transported. OnInputProcessing the image will be created and put on the Business Documents Server. Next step is to show it in BSP.

Regrads,

Britta

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

the path has to be sap/bc/bsp/smart_forms/gr/<object>/<id>/<type>/<name>.bmp

to understand more about it check out this handler code of smart_forms icf service

CL_HTTP_EXT_SMARTFORMS

Regards

Raja

Former Member
0 Kudos

Hi Raja,

thank you for answering. You wrote the path has to be sap/bc/bsp/smart_forms/gr/<object>/<id>/<type>/<name>.bmp

but how can I get the id?

Maybe you can help one more time.

Regards,

Britta

athavanraja
Active Contributor
0 Kudos

you can get the details from table.

SSFXSFBMP

Regards

Raja