How to add Material photo in SAP

Hi folks,
    Does anybody know how to add material photo to material No?
     As now, when our old spare parts are bad, maintanance user have to find a new one to replace, so they need to provide the material No to warehouse user or purchase dept.
    But now as there are a lot of spare parts in SAP, iIt's difficult for them to appoint SAP material No from layout, so we want to add photo to material No.
Great thanks!
Li Jing
Edited by: Li Jing on Apr 2, 2010 12:14 PM

When viewing material, from main menu select System > Services for Object.
You may get a choose object type option, if you do, choose a std way to work e.g. always use Object = Material.
You'll then get a mini free floating toolbar. Select the far left Icon and Create an attachment. Navigate to your picture and upload.
To view the picture, select the Icon second left (this is greyed out if there are no attachments).
You can attach any number of pictures or Word documents etc.
Regards,
Nick

Similar Messages

  • How to add check box in SAP B1 grid controls..

    hi all,
    Anyone know how to add check box in SAP grid control?
    It will be great if you could show me some sample code.
    thanks.
    regards,
    sohch

    Hi Sohch,
    1. First of all you should define the Column in a matrix as it_CHECK_BOX. Like
            oColumns = oMatrix.Columns
            oColumn = oColumns.Add("chk_YesNo", SAPbouiCOM.BoFormItemTypes.it_CHECK_BOX)
            oColumn.TitleObject.Caption = "YesNo"
            oColumn.Width = 60
            oColumn.Editable = True
    2. Bind it with a DBDataSource as defined
            oColumn = oColumns.Item("chk_YesNo")
            oColumn.DataBind.Bind("UDTable", "U_YesNo")
    3. Make Sure that the value that is being put into the Database is either 'Y' or 'N'.
    Hope this Helps
    Rizwan Hafeez
    Team Lead
    SAP Addon Development Section
    Abacus Consulting - Pakistan

  • How to add a photo from a collection to a book in Lightroom 4.1?

    How to add a photo from a collection to a book in Lightroom 4.1?

    Save the book, then go back to Library and add the photos there.

  • How to add material group in rvinvoice standard script?

    how to add material group in rvinvoice standard script?
    regards

    Hi
    You have to copy the standard script first .
    you need to write External subroutine in layout.
    This is just for basic info..you can search in sdn external subroutines in script..you get so many inputs.
    Thanks

  • How to add Material type(MTART) field on Selection screen of MB5B transaction code.

    Hi All,
        Please let me know how to add material type field on selection screen of MB5B transaction
    For that i made copy ZMB5B_COPY of original report RM07MLBD.
    Thanks in adv .
    Samadhan

    Hi,
    Once you copied the standard report to Z report, you can MTART in selection screen like below.
    and in order to inlcude the same in programming logic, we have three option.
    1) Check all related select queries, and include MTART in SELECT query using inner join with MARA.
    2) In START-OF-SELECTION event fill MATNR as shown below.
    3) If user entered any value in MTART, then before displaying the report just check material type of each material in the final internal table(which is used to display report) delete enteries from internal table accordingly.
    START-OF-SELECTION.
    IF MTART[] IS NOT INITIAL AND MATNR[] IS INITIAL.
        SELECT MATNR FROM MARA INTO MATNR-LOW WHERE MTART IN MTART.
          MATNR-OPTION = 'EQ'.
          MATNR-SIGN = 'I'.
          APPEND MATNR.
          CLEAR MATNR.
        ENDSELECT.
    ENDIF.
    The above option has one limitation: The selection screen variables has some restriction, please read the below thread.
    Facing problem in select statement dump DBIF_RSQL_INVALID_RSQL CX_SY_OPEN_S
    Getting Dump in the select query has more than 2000 entries
    Hope this will work for you .
    regards,
    Rajesh Sadula.

  • How to add drop down in SAP screen module pool

    Hi,
    Can you please advise me on how to add drop down in SAP module pool screen (a drop down with fixed set of values).
    Thanks
    Mohit

    Hi,
    Hope it helpful.
    Refer the Program : rsdemo_dropdown_listbox
    Regards,
    Venkat.

  • HT1296 how to add new photos without deleting the existing photos in ipad

    Hi,
    Can anyone tell me how to add new photos/PDF books from my PC to iPad without deleting the exsting data in iPad?

    Hello AJ2349
    If it is prompting you that it will replace the data on your iPhone, then that is typically the result of syncing with a different computer. The only way you can bypass that is to replace the media on your device and then sync. Now it will only replace items that would be considered purchased items like music, movies, TV shows and Apps and would not delete any pictures from your iPhone. Alternatively you can setup a Shared Photo Stream and then add the Photos there without syncing your iPhone with your computer. Check out the articles below for more information.
    iOS: Issues syncing content with multiple computers using iTunes
    http://support.apple.com/kb/ts1474
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/ht1535
    iCloud: Shared Photo Streams FAQ
    http://support.apple.com/kb/HT5903
    Regards,
    -Norm G.

  • How to add all photos in one Album

    Hi,
    I bought iMovie yesterday and I have albums in photos application. I want to add all photos in one album to iMovie.
    Thanks
    Best Regards

    They can only be added one at a time, a bit annoying but that's the way.
    Add photos
    With your project open, scroll the project timeline so that the playhead (the red vertical line) appears over the location where you want to add the photo; you can move the photo later if you want.
    If the playhead is resting over a video clip, the photo is added before or after the end of the clip closest to the playhead.
    Tap the Media Library button , and then tap the Photos button at the bottom of the screen.
    Tap Camera Roll, Photo Library, or an album, and then tap the photo you want to add.
    To preview a photo before adding it, tap and hold the photo in the Photo browser until it appears in the pop-up viewer.
    The added photo appears for a duration of 3 to 6 seconds, depending on the length of the transitions that appear before and after the photo, but you canchange this duration.
    A Ken Burns effect is also applied to the image, which means the camera appears to sweep across and zoom in on the photo. You can adjust this effect. Go to Edit a photo to learn how.
    You can ask Apple to fix this in the next update:
    http://www.apple.com/feedback/imovie_ios.html

  • How to add button in standard SAP transaction

    Hi All,
    I would like to know how to add a button in the application toolbar of the standard SAP transaction CO01/CO02. Is there a screen exit for this?
    Hope you can help. Thanks
    Regards,
    April

    Check Enhancment CCOWB001. If not then u can search the below list, all of which are called from the T-code.
    CCOWB001            Customer exit for modifying menu entries                    
    COIB0001            Customer Exit for As-Built Assignment Tool                  
    COZF0001            Change purchase req. for externally processed operation     
    COZF0002            Change purchase req. for externally procured component      
    PPCO0001            Application development: PP orders                          
    PPCO0002            Check exit for setting delete mark / deletion indicator     
    PPCO0003            Check exit for order changes from sales order               
    PPCO0004            Sort and processing exit: Mass processing orders            
    PPCO0005            Storage location/backflushing when order is created         
    PPCO0006            Enhancement to specify defaults for fields in order header  
    PPCO0007            Exit when saving production order                           
    PPCO0008            Enhancement in the adding and changing of components        
    PPCO0009            Enhancement in goods movements for prod. process order      
    PPCO0010            Enhancement in make-to-order production - Unit of measure   
    PPCO0012            Production Order: Display/Change Order Header Data          
    PPCO0013            Change priorities of selection crit. for batch determination
    PPCO0015            Additional check for document links from BOMs               
    PPCO0016            Additional check for document links from master data        
    PPCO0017            Additional check for online processing of document links    
    PPCO0018            Check for changes to production order header                
    PPCO0019            Checks for changes to order operations                      
    PPCO0021            Release Control for Automatic Batch Determination           
    PPCO0022            Determination of Production Memo                            
    PPCO0023            Checks Changes to Order Components                          
    STATTEXT            Modification exit for formatting status text lines

  • How to add images/photos to multiple item entries quickly?

    We've got about 10,000 items in our database, and we've got pictures of all of them. We've got all of the items in the Business One database individually, with price and cost and barcode, etc.
    But we want to add the photo of each one to its respective entry in Business One. I know you can do that through the "Remarks" tab, but that'll take forever. Also, you can't upload the photo for different items simultaneously that way. Say you have 4 items/liquids that are the same, but different sizes, you don't want 4 different pictures. How can I add the same stock photo to all 4 at the same time?
    Thanks guys!

    G. Mimmo Misceo,
    I will answer your question in two parts.
    Part 1
    To link the pictures to all the Items you could do it through Data Transfer Workbench.
    The PicturName field stores the picture name in the Item Master table.  OITM.PicturName
    In the DTW templates folder you will find ....\oItems\*Items.xlt* 
    Fill the RecordKey, ItemCode and Picture columns.  Leave everything else blank.
    The Picture column should be filled with the actual picture name example  test.jpg
    Copy all your picture to the folder that is defined in
    Administration > System Initialization > General Settings...Path Tab...............Picture Folder
    Part 2
    If you want mutiple pictures you could create user defined fields in the Item Master and then using the same process import the other pictures to these user defined fields.
    Suda

  • How to add a photo to Apple Mail signature...? (he asks laughably)

    Since the sender's Address Book photo is not included with emails sent
    (even 'though Apple Mail makes it look like they are),
    how can you add a personal photo to a Mail signature?
    OR, is there another means of including a personal photo with every email sent?
    **** How many people have asked for this feature / capability?  More than 10,000?
    Thx.

    How many people have asked for this feature / capability?  More than 10,000?
    As a matter of fact I have never seen it mentioned before. Perhaps only a few people need such an ego-trip every time they send an email.
    The normal way is to add a photo within the text or as an attachment. The Signature only handles thumbnails.
    But you can send your suggestion to Apple via their feedback link:
    http://www.apple.com/feedback/
    It will be read but you will not receive a reply.

  • How to add a photo album

    how can i add a photo album using contribute? And what photo
    album software can i use?

    how can i add a photo album using contribute? And what photo
    album software can i use?

  • How to add a photo to a pdf form via the iOS app

    How do I add a photo to a pdf form via the iOS app?  I need to fill out a form for work using field observations and photos.  I can easily fill out the text portions of the form but I'm unable to add the photos from my phone.  Is this possible?

    Does the form have a provision to insert images (e.g. a Browse button)?
    [topic moved to iOS subforum]

  • How to add a photo in contacts

    Formerly I was able to add a photo to a contact in the address book  (Snow Leopard), and now, under Mavericks, I cannot get a photo from my iphoto to the contact but it looks one has to store photos on icloud that I do not want to do. I wish to keep my photos on my MAC  computer only.
    How can I proceed ?

    Hello QTkirk, so you opened your iphoto to icloud. That "inlook" I want to avoid. As said under Snow Leopard I could add a photo to my contacts without problems. As I updated to Mavericks this is not possible anymore.
    I hope to find a way without icloud.....privacy is a big Word....and we can still manage ourselves without Big Brother or Sister is watching you!!!
    Any other suggestions?
    Note: pictures can be added  to Contacts ex photos on the ipad and iphone!

  • How to add multiple photos to 1 email

    How do I add multiple photos to 1 email I want to send?

    You can select up to 5 to send via email. Select the additional photos like you do the first one. Go into the camera roll. Tap on the Edit button, select the photos that you want to send, tap Share at the bottom of the screen, select email.

Maybe you are looking for

  • Serial Number

    I have assigned Serial Number profile to material and that profile is having serial number creation in production order create and release. When i do auto gr using Control key PP03 then serial numbers created from production order does not get copied

  • Problem in accessing the database through VPN

    I am having problem connecting to the database through VPN but it is working perfectly fine if i connect to the network directly. It would be really great if you could help me to resolve this issue. Thanks

  • HT4236 How do i move my pictures from my Ipad2 to my Sony Computer?

    How do I move my pictures from my Ipad2 to my Sony Computer?

  • ChaRM Config Scenario.

    Hi All            I have some confusion regarding ChaRM scenario configuration. Can we configure multiple logical components(transport landscape ) into one project and one maintenance cycle? Here is more explanation of my question. We have configured

  • Po_tax_codes_summary_v is not available in R12

    Hi All, po_tax_codes_summary_v is not available in R12, Could you please let me know the equivalent table in R12. Somewhere in document I came to know we have to follow the below step. Could you please advise how to follow the same. Added ORG_ID • Re