Custom Filter-Depend

Hi all,
   i am very confusing. i have couple of questions for you.
1. what is filter-depend in se18?
2. there is a filter attach with BBP_DOC_CHECK_BADI and BBP_DOC_CHECK_BADI, how does it work? because filter is a data element then what the logic behind and how it gets trigger 
3.  is it possible to create custom Filter in se18?
please give me brief explanation.
thanks,
john.

Hi ,
      thanks for your response. there is a filter type in SE18 for BBP_DOC_CHECK_BADI called BBP_SEARCH_OBJTYP which is nothing but data element. they attached domain called BBP_SEARCH_OBJCTTYP, in that domain 'Value Range' tab values are below
<b>BUS2201     Object Type EBP Local PO
BUS2205     Object Type EBP Invoice
BUS2203     Object Type EBP Confirmation
BUS2121     Object Type EBP Shopping Cart
SOCO     Shopping Cart for Further Processing in Sourcing Cockpit
BUS2202     Object Type EBP Local Bid
BUS2200     Object Type EBP Local Bid Invitation
BUS2208     Object Type EBP Auction
</b>
based on the above value filer, implementation gets trigger.
1 . my question is how system does know which BOR called ? what is the relationship between data element(Filter Type) and shopping cart?
2. is it possible to create custom filter?
thanks in advance,
John.

