How to make a clip art (diagram )interactive report?

Hello ABAPers,
                       I want help from you. I have a requirement like ..when i am excuteing a report i should get a clip art and the clipart which i got i have to double click on it there by i should get the details of that clip art. I have succeed till getting the clip art and from here i am not getting the idea how to make the clipart(diagram) active so tht when i am doubleing it i should get the details.
The code that i am using to get the clip art just copy and execute you will get the output till clipart.
*& Report  ZCLIPART_IR                                                 *
REPORT  ZCLIPART_IR.
START OF DO NOT CHANGE***********************************
DATA: docking TYPE REF TO cl_gui_docking_container,
      picture_control_1 TYPE REF TO cl_gui_picture,
      url(256) TYPE c .
DATA: query_table LIKE w3query OCCURS 1 WITH HEADER LINE,
      html_table LIKE w3html OCCURS 1,
      return_code LIKE  w3param-ret_code,
      content_type LIKE  w3param-cont_type,
      content_length LIKE  w3param-cont_len,
      pic_data LIKE w3mime OCCURS 0,
      pic_size TYPE i.
END OF DO NOT CHANGE***********************
DATA : sum(4) , num1(4) , num2(4).
PARAMETERS: p_dummy(4) DEFAULT '4' .
PARAMETERS: p_dummy1(4) DEFAULT '5' .
AT SELECTION-SCREEN OUTPUT.
  PERFORM show_pic.
  START-OF-SELECTION.
*& Form show_pic
FORM show_pic.
   DATA: repid LIKE sy-repid.
         repid = sy-repid.
  CREATE OBJECT picture_control_1 EXPORTING parent = docking.
  CHECK sy-subrc = 0.
  CALL METHOD picture_control_1->set_3d_border
    EXPORTING
      border = 5.
  CALL METHOD picture_control_1->set_display_mode
    EXPORTING
      display_mode = cl_gui_picture=>display_mode_stretch.
  CALL METHOD picture_control_1->set_position
    EXPORTING
      height = 50
      left   = 40
      top    = 30
      width  = 190.
CHANGE POSITION AND SIZE ABOVE****************
IF url IS INITIAL.
REFRESH query_table.
    query_table-name  = '_OBJECT_ID'.
CHANGE IMAGE NAME BELOW UPLOADED IN SWO0*****************
    query_table-value = 'ENJOYSAP_LOGO'.
    APPEND query_table.
    CALL FUNCTION 'WWW_GET_MIME_OBJECT'
      TABLES
        query_string        = query_table
        html                = html_table
        mime                = pic_data
      CHANGING
        return_code         = return_code
        content_type        = content_type
        content_length      = content_length
      EXCEPTIONS
        object_not_found    = 1
        parameter_not_found = 2
        OTHERS              = 3.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    CALL FUNCTION 'DP_CREATE_URL'
      EXPORTING
        type     = 'image'
        subtype  = cndp_sap_tab_unknown
        size     = pic_size
        lifetime = cndp_lifetime_transaction
      TABLES
        data     = pic_data
      CHANGING
        url      = url
      EXCEPTIONS
        OTHERS   = 1.
        ENDIF.
        CALL METHOD picture_control_1->load_picture_from_url
    EXPORTING
      url = url.
ENDFORM.
Thks and waiting for your replies.

Hi ataran,
in case, your version of iMovie is able to import the footage, have a read here:
http://www.apple.com/ilife/tutorials/imovie/

