BW : Data selection customizing in InfoPackage

Hi everybody!
In BW, RSA1, I have an infopackage, that I run monthly.
It's not a delta.
I have a field "month" in the data selection tab.
This value should be the same as the loading month.
Is there a way to fill the field with an external routine ?
Thanks a lot for any reply.
François Leyssenne

Thanks a lot!
I never saw that stuff, yet it seems very very usefull!
François

Similar Messages

  • "Error Occurred in the Data Selection" while excuting InfoPackage for DataSource(ORT_PA_TRAN_CONTROL)

    Hi,
    Can anyone help me out with the data selection error in InfoPackage, while I was trying to extract the DataSource(0RT_PA_TRAN_CONTRL) to BW./
    I've tried with "Init With Data Transfer" and without the use of Conversion Routines.
    Thanks,
    Taehoon.

    Hi,
    Why your using conversion routine at info pack level?
    Actually conversion routine already defined for info object 0MATERIAL, general tab.
    at info pack level, remove conversion routine MATN1 and don't give any selections.
    First try to run data source at source system RSA3. if it works then later you can trigger at info pack level without any selections.
    Thanks

  • Data Selection tab in infopackage

    Hi Gurus
    Its a very basic question but can anybody tell me what function the "data selection " Tab does in infopackage?
    I know the setting required on R3 side for that but not sure why we use the data selection.
    Can we use this data selection for master data as well?

    Hi Kris,
    Data Selection tab allows you to select: date ranges, document numbers and the like.
    In order to have filds in there, you should first select in the DataSource in the R/3 side wich field could be selected.
    If it is a Generic DataSource, you can do it running RSO2 transaction code.
    <text removed by moderator>
    Claudio
    Message was edited by: Matthew Billingham

  • Data Selection in Init Infopackage

    Hi All
    I want to schedule a Delta Upload on a ODS to load data to another ODS
    For this i created a init load infopackage. I want to give some Data Selections for load. But in the Data Selection Tab I am  unable to see any selection options
    The same infopackage if i select Full upload I can see the Selection options how do i get all these selection options in init infopackage aswell.
    Regards
    Akshay Chonkar

    Hi Akshay,
    You Cant have a Dataselection option in Initiazation option, however, you if you still want to have a Dataselection option as you wish (Say Document posting date from -to) in delta from ODS 1 to ODS2. You can change the update rule for the By writting a routine or can give the create your rule for selection of your own selection. but i am not sure youcan use ranges
    (From- to) in update rule.
    Reward points if helpfull
    Regards
    Hari

  • How To Add InfoObject in the Data Selection Tab of InfoPackages in 2004s

    Hi Y'all!
    I would like to ask how to add an infoobject in the Data Selection Tab of the InfoPackage in 2004s.  It says its optional, this definintion of selection criteria for the infopackage.
    My apologies, I don't understand how this is done.  Surely, I would like, however, to understand how to add an infoobject in this data selection Tab of the InfoPackage in 2004s.
    Can any kind soul out there (gurus) please lend me your thoughts?
    Regards,
    Philips

    Hello Rajani!
    Thank you very mcuh for that!  I super appreciate it!  Can you prescribe how I can do this step by step please?  Where exactly in the DS can I locate this "field for selection" option in the DataSource?
    Regards!
    Philips

  • Data selection tab of infopackage

    hi all,
    how do we select data from infopackage if you do not want a certain value?
    I wrote ABAP code to select not as:
    L_t_RANGE-SIGN = 'I'.
    L_t_RANGE-option = 'NE'.
    L_t_RANGE-low = 'Y'.
    But I got errors. Sign 'I' with 'NE' is not allowed. Please advise.
    Linda

    Linda,
            <b>Exclude Option won't work in the Infopackage data selection routine.</b>
    You can use SIGN equals to I only and option values EQ, CP and BT.
    Try append all the required values. use BT as well as eq.
    If you want to permenantly exclude those to BW. you have 3 good options along with Infopackge Selection.
    1. <b>User Exit in the Source System.</b>
    2. Start Routine in the Transfer Structure.
    3. Start Routine in the Update Rules.
    all the best.
    Regards,
    Nagesh Ganisetti.
    *assign points if it helps.

  • Parameterized Data Selection in Scheduler Infopackage in BW

    hei...is there any way that i can parameterized the data selection in the scheduler infopackage? When i wanna load the data from the scheduler, the data selection will change based on the source systems. Let say today got data in the source system, then the scheduler can auto select today's date to load the data, if let say next monday 25th of feb got data, then the scheduler will auto select the date 25th of feb and load the data from the source system to BW.
    thanks...

    Hi,
    Not sure I understood this fully.
    For each source system there would be 1 infoapckage as it is created on the datasource.
    Now for your requirement you can write a routine inside the infoapckage to load the data for the current data.
    Bye
    Dinesh

  • Mandatory data selection field in infopackage

    Hello together,
    Do you know how to mark as mandatory one filed from data selection tab in the infopackage? I would like the load not to start if the field is not filed.
    Thank you,
    Iuliana

    You can update the table RSOSFIELDS for the datasource by writing an abap code like this
    tables ROOSFIELD.
    Update ROOSFIELD set SELECTION = 'M' where
    OLTPSOURCE = '<your datasource name>' and
    FIELD = '<field on which mandatory selection is needed>'.
    Regs
    Gopi
    Assign points if it helps.

  • Does the data selection on an infopackage only allow a range

    Will the data selection tab on an infopackage allow for multiple single values or just a range?  I have a routine that loads speciific plants.  I'm not getting an error but when I run the infopackage but it seems to be grappbing data for all plants

    It will allow multiple selections..
    You need to place the cursor on the required object  in the data selection field, and then click on + (Plus) icon at the bottom this bill bring one more entry for the same object.
    Like this you can make multiple times to maintain the multiple Selections..
    Hope this helps..

  • Data Selection in Infopackage not picked.

    Hi,
    I have a generic datasource. I have data selections in the Infopackage. Say, I have Data selection for Plant as "5000". But, data for all Plants are getting pulled for all Plants. Why is this Selection not picked ?
    Thanks.

    hi, what type of datasource is yours.. is the selection parameter handled in the definition of ur datasource?

  • Data selection in infopackage to exclude 3 values

    Hi,
    I want to exclude 3 values for ZCOUNTRY field in the data selection of an infopackage. I don't want to do this using start routine(in transfer structure or update rules). I just need to do the coding in infopackage level. Can anybody plz tell me the ABAP coding for this in detail?
    Thanks,
    Chandan

    Hi,
    correct, but once you have defined an ABAP routine in your IPack for the country (select type 6 "ABAP" in the IPack selection of the country) why not to exclude the countries directly?
    I've never had this req but the hereunder should work (it should exclude countries US and CA from the selection)
    data: wa_range LIKE rssdlrange.
    READ TABLE l_t_range with key fieldname = 'COUNTRY'.
    MOVE l_t_range-iobjnm TO wa_range-iobjnm.
    MOVE l_t_range-fieldname TO wa_range-fieldname .
    MOVE 'E' TO wa_range-sign.
    MOVE 'EQ'    TO wa_range-option.
    MOVE 'US' TO wa_range-low.
    CLEAR l_t_range-high.
    APPEND wa_range TO l_t_range.
    MOVE 'CA' TO wa_range-low.
    APPEND wa_range TO l_t_range.
    p_subrc = 0.
    hope this helps...
    Olivier.

  • ABAP Routine in the Infopackage data selection

    All,
    I have requirement where i need to write a routine on a Date field(Activity Year Month) which has to return values from the first to the last day of the Previous month in the data selection of the infopackage.
    I know that on Date there is a STD that can be used but my requirement is on Year Month.
    there are 3 vartypes available
    5. free temporal selection
    6. ABAP routine
    7. OLAP variable
    when i pick ABAP routine it asks me to create a routine i need some help with the code here
    Can someone help.
    Thanks

    Hi there
    If the Data field is 0FISCPER you can use the OLAP variable 0P_PRFP1. If you have developed the field yourself i think you need to write code. The code could look something like this.
    DATA:  sysdat TYPE d.
      sysdat = sy-datum.
      sysdat4(2) = sysdat4(2) - 1.
      IF sysdat+4(2) = '0'.
        sysdat+4(2) = '12'.
        sysdat(4) = sysdat(4) - 1.
      ENDIF.
      CONCATENATE sysdat(4) '0' sysdat+4(2) INTO l_t_range-low.
      MODIFY l_t_range INDEX l_idx.
      p_subrc = 0.
    This code returns the previous months as a single value.
    Chris

  • Abap Routine for Date selection in Infopackage

    Hi
    I have to write an abap routine for date selections in the infopackage,
    There are two date begda and enda.
    Do i code for BEGDA and fill in the begin date using routine and use another routine to fill the ENDA.
    JPJP

    Hi JP,
      If you have two info objects BEGDA and ENDA in the Info package for selection
      then you will have to write seperate routine for each of them.
      If you want to give single value for each date field then update only the field l_t_range- low otherwise if you want to give range then you can update the internal table fields l_t_range-low and l_t_range-high .
    Regards,
    Prakash

  • How to change date selections at Infopackage data selections in production sys

    Hi All ,
    we are loading data into Infocube from datasource ,one process chain for delta init with data transfor  ,which has data selections at infopackage say 06.2014 and other process chain for delta which has same selections at infopackage . Now I want change this data selections  at Infopackage level .
    I Have tried to change these dates in data selections at infopackage level , tho I have changed and saved to future date at delta initial with data transfor ,it's keep coming back to 06.2014. Of course data selection at delta Infopackage level is faded .
    I Want to set future date with delta int with disturbing delta loads . How to do it please .
    regards
    hari

    Hi Ram,
    We will  load delta Intial with data transfer every weekend , and we run delta everyday , because we do delta init with data transfer with selections say ( 01.20011 to 12.2003 ) every weekend , hope I need to create new delta infopack  with new data selections say ( 01.2004 to 12.9999) only  to get update data in Infocube.
    Please correct me if I am wrong .
    Regards
    hari

  • Abap routing in infopackage data selection

    Hi guys
    I'm using an ABAP routin for the Data selection in my infopackage. I want to fetch all the records which is having value Less than 'IN14' for company code.I have modifuied the l_t_range as shown
              l_t_range-sign = 'I'.
              l_t_range-option = 'LT'.
              l_t_range-low = 'IN14'.
              modify l_t_range index l_idx.
    But while executing, its giving the followinf error message.
    "For sel. field 'COMP_CODE', no selection with SIGN = 'I'; OPTION 'LT' allowed"
    Does anybody knows what should be done for this?
    Regards
    Sriram

    Hi Sriram,
    Instead use an OLAP variable to achieve the results you want.
    But first check what are the selection oprions supported by your data source in the table <b>ROOSFIELD</b> in your source system.
    Bye
    Dinesh
    Message was edited by: Dinesh Lalchand
    Message was edited by: Dinesh Lalchand

Maybe you are looking for

  • How to open new form with set value

    I have two forms CLIENT and ORDERS who are connected by "client_id" in a one to many relationship [one client can have many orders]. What code to I put in the button so that that when I click on it from the CLIENT table, it goes to the ORDERS form wi

  • How do I make a dropdown calendar in Acrobat DC?

    I searched online and I keep getting instructions on how to do it in previous versions of Acrobat.

  • Is OCFS(Oracle Cluster File System) a real file system?

    Hi all Is oracle cluster file system something kind of FAT23 or NTFS on Windows, ext3 on Linux ? We install operating systems on FS , but with OCFS we install Oracle database on it instead of operation system ? As usual Applications OS File System Ph

  • [solved] How to run a script on logout?

    I've just migrated from ubuntu and so far I'm really happy with Arch. GNU/Linux really is easier to 'get' with Arch. I've been able to overcome all problems so far with reading previous posts or searching for it by other means, yet this obviously ele

  • Google says Toshiba need to update out android market app so we can get google movies. Jim!

    Since I don't want to call Toshiba 's foreign country/non English speaking customer service,I thought this would be the next best thing. I spoke with a Google representative today and he was pretty helpful. He told me that the reason the Google movie