Similar Messages

  • Creation of filter dependent Custom BADI defination.

    Hello,
    How to create a custom BADI definition (ECC 6.0), so that I will be able to make it filter dependent.
    I need to create an implementation of the same as per Logical system name filtering for ALE processing.
    I tried to create Enhancement Spot and then created BADi but not able to make it filter dependent.
    Please suggest.
    Thanks.
    Edited by: Parthasarathi Mohanty on May 20, 2011 2:46 PM

    Hi,
    I tried to create an independent custom BADI definition and make it filter Dependant.
    So that I can create my own implementation and call that in a Standard BADI method.
    Through SE18, it's not allowed to directly create BADI, I created an enhancement spot but while creating BADI in this process, it not giving me the option to make it filter dependent.
    Is there any special process to create an independent BADI definition & to make filter dependent in ECC 6.0.
    Thanks.

  • Custom filter calling Pipeline servlets

    Hi,
    Can we invoke the pipeline servlets from our custom filter without using the PageFilter, if we can please explain how to do that.
    And how to get the DynamoHttpRequestServlet as passing thru the pipeline we will get Dynamo request only.

    I have been following up this thread along with some other posts also from you on similar issue and thought of one approach. Although I am not sure if it is going to work or not due to any internal dependency on something which I may not know. But still you can try something like this to invoke the pipeline by calling HeadPipelineServlet from your own filter and see if it serves your purpose.
    //component path to refer atg.servlet.pipeline.HeadPipelineServlet
    String piplineStartServletPath = "/atg/dynamo/servlet/dafpipeline/DynamoHandler";
    //your filter implementation
    public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
      //try invoking HeadPipelineServlet
      Servlet startServlet = (Servlet)Nucleus.getGlobalNucleus().resolveName(piplineStartServletPath);
      if(startServlet != null)
        startServlet.service(request, response);
      //once HeadPipelineServlet is called check from the request attribute to see if we got the DynamoHttpServletRequest
      DynamoHttpServletRequest drequest = (DynamoHttpServletRequest)request.getAttribute("atg.servlet.request");
    }

  • Jabber Windows - no phone control with LDAP Custom filter

    I am unable to control the desktop phone from the Jabber 9.1 Windows client when the CallManager LDAP Directory uses a Custom Filter.
    Has anyone else experienced this?
    If I set the LDAP Custom Filter to <none> and save, then Desktop Phone control works great.
    If I set it to use my custom filter, then trying to enable Desktop control just gives me the spinning circle, then times out to the Red X symbol.
    I do not need to resync the LDAP Directory to get the error, just enable/disable the custom filter and save.
    In both cases calling from the Computer works great.
    This is an On-Prem deployment with full MS-AD LDAP integration.
    Versions are:
    Jabber - 9.1.0 build 12296
    CUPC - 8.6.4.11900-1
    CUCM - 8.6.2.22900-9
    I upgraded to CUCM 8.6.2 SU2 last night hoping that would fix the problem, but no luck.
    The LDAP filter is one I have used in numerous other clusters with no CTI issues.
    It allows me to sync to the root directory, but only import active user accounts with an entry in the ipPhone AD attribute:
    (&((objectclass=user)(ipPhone=*))(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))
    Thanks, Randy

    Hi Randy,
    Have you specified this base filter in jabber-config.xml file? As per Admin Guide:
    "In some cases, base filters do not return query results if you specify a closing bracket in your Cisco Jabber for Windows  configuration file. For example, this issue might occur if you specify  the following base filter: (&(memberOf=CN=UCFilterGroup,OU=DN))
    To resolve this issue, remove the closing bracket; for example, (&(memberOf=CN=UCFilterGroup,OU=DN)"
    Thanks,
    Maqsood

  • Need help on creation of a useful custom filter

    Dear Members,
    I need your help on a
    custom filter which will:
    1) ask
    for my input on which element(s) of WBS are going to be
    used,
    2) Then it will filter the activities
    under that element,
    3) As well as all
    predecessors and successors of the activities within that
    element.
    Note that their
    predecessors and successors may be under some other
    elements of WBS.
    This is to be used
    for obtaining buy-in from the package contractor,
    especially for the activities linked to his/hers.<br
    />
    Regards,
    Tutku OZER

    Hi,
    Check this [Link1|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3004a2d2-0653-2a10-779c-f5562b3fac39] [Link2|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/92914af6-0d01-0010-3081-ded3a41be8f2] & [Link3|https://wiki.sdn.sap.com/wiki/x/dDg ].
    Regards,
    Surjith

  • Custom Filter in Universe on top of BEX Query is not working in BO Explorer?

    Hi,
    I have created Condition(Filter) for an Dimension Object "Submitted by Group Hierarchy" in Universe designer tool on top of SAP BEx Query and then exported the universe to Repository.
    <FILTER KEY="@Select(Submitted By Group Hierarchy\L01 Submitted By Group Hierarchy).[TECH_NAME]"><CONDITION OPERATORCONDITION="InList"><CONSTANT CAPTION="@Prompt('Submitted By Group ','A',' Submitted By Group Hierarchy\L01 Submitted By Group Hierarchy',multi,primary_key,,{‘Direct Sales’)"/></CONDITION></FILTER>
    To test my custom filter , I have created WEBI report and its allowing input entry in my custom filter and output is also coming .
    where as in Explorer, i am not able to enter input values for my custom filter as below.
    Can anyone suggest me how to create custom filter in universe and use it in explorer.
    Thanks in advance.
    Regards,
    Ramana.

    Hi Ramana,
    Please try using 'mono' in place of multi in @prompt syntax and then test.
    Regards,
    Pranay Sharma

  • Is it possible to create a custom filter control in SSRS 2005?

    Hello!
    I need to make a custom filter control for my reports which will provide some options for date parameter:
    - year and month selection
    - Some RadioButtons: "Yesterday", "Today", "Tommorow", "Last week", "Next week"
    - Date range
    Please, give any suggestion which can help to solve this task.

    Vsevolod,
    Unfortunately there is no built-in support for this customization in SSRS so far. You have to code to implement this feature in your custom application. For example, use a ReportViewer control in an ASP.NET application or a Win Form application.
    Anyway I think that you promote a good suggestion to improve Microsoft product's feature. Could you please give your feedback to our product team here?
    https://connect.microsoft.com/sql
    Thank you.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Template Issue in Custom Filter

    Hi Experts,
    I have written a custom filter that is working on criteria. If some criteria meets, based on that criteria filter runs a search query in UCM and then send Email to some users. I have created a Template for email.
    Here is my filter code :
                   ResultSet results = ws.createResultSetSQL(query); //search returns 30 records
                   DataResultSet rs = new DataResultSet();
                   rs.copy(results);
                   dataBinder.addResultSet("SearchResults", rs);
                   cxt.setCachedObject("DataBinder", dataBinder);
              InternetFunctions.sendMailTo("[email protected]", "EMAIL_TEMPLATE", "test sub", cxt);
    In Email Template, i am looping SearchResults resultset.
    The problem is that in Template resultset does not show any record. Infact, if I set any other value in dataBinder, that is not avialable in template.
    Please help guys...!1
    Thanks
    Edited by: user4884609 on Feb 21, 2011 12:36 AM
    Edited by: user4884609 on Feb 21, 2011 1:18 AM

    I got the solution... thanks

  • Issue in Custom Filter in PWA of Ms Project Server 2010

    Hi,
    i am facing an issue on setting a cutom filter in the Project Center view of PWA. I am setting a custom filter and it works fine.
    Projects are filtered as per the filter. However, on selecting the filter for editing, I get a message viz. "Failure. There was an error processing the request".
    I am looking for pointers and guidance to resolve this issue. Any helpin this regard will be appreciated.

    Hi,
    Evenif you already checked this out, it is likely to be a security issue. This functionality is managed by permissions in PWA server settings and not in the Central Admin.
    Check this article :
    http://msprojectnow.com/Blog/tabid/142/entryid/556/Enabling-Task-Sheet-functionality-to-Add-Yourself-to-a-Task-in-Project-Server-2010-PWA.aspx
    Check if you're not belonging to multiple categories that might have the given permission disabled.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Issues with the Custom Filter in Datasheet View

    I'm seeing some odd, yet intermittent, behavior while trying to filter columns in datasheet view using a custom filter. After clicking to apply a filter to a column and choosing 'Custom Filter...' a pop-up with regular expressions should appear much like
    the following screenshot:
    However sometimes, usually on a page refresh, this pops up instead:
    I have been able to replicate this sporadically in both IE 8 and 9 against different columns but it's really inconsistent. I can't seem to find any configuration issues or commonality across the clients that might be responsible. Local installations of Office
    are 32bit. I know 64bit has been known to cause some issues. I wanted to see if anyone else has run into this issue at all or perhaps it has been addressed in a more recent CU than what I am running (14.0.6117.5002). Any insight would be much appreciated,
    thanks in advance.

    Hello all
    We get this as well on one computer in the office. It seems to be more of an MS Office issue than a Sharepoint issue specifically the "Microsoft Office List 14.0" ActiveX add in.
    On one computer that has Office 2010, when "Edit in Datasheet" is clicked within a Sharepoint list the MS office list 14 ActiveX is called and the custom filter options appear with the missing combo boxes like in the picture at the top. I've found this is
    reproducible by simply doing:
    1.  Visit a Sharepoint list
    2. Actions > Edit in Datasheet
    (If you click one of the drop downs at this point and choose Custom filter it will open as expected)
    3. Actions > Show in standard view
    4. Actions > Edit in Datasheet
    5. Click one of the drop downs, choose Custom filter and the problem will occur
    The only way to make the option reappear is to close down IE and reopen it. You'll then get one more go with point 1 and 2 above before the problem will reoccur again after changing the view using Actions.
    Anyone using Office 2007 doesn't seem to have this problem however this uses a different version of the control namely "Microsoft Office List 12.0"
    Uninstalling Office 2010 and reinstalling it seems to fix it for a bit but the problem will soon come back. Strangely it won't come back straight away but when it does its easy to reproduce following the above steps.
    Testing this on another computer that just happens to have Office 2010 and Sharepoint Designer 2007 installed the problem does not occur however when the ActiveX is called for the Sharepoint list it just happens to invoke the Office List 12 version despite
    the fact both versions are available on the machine.
    This probably happens because Sharepoint Designer was installed after Office 2010 was installed on the machine so has updated the registry to call the older version which seems to be problem free.
    ActiveX files
    Microsoft Office List 12.0 = C:\Program Files\Microsoft Office\Office12\STSLIST.DLL
    Microsoft Office List 14.0 = C:\Program Files\Microsoft Office\Office14\STSLIST.DLL
    Version 14.0.6015.1000 - came with Office 2010 with SP1
    I've tried patching version 14.0 STSLIST.dll to:
    14.0.6130.5000 (KB2589349)
    14.0.6137.5000
    (KB2760804) - 9th April 2013 and is the newest I could find at the time.
    Edit as I'm typing this: Just found http://support.microsoft.com/kb/2817403 which is dated 11th June 2013 but doesn't mention any fix for this problem.
    I've tried installing the Sharepoint services support components using the Sharepoint Designer installer package as below:
    This includes the STSLIST.dll version 12.0 and updates the registry accordingly so that this component is referenced and does seem to fix the problem.
    Unfortunately for me, when I checked back later the browser had reverted back to using the 14.0 component for reason I can't explain. Perhaps a Windows update came through and "adjusted" the registry settings to use the newer version. Unfortunately any attempt
    at deleting the 14.0 file simply recreates it when "Edit in Datasheet" is choosen.
    It would be great to get a proper fix for this instead of having to try and force the computer to use the older component!

  • Problem in creating new implementation for filter dependent badi

    Hi Experts,
       I want to use badi NOTIF_EVENT_POST.It is a filter dependent badi. It is asking filter type while implementing thro se19. Could anyone pls tel me how to create new implementation for the filter dependent badi. Existing filter type is QMART. is there any problem if i change the filter type?
    Thanks in Advance!

    Hi ,
    NOTIF_EVENT_POST is filter dependent and filter values are based on QMART value in table TQ80. You need to specify the filter value ie : QMART value before implimentation , before that check all active implimentations for the same , if u have to impliment on same filter value , you need to deactivate the one which is implimented on same filter value .
    You are not supposed to change the filter type.
    Regards,
    Vamsi
    Edited by: CH. VAMSHI on Sep 29, 2009 11:58 AM

  • Custom Filter for Date on UWL iview

    Hello Experts-
    I want to display previously approved tasks and current tasks in a UWL iview.
    As of now in the iview the taks which are displayed are the one which are pending.
    For this I am planning to add a custom filter to my UWL iview.
    Can anyone point me some documentation on this? Or Is there any other way to display previously approved tasks or timesheets?
    Please let me know.
    Any helpful repsonses are appreciated with points.
    -Raj.

    Hi Raj,
    I think its not possible to display previously approved tasks.
    If we take example for tasks like Leave Requests or Travel Requests ---
    When users raise the leave request it triggers the Work Flow in R3 and it goes to
    SAP Inbox of Manager (R3) for Approval.
    Now UWL fetches all the task those are in SAP Inbox , UWL does not stores it anywhere.
    Aa soon as tasks get approved it goes out of SAP Inbox.
    So its not possible to to show it  in UWL again.
    Same case with GP task , One the GP taks gets approved it will not come to UWL.
    Regardas,
    Piyush

  • List Custom filter in SharePoint 2013

    I recently upgraded my company's SharePoint 2010 site to SharePoint 2013. Now users are complaining for the List Custom Filter box that was available in SharePoint 2010 but is missing in SharePoint 2013.
    Is there a possibility to activate that feature in SharePoint 2013 in any way?

    Hi Alex,
    You can use Key filters to filter the list items per date entries.
    1. Go to Site settings --> activate 'Metadata Navigation and Filtering' feature.
    2. Go to List settings -->click 'Metadata navigation settings' under 'General Settings' -->Select the desired columns under 'Configure Key Filters' and click 'OK'.
    Please note:
    Fields that are available for use as navigation hierarchies include columns on this list that are one of the following types:
    - Content Type
    - Choice Field
    - Managed Metadata Field
    - Person or Group Field
    - Date and Time Field
    - Number Field
    Hope this info helps you!
    Thanks & Regards, Richlibran

  • Save custom filter for every document?

    Hello,
    sorry for my english ;)
    In FW CS3 it was possible to save a custom filter and so this
    filter was always shown in den filter list even when you open an
    new document.
    Now in FW CS4 you can only save a filter oder a style which
    is addicted to the current document.
    When you open a new one, you have to select every time your
    saved filter or stile set.
    This is no help and in my eyes a step back. I didn´t
    found any solution to access my custom filter or stile set right
    away when I open a new document.
    It doesn´t help to save the workspace area and options
    in a own set .. on every start, the stile window is empty and you
    hav to select one.
    Does sombody know a way to make a own set or stile selectable
    (instant) to new documents?
    Thank you for any hint.
    Regards.
    switch

    8switch8 wrote:
    > Hello,
    >
    > thank you all, but I get no success :( I don?t kno if
    it?s my bad english
    > knowledge or I have another FW4 build (which is
    10.0.0.495).
    >
    > Here is another screenshot which try to explain my
    problem.
    >
    http://img143.imageshack.us/img143/4458/nostylemi4.jpg
    >
    > I can?t set "meine" Style to default value so I get them
    in every new document
    > in the current and future FW sessions. It makes no
    effect when I save my
    > workspace, I have to select "meine" once again in every
    document and every
    > session.
    >
    > FW3 was a bit userfrendly in this case ;)
    >
    > Best regards.
    >
    > switch
    >
    Maybe this video will help:
    www.newmediaservices.ca/jim_babbage/demos/styles/styles.html
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • Re: Custom Filter for a table

    Can someone point me to a tutorial for overriding the FilterableQueryDescriptor to build custom filter for a table?

    In the example you provided, the querylistener is invoked only when the user types in the filter field of the table. How do I invoke the querylistener without the user typing in the filter field? For example, an automatic filter without the user typing in the filter field of the table. In other words, a pre-filled filter field. When the table loads at run time the filter field is already filled with the letters "Sa" without user intervention.
    Edited by: John on Dec 28, 2011 10:24 PM
    Edited by: John on Dec 28, 2011 10:51 PM

