Is there any transaction code for uploding logo in ALV reports.

is there any transaction code for uploding logo in ALV reports.

hi,
call function 'REUSE_ALV_COMMENTARY_WRITE'
       exporting
            it_list_commentary = t_header.
            i_logo             = 'Z_LOGO'.
endform.
Upload Logo for REUSE_ALV_COMMENTARY_WRITE
For those who wish to upload and use a picture in your ALV abap reports.
Steps for uploading Logo :-:
1. Goto the transaction OAER
2. Enter the class name as 'PICTURES'
3. Enter the class type as 'OT'
4. Enter the object key as the name of the logo you wish to give
5. Execute
6. Then in the new screen select Standard doc. types in bottom window
Click on the Screen icon
Now, it will ask for the file path where you have to upload the logo
7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE
or
Import Logo and Background Picture for Reporting
In this step, you can import a customer-specific logo and a background picture into the R/3 System. These will be displayed in the header area of reports in HR Funds and Position Management.
From the SPRO:
HR Funds and Position Management --> Dialog Control --> Customize Reporting Interface --> Import Logo and Background Picture for Reporting.
Activities
1. Enter the Name of your logo/background picture as an object key in the initial screen.
2. Make sure that the class name is PICTURES, and the class type is OT.
3. Choose Execute.
4. Double-click the document type Picture on the Create tab page. A dialog box will appear in which you can enter the path in which the logo/background picture can be found.
5. Enter the path and choose Open. The logo will be uploaded into the current R/3 System. If the logo/background picture is to be transported into other systems as well, choose Transport.
6. Return to the initial screen and repeat the procedure after having entered the Name of your background picture as an object key.
Please note that the logo/background picture can only be displayed in ALV-based reports with an HTML header. Manually programmed reports such as business distribution plans are not based on the ALV.
If you have selected several initial objects, ALV-based reports in HR Funds and Position Management will automatically use a hiearchical-sequential display. A logo is not displayed here either. Note also that the logo cannot be printed (see print preview in program).
Make sure that the logo does not exceed a height of 100 pixels because it would mean that the header of the report will be scrollable.

