Info Package filter for not pulling some materilas

Hi All,
I have requirement. I need to put filter in the info package for not to pull  material no XXXX and YYYY.
I do know how to restrict in the infopackage. But in this case I need to write MATNR N0T EQUAL TO XXXX and YYYY.
Can you please provide me a code that I can write in the info package.
Regards
Sunny

Hi,
Hi,
There are many way to achive this, few are:
1. Create a Infopackage routine and exculde the values u do'nt want.
2. Create a OLAP varriable and in customer exit exclude the values u do'nt want.
   To achive this u have to create a customer exit varriable in BEX the same will be reflected here.[Process
   of creating a OLAP variable remains the same as is done in case of query's]
3. You can exclude values by including all the values around the ones you dont want:
   Let's say you don't want types 103 and 506. In your infopackage, input three intervals:
   001-102
   104-505
   507-999
   You can add more rows for your product type selection by hitting the "insert duplicate row" button, next to the check-button on the bottom left corner.
4. Load the data and then delete the records in DTP Filter, start routine or end routine. This will lead
   to large data set being loaded better approach is to delete the data at Infopackage leavel.

Similar Messages

  • Captivate 7 App packager Browser does not support some of the content message

    Hi
    I have succesfully creating a training app using the app packager for IOS (and to a certain extent android), however when you start the app a message starts up saying :"This browser does not support some of the content in the file you are trying to view.  Use IE 9 or later, Safari 5.1 or later etc. "  The interesting thing is that I am using the latest versions of both safari and chrome?
    I checked out the javascript and and althouth there is an "if then" test, clearly it is not testing correctly.  Has someone got a fix for this e.g. modifications to the code to make it work?
    Regards
    Mark

    Hi Phani
    Attached please find the ini file as requested.
    I look forward to your response.
    Kind regards
    Mark
    Geometric Progression
    Cutting thru complexity
    Tel:   (+2721) 794 8332 or (0861) 000-615
    Fax:   (+27 11) 252 8089 
    Website:  <http://www.gpifm.com/> http://www.gpifm.com
    Authorised FSP (Licence No: 43224)
    Bankseta accredited (No:557066)
    BOTA accredited
    <http://lnkd.in/sybY4S> linkedin3

  • Issue withe Info Package Selection for the CRM Datasource

    Hello,
    I have a custom CRM data-source which has the Selection option as CRM-GUID as the Selection option in the RSA3.
    I have replicated the Same Data-source in BI system and Created the Info Package ,but i could not see that GUID Selection in the Info Package.
    To Be Noted:
    I went to RSA6 enabled the selection option( check Box ) , there is no hide option in the datasource , only the Selection option check box is enabled in the RSA6 .
    Replicated again , and activated again , logged out and logged in again . But the Info Package does not show the CRM - GUID selection option.
    I found something not sure this might be the issue:
    1) The Data type is RAW with length 16.
    2) The Datasource in the BI side has SS conversion Routine Blank for this field and the Selection has X.
    But no Selection option in the Info Package.
    Any suggestion and inputs are welcome.
    Thanks in advance.
    Adhvi.

    similar issue is disussed in the below thread...
    Info package Selection were hidden
    Info Package Selection Language key is not diplaying while this is checked
    search for any SAP Note which explains about data type RAW ....

  • Filter for NOT [keyword]?

    I cannot find any DIRECT way to Library Filter for photos NOT containing a particular "keyword."  The work-around through Text/Keywords/Don't Contain doesn't work for me because many of my "keywords" contain spaces (multiple "words").  Since there doesn't seem to be any "quotation" option in the text-search box, what I get is a search that ORs together each "word" of my multi-word "keyword."
    I've discovered that I can get around this problem by first making a Quick Collection from all of my positive filter criteria, then selecting the photos from that Quick Collection with the undesired (negative) "keyword" (for example, by clicking on one of my "keywords" in the Keyword List/Filter Keywords column), and finally removing these selections from the Quick Collection.
    Alternatively, I can Rename my "keywords," replacing all spaces with hyphens, underscores, or whatever, and then use the Text/Keywords/Don't Contain filter.
    There should be a more direct method.  Am I missing something? -- JClarkW

    I'm afraid you didn't understand the OP right.
    He has 3 images with the following keywords:
    aaa
    bbb
    "aaa bbb"
    He wants to exclude #3 only. He doesn't want to exlude neighter #1 nor #2.
    Your method will exclude:
    !aaa - #1 and #3.
    !bbb - #2 and #3.
    !aaa !bbb - #1, #2 and #3.
    So, it doesn't work. With the current search implementation it is impossible to achieve what the OP wants.

  • Info package Settings

    Hi Dear All,
    I request some one to through some knowledge on info package setting for data loading from Source system.
    I had gone to Info package-> Scheduler->DataS. Default Data Transfer
    Now here I See some settings as below
    Maximum size of a data packet in kByte                            20000       (Non edit)
    Maximum number of dialog processes for sending data               2    (Non edit)
    Number of data packets per Info-IDoc                              10               (Non edit)
    Max number of data packet in K bytes = some value that can be edited (Please explain how this works and how to use)
    Number of info packets for data records = some value that can be edited (Please explain how this works and how to use)
    Here I have a case below for better understanding.
    1. I had created a Generic data source by function module.
    2. replicated in Bi
    3. I had created a info package.
    Note: I know that I have only 80000 records to be extracted from source system.
    4. Case: a) Max number of data packet in K bytes = 20000
                       Number of info packets for data records = 10
         Result: Found that in the manage of the request no single record is added (0 From 0 Records) after 2hr also.
        Case: b) Max number of data packet in K bytes = 300
                       Number of info packets for data records = 10
        Result: it brings in 3 minutes 517(517 From 0 Records)  records and after ten sets it added to records as (5170 From 5170 Records)
    Does making changes to "Max number of data packet in K bytes ' will make any changes terms of TIME.
    Thanks in advance ......
    It is really appreciated.......
    Edited by: sreekanth goud on Feb 15, 2012 7:02 PM

    Hi,
    Read this OSS note for good understanding on this subject.
    Note 417307 - Extractor package size: Collective note for applications

  • Makepkg patch to generate -info packages

    Hi,
    after reading this thread started by a friend of mine about info pages, I thought it would be useful to have an option in makepkg to generate -info packages (like for example gcc-info) automatically, so I wrote a patch to do this.
    To activate this option you also need to add the infopkg option in /etc/makepkg.conf, like this for example:
    OPTIONS=(strip !docs libtool emptydirs infopkg)
    If you want to do it only for one specific package, you can also add this line to the PKGBUILD:
    options=('infopkg')
    Here's the patch, for those who want to try it.
    Last edited by catwell (2008-06-29 22:25:27)

    JGC wrote:We can have two approaches here:
    - several build functions for several subpackages, meaning pkg/ gets cleaned between calling them
    - one build() function that distributes installed files across several pkg/ dirs.
    JGC, I would rather the second option too, and I think that is more towards I am going to my patch, (read first post above).
    build() {
    CD $startdir/src/$pkgname-$pkgver
    #patch -Np1 -i ../???.patch || return 1
    ./configure --prefix=/opt/kde
    make || return 1
    create_moodin_libs {
    cd $startdir/src/$pkgname-$pkgver
    make DESTDIR=$startdir/pkg install
    rm $startdir/pkg/opt/kde/share/themes
    create_moodin_themes {
    cd $startdir/src/$pkgname-$pkgver
    cp themes $startdir/pkg/opt/kde/share/themes -r
    In this example here, you can see that there is one build function. It is then up to the separate make_'s to do what it has to do to get the package split.
    Hmmm, Well, I am going to start work on it in a few (7 -> 8) hours, so there is still some time to get implimentation ideas
    Thanks,
       - Tim

  • Any log for Info Package

    Dear Experts,
    I have a info package which has been included in the process chain. It scheduled everyday.
    Now somebody changed some settings in InfoPackage  like data selection and processing tabs.How do i know that who has changed the settings.
    If i look at the info package it says ALEREMORE becoz everytime its been triggered by process chain.That means you have last change name only.
    If i want to find out last one weeks changes, HOW DO I ?
    Please help me.
    Rgds,
    Sin

    Dear Aadil,
    I have checked in the given table, Unfortunately there was only one record there which was done by ALEREMOTE(i.e Today's log). Since i told you that i need a log for entire last week.
    That means rsldpio table maintaining last changed time only.but i need complete log list for the last one week.
    Please help me
    Edited by: sinner icici on Jan 21, 2008 2:17 PM

  • Condition record not pulled for all material

    Hi,
    I have three materials in sales order. now, for each material , I am maintaining some condition record in VK11. the problem i face is, if in case I don't maintain condition recrod for condtion ZCD1 for the first material A in sales order, the condtion records that I have maintain for the same condtion ZCD1 for the following materials are also not getting pulled. that's true for all conditiond in my pricing procedure. only those conditions for which system could find records for the first material, it pulls it for all other materials that follow material A in sales order. otherwise, system gives the messgae " condition record has been found but not set "
    what could be the reason? this is certainly not the standard behavior.
    Thanks,
    Binita

    I have checked this with creating new records for all material for all condtions. but, it is possible that a particular price condtion may not be maintained for the first material and which can very well be maintained for the folllowing materials. in that case, they are not pulled. the records are there for sure for other materials as 1) i could see them in VK13 and 2) the condition analysis tells me that condtion record is found but not set. no clue what it has got anything to do with first material..as soon as i maintain that condtion for first material (even zero value in Vk11), they start appearing for other materials as they are maintained.
    Thanks,
    Binita

  • Example Code for Routine at Data Target in Info Package.

    Hi,
    Can any one send the example code for writing the routines at Data Target of Info Package for Deleting the Request from Info Cube after Update.
    Thanks in Advance,
    Regards,
    srinivas

    Hi All,
    I want to know some examples for guidance in writing the Abap Routine at Data Target of Info Package for Deleting the Request from Info Cube after Update.
    In the Data Targets of Info Package for Info Cubes we can delete the previous request based on the Conditions, exceptions and also based on the Abap Routine. I just want to know how do we write the Routine.
    This option is adjacent to the Maintain to Data Target in Data Targets of Info Package and will available for Info cube only.
    Thanks in Advance,
    Regards,
    srinivas

  • BW 2.0B, info package selection, cant use two system variable for 0CALMONTH

    Hi Experts,
    I am working on BW 2.0B in APO system. There is an info package for which I want to supply two selection value for 0CALMONTH as equal to current month and last month. System variables 0CMONTH (for current month) and 0CMLMON (for last month) are available but I am not able to use them both.
    If I change the variable in one selection, it automatically changes the other one too, making both the selection as same variable.
    Can you suggest any solution/idea?
    Regards,
    Purvang

    any ideas to achieve this?

  • Zen Reporting Infoview not pulling the inventory info I want

    I am trying to pull some useful Inventory information from the managed devices but the Report generated does not CONTAINS all the information I needed or at least not pulling the right information from the Managed devices (agents are installed) Here is the scoop: Reports -> Zenworks Reporting Server Infoview -> NEW -> Web Intelligence Document -> and here we can see the Universe Pane. The questions what to select to add item to the right pane so that I can generate some report that shows all the Inventoried pc (with agent installed) right now I selected and tried many attributes or items but only show the DNS, IP address and none of the HD, CPU, Serial number and Manufacturer and others on the GENERATED report. Here is the sample of the Reported generated for your review. It only DNS name, Machine name, Platform, machine GUID and the rest are NOT showing which were selected and there are: hard drive size, memory type and size, cpu type, vendor name and so and whole bunge of them.

    jlau168,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Why did my contacts..msgs are gone when i do a restore via itunes?for info.. i do not do a backup daily..

    i just do a restore backup and then some of my contact list and msges also photo are gone?i'm just newbie for iphone user
    so that i do not make a backup... help me plss..

    Contacts, messages, photos taken with the phone are part of the backup: iTunes: About iOS backups
    Every time you sync, a backup will save the changes made on the phone, but as it replaces the old backup, you will lose info if you did not transfer your photos to your computer before deleting them from the phone, for example.
    Contacts and events should also be part of your computer info.

  • Date fields for info structure S032 are not generated

    Hi Experts,
    I am trying to update set up tables for '02'  using OLI2BW. I excluded some plants from selection and executed the set up. But the job run for few mins and completed with the message "Date fields for info structure S032 are not generated".
    I couldn't see any records in RSA3.
    Please through some light on this issue.
    Points reward for usefull help.
    Please no wild guess.
    Regards,
    -N-

    Did you find out why. I am getting same message.
    Thanks
    Shalini

  • Hierarchy info-package list not available when adding to process chain.

    Knowledgable experts:
    We are on BI 7.0 and I'm trying to add an info-package for a hierarchy load to a process chain.
    The process chain already exists with master data text loads and attribute loads.
    I want to add a hierarchy load to the process chain.
    - When I select Execute Infopackage process type the pop up box to 'Insert Execute Infopackage' is displayed.
    - The Load Data dropdown box does not display any infopackages to choose from. The infopackage does exist and executes correctly.
    Why can't I see any infopackages in the dropdown box?
    We are on SAPKW70013 Support package.
    Thanks for your assistance.
    Den

    Thanks for the quick reply.
    This is a new install, no upgrade.
    I think I found that I need to do a Save Hierarchy process type to get the hierarchy in the process chain.
    However, I would still have the question, why I don't see any of my transaction data loads that are in 3.x formats?
    I will look at the OSS note.
    Thanks
    Den

  • Data target is not available when creating an info package in BW

    Hi,
    I am not sure how, but I have accidentally deleted the info packages for one of the info sources. I have created init package successfully, but when I try to create a delta info package for the data mart, the data target( which is an info cube) is not appearing in the data target tab.
    Any help in this issue is higly appreciated.
    Thanks
    Prashant

    PRASHANT ASOPA , did you find a solution to this - I am facing a similar situation! I have tried almost everything including deleting and recreating the update rule, recreating the export datasource, activating everything a couple of times and of course cretaing and deleting info packages, but no matter what I do I can't get the system to recognize the data target.
    The "funny" thing is that everywhere else, even in the "Show data flow" everything looks right!

Maybe you are looking for

  • Find my Friends is not using my e-mail address?

    Since sometime last night FMF does not seem to know what my e-mail address is. If I attempt to add a friend it tells me that my account is unverified (i have 10 friends added already). I've checked my account. My only e-mail address is my @me.com add

  • Safari can't open the page https

    Frustrating to say the least. About a week ago whilst in Google mail, Safari failed to open an email instead it opened a page displaying the message Safari can't open the page "https"//mail.google.com" etc A page refresh also failed to open the page

  • Disable columns in a tabular form on select list

    I am trying to void out or disable certain columns based on the option value selected from the select list. I have done this on a form with regualr page items. However, I am now trying to accomplish the same on a tabular form. I have tried the follow

  • Passing arguments to a method

    I need to pass an ip address into a method. So I know its type InetAddress. If the IPAddress is 10.100.50.33. how would I pass it in to the method. eg: SysNameScanCommand(  )Would it be like this? SysNameScanCommand(InetAddress 10.100.50.33 )

  • Just downloaded itunes version 10 .2.2 and my iphone has stopped working. now showing fault on itunes asked to reinstall. Why has this happened?

    just downloaded itunes version 10.2.2 + Qucktime and my ipohone has stopped working! I am told there is a fault in my itunes software and I must reinstall. Why has this happened, is there a fault with this new version?