Similar Messages

  • How to make a clipping mask in this particular case?

    Okay, Just to begin I know how to make a clipping mask, but for the case that I'm going to present right now I just can't figure out what mistake I am doing (if any). However I am a beginner.
    http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-medieval-paper-scroll/
    In the link to above tutorial on how to make a medieval scrol I'm stuck at step 25 and would be glad to anyone who helped.
    As said in step 25 that expand the appearance of the scroll and select the two then clip the mask. In th above picture I have just selected the scroll to show how it looks.
    Now as you can see in the image below I have expanded the appearance of the paper scroll. Then I selected the paper scrol and the yellowish green grunge background placed below it. And the moment I hit Ctrl+7 (in windows) or Command+7 (in Mac) to make a clipping mask the error that showed up has been highlighted.
    One more thing, I have clipped masks before too in the same tutorial given above but I don't know what has gone wrong for me in this step.
    Please help.
    Signed,
    Awais Rauf

    Why would you want a clipping mask? I don’t see a reason for it.
    However, for what you want I would use the Pathfinder panel to combine all the paths into one shape. First use the ungroup and release compound commands a few times each, to make sure you have nothing grouped. Then press the top left button in the Pathfinder p[panel. This should produce one closed path that just surrounds the scroll.

  • How can I get clip art on Pages like MS Word has?

    How can I get clip art on Pages like MS Word has?

    Pages will use any old graphics, of which there are bucket loads on the internet.
    You just drag, paste or import it or bring it in via the Media Browser:
    Menu > View > Show Media Browser
    If you want WordArt then you will need to create that in another program and bring it in.
    Peter

  • How can user specify HAVING clause in Interactive Report

    How can user specify HAVING clause in Interactive Report after making the group by selection? Under Actions/Format, the user sees just the Group By-Sort and Group By options.

    Hi ,
    Thanks for your information.
    I am new to the APEX.*i need to show Progress bar while opening the each page* then user can know some process is happening from the backside and i don't know where i need to add and call the below function.could you please provide the steps for the progress bar.
    In my application there are almost 100 pages are there so, i need to show progress bar on each page while opening .could you please provide Global function to call on each page.
    function html_url_Progress(pThis){ 
    $x_Show('AjaxLoading');
    window.setTimeout('$s("AjaxLoading",$x("AjaxLoading").innerHTML)', 100);
    //doSubmit('APPLY_CHANGES');
    redirect(pUrl);
    Regards
    Narender B

  • How to make a clipping of an email address

    Hello...
    My situation is that I'm in the middle of a job search, and I'm registering all over the place, and everyone wants my email address -- in fact some use it for my "user name" -- and so (for security etc.) I set up a couple of new mailboxes (which I can then simply dump once I land a gig). And I'm getting tired of typing in the whole address all the time, so I thought I'd make a couple of text clippings of my addresses and just drag the appropriate one into the "user name" box as needed. (Yes, I know I can do this in Text Substitution sysprefs, but I'm a mouse-oriented kind of guy, I use key commands relatively rarely; think of this question as an academic exercise.)
    The first thing I tried was what I do whenever I want to make a clipping: I highlighted my address in a document and dragged it to my desktop. When I try that, however, instead of a clipping, I get a .mailtoloc document. If I then change the extension to .textclipping, I get an useable clip, but the contents of the clip include "mailto:" appended to my address ( e+.+g., "mailto:[email protected]"). And that's where I'm stuck. I can't find how to edit out the "mailto:" yet keep it a clip. If I open it with TextEdit I see a bunch of html code; if I edit that down, and save it as a .textclipping, the resulting clip itself is empty ("Clipping contents: unknown"); if I open it with TextWrangler it opens a Mail message (which is annoying).
    So that's what I want to do, I want to make a standard text clipping, the contents of which are a standard email address -- without "mailto:". It would seem the simplest way would be to edit that string, if I could find it. I am competent and confident using Terminal and other system-level tools, and have Developer Tools installed. (If this were still pre-X, at this point I'd whip out my copy of ResEdit and start looking for a 'STR ' resource. Alas, I did not keep up.)
    TIA,
    Jeff

    Good suggestion. It gets rid of the "mailto:", but I have to remove the space after dragging the clip into the user name box. Interestingly, I can open the clip with TextWrangler, remove the space, and save it as a clip. However, the clip, as a clip, still has the space! When I open it again in TextWrangler, the space is gone, but still appears when I drag the clip or open it in the Finder. So not quite a cigar. But definitely useful.
    So the question remains, where is a clip's data stored? Is it editable? If so, how? If not, why not?

  • How to make a ADOBE FORM as interactive??

    Hi experts,
                       Please anybody share how to make a ADOBE FORM interactive ? It means the content of the form ( text field etc.,) can be varied ( selected dynamically ) and also the form should be freeze later , so that it cannot be edited again ,.
                    Thanks in advance!!

    Hi shukla,
    Thanks for u r response.
    Here my problem is i created webdynpro component view with interactive element .And i set the all required properties also like checking enable checkbox ,pdfsourcr,formname allthe requird things i did and i developed one adobeform using sfp tcode. In that form they are some input fields are their. and i activated every thing sucessfully.
       while executing webdynpro app i am getting pdf also.But in that pdf i cant able to fill the input fields..i checked with javascript code , and different layouts also but still it will be not editable in pdf..
    I need the solution for this........ Pls help me, I stucked with thispoint ,and its urgent...
    Regards,
    Venkat.

  • How do you make editable entries in an Interactive Report?

    I have seen a feature in other Apex applications that I can't reproduce. There is an interactive report in which each row has an Edit icon (pen and pad) and clicking on it leads to a form page which displays the info, so you can edit it.
    I haven't been able to build an IR that will show this icon. How can I do this?
    Steve "the n00b" in Raleigh NC

    Steve,
    This link should show you the way.. Edit Link on Interactive Report
    Also, could you change your profile name to smeothing more human? We know you are steve, maybe you could change it to the signature you use on your messages?
    Thank you,
    Tony Miller
    Webster, TX

  • How to make a clip play backwards in timeline and how to reverse a clip from left to right?

    I would love to know if it is possible to:
    1. make a clip play backwards in the timeline
    2. reverse the orientation of a clip from left to right
    Thanks in advance.

    Yes to both.  The specific method may vary from one version to another.
    1. make a clip play backwards in the timeline
    Right click > Speed/ Duration > Reverse Speed
    2. reverse the orientation of a clip from left to right
    Apply the Basic 3D video effect.  Adjust the Swivel to 180 degrees.
    What version are you using?

  • How to introduce blank line separator in Interactive Report

    Hi,
    I've an Interactive Report that shows date-ordered records (game fixtures for our local Ice Hockey team).
    I'm using highlights and filters to make the output more "meaningful".
    Any advice on how to introduce a horizontal blank-record "gap" in the data to separate the rows of output please?
    I know I can use the "Break" feature, but its not that pretty in this circumstance - it looks like overkill.
    All I want to do is to deliniate the fixtures that occur in separate weeks.
    The current list of fixtures is viewable via: [http://fixtures.naihc.co.uk/apex/f?p=1:2|http://fixtures.naihc.co.uk/apex/f?p=1:2]
    I've created a hidden column that calculates the Week of the Year: a simple to_char(faceOff, 'IW') wrapped inside
    a "to_number" for sorting purposes.
    If you look at the output, its not that blindingly obvious which fixtures happen on which week - a simple horizontal
    line gap when the week changes would look nice.
    Some sort of SQLplus "break on weekOfYear skip 2" or so.
    Thankyou in advance.
    Mungo

    I've created a hidden column that calculates the Week of the Year: a simple to_char(faceOff, 'IW') wrapped inside a "to_number" for sorting purposes.Won't that give you a problem when viewing a period of a season that spans 2 calendar years? The weeks from the later year appear before those in the first year:
    select   d, to_number(to_char(d, 'iw')) week_of_year
    from     t
    order by season, week_of_year, d
    D                         WEEK_OF_YEAR          
    09-Jan-2010               1                     
    10-Jan-2010               1                     
    16-Jan-2010               2                     
    17-Jan-2010               2                     
    23-Jan-2010               3                     
    24-Jan-2010               3                     
    05-Dec-2009               49                    
    06-Dec-2009               49                    
    12-Dec-2009               50                    
    13-Dec-2009               50                    
    19-Dec-2009               51                    
    20-Dec-2009               51                    
    26-Dec-2009               52                    
    27-Dec-2009               52                    
    02-Jan-2010               53                    
    03-Jan-2010               53                    
    25-Sep-2010               38                    
    17 rows selectedAdditionally, I'm not sure that week of year is a measure that means a lot to most people (presence of week 53 is to say the least a bit strange). Could be better to use the ISO week to give the date the week began on, keeping the type as date to give the expected order, or calculate a season week number:
    select   d, trunc(d, 'iw') week_beginning
    from     t
    order by season, week_beginning, d
    D                         WEEK_BEGINNING           
    05-Dec-2009               30-Nov-2009              
    06-Dec-2009               30-Nov-2009              
    12-Dec-2009               07-Dec-2009              
    13-Dec-2009               07-Dec-2009              
    19-Dec-2009               14-Dec-2009              
    20-Dec-2009               14-Dec-2009              
    26-Dec-2009               21-Dec-2009              
    27-Dec-2009               21-Dec-2009              
    02-Jan-2010               28-Dec-2009              
    03-Jan-2010               28-Dec-2009              
    09-Jan-2010               04-Jan-2010              
    10-Jan-2010               04-Jan-2010              
    16-Jan-2010               11-Jan-2010              
    17-Jan-2010               11-Jan-2010              
    23-Jan-2010               18-Jan-2010              
    24-Jan-2010               18-Jan-2010              
    25-Sep-2010               20-Sep-2010              
    17 rows selected
    select   d, dense_rank() over (partition by season order by trunc(d, 'iw')) season_week
    from     t
    order by season, season_week, d
    D                         SEASON_WEEK           
    05-Dec-2009               1                     
    06-Dec-2009               1                     
    12-Dec-2009               2                     
    13-Dec-2009               2                     
    19-Dec-2009               3                     
    20-Dec-2009               3                     
    26-Dec-2009               4                     
    27-Dec-2009               4                     
    02-Jan-2010               5                     
    03-Jan-2010               5                     
    09-Jan-2010               6                     
    10-Jan-2010               6                     
    16-Jan-2010               7                     
    17-Jan-2010               7                     
    23-Jan-2010               8                     
    24-Jan-2010               8                     
    25-Sep-2010               1                     
    17 rows selected
    Any advice on how to introduce a horizontal blank-record "gap" in the data to separate the rows of output please?Looking at it, but the HTML generated by the IR does not appear to include decent options for CSS selectors that can be used for modification. Certainly not anything that'll work in IE6 and 7...

  • How to send a conditional email with interactive report subscription

    Hi,
    i have an interactive report with subscription.
    I would like to send an email with the attachment only when the query returns one or more records.
    How to to this?
    Apex 4.0.2
    Thanks in advance
    lukx

    Well, to understand your requirements can I ask this:
    You said earlier you want a report sent whenever records that meet a criteria exist, correct? So you want the application to query for a condition, and when that condition occurs (a row with primary Key = X, a select COUNT(1) for rows with column X returns a result of 1 or more)
    Then you would schedule a batch job:
    BEGIN
    -- Job defined entirely by the CREATE JOB procedure.
    DBMS_SCHEDULER.create_job (
    job_name => 'Send_Email_Procedure',
    job_type => 'PLSQL_BLOCK',
    job_action => 'BEGIN Test_For_COND_SEND(); END;',
    start_date => SYSTIMESTAMP,
    repeat_interval => 'freq=hourly; byminute=0',
    end_date => NULL,
    enabled => TRUE,
    comments => 'Job defined entirely by the CREATE JOB procedure.');
    END;
    This would in theory run hourly and run your test_for_cond_Send process, in which you would test for the condition and send an e-mail if it was found that would contain the results from your query/report.
    Here is a link to generate a PDF report that could be sent via e-mail: Re: how to save pdf in APEX 3.0
    Thank you,
    Tony Miller
    Webster, TX
    While it is true that technology waits for no man; stupidity will always stop to take on new passengers.

  • How to sort a average in the interactive report

    I have a interactive report. The columns are candidate_name, reviewer_name, score.
    each reviewer will have a score for a candidate. There are many candidates. My boss wants to know which candidate get the highest average score. I build an interactive report.
    I can average the score for each candidate_name and break with this column. I don't know if we can sort the average score for each candidate_name column. If we can, how to do this.
    Thanks a lot!

    Not sure if you got an answer for this, but the only way I know how to do it would be to use an analytic function on the query so that the average of the scores is listed as a column. When you have that, then you can sort by it. As of ApEx 3.2.1, you will not be able to create this new column using the interactive reports "Compute" feature. You'll need to build it into the SQL.
    Shane.

  • How to edit "Single Row View" in Interactive Reports?

    Hi,
    When using Interactive Report when one clicks on the little page icon on the left on a gievn row - one is presented with a small output from all columns for that row.
    For example login as demo/demo to:
    http://apex.oracle.com/pls/apex/f?p=12988:1
    And click on the first icon in the first row. You'll get an output like:
    Empno     7839
    Ename     KING
    Job     PRESIDENT
    Mgr     -
    Hiredate     17-NOV-81
    Sal     5000
    Comm     -
    Deptno     10
    How (and where) can I modify the output of this?
    Regards,
    Pawel.

    Thanks, for your responses.
    In fact this is what I have done. What I am looking after is simply how to modify what is already there. That way, I don't need to create different pages with Next/Previous buttons etc... for every Interactive Report I have.

  • How to make dynamic search items in a report?

    Hi all,
    I have two questions.
    1. How to make dynamic search (i.e without GO button) field above report to provide dynamic search by words in one field of report query?
    2. How to make similar multiply dynamic search fields on report to provide individual search by selected fields of report with refine capability (i.e any search conditions in different fields must work together as complex WHERE clause)
    Thanks in advance

    hey yuri--
    if i'm understanding your questions correctly, the easiest way to achieve the functionality you're after is to have your query criteria fields submit the page when values are entered/selected. the page should then branch back to itself using the submitted criteria in the query. because you're asking about dynamically adding in your where clause predicates, you should consider using a report region of type "SQL Query (Pl/sql Function Body Returning SQL Query)". that way you can use pl/sql to piece together your query based on the provided criteria.
    so the part of your question i'm not sure of is when your page should submit itself ("without a GO button" as you said). for your first question, it seems to be a simple matter of javascript. you want users to be able to enter search criteria into a field and have that criteria be using in the report. to facilitate that we have a few self-submitting item types such as "SelectList with Submit" and "Text Field (always submits page when Enter pressed)". for your second question, it seems that you should have a Go button for the user to indicate he's done entering in his query criteria. anyhow, that's up to you, i suppose. hopefully this response will give you the concepts you need to implement this as you'd like.
    regards,
    raj
    ps-after re-reading your post, i now realize there's a chance that you wanted users to not have to submit the page at all when filtering their result sets. if that's the case, you'd have to use javascript for that cumbersome feat. google would be a good place to go for that code.

  • How many characters in users subscriptions of Interactive Report

    Hi,
    Can someone please help me in Apex 4.1. I would like to know how many characters can I enter in users subscriptions (email address) of Interactive Report and where data are stored.
    Thanks,

    Jessi wrote:
    Can someone please help me in Apex 4.1. I would like to know how many characters can I enter in users subscriptions (email address) of Interactive Report and where data are stored.
    Details of interactive report subscriptions are available in the APEX_APPLICATION_PAGE_IR_SUB APEX view. The maximum size of a subscription email address is 255 bytes.

  • How To make group wise total in Bex report

    Hi!!! Guru's
    i m doing reporting on SD module, so client wann see the summerised report
    on delivarys, senario is the one sale order having the multiple delivery, so the
    i have to show the total result for all deliverys agianst the purticular sales order
    in one row.i know we can do that at the excel level but hot to do it at the query
    design level.highly appreciate u r help on this.
    wil asign pts for sure,,,
    thanks in adv
    Mohan

    Hi!!! Trippel K
    thanks for reply...
    my Q's is how to make the group wise total means, i m going to genaret the
    report on delivery delays on cube 0SD_C04 (Delivery Service), in that the the date
    is comming from the 2LIS_12_VCITM delivery item data, the schedule line data
    from 2LIS_12_VCSCL, when i m getting according to date wise it showing all data from item level n schedule line, the senario is i have to use date from item level n
    all delivery from schedule line, so any inputs regarding this, plz let me, wil appecite
    u inputs
    thanks in adv
    Mohan

Maybe you are looking for

  • Duplicates From Internal Tabl

    Hello, I have an internal table with 6 fields and if the first five fields are same then its called a dublicate and I shud collect these duplicates in an other table moving the original to the other internal table. So from the basic Internal table I

  • Read (a part of) a hierarchy at key date

    Hi, we use function module RSNDI_SHIE_STRUCTURE_GET3 to read a orgunit and all subordinated orgunits from a hierarchy. Our problem is that this function module only read orgunits, which end date is exactly the same how the transmitted "end date param

  • EM Database Control 11.1.0.6.0 을 구성하는 도중에 발생하는 repository create error에 관한

    EM Database Control 11.1.0.6.0 을 구성하는 도중에 발생하는 repository create error에 관한 원인 및 해결 방법을 제시합니다. Problem Description 다음은 emca를 구성하여 repository를 구성하려다가 실패하여 다시 drop하고 create 시에 이와 같은 ORA-20001 이라고 하는 SYSMAN user가 이미 존재한다고 하는 에러에 대한 해결방법입니다. emca -deconfi

  • CRIO code deployment from linux

    Hi, I have a cRIO running out in the field and the only computers permanently connected to it are GUI-less Linux machines. Currently to deploy new code to the cRIO, I go out to one of these Linux machines, steal its network cable, and plug it in to m

  • Can you run iTunes 10.7 on OSX Yosemite?

    Considering upgrading my Mac, but am really on concerned about being able to use iTunes 10.7 - any newer version is absolutely awful.