CRM Middeleware create Z filter

Hi ,
I want to download the sales documents from R3 to CRM. Here i want to set the filter to only orders which have items belonging to a specific material grop. How to do this, Do we need to create a Z filter, If so pls let me know how to do this.
Thanks in advance,
Regards
Kulanthy Velu .S

Hi Kulanthy,
You can set the filters on SALESDOCUMENT adapter objects by using the transaction R3AC1. There are some standard fields available out-of-box for the table VBAK. And not all the fields of this table are available for filters.
Eventually, the cirteria fields that you can use in the replication object are determined by the header information in the bdoc, which means that they are limited by the standard.
Check out table SMOFFILFLD where you can create new filter fields to make available to R/3 adapter objects.
The corresponding table in R/3 is CRMFILFLD which you can maintain the entries as well.
Make sure you are maintained the new fields in both the tables.
Reward points if helps
Regards,
Paul Kondaveeti

Similar Messages

  • How can I create a fIlter to delete only "junk" from the server?

    One of my E-mail accounts is that of a major client. I handle their customer service online. Normally our protocol is to always leave all messages on the server, so for that one Thunderbird account, I have it set to never delete messages on the server.
    But the account recently started getting a lot of junk messages. Thunderbird is doing a remarkable job at marking those and placing them in the junk folder for that account. I would like to create a filter that could remove them from the server, preferably those more than "x" days old so I could monitor the activity to be sure that no important message are removed.
    I did notice that in "Filters" I can create a custom filter from a header of my choice, but can't seem to create what I want which is:
    - after mail is marked as Junk by Thunderbird to delete those messages from the server if they are older than "X" days (my choice of "X").
    - not delete any other messages from the server for that account

    I believe that did it! Thank you. I am running those changes on a secondary E-Mail address for the same job and server and it appears to be working properly.

  • How can I create a filter that automatically copies sent items to other folder than "sent" folder?

    I tried to create filter which automatically copies sent to different recipients messages to other folder than "sent". I tried many times with different setting but it doesn't work. With inbox messages it works fine.
    Thank you

    If you want to 'reply' to an email, but you want the sent reply to auto appear in the same folder of the message you are replying to.
    Tools > Account Settings > Copies & folders for the mail account
    There is a checkbox to select: 'Place replies on the folder of the message being replied to'
    then click on OK to save changes.
    If you want all sent emails not just replies to got to different fodlers based on who you sent the email to, then you would need to create a filter which when manually run moves selected emails to specific folders.
    So let the sent emails get auto stored in Sent folder.
    Tools > Message Filter
    click on New
    give filter suitable name
    Apply filter when: manually run
    select 'match all of the following'
    To is email address
    Perform these actions
    Move message to and select the folder.
    Do not enable.
    When you need to run this filter,
    open Message filter.
    enable only the filters you require
    Run selected filters on: Sent folder on the mail account
    click on 'run now'
    Best used when you have several sent emails which you need moving.
    Not exactly what you are looking for, but works if organising loads of sent emails.

  • How to create a filter based on Effective date EFFDT

    Hello to all,
    I am currently creating reports from an HR database that stores records by employee (EMPLID) based on effective date(EFFDT) and Effective Sequence (EFFSEQ).
    It is easy to get a report that shows all entries up to a certain data (using <= or >=), however, I am not able to create a Filter (in the report or in the prompt)
    that shows me the MAX(EFFDT) up to a certain data dd/mm/yyyy. (any one)
    The sql script we use is the follwiing
    SELECT A.EFFDT, A.EFFSEQ, A.ACTION, A.EMPL_CLASS, *
    FROM PS_JOB A
    WHERE A.EMPLID=' ' ----*(PROMPT1)*
    AND A.EFFDT=(SELECT MAX(B.EFFDT) FROM PS_JOB B
    WHERE B.EMPLID=A.EMPLID
    AND B.EFFDT<=' ') *(PROMPT2)*
    AND A.EFFSEQ=(SELECT MAX(B.EFFSEQ) FROM PS_JOB B
    WHERE B.EMPLID=A.EMPLID
    AND B.EFFDT=A.EFFDT)
    Do I need to create a variable? If yes, How?
    Please send me your suggestions or past experiences with BI on the subject.
    Thanks
    Roberto

    Hi Roberto,
    I would create a session variable via the Oracle BI Administration Tool.
    See the following of how to achieve this:
    http://download.oracle.com/docs/cd/E12096_01/books/admintool/admintool_Variables4.html
    Reference this variable in your filter. It looks something like this VALUEOF(NQ_SESSION."VARIABLE_NAME")
    Good Luck,
    Daan Bakboord

  • Is there a way of creating a filter by Activity ID if all the data is in Excel?

    Hello, I am a new user of P6 and I am trying to find a quick way of creating a filter by activity ID. I have a list of activity IDs that I need in an excel file but I am trying to see if there is a quicker way than typing up each ID in the filter. I am not able to block copy and paste from excel when using filters. Is it possible to import from excel to P6? Any advice would be much appreciated.

    Hold down the option key when you click the + button on the criteria. You can then set up Or conditions (Any).

  • How to create a filter on BAPI

    We have got a requirement where we are passing bank data using BANK_SAVEREPLICA.
    Now the issue is that we need to put a filter for one particular country code ( the particular value say 'IND' could be excluded from the list of country codes within the BD64 Distribution model).
    On eparticular country code we donot want to get communicated between the systems so need to filter data.
    We tried TCODE bd95, bd96 but still missing some step and unable to reach any conclusions on this issue.
    need response urgently

    The active model view is maintained in different system and is distributed in my system say, ABC...
    Now we are sending data from abc to xyz.
    its using object :Bank and method SaveReplica.
    Now i need to put filter on bank country key.....
    now the question is :
    1) can we maintain duplicated model views in system abc.
    2). If i create a model view in system abc and create a filter on BANK_SAVEREPLICA it will be active for all the systems to which we are sending data or it will be active for only the system (i will mention in model view )

  • How do I create a filter that bypasses the in page and goes directly to spam rather to delete?

    How do I create a filter that bypasses the in page and goes directly to spam rather than to delete?

    From your question I'm going to guess you are talking about Mac Mail.
    If you are talking about a RULE then the "Perform the following actions:" would be to select "Move Message" to mailbox "Junk" instead of "Delete Message."
    If you are talking about something else then please give more information.

  • How can I create a Filter for a four week period?

    Post Author: Sarahg
    CA Forum: Formula
    I am trying to create a filter so that on a sales report I can have a Year to Date figure and then the last 4 weeks shown. So far I have tried to creat a filter that shows current week number - 4 but this does not show the correct weeks.
    Any Ideas?

    Post Author: jsanzone
    CA Forum: Formula
    sarahg,
    You don't mention if there is a Universe involved or not, but if there were then you could create some objects that calculate measures based on a timeframe.  For instance, if you have a date field (date_fld) and a measure (x) in your database then you could create a measure such as:
    case when <date_fld> between getdate()-28 and getdate() then sum(x) else 0 end
    (the SQL code I'm using is in MS SQL server, so you may need to adapt if you're using a different DBMS).
    The key to dealing with the date field is in substracing 28 (i.e. 28 days), so any time that this report would run and include the above coding it would be a 28-day lookback.

  • How can I create a filter from a contact list?

    I have a lot of classes that I teach. I have created an email contact list for all of my individual classes, which I would like to create a single fitler for each of these list, in order to put them into a corresponding folder. It would save me a lot of drag and drop and checking, in which class my student is to create a filter for that student. I have ten classes with about 25 students each... So that would save me a huge amount of time!
    cheers and regards
    pmjj

    Perhaps a filter that looks like the one in this picture would work.
    http://kb.mozillazine.org/Filters_(Thunderbird)

  • Need to create a filter in BADI

    Hello Experts,
    Iu2019ve a requirement and according to it I need to Create a filter BUKRS in the BADI definition which makes the BADI call acceptable only when Company Code is XXXX and XXXX.
    Can somebody tell me which BADI I should use?
    Thanks,

    Hello.
    If it is a custom BADI please check the box available in BADI definition (SE18) attributes.
    Step1 - Check the check box Filter in BADI attributes. So that I will enables the filter field and there you need to choose BUKRS.
    Step2 - By doing step1 system adds one more parameter flt_XX to all the methods available in BADI definition.
    Now you need to pass this variable when you are calling the proxy call in the actual application.
    If it is standard BADI you need to check the filter dependent BADIs so that you can impliment them for specific Countries.
    All the best. Let me know if you need any more help.
    - Mohan.

  • Help needed to create a filter

    Experts,
    I would like to create a filter to return data corresponding to the last month of the year or the month for which the latest data is available. For example, If the end user selects 2012 from the year prompt (we have a PV associated to it), then it has to show the Aug 2012 (Data till Aug '12 is available in the DB). On the other hand if he/she selects 2011, 2010 or prior, then it has the return Dec month data of the respective year
    Filter needs to be created on the PERIOD.MONTH attribute which has values like this Jan 2010, Feb 2010....... Jul 2012, Aug 2012
    I am using obiee 10g
    Any help is appreciated
    Edited by: sarvan on Sep 22, 2012 7:17 PM

    Thanks for the response, but it did't work as expected. I have provided the other Time dimensional attributes in my DB.
    Period          Year      Month ID
    Oct 2010 2010 10
    Nov 2010 2010 11
    Dec 2010 2010 12
    Jan 2011 2011 01
    Feb 2011 2011 02
    Nov 2011 2011 11
    Dec 2011 2011 12
    Jan 2012 2012 01
    Jul 2012 2012 07
    Aug 2012 2012 08
    I need to write a filter expression that will return the latest/last period (Column 1) for that year. In my example,
    For 2010 -> Dec 2010
    2011 -> Dec 2011
    2012 -> Aug 2012
    I hope with the max(month ID) for that year we can retrieve it, but I am not finding the right direction
    Edited by: sarvan on Sep 22, 2012 7:31 PM

  • Creating Sawtek filter library component

    Hello all. I couldn't find anything related to my question so I'll write my first post.
    I am trying to replicate the RF 70MHz on Multisim. 
    Then I encountered a Sawtek Filter 854660 within the circuit diagram.
    I followed the steps on creating a new library component from the NI website:
    http://www.ni.com/tutorial/3173/en/
    but to no avail.
    On the 854660 pdf datasheet, I cannot find the type of package required to create this filter on the multisim library.
    Can any one offer some advice as to how can I create a new package for the sawtek filter? Or perhaps the package is already in multisim but I might have missed it?
    Kind Regards,

    Sorry, I couldn't attach the files on the previous post.
    Attachments:
    854660.pdf ‏543 KB
    RF 70MHz.jpg ‏60 KB

  • Any inbuilt Function Module available in CRM to create a Business Partner

    Hi All,
    I need to create a business partner in CRM not manually through GUI. I need to develop a function module that will create a Business Partner in CRM.
    Can some one tell me if there is an in-built BAPI/Function Module availabe in CRM to create a business partner in CRM.
    When i researched i found that there is a BAPI BAPI_BUPA_FS_CREATE_FROM_DATA2 which can create a business partner in CRM.
    I dont know how to use this BAPI, can some one help me with some sample code.
    Also will the development of a function module differ in CRM when compared to ECC?

    Hello,
    Standard CRM PC UI application offers three options when you push 'New' button: 'Person', 'Organization' and 'Group' (combobox appears). In your case, 'Person' should be selected.
    p.s. If you don't see combobox mentioned above, it could be security issue.
    Kirill

  • Is it possible to create a filter function in Muse?

    I was wondering how to create a filter function in Adobe muse. I need this for a website that rents B&B´s, Agriturismo and some other stuff. I would like to have this filter where people have search options.
    Michiel

    Hi Hans,
    I mean a filter for searching in your website. I give you a website and you see what I mean. I think i have to make a database for this to work.
    www.vivere-e-gustare.com. Here you find on the left top a search engine to fill in your wishes about what you are looking for. I hope I made myself clear.
    Thank you
    Verzonden met Windows Mail
    Van: hans-g.
    Verzonden: donderdag 29 mei 2014 10:08
    Aan: michiel brouwer
    Is it possible to create a filter function in Muse?
    created by hans-g. in Help with using Adobe Muse CC - View the full discussion 
    Hello,
    in which area "people" should have search options? About your whole website, in a menu or, or ...
    To be not left empty-handed  here some links:
    http://helpx.adobe.com/muse/tutorials/building-your-first-website-part-7.html  >>> how to filter the items in the menu list ...
    http://helpx.adobe.com/muse/tutorials/creating-mobile-layout-designs-muse-2.html  >>> Adding links with the Links menu
    Hans-Günter
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6417713#6417713
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Creating query filter from a created variable

    Hi,
    On my report, I am using two of my measures to derive a text message in a third column, which is a list of exceptions, so it is a finite list, which will be displayed on the screen.
    I want to create a filter in the query that allows me to filter the results for the third column, allowing me to select a list of values of what I want. Is this possible?
    The closest I've gotten is a report filter (which is not at the query level) and even then, the list of finite values has not populated automatically, I need to type the values that I want in the report. This is not optimal, as other users of the system will not have any knowledge of what possible values there are, so I need it to display the different possible variable values to filter on as a list, rather than free standing text.
    Can anyone help me with my problem? Thanks

    John responded to our hiring ad, but didn’t give us everything we asked for, he only gave us our keywords, & he seemed so sincere saying they were down to earth, great at customer service, etc., so I sincerely told him it’s too bad he didn’t give us all we asked for. I wasn’t being sarcastic, I was simple stating my disappointment.
    http://reviewsoffreelancers.com/2008/04/30/graphic-web-designer-john-zagurasky/

Maybe you are looking for