Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

need image for each product in my database

Former Member
0 Kudos

Can you have somehow attached to each product in the table one image?

I know how to display a image depending of the key that I input. But I only know how to work with images from my computer or a website.

Any ideas regarding this subject?

Would really appreciate it.

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Use [sdn search tool|http://www.sdn.sap.com/irj/scn/advancedsearch?query=materialmasterpicture#rltop], you could find in wiki [Attaching Design Diagram to Material Master|http://wiki.sdn.sap.com/wiki/display/SCM/AttachingDesignDiagramtoMaterialMaster] or [ADDING PICTURES MATERIAL MASTER DATA|http://wiki.sdn.sap.com/wiki/display/ABAP/ADDINGPICTURESMATERIALMASTER+DATA]

You could also call transaction CV01N,

- create a document selecting a correct document type, then

- Originals tab, select the icon - Open Originals, select the path of the Picture and attach the picture.

- Object Links Tab, select the option - Material Master and attach the Material Number to this Document.

Now the picture is attached to the particular Material Number and when you access the MM02/MM03 transaction, on to the additional data screen, tab Document data. System will list the documents attached to this Material. Select the document with the Description as you given earlier and click on Icon Display Original, system will display the Picture.

You could also add pictures via the GOS Generic object servicess icon on transaction MM01/MM02.

Regards,

Raymond