Similar Messages

  • Is there any transaction code for Report Designer,Query Designer and WAD

    HI Gurus,
    please tell me s there any transaction code for
    1 Report Designer
    2 Query Designer
    3 WAD
    Thanks in advance
    Prashant

    Hi Prashant,
    We don't have any Transaction Codes for these.
    Since these are installed along with the SAPLOGON BI components, it cannot be called using a standard transaction.
    You have to use only .
    Goto Start -> Programs -> Business Explorer -> Web Application Designer/Report Designer/Query Designer.
    Hope it helps.
    Reward with points if helpful.
    Regards
    Hemant Khemani
    Edited by: Hemant Khemani on May 16, 2008 5:39 PM

  • Is there any T-codes for all these............

    Hello all
    I came to know that there are T-codes for all these like
    Infoprovider,Infosource,PSA and etc.........
    pl let me know
    regards
    balaji

    Hi Balaji,
    the tcodes are
    rsa11   InfoProvider
    rsa12   InfoSources
    rsa15   PSA
    Have a look in Tabele TSTCT, select your language an filter for transaction RS* to get a list of most BW-related Transactions
    regards
    Robert

  • Is there any t.code for getting list of deliveries not yet invoiced?

    Hi,
    Is there any t.code or report where we can get the list of outbound deliveries not yet invoiced, and also the value for how much it will be invoiced.
    For example, I have one order with net price as 100, and it has outbound delivery created and not yet invoiced. I want a list of those deliveries with the net price of the quantity delivered.
    Do anybody have any idea on this ?
    Thanks
    Surya

    Hi All,
    In VF04 and VL06F we will get list of outbound deliveries, but I want the information in such a way that if that delivery is invoiced for how much value it will be invoiced? so, the list should contain the delivery number the value for how much the invoice will be created.
    Thanks
    Chandramouli

  • Hi  please send code for displaying index in alv report

    hi
    thanx in advance.
    code please for displaying index in alv report.
    thanx
    rocky

    add one more field to ur internal table
    index type i .
    before u display ALV
    loop at itab.
      itab-index = sy-tabix.
      modify itab index sy-tabix.
    endloop.
    Message was edited by:
            chandrasekhar jagarlamudi

  • Code for Hot spot in ALV report to call transaction

    Hi,
    I  hv never use hot spot to link as a call transaction can u give the link or code how to make hot spot on a particular fields  i am working on a ALV report in that report in the belnr coloumn when user click on belnr i want to call FB03 transaction ref. to that belnr number and fisacl year.
    regards,
      zafar

    Hi,
    In the fieldcatalog you will have to write the hotspot as shown below,
       wa_fieldcat-hotspot   =  'X'.
      APPEND wa_fieldcat TO it_fieldcat.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program       = sy-repid
            i_callback_user_command  = 'USER_COMMAND'"----> this is important
         i_callback_pf_status_set = 'PFSTATUS'
            it_fieldcat              = it_fieldcat
            is_layout                = it_layout
         it_event_exit            = it_eventexit
         i_screen_start_column    = 10
         i_screen_start_line      = 20
         i_screen_end_column      = 70
         i_screen_end_line        = 45
            i_grid_title             = 'Customer-Order Details'
          TABLES
            t_outtab                 = it_data.
    then you will have to catch the user command as follows,
    FORM user_command USING r_ucomm TYPE sy-ucomm
                            rs_selfield TYPE slis_selfield.
      DATA: alv_vbeln TYPE vbeln,
            mess_text(30) TYPE c,
            txt_vbeln(10) TYPE c.
    *User clicks a Order No. in ALV it passed to the following transaction.
      CASE r_ucomm.
        WHEN '&IC1'.
          READ TABLE it_data INDEX rs_selfield-tabindex INTO wa_data.
          alv_vbeln  = wa_data-vbeln..
          IF sy-subrc = 0.
            CLEAR: mess_text, txt_vbeln.
            SUBMIT zprogram
             WITH pr_vbeln = alv_vbeln AND RETURN.
    put your call transaction logic here
          ENDIF.
      ENDCASE.
    ENDFORM.                    "user_command
    Hope it helps you,
    Regards,
    Abhijit G. Borkar

  • How to do advance payment against PO for this is there any T.code

    Hello,
    Lt's say for ex: Once Po is created how to pay the advance payment against PO to the vendor, for that is there any transaction code.
    Once advance payment is made against PO, again system should not allow for ammendement
    So like this to control the system what are the configuration settings need to be done please explain
    Early action in this matter will be highly appreciated.

    Hi,
    Apply the user exit : EXIT_SAPMM06E_016
    Following Logic can be use:
    1. Validate the company code (BUKRS ) & Purchasing document type (BSTYP = F) from EKKO table for the Purchase order number (EBELN).
    2. Check the entries for the Purchase order and the item number in the Purchase order history table ( EKBE) and also Validate if there is any down payment document exists (VGABE = 4)
    3. If we find down payment doc in EKBE table then display the warning or error message as POP - UP by using functional module POPUP_TO_CONFIRM.
    Step 1: Validate Company code and Purchasing Document type from EKKO table
    Step 2: Check the Purchasing document history from EKBE table
    Step 3: Check whether any down payment exists.
    Step 4: Display popup message to user:
    Use the function module u201CPOPUP_TO_CONFIRMu201D to display the below message u201CPo cannot be changed, Down payment already exists for this PO item u201D.
    Edited by: redriver on Nov 27, 2011 10:06 AM

  • Re: Any Transaction Code to Find Configuration Settings for FICO

    Hi Friends,
    I want to know is there any transaction code to identify the configuration made for FICO for a particular company.
    Pleae help me out.
    Regards,
    vivek

    Hai  Vivek,
    The complete configuration can be viewed through EC01. Go to EC01, Press on structure, In the next screen click on navigation. Press enter through all the messages. The next screen would display a tree structure with all company codes under the client. Select ur company and double click. the entire configuration, with the related assignments can be viewed in a tree format.
    In OBY6 u would in a position to look at the assignments pertaining to company code whereas in EC01, you would be in a position to have a complete configuration including the integration with mm and sd.
    This wud definitely solve ur prob.
    <b>Assign points if useful</b>.
    Regards,
    Smruti

  • Transaction code for Depricitation Report

    Hi,
    we have asset accouting with WDV Method & maintaing our books as per F.Y. April to March
    But, due to foreign investor's investment, we have need to closed our books, twicely, i.e.  IFRS - F.Y.-Jan to Dec / ( US gap ) & Indian gap, FY. April to March.
    Currently, We are using, AR03 trasaction to view the Depriciation Report (Asset Register)
    My problem is, when we run the Deprication report for IFRS Books closing, we could't get report, properly, because of our F.Y. maintan April to March.
    in that case we have need to maintain Manually on XLS.
    Please tell me any transaction code for depriciation report for IFRS  Books closing as well as Indian Gap.
    Thanks
    Regards
    Jitendra

    dont you have an option in there to run based on your depreciation area? Select your depreciation area and the report date based on your fiscal year variant. Optionally, you can also try reports like S_ALR_87012006 - Ordinary Depreciation, and S_P99_41000192 - Posted depreciation by asset and posting period with depreciation area selection.

  • Transaction Code for non-PO invoices

    Hello all,
    Is there any transaction code to generate a report of all non PO transactions posted in FY??
    We want to pull a report on a monthly/quarterly/basis to identify as to how many non PO transactions are posted for a period.
    We need a report to pull these non PO transactions.
    Thank you in advance,
    Regards,
    Manjunath

    Hi,
       Go to SE16 - enter the table BKPF. Now, in selection, enter the document type (that is document type, like KR, used for non PO invoices) and execute with date range. Here, system will show the list, with transaction code, user, date etc.
        If required, create an SQVI query with BKPF table, so that you can take the list directly.
        Another option would be FBL1N transaction. Here, go to dynamic selection and add the reconcilation account in the selection. Maintain all your vendor reconcillation accounts as "not equal to" and execute with date range.
    Regards,
    AKPT
    Message was edited by: AKPT MM

  • Transaction code for searching workflow id's

    Hi Experts,
    I am new to the work flow.  I am have one issue in workflow.
    i know the employee USERID. I want to find out workflow ID's of this employee.
    Please tell me how can i search all workflow id's . Is there any Transaction code.
    Thank you
    Sri

    Hi,
    If you want to find the workflows (or items) that the user currently have in his inbox, use transaction SWI5.
    If you want to find out the workflows that the user has started, there is no good transaction for that. But you can use a certain function module. I cannot remember its name now, but you should be able to find it with SOUTBOXGET or something like that. With this function module you simply give the user ID as parameter and it returns all the WIs that the user has created by starting a workflow.
    Regards,
    Karri

  • Any sample code for an Extractor to read in a flat file?

    Hi SAP gurus,
    Are there any sample code for an extractor to read in a flat file?
    Are there any documentation on custom coding an extractor to dump
    information into an info source?
    Are there any documentation on the pit falls and contraints using Solution
    Manager, the BI tools, particularly on the Info Source?
    Thanks,
    Steve

    Thanks Muppet Mark
    I forgot to mention that I had also tried just fileObject.read() as well and it didn't work either.  It was the same run on sentence result I got with the script I showed above.  Seems odd.  However, the \r instead of \n did the trick.  I had some recollection of another line feed character but couldn't remember what it was, so thanks for that.
    Doug

  • Any T.codes for Replenished and Non-Replenished Inventory Stock/Value ??

    Hi
    Are there any T.codes for getting the
    1. Replenished Inventory value/stock
    2. Non-Replenished Inventory Value/Stock in SAP-MM. ?
    Thanks
    Maruthi Ram

    Hi,
    For both you can check with T.Code:MD04, by selecting fields in "Collective access" tab and "filter" fields.
    or
    try with T.Code: MCBZ by giving different MRP types.
    Regards.
    Chinna
    Edited by: Chinna Veerappa on Jan 23, 2009 5:46 AM

  • Any Sample code for recording+playing streaming live video?

    Hi all,
    I'm new to FMS3,
    I wanna create a page for webcam live recording and playing,
    is there any sample code for reference (i can only found the code
    for live recording but do not have live record+play)?
    Many thanks.
    I have installed FMS3.0 and FME2.0 on my machine, so is it
    capable to do so?
    Many thanks.

    Thanks for your reply, but I have another question:
    My live file (test.flv) is recorded under this path:
    C:\xxxx\FMS3\applications\path\streams\_definst_\
    But seems FMS3 can only play video under this path:
    C:\xxxx\FMS3\applications\vod\media\
    My only success is on this source path rtmp://ip/vod/test in
    the component FLVPlayBack.
    So is it happen to all free version of FMS3 or I have to type
    sth more?
    Many thanks.

  • Obyc transaction code for GRC

    Hi,
    may i know which transaction code is meant for GRC in OBYC? i do not find it. i can see BSX for inventory posting, FR1 for freight clearing but i do not see any transaction code for goods receipt clearing. please advise.
    thanks

    Hi,
    It is WRX GR/IR clearing account for GRC (goods receipt clearing) you can find it in OBYC>
    BR

Maybe you are looking for

  • Can you have two iPads on one iTunes account?

    Can i add two iPads to one iTunes account and then move one to another iTunes account at a later date?

  • Movement type 101 vs 131.........

    Hi there ,               As per my understanding we can use both movement type 101 and 131 as goods received from production ..... the only diff is 101 can also be manually done but we cannot post the goods with 131 mvt type manually...... Is there a

  • Data synchronization on Android

    Hello, I am trying to run mobile application on Android device and I have a problem with the synchronization process. When I try to run sync operation in example application Mobile Server throws exception: log-1: ============== Server Exception - Beg

  • Non rectangular hotspots for image maps

    Hi everyone, I've been stuck with this problem for a while. I'm trying to make an image map of sectors in a circle. I have the four coordinates of each sector. How do I determine if the the user has clicked inside a particular sector. Most of the exa

  • PeoplePicker-SearchADForests not limiting to specified forest domains

    We have a SharePoint 2010 farm and we have 3 forests with a few domains in each. Initially, we had PeoplePicker-SearchADForests setting set as below. <Property Exist="Yes" Value="forest:compX.com;forest:compY.com;forest:compZ.local" /> We want to lim