Can we add search filters to CV04N?

Hi,
What i am being asked to do is add different search filters to CV04N. Is it possible to add a search field at CV04N?
My customers case: "We use CV04N to track vehicle software editions. What we need is a screen that we can track software edition documents according to vehicle and date and filter them. I have to be able to give a report like this:
___Vehicle type | Vehicle code | Document Type | Document | Output date__ | From date | etc..___
_______A______|A001_______ | SFT__________ | S001____ | DD/MM/YY_ | DD/MM/YY| etc.._
_______A______|A001_______ | SFT__________ | S002____ | DD/MM/YY_ | DD/MM/YY| etc.._
_______A______|A002_______ | SFT__________ | S001____ | DD/MM/YY_ | DD/MM/YY| etc.._
_______B______|B001_______ | SFT__________ | S002____ | DD/MM/YY_ | DD/MM/YY| etc.._
When i double click to the document field at the report, i can reach Vehicle code (Equipment master column) at Object Links tab. But i have to double click and see the vehicle code then go back and see the date etc."
- Is it possible to add Vehicle type and vehicle code to the basic report of CV04N?
- Or what i have to do is create another report with a Z tcode?
Thanks in advance.

Hai...
Your requirement is very genuine it is already availabale with SAP standards it self, but you have to do little bit configuration,
you can follow the following steps
1)  create a class with the tcode CL02, should have all the  attributres like  Vehical code, vehical type etc, by choosing proper characteristics.
2) Attached this class to that document type in the configuration part.
3) Then you will see Additional Tab in the cv01n, CV02N, CV03N & CV04N screen as soon as you select that document type.
4) Automatically it will come in the output of CV04N.
5) Create you own screen variant for that output
you object will fulfill. Revert if any problem exists.
Cheers
KHS

