List of photos in report

i want to display list of employee photos in one screen not single photo.
either in classical report, pdf,html or anything. but my requirement to display list of employee photos in report
thanks in advance
is it possible to insert picture in each rows of alv grid
Edited by: *gomathy* on Apr 20, 2011 11:54 AM

Hi,
Logo should be uploaded into application server using transaction 'OAER'.
1. Go to Transaction OAER,
2. Give Class Name as PICTURES
3. Class type as OT
4. Object Key is the name you want to search or you want to upload.
5. Then select the Document from below after double click on it .Choose in screen for logos.
6. Upon execution you would be prompted to give the file path details. Just upload which ever logo u want to display
7. Now you can use the same name in your ALV FM.
In your ALV program, you need to have event for TOP_OF_PAGE, and also this works only in case of Grid not in ALV LIST.
Check the below link for sample code.
http://www.abapcode.info/2008/09/how-to-put-logo-or-photo-in-alv-report.html

Similar Messages

  • Way to allow the user access to the saved lists of this Z report

    We have a Z report that we want to run at midnight each Sunday and then view the output/layout first thing Monday morning. We can schedule the report to run but it appears that the only way we can save the output as a 'file' for later viewing is by using the "Save with ID" option, which puts the output into a SAP 'saved list'.
    The problem with this is that it doesn't appear to be possible to access that list from the Z-report - it would appear that you have to go into SQ01 and use the 'saved list' button. This means giving the Z- report user access to SQ01 as well as Z-report, which, for security (SOD) reasons we don't want to do.
    We can run the report in foreground with the output option "File store" and save the output as a file to a specified location,. But this option doesn't appear to be available when the report is scheduled as a background job. If this is done, the background job runs but there's no output anywhere, as far as we can tell.
    So what want is to run the report in background but with the output option 'File store' or equivalent (i.e. an output stored somewhere that the report user can view). Is this not possible, or have we missed something in setting up the report run?
    Or is there a way to allow the user access to the saved lists of this Z report without giving them T-code SQ01?
    Thanks

    Hi !
    I just wonder if the answer from Varishtb below did solve your propblem.
    I have exactly the same problem as you. I also want to be able to look at the saved list without using the sq01.
    If you solved it I will be grateful to get the solution.
    regards Lars
    answer:
    You can call the infoset query directly from a transaction code. There's
    no need to copy it as a 'Z-report' (or as a custom report). In fact,
    everytime you're copying an infoset query to a report, you're calling
    for problems the next time you face an upgrade. (That is because SAP
    changes the internal logic used to handle the infosets queries from
    version to version)
    We're using some infoset queries and they work fine this way.

  • List of "import to" report folders incomplete in SAP B1

    I exported an imbedded Crystal Report from SAP B1 ("A/R Invoice").  I revised it in Crystal Reports 2011.  When I imported my revised report into SAP B1 through the Report and Layout Manager, the import process did not provide me with the entire list of folders where reports are stored.  I cannot import the new version of the A/R Invoice into the "Sales - A/R" , "A/R Invoice" folder.  The only option afforded me in the import process is "Sales Reports", "Electronic Reports".  After importing under this default location because there was no other option, the report actually got saved under "Sales - A/R", "Sales Reports", "Backorder".  As a result, I cannot make my revised A/R Invoice report be the default report for A/R Invoices.
    How do you import Crystal reports into SAP B1 under the correct reports folder?
    Why is the list of available "import to" folders incomplete?
    Please note that the CR Add-In isn't working in our system (version 9.0, PL 8, 32-bit) for reasons unknown.

    Thanks Thomas.
    My Crystal Report was based off of the system imbedded A/R Invoice (Items).rpt.  I took that .rpt file and revised it extensively for our client's needs.  That report made use of a system imbedded stored procedure.  I did not change the table links or add any tables.  Both the ?@DocKey@ and ?@ObjectID@ parameters were already within the report, though they were not included in the selection criteria.  In fact, the selection criteria was blank.  I added the ?@DocKey@ parameter = OINV.DocEntry field and ?@ObjectID@ parameter = OINV.ObjType field (forcing it ToText since it's a number) to the selection criteria and resaved the report.
    I reimported the report as a layout, set it to the default for my A/R Invoice (Items) and when I run the report in SAP B1, I am still prompted for the two system imbedded parameters: DocKey@ and ObjectID@.
    I've researched "tokens" and, honestly, I do not grasp the concept as any different from a parameter.
    How do I turn off the parameter prompting within SAP B1 when I want to run and/or print the A/R Invoice?
    (NOTE: I do not have the CR Add-In available in my system.  For some reason, it will not install.  After running the executable, it fails and directs me to install manually.  To do that, it further directs me to a particular file location...that doesn't exist!  Don't know what to do about that, either.)

  • Abap program to find the list of SAP STANDARD reports in complete

    Please send me if you have any program since when i run TRDIRT Table in se16 it gives all the program now how to distinguish by business area like sd mm fi its tedious to open every program and check what it is . is there any ABap program that put together the list of all the reports for FI, AP, AR and MM
    Soniya Kapoor

    Hi,
      IN the table TRDIR give the application (TRDIR-APPL) and check the results..
    Cross-Application            
    A Asset Accounting             
    B Business Information Warehouse
    C PPC                          
    D DASS (control station)       
    E RIVA                         
    F Financial accounting         
    G General ledger               
    H Personnel Planning           
    I Plant maintenance            
    J Publishing                   
    K Cost accounting              
    L Inventory management         
    M Materials management         
    N Hospital                     
    P Human Resources              
    Q QSS (Quality assurance)      
    R Unknown application          
    S Basis                        
    U Enterprise Data Model        
    V Sales                        
    W MMS (Merchandise mgt. system)
    Y Customer head office         
    Z Customer branch              
    Thanks,
    Naren

  • Display hidden fields in output list when submitting a report from another

    I have a report A that is submitting another report B and exporting the list to memory. Report B is a standard report and cannot be executed on its own.
    SUBMIT ReportB          
               WITH p_select = p_select
               EXPORTING LIST TO MEMORY
               AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
          TABLES
            listobject = t_list
          EXCEPTIONS
            not_found  = 1
            OTHERS     = 2.
        CALL FUNCTION 'LIST_TO_ASCI'
          TABLES
            listasci           = t_ascitab
            listobject         = t_list
          EXCEPTIONS
            empty_list         = 1
            list_index_invalid = 2
            OTHERS             = 3.
    The output of report B displays an ALV report, default layout of this ALV has a number of hidden fields. So when I am exporting the list to memory, the returned internal table finally extracted (t_ascitab) has only the default fields and not the hidden fields.
    The default layout of the standard report B cannot be altered (as per requirement).
    Is there any way the hidden fields of the output of report B can be returned to report A??

    Hi ,
    You have to  Set layout of report  B as per your requirment  .
    There is  also other method 
    You can include Reportb   in main report and access  internal table  data  for further processing  .
    regards
    Deepak.
    Edited by: Deepak Dhamat on Aug 25, 2011 7:59 AM

  • Using Select List value for building report

    I have an interactive report form. I have a "After Header" (LOAD) process that run sql commands that will populate a table with the data that the report needs for a given week.
    I have a Select List item that is run as a "Before Header" that gets a list of dates from a table. The dates only contain the first day of the week for the past two years. It is called "WEEK_OF" table and the column is called "WEEK_OF_DATE".
    The default value for the Select List is the first day of the current week. And then all of the first day of the week from the WEEK_OF table.
    I would like the LOAD process to use the value in the Select List. So at start up I would like the List to show the current week and report to begin with data from the current week.
    So I have tried to use the variable :WEEK_OF_DATE (Item name) as the beginning date for the report. However :WEEK_OF_DATE is null.
    Also, after I have the report displayed, I would like to select a new date from the list and have the report automatically refresh with that new data.
    Any Ideas what I am doing wrong?

    Hi Lyle,
    When setting a default value for a select list that is to be used to filter a report, I have found it best to do that using a computation, conditional on the item being NULL and running Before Header. If other computations rely on this value, then it should have the lowest sequence number to ensure that the value is available for those.
    Andy

  • List of standard SAP Reports with their description

    I nned to have a list of standard SAP reports along with their description. Is there a way to retrieve this by a T-Code?
    Please help asap.

    Run the T-code
    System -> Status -> Program
    TSTC table (SE16) has the complete list of all t-codes that exists in your system and their program name.
    Table TSTCT will give you the description of the t-code.
    Cheers.
    Ashish

  • I have a SharePoint list, that list contains photos(images), now i want display that images in spgridview?

    Hi All,
    i have a SharePoint list, that list contains photos(images).
    now i want display that images in spgridview.
    How can i display?
    Thanks in advance!

    Hi,
    According to your post, my understanding is that you want to display that images in spgridview.
    You can use a hyperlinkfield that is bound to the SPGridView. Please refer to:
    Add a Hyperlink Image in a SPGridView
    You can also use TemplateField or ImageField to render images. Please refer to:
    Image not showing in grid view
    In addition, here are two similar articles for your reference:
    How To: Use SharePoint 2010 WebParts with a GridView Control to get SQL Image Data
    type and other Values
    DotNetSharePoint: How to display images in gridview from database using asp.net
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • List of modifiable programs & reports in a productive system

    Hi everyone,
    I am trying to determine what objects are modifiable in a system set as productive. I have identified about 50 users who are assigned authorization object S_DEVELOP (activity=02 & auth group=DEBUG) in the production system. However the SAP consultant says that this is not an issue because program modification is not allowed in a system which is set as productive. This makes sense but is it true?
    Is there a report or a table which can list system objects that are currently modifiable? From another forum a user suggested I check table OBJH. This was an excellent tip, however OBJH does not list ABAP programs or reports - just tables, views, etc. Any help will be greatly appreciated.
    Thanks,
    Martin

    Hi Martin,
    These settings are done at client level. Each client can be configured with below options
    We can also view client  details from SALE->sending and receiving systems->logical systems->assign client to logical system.
    <b>Client Role</b>
    Customizing
    Test
    Production
    Demo etc..
    <b>Changes and Transport for client-specific objects</b>
    options are :
    Changes without automatic recording
    Automatic recording of changes
    No changes allowed
    Changes w/o automatic recording, no transport allowed
    <b>Cross-Client Objects changes</b>
    Options are :
    Changes to repository and cross-client customizing allowed.
    No changes to cross-client customizing objects
    No changes to repository objects
    No changes to repository and cross-client customzing objs.
    And I don't think production system/client is allowed to do any changes to reports or dictionary objects. These must have to come from development system via quality system to production.
    Regards
    Manohar

  • List: Budget / Actual / Commitments Report Breakup

    Dear All,
    Report Writer:
    Library: 6O2
    Report  6OBU-001.
    Report: 6O2-6OBU-001.
    In the report List: Budget / Actual / Commitments Report Breakup, We need to breakup the Actual Amount into period wise.
    I assume the tables COEP, BPJA, COOI have the details to sum up this above report.
    Can some one give me a light, on logic  to sum up the amounts from these tables as I find some negative amount as well.
    (I need it in Controling Area Currency)
    Also I need to pick up the opening balnace of the budget as well.  Please tell me the table name that stores the opening balance for the budget.
    Regards,
    Venkat
    Edited by: iyeve01 on Oct 14, 2010 9:10 AM

    To solve the problem, please follow:                                                                               
    1.  Call transaction GRCT and select the row RWCOOM.                                                                               
    2.  Choose Special Characteristics in the left tree.                                                                               
    3.  Double-click the row containing GJAHR.                                                                               
    4.  In the field Filler routine, enter the routine E03_FILL_GJAHR.                                                                               
    5.  In the field Conversion routine, enter the routine E03_CHANGE_GJAHR
        and save the change.                                                                               
    6.  Regenerate all report groups for the table RWCOOM via transaction  
        GR5G.                                                              
    regards from Berlin
    Mathias

  • List of Standard Oracle Reports for US Government

    Any idea on the list of Oracle standard reports used by HR Dept to submit to US Government as a part of legal requirement.
    Please suggest if you have any Metalink Doc ID or other documentation.

    Thanks Octavio,
    Forgot to mention that I found that list, what I want to do is list the available Standard RXi reports and copy them into a spreadsheet.
    I need a list of standard reports to show to the business, I found a list from an older version via appendix in 115finrxi Rel 11i - which identifies which report to which module, e.g. GL, AR, AP, etc.
    I managed to copy these but somehow doesn't tie up with the LOV in Set up within Report eXchange Responsibility. This LOV has more & gonna take a while to cross check & identify which modules these belong to and wanted to know if there's a way to export these into an excel spreadsheet from an LOV.
    I don't have SQL access to run a script & extract these list of reports, so I was curious if there's a documentation anyone has come across that has the list of RXi reports as per previous Oracle Financials RXi Reports Administration Tool User Guide Release 11i May, 2000 Part No. A81232-02.
    any assistance, recommendations would be greatly appreciated.
    Thanks heaps. :)
    Nathaniel

  • Is it possible to print a list of photos?

    Is it possible in iPhoto (iLife11) to print a simple list of photo descriptions, keywords & faces without printing to photos themselves?  I have looked in various Help sites but cannot find a way of doing so.  It looks to me as though it is not possible, help would be appreciated.

    The closest thing to a list of file names would be to print a contact sheet of 10 columns per page with the file name under each photo.
    Depending the the length of the file name you can get 13 or more rows per page. The longer file names will wrap to two lines thus taking up more space on the page.
    It's close but no cigar.

  • Get a list of photos that weren't renamed?

    Is it possible to give me a list of photos where I haven't renamed files & if so how is this done?

    No, and it's infuriating, isn't it? Whatever were the apple coders thinking, not even allowing us to cut/paste into a notepad file when that error message comes up?
    Pencil is it, forget their iPad coolness....this is what it comes to when things don't work. Helloooo 1500s when the pencil was invented.
    edit
    I have nagged them over the years to at least do a cut/paste thing. I suppose it's an improvement over not giving any error as to which file at all, which itunes did until a few years ago....
    itune menu > help > provide itunes feedback
    Whine loud, and often.
    Message was edited by: Katrina S.

  • Camera not listed in Photo Downloader

    Greetings,
    My camera is connected to my computer through a dock, but it is not listed in Photo Downloader. I've installed the drivers, so it is visible in Windows Explorer under "Portable Devices" (it doesn't have a drive letter assigned to it).
    Does anyone have any troubleshooting steps I could try?
    Thanks,
    Shane.
    Windows 7 Home Premium SP1 64-bit
    PhotoShop Elements 11.0

    Hi Mylenium. I have sorted it out. The camera is a Nikon D5100. The drivers for my USB ports had become corrupted somehow, so I uninstalled the USB ports and rebooted the computer. Windows installed new drivers and it is all good now. If anyone reading this has the same problem try looking under Device Manager and see if there are little exclamation marks beside your USB ports. If so right click on them and uninstall them and then reboot.

  • Multiple list data in SSRS reports.

    Dear All,
    I have develop simple SSRS report using SharePoint 2010 list.
    While creating SSRS report it's not allowing to select multiple list.
    How we can take multiple list data in SSRS report just like JOIN query?
    Thanks,
    Harish Patil

    Hi Harish Patil ,
    By default, a data region (table) may only reference one dataset,
    not two, making the combination of two datasets into a single table not possible in SQL Server 2008 R2. But, in production, sites using: dataviews, reports based on SharePoint List connection type, reports based
    on SQL Views of the SharePoint database and sites using bespoke/third-party charting web parts, all of these Report Mechanism are available for displaying the multiple list data.
    For more detail information, you can refer to the blogs:
    Reporting From SharePoint Lists and
    Step by Step: Consuming SharePoint 2010 Lists Data in the SSRS 2008 R2 Reports.
    And, SharePoint List Association Manager (SLAM)
    allows us to define relationships (one to one, one to many, many to many) between SharePoint lists (or Content Types) and then leverage those relationships in web parts or custom field types using familiar and straight forward SQL queries.
    Also,Enesys
    RS Data Extension is a Microsoft SQL Server Reporting Service Extension that lets us build reports from SharePoint lists data.
    Hope this helps!
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

