Definition of Done

Hi All
How do I add Definition of Done in TFS 2013 ? 
Thanks
Anu
Anu Viswan : www.AnuViswan.blogspot.com

Hi Anu,
Definition of Done is available in VSO Boards and will be available in TFS 2015:
https://www.visualstudio.com/en-us/news/release-archive-vso.aspx
https://www.visualstudio.com/en-us/news/2015-apr-10-vso
Maik Hanns
MCT, MCPD, MCSD
http://blog.maikhanns.de

Similar Messages

  • IDVD doesn't process AVCHD video and high definition RAW photo files

    Hi everybody. I have a brand new Canon VIXIA HF S10 and 5D Mark II. I tried to make a movie out of video shot with the camcorder using iMovie and then I burned a DVD with iDVD. I also made a slide show out of RAW photos made by the 5D. And I encountered such a situation when the movies I made seem to be missing some frames. For instance people move discretely instead of smoothly as in the original video. As for the photos they come out not to be of high definition and don't fit to the whole TV screen. I mean if I burn the photos to a DVD in Jpeg they look perfect. I set all the setting to HD but still get poor quality.
    Have anybody dealt with the same situation or I should try more professional soft like Cut pro or DVD pro?

    IDVD can't process AVCHD. I use Toast to do that. Import your pictures or slides into IMovie and export them via Quicktime if you want 1920x1080 or via browser if you want 720P. Than you can us the browser in Toast to create a DVD in AVCHD. It will play in a blu ray player but NOT in Mac OSX. You will need to use Native Windows via Boot Camp and a Blu Ray player in your mac if you have one. Otherwise a Blu Ray player in you TV system should work.

  • Data definition trigger seems to be ignored

    Hi, I am learning about building my own reports through data definitions (I don't have access to Reports Builder in the envionment I work on). Everything works well, except the before or after trigger. It seems to be ignored constantly. I have tried to submit and request, call any procedure, insert simple package body or insert statement - none of them worked. I don't have access to SQL Developer, so I cannot register new package with trigger proc.
    Does anyone know why I am not even getting any message? I was looking at below many times to see if there is any typo. OPP log does not show any error message, request completes fine, just nothing happens with the trigger.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <dataTemplate name="TEST_XML" description="TEST_XML" default_package="fnd_request" version="1.0">
    <properties>
         <property name="xml_tag_case" value="upper" />
         <property name="include_parameters" value="true" />
    </properties>
    <parameters>
         <parameter name="P_ORDER_FROM" dataType="date"/>
         <parameter name="P_ORDER_TO" dataType="date"/>
         <parameter name="P_MVRES" dataType="character"/>
    </parameters>
    <dataQuery>
         <sqlStatement name="TEST_QUERY">
              <![CDATA[select distinct      pha.segment1 po_number,
                                       pv.vendor_name vendor_name,
                                       pv.segment1 vendor_number
                        from               po_headers_all pha,
                                       po_vendors pv
                        where               pv.vendor_id = pha.vendor_id and
                                       pha.creation_date between :P_ORDER_FROM and :P_ORDER_TO]]>
    </sqlStatement>
    </dataQuery>
    <dataTrigger name="beforeReport" source="fnd_request.submit_request(application => FNC, program => HERTZ_COPY_FILE_ADM, description => null, start_time => null, sub_request => false, argument1 => 13691374, argument2 => 'FR');"/>
    <dataStructure>
         <group name="Test" source="TEST_QUERY" >
    <element name="PONum" value="PO_NUMBER" />
    <element name="VendorNumber" value="VENDOR_NUMBER" />
    <element name="VendorName" value="VENDOR_NAME" />
         </group>
    </dataStructure>
    </dataTemplate>
    Regards
    Piotr

    Quick follow up - I did enable the debug, but there is still nothing about the trigger.
    XDO Data Engine Version No: 5.6.3
    Resp: 50034
    Org ID : 164
    Request ID: 13691519
    All Parameters: P_ORDER_FROM="2011/01/01 00:00:00":P_ORDER_TO="2011/01/10 00:00:00":DebugFlag=Y
    Data Template Code: HZ_XMLPUBTEST
    Data Template Application Short Name: PO
    Debug Flag: Y
    {P_ORDER_TO=2011/01/10 00:00:00, P_ORDER_FROM=2011/01/01 00:00:00}
    Calling XDO Data Engine...
    [040512_042847129][][STATEMENT] oracle.jdbc.driver.OracleBlobInputStream@1742700
    [040512_042847513][][STATEMENT] Logger.init(): *** DEBUG MODE IS OFF. ***
    [040512_042847520][][STATEMENT] DataTemplate.getTmpDir(): system-temp-dir property value from DATABASE: /test/oracle/tmp/
    [040512_042847527][][STATEMENT] Template parsing started...
    [040512_042847737][][STATEMENT] Data Template ......
    [040512_042847737][][STATEMENT] oracle.xml.parser.v2.XMLDocument@2bd3a
    [040512_042847808][][STATEMENT] Inside properties Parser...
    [040512_042847808][][STATEMENT] xml_tag_case=upper
    [040512_042847810][][STATEMENT] include_parameters=true
    [040512_042847810][][STATEMENT] Inside parameterParser...
    [040512_042847818][][STATEMENT] Parameter:P_ORDER_FROM Default value:
    [040512_042847819][][STATEMENT] Parameter:P_ORDER_TO Default value:
    [040512_042847819][][STATEMENT] Parameter:P_MVRES Default value:
    [040512_042847819][][STATEMENT] Inside dataQueryParser...
    [040512_042847827][][STATEMENT] Inside dataStructureParser...
    [040512_042847853][][STATEMENT] Group ...report
    [040512_042847856][][STATEMENT] Group ...Test
    [040512_042847860][][STATEMENT] Template parsing completed...
    [040512_042847860][][STATEMENT] Setting Data Template
    [040512_042847860][][STATEMENT] Setting JDBC Connection
    [040512_042847920][][STATEMENT] Paramter :P_ORDER_FROM Value :2011/01/01 00:00:00
    [040512_042847925][][STATEMENT] Paramter :P_ORDER_TO Value :2011/01/10 00:00:00
    [040512_042847925][][STATEMENT] Setting Parameters
    [040512_042847925][][STATEMENT] Setting Parameters
    [040512_042848042][][STATEMENT] Start process Data
    [040512_042848043][][STATEMENT] Process Data ...
    [040512_042848043][][STATEMENT] P_ORDER_FROM
    [040512_042848045][][STATEMENT] P_ORDER_TO
    [040512_042848046][][STATEMENT] P_MVRES
    [040512_042848046][][STATEMENT] Writing Data ...
    [040512_042848057][][STATEMENT] Sql Query :TEST_QUERY: select distinct      pha.segment1 po_number,
                                       pv.vendor_name vendor_name,
                                       pv.segment1 vendor_number
                        from               po_headers_all pha,
                                       po_vendors pv
                        where               pv.vendor_id = pha.vendor_id and
                                       pha.creation_date between :P_ORDER_FROM and :P_ORDER_TO
    [040512_042848058][][STATEMENT] 1: P_ORDER_FROM:2011-01-01 00:00:00.0
    [040512_042848060][][STATEMENT] 2: P_ORDER_TO:2011-01-10 00:00:00.0
    [040512_042921401][][EVENT] Data Generation Completed...
    [040512_042921402][][EVENT] Total Data Generation Time 34.0 seconds
    I have tried following change to make it boolean. Do you think it should normally work?
    <dataTrigger name="beforeReport" source="DECODE(fnd_request.submit_request(application => FNC, program => HERTZ_COPY_FILE_ADM, description => null, start_time => null, sub_request => false, argument1 => 13691374, argument2 => 'FR'), 0, FALSE, TRUE)"/>
    Regards
    Piotr

  • BT Vision - I was put on package I don't want, 4 c...

    This is my recent BT Vision saga. Telephone support are worse than incompetent - they seem to *think* they are competent and in the process they cause even more havoc!
    I was on Essentials Extra, with BT Sport and BT Sport HD pack. 
    I wanted to add the new HD Bolt On, to get the new HD channels like ComedyCentral HD.
    I rang and asked for this precise thing on Sunday 27th October. I was told there was an open order in the system since August, so order management had to close that before I could place a new order. 
    After a few more calls BT managed to do that, but I think I mostly have one of the very helpful mods in here to thank for that.
    So, trying to order the HD Bolt-On now. I spoke with Margaret (who probably sounded Scottish) and with Amy at Lancaster call centre, on two separate occasions. I also spoke to a third person whose name I didn't take. On all occasions, they had some sort of problem, it was not straight-forward to add this HD Bolt On to my account, but after a bit of a wait, on all three occasions, I was assured it had gone through, that I would get the HD Bolt On by midnight (of whatever day it was I was calling them), I was asked to confirm I am happy with it, and to give my consent etc. 
    I really want a manager to have a listen to those call recordings and see what on earth those Customer Service staff were doing while talking to me, because they certainly didn't do what they were saying they did. Up to today I still haven't got the HD Bolt On.
    And what's worse, I got my e-bill today and... I have been charged for Unlimited Extra package, which I never asked for at all, ever, and which I most certainly definitely assuredly don't want to have!! Specifically, the bill mentions I changed over from 'Entertainment' to 'Unlimited Extra' on 31st October!! 
    I'm not sure if any help can be provided by community members on this one. I would sure hope a mod can help me out, because they seem to be the most competent people working for this company.

    Hi DonDino,
    I was just looking into this and was checking the BT TV site under the section for bolt ons it says "HD Extra is only available to BT Infinity and Entertainment customers."
    So to take advantage of the HD Extra channels you would need to be on the TV Entertainment package.
    Thanks
    PaddyB
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Outlook 2007 sends local mail and non-spam to junk folder

    I have exchange server 2003 on SBS with OWA and several outlook 2007 clients.  Email often seems to be sent to the junk mail folder by outlook 2007, especially when it comes from the exchange server (either local pickup or MAPI). This is definitely being done by the outlook client, since it never happens when the client is not running (for example, if outlook is not running and I use OWA, local email is never delivered to the junk mail folder). 
    I turned off junk email filtering in outlook, and forced the local domain to the whitelist (outlook refuses to add it with the gui, saying it's my local domian, so I imported it from a file), and it still happens before and after.
    Any ideas?

    If it's a local machine, try setting the account to not use cached mode. That should force utilization of Exchange's rules.
    1.       Go to Tools >Account Settings
    2.       Highlight your Exchange Account and click “Change”
    3.       Uncheck “Use cached Exchange Mode”
    4.       Click Next and finish
    Note, this will not work well on a laptop that leaves the building, as it requires a connection with the server to view mail content.

  • Why is a single Cross Reference text turning red after doing an Update?

    After updating a large book in FrameMaker10,  the same cross-reference made in  a couple of chapters is turning to red text.   It is  set as  Heading 2.  I tried to deleted the heading and re-typing it.  I tried to change the style to Body and back to Heading 2 but all references to it are turning to red text after I update the book.  Any idea what is wrong and how do I fix it? I am using unstructured version.  See image.

    Apply a Character Format of Default ¶ Font. Then re-apply the desired Paragraph Format. If the red goes away, it was either a Character Format that had been applied or a local color override. If the red is still there ...
    Look at the Special > Cross-Reference > Format > Definition itself. Look for any <character-format-name> and see if any of those have a red Color defined in their Format > Character > Designer. If so, remove that building block from the definition [Change] [Done] [Replace].

  • Report views correctly in Report Viewer but on export or print, blank page inserted after every page

    Hi all
    I'm hoping someone has an idea what is causing this issue. I am using Crystal 2008 and have created many reports over the years, with no issue like this.
    I have had to create a label file for an Avery label that does not appear in the Crystal Reports default list of label definitions (have done this many times before for other labels, with no issue).
    The report displays perfectly in the CR Report Viewer, however once the report is sent either to PDF export or to the printer, an extra blank page is inserted after every page of the report.
    The fact that it displays correctly in the viewer means there is nothing in the report that is amiss.... there is something going on when the report is sent out.
    I've read a lot of similar problems, however the idea that it is a network problem doesn't explain why the hundreds of other reports I've created exactly the same way... do not have this problem!
    Does anyone know the answer to this puzzle?
    regards
    Kaz

    Hi Karen
    Here is the issue. When you look at the report in the viewer you see this:
    Notice the dashed line after the body of each label. That line is there because the report is formatted to be a column report:
    So the viewer shows you that there is another column to be printed / exported and that is what is happening with the report.
    - Ludek

  • TWO problems with iphone 3G S Calendar

    First of all, my calendar always alerts me 10 minutes before an event regardless of whether I asked it to or not. I can select 'none' and hit done, but when I go back to the event, the alert is set to go off ten minutes before (it appears to change, but then changes back on it's own). This means when I've created an all-day event, it's waking me up at 11:50 at night to tell me my phone bill is due... So because of this I downloaded another calendar app and tried to delete all the events from the iphone calendar... and here comes the second problem. In the same strange way the alerts keep setting themselves, the events I delete reappear! I simply CANNOT delete any event I ever set to occur monthly or yearly. It seems to understand when I want to delete an one-off event (those haven't magically reappeared... yet) but not any others. I even tried changing the event to NOT be a recurring one before attempting to delete it, and that still didn't work. I think it's important to say that it seems to disappear, but will reappear after you've clicked into something else and gone back. I am definitely hitting 'done' before leaving the calendar, too, so it's not because I'm not saving it. It's really frustrating to be woken up in the middle of the night... It's the only bad experience I've had with this phone! Help!

    my phone actually does 'sync' it just never completes the job. each time I go throught the process some things are actually done as for as changes I am trying to implement but others are not. the acytual syunc process just never stops, like I said before it will say 'sync in progress' for literally days without completing.

  • Disappointed in the quality of the 1.1 raw converter at high isos

    I've been using Lightroom since the first Windows beta, and the very first thing that jumped out at me was the wonderful way it handled digital noise at high isos. It seemed to convert it to a unique kind of grain -- I thought of it as digital grain.
    I started shooting at ISO 1600 intentionally just to get that look. ISO 1600, jam the color noise reduction up to 100 percent, and leave the luminance slider at 0. Ah, heaven!
    I upgraded to 1.1, and since I've been doing some high-key work at lower isos recently, I didn't notice a change. Then, a few weeks ago I was editing some old stuff, and I zoomed in, and thought "That's odd. It looks like there is some luminance smoothing going on." I checked the luminance slider, and it was still at 0.
    I was absolutely positive I found a bug, so I googled, and that lead me here, where I read numerous threads on the subject. OK, I get it, the new de-mosiacing algorithms can reduce the level of noise for a certain level of perceived detail. I've checked it out, and in some of my images I can see what that means. I'd have to say I like the new look in 3 out of the 250 or so ISO 1600 images I've looked at so far. I tried just living with it -- maybe I was being too afraid of change, and maybe I would get used to it over time. Sadly, that wasn't the case.
    The fact is, even if the overall level of noise has gone down since v. 1.0, the
    type of noise changed, and it's something that I can clearly see in my larger prints. Do I see it in my smaller prints? Not really. But every time I zoom in to 100 percent on an image, I grate my teeth, and become just a little bit more resentful.
    For me the whole point of Lightroom is that I'm able to process my images, come back in six months, and have them be exactly the same as they were before. If my older images start shifting around and changing themselves behind my back every time I upgrade, what's the point?
    I butt my head against this every time I process stuff at high isos, and I get extremely frustrated when working with some of the 1.5k+ shots I intentionally shot at 1600 just to get the wonderful luminance noise look.
    So I'm going to plead with the development team here:
    please give me my old noise profile back! Don't make me downgrade my entire library to 1.0 and live with version 1.0 on Windows forever. Give me some hope!

    I knew about this issue with the version 1.1 but, sincerely, I was quite happy with the new improved sharpen and noise reduction tools, and also with the clarity tools and all the improvements... until now.
    I just have printed a more or less big print (20x25cm), I looked at the print and... "what's that?". My print seems a paint. It just seems this kind of pics you get after applying some "oil paint" filter in your favorite image editing software. HORRIBLE. I don't know if the print interpolation (I just added some resolution in the print module) also accentuated this effect.
    Definitively I don't like this "look". It's too different from any other raw converter. It doesn't seems a photograph, digital or not. Version 1.0 had some issues, maybe it was too noisy and the sharpening wasn't good but you could use your favorite noise reduction sw or your editing sw and improve noise/sharpen. What can I do with this "paint"?.

  • Inserting a new extension field in the line item details page

    Hi!
    Is it possible to insert an extension field/collection in the line item details page of the master agreement? I have tried supplying several Field ID found on that page on the DISPLAY AFTER field of the extension, but nothing works - the new field still gets displayed at the header page.
    Thanks in advance.

    Hi,
    Line Item is an independent class. You cant add an extension to Line Item through Master Agreement. This is the reason why the extension you add appears on the header tab of Master Agreement.
    When I go to create an extension definition, I don't find Line Item in the drop down of Extended Class Name. So, my guess would be that we cannot create an extension definition for Line Items.
    Let us know if you, or anybody, has a way to achieve it.
    Thanks
    Devesh

  • Can I install 10.6 Snow Leopard to a New Empty Hard Drive?

    I could use some help.
    *I simply want to boot off a 10.6 retail install DVD and install to an empty hard drive on my Mac Pro 8-core (it came with and currently runs 10.5).*
    I will be pulling my 10.5 hard drive (for back up), installing a new drive for SL to start over from scratch.
    After talking to Apple pre sales, I was told the $29 disk — MC223Z/A — was an "Upgrade" disk and would require an existing 10.5 install on the target hard drive.
    The Apple rep also told me if I wanted the "Full Retail version" to install on an empty drive that I would have to buy the boxed version to get the Full Retail install disk.
    Confusion at the store caused me to by BOTH the $29 disk MC223Z/A and the boxed version MC209A/A (it contains iLife and iWork which I don't need).
    After scratching my head here and searching Apple and Google — I have concluded both MC223Z/A and MC209A/A are Upgrade disks.
    I've upgraded many Mac OSes and thought I knew their terminology and between "Upgrade" and "Full Retail" but it is unclear on the retail boxes I purchased and their is no requirement noted for having a previous 10.5 installed.
    Can anyone please take a moment explain how the Upgrade installer works (if 10.5 needs to be installed on a HD before the 10.6 installer can run on it)?
    Lastly, what Apple part number is the actual Full Retail 10.6 SL Install CD?

    -g wrote:
    V.K. wrote:
    the actual SL disks in mac box set and in the upgrade set are EXACTLY the same. you can do it with an upgrade dvd without any issues whatsoever...
    Thanks for confirming that, I have my 8-core "OEM" 10.5 disk and a "Full Retail" 10.5 disk.
    Has anyone actually tried to install MC223Z/A or MC209A/A to an empty hard drive?
    Does this work?
    Definitely yes. I definitely have done it. All three Sno DVDs do exactly the same thing; everything.
    Or do I need to have an existing 10.5 install on the target hard drive?
    I want to remove my 10.5 HD so their is zero chance SL can modify it.
    You do not need to have 10.5 installed. All 3 Sno DVD's will install on a clean drive.
    I don't mind spending extra for Full Retail as long as I can confirm the >correct model number...
    The two disk you mention both are "full retail." The up-to-date DVD that was mailed to those entitled to Sno because of their new-machine purchase dates is called an upgrade disk. But, as indicated, it will do anything the other two will do.

  • FotoStation wipes ACR settings from .xmp

    My employer has recently decided we need to use FotoStation (mostly because we work over a network, and FS is good for that... anyway) to organise, and apply metadata to, our photographs and videos. I do still use Bridge for previewing, ratings and making adjustments via ACR.
    I have noticed that when I have updated the metadata via Fotostaion, it removed ratings and ACR information from the .xmp file in Bridge (not the file itself, just the specific ACR/ratings data within). I made sure that, when I made the changes in FotoStation I selected to "Append new text to existing text" (the other option is to "Replace the existing text"). It definitely removes the ACR information because I tested it out by opening an image in ACR, editing it, clicking done (definitely clicked done not cancel, changes seen in Bridge) then updated the metadata via FotoStation, went back to Bridge and the ACR changes were gone. I opened the "File Info" and read the "Raw Data" before and after the FS edit and the info was there before and gone after.
    SO is there a way to not allow this to happen? FYI I will be posting this to the FotoStation forum as well, I just want to cover both bases. FotoStation doesn't feel it is necessary to have a forum apparently. I'll provide camera and application information below.
    Windows 7 x64
    Working over a network
    Adobe Bridge CS6 (v5.0.2.4)
    Camera Raw 8.4
    FotoStation 7.0 (Build 459)
    Canon EOS 5D (.CR2 files)
    No I cannot work off the network, or get newer versions of applications (at this current time); what I have there is all I have to work with at this point in time.
    I will, for now, simply add the metadata using Bridge but I would still like to see this issue resolved if possible as it is the preferred method utilised by my employer and not my decision to change. My input is not required

    I don't have FotoStation b459 only b60*. I can confirm that you need to rebuild the thumbnails in FotoStation to see metadata changes done in Adobe Bridge. This forces FotoSation to re-index the image.
    There should be no unintentional metadata lost when going back and forth between FS and Bridge. However, you should check that your FotoStation metadata configuration includes the Adobe and IPTC name spaces and fields you need. If not you can create them manually or import from an image. The FotoStation documentation shows that this is easy to do.
    As an aside I find that Adobe CS5 deletes metadata information in fields that are deprecated or no longer belong to the Adobe name space. This is a potential serious problem for digital images generated using legacy software and hardware.
    As a FotoStation user for the last 4 years, in my opinion, your employer is correct. FotoStation is one of the best software for metadata and digital asset management. Good luck!

  • ITUNES and FINAL CUT stop working same day

    In the SAME day- my Itunes decided to stop opening (it does not even ACKNOWLEDGE that I'm trying to open it...), AND when I try to open my Final Cut Pro HD the computer simply says: Final Cut Pro has unexpectedly quit.
    Both programs stopped working the same day and I am at a loss:
    SOMEBODY PLEASE HELP!!!!

    Have you downloaded fresh virus definitions and done a scan lately?

  • Urgent help on ALV

    Hi ALL,
    I want to put my internal table with my own structure in ALV grid control. Is that possible? if yes then how?

    Here's the EASY answer --should take you about 5 mins to code and implement assuming you just want to basically display a table and perform some actions when you select data.
    OK THE SIMPLE WAY(and you don't need a field catalog or dynamic tables either).
    No PAI, PBO or CUA (SE41) interface required either.
    Build any old  internal table with YOUR OWN  field definitions  which don't need to be in the DDIC and simply display it using the ALV code below to display it in an ALV GRID or classic ALV List using class CL_SALV_TABLE.
    (If you want more sophisticated functions or interactive edits where user can input and change data then you need to use the other class CL_GUI_ALV_GRID --but that's another topic ).
    Here's the ALV stuff
    Double clicking on a cell will also return cell name and row.
    I've only shown the alv stuff here -- Note for simple table display and to retrieve contents of a cell use the REALLY EASY to use class CL_SALV_TABLE.
    ********************start of alv code
    Data for ALV grid / List
    CLASS lcl_handle_events DEFINITION DEFERRED.
    DATA:
      gr_table TYPE REF TO cl_salv_table, 
      gr_func TYPE REF TO cl_salv_functions,
      gr_columns TYPE REF TO cl_salv_columns_table, 
      gr_column TYPE REF TO cl_salv_column_table,
      gr_error TYPE REF TO cx_salv_error,
      gr_display TYPE REF to cl_salv_display_settings,
      gr_listoralv TYPE sap_bool,  
      gr_events TYPE REF TO lcl_handle_events
      lr_events TYPE REF to cl_salv_events_table.
    CLASS lcl_handle_events DEFINITION.
    This returns row and column when cell is double clicked
    Other events are available
    but we only want to use his one
       PUBLIC SECTION.
        METHODS:
         on_double_click FOR EVENT double_click of
                       cl_salv_events_table
          IMPORTING row column.
    ENDCLASS.   
    CLASS lcl_handle_events IMPLEMENTATION.
    On Double click display document via call transaction
      METHOD  on_double_click.
        PERFORM  display_document USING row column.
      ENDMETHOD.         "on_double_click
    ENDCLASS.               "lcl_handle_events IMPLEMENTATION
    CONSTANTS:
          gc_true  type sap_bool value 'X',    "Show as ALV
          gc_false type sap_bool value space,  "ALV List
          gc_title type lvc_title  value 'Anything you like'.
    main program
    Build your own Internal table with your own data and
    selections. Code not shown here. Assume your internal
    table is called ta_list.
    simply display it via the following statements.
      TRY.
          CALL METHOD cl_salv_table=>factory
            EXPORTING
              list_display = gr_listoralv "ALV or classic list
            IMPORTING
              r_salv_table = gr_table   "ALV obj instance
                CHANGING
              t_table      = ta_list. "Your Internal table
        CATCH cx_salv_msg.     "If error in Object creation
      ENDTRY.
    some layout options
    enable and show standard toolbar
    switch off vertical nad horizontal lines
      gr_func = gr_table->get_functions ). 
      gr_func->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_horizontal_lines( value = ' ' ).
      gr_display->set_vertical_lines( value = ' '  ).
    set column titles using your OWN internal
    table fields
    these are the names of a sample internal table (not
    shown as your table will contain different field
    names). Just use this as a model. The nnames are the
    table field names of YOUR internal table.
    --your internal table can contain
    any fields you like (Whether in the DDIC or not).
    TRY.
          gr_column ?= gr_columns->get_column( 'VKORG' ).
          gr_column->set_medium_text( 'Ver.Org' ).
          gr_column->set_output_length( 8 ).
          gr_column ?= gr_columns->get_column( 'VKBUR' ).
          gr_column->set_medium_text( 'Ver.kant' ).
          gr_column->set_output_length( 8 ).
          gr_column ?= gr_columns->get_column( 'FKDAT' ).
          gr_column->set_medium_text( 'Proforma date' ).
          gr_column->set_output_length( 13 ).
          gr_column ?= gr_columns->get_column( 'VBELN' ).
          gr_column->set_medium_text( 'Proforma doc' ).
          gr_column->set_output_length( 12 ).
          gr_column ?= gr_columns->get_column( 'NETWR' ).
          gr_column->set_output_length( 12 ).
          gr_column->set_long_text( 'Proforma Bedrag' ).
          gr_column ?= gr_columns->get_column( 'WAERK' ).
          gr_column->set_output_length( 5 ).
          gr_column->set_short_text( 'Curr' ).
          gr_column ?= gr_columns->get_column( 'FAKTUUR' ).
          gr_column->set_medium_text( 'Factuur doc').
          gr_column->set_output_length( 14 ).
          gr_column ?= gr_columns->get_column( 'RFWRT' ).
          gr_column->set_output_length( 12 ).
          gr_column->set_long_text( 'Factuur Bedrag' ).
          gr_column ?= gr_columns->get_column( 'WAERS' ).
          gr_column->set_output_length( 5 ).
          gr_column->set_short_text( 'Curr' ).
          gr_column ?= gr_columns->get_column( 'ORDER' ).
          gr_column->set_medium_text( 'Verk. doc').
          gr_column->set_output_length( 12 ).
        CATCH cx_salv_not_found.
      ENDTRY.
    Register events
    PERFORM register_events.    
    display table  in ALV grid or ALV list
    *=====> This simple line of code now displays
    *=====> your table in a Grid (or list)
    *=====> assuming you've
    *=====> coded it as shown
    *===> Forget about old function modules
    *====> and field catalogs
    *====> when basically just displaying data
    gr_table->display( ).
    *======>
    *=====> register the events to
    *===> handle the double click
    FORM register_events.
    lr_events = gr_table->get_event( ).
      CREATE OBJECT gr_events.
      SET HANDLER  gr_events->on_double_click FOR lr_events.
    ENDFORM
    FORM display_document USING i_row    TYPE i
                                i_column TYPE lvc_fname.
      READ TABLE ta_list  INDEX i_row into vr_list.
      CASE I_column.  
    do what you want here with the cell double clicked
    the value of column is the FIELD NAME in your
    internal   table so you can check what's been double
    clicked. For example you could then display a sales
    order (VA03) with the number read from the table
    For example
    SET PARAMETER ID 'AUN' FIELD vr_list-order.
          CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.
    endform

  • Questions in XI scenarios

    Hi all,
    I am trying some scenario in XI, i have some Q`s regarding it:
    1) The scenario is picking a file from SIEBEL     system >XI>R/3 system
    In this scenario, should i choose a BC or FILE adapter to pick up the file from SIEBEL and post it into the R/3?
    2) Also i know that a BAPI can be invoked via RFC, but i also have an understanding that external definitions can be created to import the BAPI structure as a WSDL file for mapping, is my understanding right? under what kind of situations we go for external definitions?
    Memebers, your response will be greatly appreciated.
    Thanks

    Hi Harika,
    >>>1) The scenario is picking a file from SIEBEL system >XI>R/3 system
    In this scenario, should i choose a BC or FILE adapter to pick up the file from SIEBEL and post it into the R/3?
    if you have a flat or XML file then choose file adapter
    this is an adapter used for file handling
    >>> 2) under what kind of situations we go for external definitions?
    don't do this - do the standard RFC/bapi import into the
    XI repository - you just have to create a connection to
    R/3 from which you can import this structure...
    if you want to connect to r/3 that this means you can get
    this rfc/bapi structure as a standard import
    so there's no need to use external definition of a bapi
    Regards,
    michal
    Message was edited by: Michal Krawczyk

Maybe you are looking for

  • Why does my music keep pausing and playing on my macbook Pro every time i put my headphones in?

    Everytime i plug my headphones in my music starts playing and pausing, and i don't press the buttons on the headphones or the on mac.

  • How can I delete a broken table?

    Hi, I´m still a oracle-noob, hope somebody can help me. Last night the optimizer hanged on a single table, so I killed the optimizer-process. After that I checked the table where the optimizer hangs... The result was, that I can't make a query, and c

  • Service Request Detail Report Data Definition...Where is It?

    Hi All, Can anyone help me find the data definition associated with the Service Request Detail report? Here are the specifics and I am in R12 Module: Service (CS) The report name is: Service Request Detail The short code for this report is: CS_SR_DET

  • BIIP Self-defined planning function type ( RSPLF1 )

    Dear all,   I got 2 questions regarding the new BIIP customer defined planning function type.   1. How do we create the class for the planning function type ? Do we copy standard one( like CL_RSPLFC_DELETE ) as template ? Or , can we create a class w

  • Business Partner - Number Ranges and Groupings

    Hello, A few weeks ago, we are activated RMCA components and activated Telecommunications 6.0 in a sand box client. Now we are doing customizing and application of BP. We want, and we could, to range BP in number range from 1 to 9999999999, as the co