Maybe you are looking for

  • Problem with Snow Leopard on new macbook pro?

    OK here's the problem I just bought a new unibody macbook pro with 17 inch screen because I had previously got a 15 inch and am now selling as I realised it doesn't have an Expresscard slot which I want to help me mix music. The computer came with Li

  • Value not getting set in NETValue field in Oppurtunities

    Hi, I have requirement to make the "Net value"  field in Products assignment block  of new Oppurtunity editable. method GET_I_NETVALUE.     rv_disabled = 'TRUE'. endmethod. by making rv_disabled = "FALSE" i am able to make it to editable, but i have

  • Accessing SAP:HopList element in message header from JAVA-mapping

    Dear Experts, Is it possible to access the SAP:HopList element from message header in JAVA-mapping?  I need this to get the list off all receivers of current message (I have a ReceiverDetermination with two receivers, without any conditions, so both

  • Itunes opens with library and purchased music missing

    About every two weeks to a month I open itunes and it says it is copying library. It says the library is corrupt and itunes opens completely empty. No record of any songs play list or purchase history. I have about 11 files in my itunes folder marked

  • Need Help for Blackberry8700g

    I need help for Blackberry8700g, It is the error message Java.lang.outofmemory Error. I can not make even phone calls. After reset it is same message pop up and does not off the power jum error523