Maybe you are looking for

  • My phone won't let me use imessage in a group chat

    I have an iPhone 5 and after updating to iOS 8 my group chat only is not letting me use imessage it is only letting me use text message. I've gone to settings> messages > send& receive and I see that my apple ID is in use and imessage is turned on bu

  • Creating variables in Process Flows and using thse variables in the filter

    Hi, I am new to OWB and in learing stage. Need to information. *1. as to how pass/create/use variables to OWB mapping ?* *2. Creating variables in Process Flows and using thse variables in the filter operator of the OWB mapping?* *3. Other mechanisms

  • Port field is blank in Control record

    Hi Experts, I am sending the idoc from R3 to XI to R3, the idoc successfully came to R3 to XI and XI to R3, but in reciever r3 system when i check idoc control reocrd, the port field is blank. Can you please help me why it is blank. Kind Regards, Pra

  • How can I call external SSL application to enter Payments from EBS 10.5.10?

    Hello I am not able to do [Can I call any ActiveX control in the Forms under Oracle EBS 11.5.10 ?|http://forums.oracle.com/forums/thread.jspa?threadID=1086549&tstart=135] Now I am looking for some ideas or alternatives or suggestions. We are at EBS 1

  • Firewall problem when encrypting/decryting a file

    Hi, I'm a little bit new to cryptography. When I encrypt a file using the javax.crypto classes, my firewall pops up and says "java.exe is attempting to connect to a DNS Server". If I block the firewall, nothing else happens and the file gets encrypte