Selection criteria for infopackage using 7.0 datasource

Is it possible to have selection criteria on  7.0 flat file DataSource ?
I have selected fields as Key Fields, Set the X in select DataSource  and chosen options of selections permitted, but still my InfoPackage  do not contain criteria for my key fields.  
If this is possible, please let me know what steps are required?
Thanks,
Curt Timmerman

Hello Curt
this must be possible. Go to RSA1 and change your flatfile DataSource. On the tab "Fields" you can insert an "X" in the colum "selection". In addition to that, you can also add selection options. After these steps, the selection field should be visible in the infopackage.
Best regards
Martin

Similar Messages

  • How to change Selection Criteria for a Business Content Data Source

    Hi Experts
    I am extracting data using 0CO_OM_CCA_9 Datasource. I would like to be able to select a range of Company Code (BUKRS) to pull in, but I cannot find a way to make certain fields available as selection criteria. When I go into "Change DataSource", I can unselect fields, and even select certain fields, but the option for most is grayed out.
    How can I make this field available as selection criteria in Infopackage?
    Thanks for the help.

    Its not that simple to enable a new selection for a Business Content Datasource, if its not already provided by SAP. Enabling new fields for selection should be accompanied by corresponding extractor code changes to process those field selections and use those selections throughout the extraction process.
    Solution for your problem would be create a custom extractor with all the logic of standard extractor (function module BWOMD_GET_CTRCSTA1 for 0CO_OM_CCA_9) and extra logic to process the new fields for selection.
    Hope it helps!

  • SLED for selection criteria for batch search

    good day gurus,
    Is it possible to use SLED (LOBM_VFDAT) as a selection criteria for my batch search? how do i set this up?
    Thanks in advance
    Edited by: obie villamosa on Jun 30, 2008 11:06 AM

    hi
    maintained class in t-code CL01 for you characteristics then sort sequence CU70 as per shelf life, setting expiration date check by OMJE for your plamt and movment type,
    maintained strategy type in spro in production
    Define Batch search procedure and assign your strategy there.
    then allocate your search procedure to your plant in spro
    and then maintained condition type in t -code COB1 for your plant.
    also maintained your class in material master in classification view for batch class
    Regards
    Pravin
    Edited by: pravin dhokey on Jun 30, 2008 8:07 AM

  • Archiving: adding more selection criterias for MM_EKKO

    Is there a possibility for adding new selection criterias for object MM_EKKO? Any exits for Release 4.6c?

    Deactivated means that you have executed a 2-step archiving.
    You have different residence times. SAP set the deletion flag if residence time one is met, but residence time 2 not yet.
    If both times are met, the PO gets archived.
    for examples see OSS note 948493 - Residence time in new reports RM06EV47, RM06BV47
    You probably have customized the test variant for MM_EKKO as production variant, other wise SAP would not have updated your database.

  • DB14 Backup - No logs exist for the selection criteria for system DEV

    Hello Expert,
              When i click on BRBACKUP button Its showing the info message "No logs exist for the selection criteria for system" .
    so please suggest me where i need to maintain the selection criteria.
    Thanks & Regards
    Annasaheb

    Hi Anna,
    As told by Markus and Eric above...
    you never made a backup on you new installed system....then how system will show you backup details(which were not happened in real)
    Why you are searching for money in an empty pot
    Regards
    Nick Loy

  • Student number as selection criteria for FICA transactions

    Hi experts,
    Is it possible to have the student number as a selection criteria for FICA transaction, for example for payment assignment, among others?
    Do you have a coding example?
    Regards.

    FUNCTION CMAC_EVENT_0210.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(I_SELTAB) LIKE  ISELTAB STRUCTURE  ISELTAB
    *"  TABLES
    *"      T_SELTAB STRUCTURE  ISELTAB
    *"  EXCEPTIONS
    *"      UNKNOWN_SELECTION
      DATA: ld_student12   TYPE piqstudent12,
            ld_partner     TYPE bu_partner,
            ld_student(12) TYPE n.
      IF i_seltab-selfn <> c_student12.
        RAISE unknown_selection.
      ELSE.
      to get leading zero's move the student number in a NUMC-field first
        ld_student   = i_seltab-selcu.
        ld_student12 = ld_student.
        CALL FUNCTION 'HRIQ_CMACBPST_SELECT_WITH_STID'
          EXPORTING
          IV_STOBJID                     =
            iv_student12                   = ld_student12
          XREAD_BUFFER                   = 'X'
          IMPORTING
            ev_partner                     = ld_partner
          EXCEPTIONS
            student_not_found              = 1
          INVALID_PARAMETER_ASSIGN       = 2
          OTHERS                         = 3
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ELSE.
          i_seltab-selfn = 'GPART'.
          i_seltab-selcu = ld_partner.
          CLEAR: i_seltab-xsfex,
                 i_seltab-selco,
                 i_seltab-selwu,
                 i_seltab-selwo.
          APPEND i_seltab TO t_seltab.
        ENDIF.
      ENDIF.
    ENDFUNCTION.

  • Additional selection criteria for RHECM_CREATE_COMP_PROCESS (create compens

    Dear All,
    There is a requirement to add additional selection criteria for  RHECM_CREATE_COMP_PROCESS.
    Compensation Plan needs to take several optiions rather than a single option.
    Incentive Plan Type to be added as additional selection criteria
    Do we need to copy the standard program and then modify it or there can be some other way out for it.
    Thanks and Regards
    Shraddha

    have checked out the SDN forums quite throughly and have come up with a couple of questions/solutions.
    1) Copy the program into Z-name space and add in the code
    Question: Where to specifically add the code, the program is huge with multiple enhancement points being seen in the code.
    Can someone please guide me where I can change the displayed records, point where iI can append data or change the internal table being sent for ALV display.
    <b>---> U have to find out , where /how  they defined Selection screeen , final output they are displaying.</b>
    2) Make changes in SPRO>Define field selection for material document list.
    Question: The required field is not present within the listing, It does give the option to make new entries, but I have to specify a program/table and field.
    If I create my own program to get the details and display onto an ALV Grid, will the program be called when I make selections on that requisitioner field?
    <b>---> lot of work to do</b>
    3) This is text copied from a thread, I have lost the link to it.
    Create a Z report that is a copy of the selection include of the standard selection screen include with the additional selection criteria.
    - Export the extra selection criteria value to shared memory.
    - Submit the standard VL10G program with the selection sets.
    - In user exit (depends on which field needs to be checked), import the extra selection criteria value back in and filter the selected data set.
    Could someone please guide me if it is possible to do the above within RM07DOCS, and a little more detail on how to go about it?.
    <b>Better Options --->try to get the logic of MB51 , then do changes which are required.
    most of data , u will get it from MSEGMKPFMARA+MBEW.</b>
    revert back in case of any other issues.
    Regards
    Prabhu

  • Can we change the selection criteria for RV60SBAT Background Job for Billin

    We have a requirement to add a new selection criteria for RV60SBAT Background Job for Billing. We want to process back order invoices first. So we want a specific background job to select these. So we want to select any orders that are eligible to be invoiced where order date < the date of background job(r sy-datum ). Any ideas where we can introduce this logic for selection criteria?
    Thanks,
       Matt

    Hi Matt
    For your requirement , copy the standard  RV60SBAT program to Z program and in that copied RV60SBAT program , maintain the logic that the backorder invoices should be first processed.Then after that regular background job for billing should take happen .Then your requirement can be fulfilled
    Regards
    Srinath

  • Selection criteria for KFS?

    Hi,
    is it possible to have selection criteria for the Key figurs while desingning the query?
    If yes, please explain me how this could be achived?
    Thanks,
    Ravi

    Hi ,
    Thanks for the answers!
    My scenario is:  I have a sales document cube as well as deliveries cube! There are queries as well on these cubes!
    Now , the requirement is to make a query having the info of both the cubes with the selection criteria as promised date! i had so created multicube and designed a query as well.
    As promised date is keyfigure in both the cubes, i wonder whether this could be possible and thats why i posted my query!
    now i think you can throw some light into it!
    Thanks,
    Ravi

  • How to use a subreport field as selection criteria for the main report

    Dear All,
       I created a report with one subreport and im comparing information from both reports but i need to apply selection criteria in the main report using one of the fields in the subreport, the problem is that the subreport field doesnt appear in the select expert screen. By any chance, someone knows how make a subreport field be used by the select expert.
    Thanks,
    Martha Medrano

    Dear Dom,
       I created the subreport table called IIM (748 items) in sql in the main report as you suggested with the below code:
    SELECT "IIM"."IPROD", "IIM"."IDESC", "IIM"."IID"
    FROM   "S102F360"."BPCS405CDF"."IIM" "IIM"
    WHERE   NOT ("IIM"."IDESC" LIKE 'GEN%' OR "IIM"."IDESC" LIKE 'OBS%') AND "IIM"."IID"<>'IZ' AND "IIM"."IPROD" LIKE '3%'
    and i have another table called ITEM_MASTER (3221 items):
    SELECT "ITEM_MASTER"."ITEM_ID", "ITEM_MASTER"."DESCRIPTION"
    FROM   "WHSPRO"."dbo"."ITEM_MASTER" "ITEM_MASTER"
    ORDER BY "ITEM_MASTER"."ITEM_ID"
    and im trying to display all items in the ITEM_MASTER table that are not in the IIM file but i haven't been able to accomplish this, i am using as primary the ITEM_MASTER table with 'Inner Join' as Join Type,  and '!=" as Link Type. Do you have any ideas on how can i display the requested items.
    Thanks for your help

  • Selection Criteria for Delta loads triggered using MDM_CLNT_EXTR

    Hi ,
    Currently we are required to load data only from two specific account groups . Therefore in the selection criteria in mdm_clnt_extr we maintian these two account groups and extract data.
    However, when setting up the delta load there does not to be an option to restrcit the delta to a specify an criteria. Therefore, in our case several records from account groups which are not required are passed on to the MDM system.
    Is there a way to address this requirement ?
    1. There is an option to run the initial load variants at regular intervals, the problem with this is that in our case we have several variant creates as the R/3 system does not allows extraction on more that 999 records at a time. Therefore at point of time to capture the delta records , if we run all these jobs our network gets choked.
    2. Run delta job, but without selection criteria it pulls out records which we don't require
    Any suggestions on how this problem can be addressed are welcome ,
    Thanks in advance,
    Anita George

    Thanks Michael !
    Well, regarding hte ALE settings, we did take a look in bd64 the filters are based on objects which one of these is relevant for customer account groups ? Probably in the future we would require all data, and then is it enogh to remove the filter ?
    Can a filter be maintained at the XI level , this would be good as only the required account groups are passed on to MDM . Is there any documentation on available on this ?
    Regarding the Import Manager, will have to check  this functionality, as it is now no matter how many times we update the map/rename /load/unload it automated imports keep failing.
    Our R/3 system seems to have problem extracting more than 999 records, as we tried with different number of records and all those extraction jobs got cancelled. So, currently we are running multiple jobs for the initial load and even this is very time consuming.
    Thanks & Regards,
    Anita George

  • Change Selection criteria for existing report in Report painter

    Hi Experts,
    We are on 4.7, using report painter for getting reports for Cost center & Profit Center. For one of the report we have selection criteria as Cost center and cost center group, but now user want us to add new selection field as Cost element and cost element Group to same report. We have tried all the options from GR32 ->Edit-> General Selection, but we don't find cost element in Key figure listed there.
    Please let us know how can we add the new field to selection criteria. We also would like to know is this is possible with existing report  to add new fields or not? Is that we need to create new report for this?
    Thanks in advance..
    Shilpa

    Shilpa-
    In my opinion the best way to troubleshoot issues like this is to go to SAP delivered standard reports and see how they are setup. For example, in your case you want to add cost element and cost element group to your report. There is one standard report from SAP - Transaction :S_ALR_87013611 which has both cost center, cost center group and cost element, cost element group in the selection criteria. You can look how this report is set up, and maintain your report in a similar fashion. Atleast this way, it will give you an idea.
    Go to transaction code GRR3 and under library look for report "1SIP-001". By double clicking on the row, you will see how it is maintained.
    Hope this helps.
    Shail

  • To create selection criteria for PO list

    Dear MM Experts,
    How we can get report on PO list on the basis of release strategy as selection criteria?
    Path : IMG - MM - Purchasing - Reporting - Maintain purchase list - Selection parameters - Define selection parameters.
    Please help me out.
    Thanks & Regards,
    Sandeep.

    Hi,
    You can use ME2N -> Dynamic selections  -> Purchasing Document Header  -> here you will find fields like
    1.Release group
    2.Release Strategy
    3.Release indicator
    4.Release status
    Here input your required selection  data and Save as variant for later use
    Same dynamic selection also available in report *ME80FN , ME2C etc

  • Selection Screen for Infopackage schedule

    Hi Guys,
    I want to create a selection screen which appears when a user schedules an infopackage so that the user can enter the posting period, year from and to values and the load takes place for those values.
    I want to do this so that the infopackage can be scheduled for what ever period the user enters.
    Can somebody please tell me how to write the program/or define BADI with this req?
    Thanks

    Hello,
    To me the easiest is the following :
    - Create some variables stored in TVARVC.
    - In your infopackage, add routines to read the TVARVC variables values
    - Create an abap with some select options.
    - Creat a process chain that starts the infopackage using an event and scheduled periodically
    This abap's algorithm is quite simple :
    update from the select options the TVARV values
    raise event that starts the chain (this avoid authorisations problems vers the functionto start a chain)
    Hope this help
    Best regards
    Stephane

  • Additional Dynamic Selection criteria for Vendor-Search Tearm 2

    Hi All,
    I need to incorporate additional dynamic selection criteria which references 'Vendor-Search Term 2' in new Z Transaction which is a copy of Transaction S_ALR_87012086.
    help me out how to proceed.
    Full reword points will be given.

    Hello Chetan,
    have you checked note 79166 "MM-SRV Hint: Vendor evaluation for service"?
    Define an evaluation criterion for services in Customizing of the vendor evaluation to be able to use the vendor evaluation also for the services management.The main criterion must contain the determination methods 'C' (determination from the quality valuation of the service) and 'D' (determination from the timeliness rating of the service) in the sub-criteria.
    Kind Regards
    TomT

Maybe you are looking for

  • Synching error with different USB port

    I set up my iPhone and had no problems synching with iTunes. I then changed to a different USB port than the one I had originally used. I began to recieve the following error when I tryed to synch "0xE800001". I then switched to a different usb port

  • User account passwords no longer working

    I recently erased and did clean installs on all of our client macs and changed the server's IP address. The new address is entered in Directory Access on all of the clients. The log-in screen appears as the server software has directed it to, with a

  • IMac G5 10.3 Upgrade to 10.5 How to erase the hard drive with no 10.3 disc

    Working on my brother's computer. iMac G5 (no iSight) was running 10.3.11. He tried to do an upgrade to 10.4 along with a RAM upgrade. When he totally hosed it up, he turned it over to me and now wants to upgrade to 10.5. I obtained a retail version

  • Outlook 2010 SP1 - mailto link fails when forwarding an email to someone?

    This works fine in OWA so it is a client Outlook 2010 SP1 problem.  To recreate it perform the following: 1. Email yourself from an EXTERNAL email address 2. Within Outlook forward that email to another person in your environment internally (your ext

  • Java is dependent????

    hi friends actualy my friend went to interview there they asked this question... java is dependent...justifyy.. anyone can pls justify this... thanku byee, keerthi.