Similar Messages

  • How can i add search help

    hi  how can i add search help .
    when i am giving a parameter of type BSART  it takes the in built search help
    but i want only those values to appear in F4 help which have  diff values in category  but i want only with catogory "F".
    thanks in advance
    naval bhatt

    Hi,
    You have a Function module <b>HELP_VALUES_BSART</b>
    or
    You need to use AT SELECTION-SCREEN ON VALUE-REQUEST FOR <FIELD>.in this one use the Function module F4IF_INT_TABLE_VALUE_REQUEST.
    Look at the below linkhttp://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm
    Regards
    Sudheer

  • How can I add search parameter "Partner Function" to the inbox in ICweb?

    Hello
    I need to add search parameter "Partner Function" to the inbox ICweb search.
    Today I can search for My open transaction.
    The meaning of "My" in the EM Responsible parameter is that my BP number assign to any transaction in any partner function.
    I wont to limit the search to look in a particular partner function. for example: 00000014 Employee responsible.
    I mean in hardcode and not as a parameter selection screen.
    I know that this functionality exist in CRM5 but i am in CRM4
    Thanks
    Merav

    Hi Darren,
    I have implemented this BAdi and when I am trying to activate this it is giving me short dump saying 'SYSTEM_CORE_DUMPED', please help.
    During the course of my actions I implemeted this BAdi using transaction SE19, the activated this it is activated correctly, then I did some changes in method 'CUSTOM_HIT_LIST_SORT' but then whenever I try activate either the metod or the implemetation it is gives me a pop up saying 'Work Process restarted, session terminated' and the session terminates. On ERMS web page I see the Rabex error and in ST22 I see the SYSTEM_CORE_DUMPED error with following dump details
    Runtime Errors         SYSTEM_CORE_DUMPED
           Occurred on     07/21/2006 at 09:07:51
    Process terminated by signal 0.
    What happened?
    The current ABAP program had to be terminated because the
    ABAP processor detected an internal system error.
    The current ABAP program "ZCL_IM_TTT_IC_INBOX_BADI_2====CP " had to be
    terminated because the ABAP
    processor discovered an invalid system state.
    Information on where termination occurred
    The termination occurred during generation of the ABAP program
    "ZCL_IM_TTT_IC_INBOX_BADI_2====CP ".
    The point of termination was in line 5 of the ABAP source code of the
    (Include) program "CL_CRM_AUI_ENTITY=============CU ".
    of the program "CL_CRM_AUI_ENTITY=============CU " (when calling the editor
    50).
    Source code extract
    000010   class CL_CRM_AUI_ENTITY definition
    000020     public
    000030     inheriting from CL_CRM_BOL_ENTITY
    000040     abstract
         >     create public .
    000060
    000070   " public components of class CL_CRM_AUI_ENTITY
    000080   " do not include other source files here!!!
    000090   public section.
    000100
    000110     interfaces IF_CRM_IC_CONTACT .
    000120
    000130     methods ACCEPT
    000140     abstract
    000150       importing
    000160         !IR_ENTITY type ref to CL_CRM_BOL_ENTITY
    Please help.
    Regards,
    Tarun Goel

  • How can I add extra filters to CC?

    I downloaded a filter hub from a site I know but I failed to add to the program?

    That will depend on the plug-in creator providing a compatible version and the filters ending up in the correct locations, none of which we can't answer since you have not provided any system info nor told us what obscure plug-in you are referring to.
    Mylenium

  • WEB-UI  -  How can we add search criteria "Activity ID" to archive search?

    Hi,
    When searching for an activity via the WEB-UI (Component BT126S_APPT / View ApptSQ) , it is not possible to search by activity ID (Search criteria is not available). Moreover, activity ID is not shown in the result list .
    Is there any way to add the activity ID to the search criteria / result list of the WEB-UI?
    Thank you in advance for your assistance.
    Melanie

    Hi Stephen,
    I am faced with the same situation in Territory Management, where in I need to add an additional Search Criteria for the Product Search.
    What are the steps one would need to follow in order to do such a custom development.
    Any pointers would be helpful.
    Thanks and Regards,
    Puja.

  • How to Dynamically add Search Criteria in Advance Search Region.

    Hi All,
    I want to understand how can we add Search Criteria dynamically in the Advance Search Region.
    The Requirement is to add 4 additional search criteria for an org_id in a multi org structure. For other business those fields should not be visible.
    I did try this with the form personalization but could not Show/hide the additional search criteria programatically for the business as we can only see 4 search criteria at the time of page load and other criteria comes in the drop down list to add which can not be show/hide after page load.
    I thought of a solution to add search criterias dynamically for my org through extending controller.
    I found the OAAdvanceSearchBean (advance search Region in controller) object for my Advance Search but could you tell me how can I add the Criteria Row in that Advance Search (createWebBean function) and then add the item in criteria Row dynamically.
    Also please tell me how we can increase the showed criteria from default 4 to more, setDisplayedCriteriaCount(int) is not allowed and it is not working also.
    Thanks.
    Regards,
    Ashish Bansal

    Hi,
    As Lars said The "Search Option Set" and the "Search Component Set" offer you quite some flexibility.
    You can configure both of these component to customize your search.
    Once you did it, you can create a new basic search iview and set these components.
    On the other hand, you also customize the layout use to show result of search.
    Dont'f forget that you need to configure Trex and create an index.
    For instance, I configured the search criteria, the system only asked me some metadatas (created by us,whose value are dependents). Each time that you upload a document you set these attributes.
    Then when you want to search, appear a screen with these values
    Country :
    City:
    search field:
    Patricio.

  • I've searched to no avail for this problem. Similar posts but none that tell me what to do. I can't add or delete any bookmarks on my iPad 2 running the newest iOS. I know how it's suppose to work, it just isn't working!

    I've searched to no avail for this problem. Similar posts but none that tell me what to do. I can't add or delete any bookmarks on my iPad 2 running the newest iOS. I know how it's suppose to work, it just isn't working!
    It started after the major update to iOS 7.
    I can't believe that this is so hard to do. It's just not letting me. I can add a bookmark to the home screen just fine, just not in a bookmarks folder anywhere I try.
    I've used Apple products since 2001 and have always loved how intuitive they are. But the Safari browser since iOS 7 has been the worst I've experienced. At least right in the beginning after that update.
    I'd really appreciate any help that doesn't just tell me how it's suppose to work...I know that.
    My iPad 4 is not affected with the problem and works as it should.

    To delete, tap "Edit" (tap to enlarge image)

  • In FF4 the opensearch detection does not seem to work. how can I add a search engine , that has an opensearch xml but no plugin?

    if you go to a webpage with an opensearch link tag like "&lt;link rel="search" type="application/opensearchdescription+xml...." FF3.x highlighted the small arrow left of the search box and you could add the search engine. this does not seem to work in FF4.
    If a searchengine for example for the intranet, does not offer a plugin, just the opnesearch xml, how can one add it to the search engines in FF4?

    You do not get the blue glow on the search engine icon in Firefox 4, but you should still see the "Add ... site" entry in the menu if you click the search engines icon on the Navigation Toolbar.

  • How can we add additional fields to the BP Search RESULT screen?

    Dear Experts,
    How can we add additional fields to the BP Search RESULT screen so that the BP's being displayed in a search result show maintained values for the particular column/field?
    Thanks!!!

    Hi Laxman,
                           I got same requirement for ibase hierarchy.I want to add new fields in Ibase hierarchy AB.Do you have any idea regarding this.My requirement is that ,i want to dispaly a fields as a check box which display that this component is in under warranty or not by checking the box.Plz tell ,how can i add a new field in tree type context node.I add a new fields using AET ,but that is not available in that AB.
    Thanks
    Vishwas Sahu
    Edited by: vishwas sahu on Nov 17, 2009 1:51 PM
    Edited by: vishwas sahu on Nov 18, 2009 5:22 AM

  • Can you add a Search?

    Can you add a search on a Advanced List Pane bound to a node of your BO?

    Hi William,
    yes by creating your own query which also includes the node, this should be possible. In standard I assume you could check that for instance on the Sales Quote OWL. I have in mind this has also the items included.
    Edit: I just read that you ask for a advanced list pane instead of OWL. I suppose this is somehow as well possible but I would need to try myself...
    But I would try creating you own query, binding this against your list pane and check it
    Cheers,
    Jens

  • Itunes can update that add search movies with subtitles in Russian (buy or rent)

    itunes can update that add search movies with subtitles in Russian (buy or rent)

    Did you find an answer?  I want the same information.  Thanks.

  • How can add search address option in MapKit.framework?

    Hello All,
    I want to make a MKMapView to get a user *current Location* and also he can find location *search by address*.
    Please guide me.

    Qickly changed Tramps to Gramps?
    To place a google map in your site, have a look here http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=2187524. This will enable you to place a pin on your address.
    To have your address placed in a google.com hosted site, you will need to Google the subject.
    Tramps.
    Oopps
    Gramps

  • Search/filtering within playlists feature removed

    Hi,
    Spotify updated itself yesterday to version 1.0.1.988.g8f17a348. The UI got overhauled and few features got removed but the most annoying thing about the change was the disappearance of searching/filtering within a playlist. CMD + F doesn't do anything right now. It was an essential feature used very frequently by me. What exactly was the reasoning behind removing it? Will it be brought back?

    What is the thought process going on with the product and engineering team? Can they stop releasing updates to the product that lack critical functionality? This is the same terrible decision making that allowed the "Your Music" features not to exist on the iPad for a year after it was released everywhere else. What's even more frustrating is that I've now received 2-3 updates since the filter feature was removed and it's still missing! I love Spotify, but this total lack of common sense is unbelievably frustrating and deeply concerning. At this point I wouldn't be surprise if you release a new version that didn't have shuffle or just removed the ability play songs altogether. "Hey the new Spotify looks better than ever and soon we'll add back the ability to play music!!!"* At least I know this guy landed on his feet with a great product manager position at Spotify... https://www.youtube.com/watch?v=AxWWJaTEdD0 *Sorry for the deep sarcasm, but I mean, c'mon man!

  • I can't log out of my iTunes on my old laptop because it has a virus and won't turn on, and this means i can't add/sync new music to my iPod on my new laptop.

    it's getting really irritating since i now have an awful lot of CDs stacking up since i can't add them to my iPod, any suggestions on what to do WITHOUT erasing my iPod content?

    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    Here are some general guidelines. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    You may have to log out or reboot in order to complete an uninstallation.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.

  • Can not add movie to itune

    Hi,
      I just set up new itunes for ipod touch but i just can not add movie file (mp4) to library in itunes. Please help! Thanks so much!

    Make sure you're looking for it in the Movies or TV Shows libraries, or do a search for it by name.
    Did you check if the format is compatible with iTunes (QuickTime plays more formats if you have add-ons)?
    "but when I open that file with itunes"
    This statement confuses me as your point 1/ says you can't find it in iTunes.

Maybe you are looking for

  • Can't delete newly added row in inner advanced table

    Hi! Im using advanced in advanced table and i can't delete a row after i added in detail table, i have to refresh the page in order to delete the row. This is what i do. execute query from master table expand row in master table click Add row button

  • How do I get GPIB USB-A to work in MAX 2.2?

    I updated from LV 6.0 to 6.1. During the intallation MAX was updated to version 2.2. My problem is that my GPIB cark USB-A is not suported in MAX 2.2, I updated to 488.2 2.0 (W32) and I can now use my card within MAX again, but I cant use VISA aliase

  • Input & Output Tax Error

    Hi All, This is srikanth, i have a small doubt i am getting an error input and output error. I am able to simulate the document however not able to post the document. Error message is just showing "Message No: FSA047". Please help me to get out this

  • No photo stream

    Hello I don't have any photo stream on my Iphone. Maybe I deleted it by accident a while ago. But I really need to start backing up my photos as they are taking up all the memory on my phone and I have almost no space left. If I back up my photos ont

  • MRP Type field on Material Master Data

    <DELETED> Duplicate [thread|Message control by Material type; This thread being locked. Please do not post duplicate threads -Paul Moderator Edited by: Paul Meehan on Jul 31, 2009 4:22 PM