About scheduler (Infopackage)

Hi
I want to ask you all about variants which are used in data selection tab of infopackage..
I have one field 0CALMONTH.. I have data in my data target till 09.2008..
I want to schedule this data target for monthly pull..
So if I use variant in selection tab.. what should I enter there so that each month it will pull current months data.. (eg next month when it will run value of 0CALMONTH will be 10.2008.. next to next month it should automatically change to 11.2008 to pull data for only month 11.2008 & so on..
Regards
Swati

hi swathi,
    Similar scenario we solved like this we pushed the entire data coming to the psa with out any restrictions .
Then at dtp we made a filter condition to selectively get the records. we made several dtps and added them in the process chain for the same field with differnet filter conditions ......
when the particular data comes that dtp will onky execute and the remaining ones wont select the data becoz it doesnt satisfy the filter condtion...
for that the code at the dtp level i am givin for the field under one dtp
data :l_date_low_year(4),
      l_date_month(2).
data: l_idx like sy-tabix.
       l_date_low_year = sy-datum(4) + 1 .
       l_date_month = sy-datum+4(2).
       IF l_date_month < '04'.
         l_date_low_year = l_date_low_year - 1.
       ENDIF.
       l_t_range-low(4) = l_date_low_year.
       l_t_range-low+4(3) = '001'.
       l_t_range-high(4) = l_date_low_year.
       l_t_range-high+4(3) = '012'.
       l_t_range-sign = 'I'.
       l_t_range-option = 'BT'.
       l_t_range-iobjnm = '0FISCPER'.
       l_t_range-Fieldname = 'FISCPER'.
          if l_idx <> 0.
            modify l_t_range index l_idx.
          else.
            append l_t_range.
          endif.
          p_subrc = 0.
this selects data from 0012008 - 0122008 if sy-datum-month > 4.

Similar Messages

  • Question about Scheduled Task

    Question about Scheduled Task
    RequestCenter 2008.3
    Oracle 10g
    Websphere 6.1.27
    IE 7
    Hi:
    I have tried to get a scheduled task to work without any luck.  I am referencing a date/time field on the form and the task goes to "Scheduled", but never moves to "Ongoing".
    I've opened a case with support, but was wondering if anyone has gotten this to work.
    Thank you
    Daniel
    Safeway Inc.

    We just went through this too. If the plan is fairly complex, and has allot of conditional tasks you will have difficulty.
    The explanation I got from Shweta is that the calculation that determines the OLAs before my scheduled task was to start looks at ALL the potential tasks and combines them, essentially saying the duration is much longer than what you think it should be, ie the sum of all potential task OLAs, not just the tasks that became active.
    Bottom line if your scheduled date is with

  • Error when scheduling infopackage

    hi all,
    when i am trying to scheduling infopackage its giving error like
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Except.                   CX_SY_OPEN_SQL_DB
    SQL ERROR IN DATABASE WHEN ACCESSING A TABLE.
    This error is occuring in production system.please guide me how to resolve this issue.
    regards
    Vamshi D Krishna

    Hi,
    these type of error will usually occur for tablespace or disk space not enough.
    pls check ur oracle database for tablespace.just make a try to increase the space and again try ur process.
    thnks.

  • Short dump while scheduling infopackage

    Hi,
    im getting short dump while scheduling infopackage  for( 0cfm_init_positions )as it is giving  dump like MESSAGE_TYPE_X runtime error in BI test system but in dev it's working fine if anybody knows how to resolve??.

    hi
    this is due to existence of TRFC-Packages for old failed requests in the source system.
    so for this QM-Action in the request monitor change manually to red.
    if you wont find the solution contact basis team.
    or
    use SE16. Look at RSSDLINIT table. Match up the LOGSYS with your OLTPSOURCE (for the infopackage that is causing the problem). Delete that line(s) Now you can open the infopackage. (be sure to delete the initialization) before you run the info pack again.)
    Also you can check SAP Note : 852443
    check this links
    Short dump MESSAGE_TYPE_X while trying to open infopackage
    DUMP IS COMMING WHILE CREATING INFOPACKAGE

  • 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

  • Scheduling InfoPackage fails to start extract in R/3

    Hi,
    We are extracting data from CO-PA using the delta infosource.
    We initialised the Delta successfully (without data transfer) and have now scheduled our infopackage to extract data from R/3.
    When we go to monitor, it tells us that the "Request is still running". Within Details:
    Requests: Everything OK
    Extraction: Missing messages
    Transfer: Missing messages or data
    Processing: no data
    When I go to the R/3, SM37, I see that infact no extraction job has been scheduled. Consequently, the InfoPackage sits in a "Still running" status till it times out.
    If I go to iDoc list in R/3 (Transaction WE05), I see within the inbox that there is a iDoc from my BW system of type "RSRQST" (BIW: Data Request message to OLTP) with a status of 64 ("iDoc ready to be transferred to application").
    It seems that something is preventing this iDoc from initiating the extract.
    Can anyone suggest a cause of this problem?
    Thanks
    Leanne

    hi,
    how about the other infopackage extraction ?
    try to check following from monitoring of the request, menu Environment
    - Transaction RFC >> in the datawarehouse
      Transaction RFC >> in the source system
    - ALE management >> in the datawarehouse
      ALE management >> in the source system
    - Check connection
    - RFC log on

  • Error while Scheduling InfoPackage

    When i am scheduling a full load in the infopackage to load data to PSA but am getting an DBIF_RSQL_INVALID_REQUEST error. The desciption is "An invalid request was made to the SAP database interface in a statement  in which the table "EDID4 " was accessed".
    Can anyone help me overcome this and resolve the issue, please.
    Thanks
    Neha

    check OSS Note 89384 if it is relevant to ur issue.

  • Help on loading by schedule infoPackage

    Hi all
    take a look at the picture first.
    http://img2.freeimagehosting.net/image.php?2b2cadc249.jpg
    I wanna load data to ODS "Assignment of Role to Project Element" When I schedule 5 infopackage immediately, they're all yellow. and the details have been shown in the right Panel.
    Im very new to BI. Please show me on step by step.
    I'll assign point for every answere.
    Thanks
    Chuong Hoang

    Hi,
        did you checked in  New Table of the ODS? are you able to see yellow request in ODS with this no.of records. did you checked the job in source system. in monitor -> goto environment -> job details -> job in source system -> check if it is finished -> you can change the technical status of this request to Green and do activation. sub.sequent process here you have to activate the request once the load finish, so there is no issues.
    Regards
    Sankar

  • Email about schedule line

    Hi,
    The schedule line are maintained for procuring of the material .i need to alert the buyer about the delivery.
    How to alert the buyer through email if the material is not delivered on time ?
    Thanks in Advance.
    Regards,
    Renuga.A

    Hi
    You can use reminders for that. MAHN is the message type for that and you can print/email from ME91F. You can see reminders in purchase order delivery tab.
    Number of days representing the time interval at which reminders or urging letters/messages (may also be termed "chasers", "hasteners" (UK) or "expediters" (USA)) are to be issued to the vendor.
    A negative number of days means that a reminder is to be issued to the vendor n days prior to a certain date (for example, the delivery date or the deadline for submission of quotations).
    A positive number of days means that a letter or message urging delivery or submission of a quotation etc. is to be issued n days after the due date.
    Procedure
    In the case of purchasing documents, the time intervals are defaulted from the purchasing info record or, if one does not exist, from the material master record.
    The basis for the reminder intervals is the delivery date or deadline for submission of quotations etc.
    In the event of several reminder levels, the days must be set out in ascending order of time, without gaps.
    Example
    In the event of a delay in delivery, you can send messages urging the vendor to deliver ordered materials a total of three times, at intervals of 10 days:
    Reminder 1: 10 days (after delivery date)
    Reminder 2: 20 days (  "      "       " )
    Reminder 3: 30 days (  "      "       " )
    Regards
    Antony

  • About schedule jobs

    Dear All,
    I have a scheduled oracle job(10g) which run every day calling a procedure. I did disable the job last 2 days ago. Even it is disable but it calls the procedure when the schedule time
    begins. i need to disable the job permanently, so that it doesn't call the procedure. I can't delete it so that i have to enable the job later.
    Regards,
    Sanjay

    Dear Mr. Sanjay Kumar Roy
    I am an Oracle Developer and using Oracle Database 11g-R1.
    I want to take automatic back-up of my oracle database.
    Because I am not a "Database Administrator", so I have no idea about it.
    Please help me.
    Thanks in advance.
    Muhammad Uzair
    Pakistan

  • Need Steps to Schedule InfoPackage Groups and InfoPackage

    Hi ,
    please let me know the steps and also differences between InfoPackage Groups and InfoPackage.
    bab

    HI,
    In the info package groups you can schedule multiple info packages and u can run a info package if the previous one is succesful if not stop the load ..
    We do have some options in loading multiple info packages..
    And info package is specific to that only...
    The T-codes to monitor are RSMO and RSMON(Info package groups).
    Bye,
    Shashikanth.

  • Thinking about scheduling a delivery? DON'T.

    Your chances of anything close to good service lay in the hands of a group of minimum wage paid college girls that could care less about you, your life, your order, or their jobs. A shame really, considering this option has the potential to build Best Buy back to the status of a good business. 
    Let's start from the begining, shall we? 
    I live in Chicago, IL, and if anyone knows anything about Chicago it is that convenience comes at a high cost. That cost being money and patience. The apartment complex that I reside in only allows big deliveries between the hours of 9am and 1pm. SO, like any frustrated chicagoan, I call BB to see if there is anything they can do. Mind you, I was only calling to see. WELL, the first young lady I spoke to informed me that my order was non-existant. I gave the girl everything short of of my SSN...She told me this after I had been on hold for 25 minutes. 
    Mid-night comes around and my partner recieves the confirmation text that our order will arrive between 2:30 and 4:30PM. AWESOME.
    I call BB back at 6:30am and am told I have to call back at 7:00am. I call back at 7:00. After explaining my predicament, I am basically told tough tuna. The customer works around them, they do NOT work around the customer. However, her holyness will bless me with her time and see what she can do. After being on hold for another 20 minutes, I am informed that the drivers will do their best to be there by 1pm, but it is not promised and probably wont happen. HEY THANKS!
    Considering I realllllyyy needed this fridge (i am totally from the west coast), I tried and tried to have my building manager work with me. And she did! We got the extention to 5PM. Woo! So excited that I was able to accomodate BB, I called them to let them know. It was about 1pm when I made the call. I was told that they would probably be there around 3PM and that they will call the {removed per forum guidelines} phone #. UUMMMM I do not have a {removed per forum guidelines} phone number. Upon telling this to the customer rep, she told me not to worry. PHEW. So I stressed the 5pm and was informed I would get a phone call one hour prior to their arrival. 
    Que 3:30PM. No phone call and no fridge. So, I call BB back where I was informed that in order to get a specific order time, all I had to do was pay $75 yesterday. Which, I totally would have paid IF I HAD AN ORDER TO PAY FOR. Ah, well... no use in getting upset. wwwooooo saaaaaaaaaa. I am told the drivers are 30 min away... 4:30 comes around and no drivers.
    At this point I am a little bit upset. I only had until 5 to get this darn fridge, so I call BB once again and just ask to speak to a manager directly. I am told to hold..................and end up holding for 30 min, only to have Thing 1 tell me that my order has already been delivered. 
    Now, I am livid. I express to the girl that the next words out of her mouth need to be "im getting you a manager". Those were not the next words out of her mouth. I then proceeded to break down my request....GET....ME.....A....MANAGER....I can talk fast sometimes, so I wanted to slow it down a bit. She puts me on hold for another 10 minutes and then poor Jeremy gets on the line. I lay in to Jeremy like he had just killed my kitten and worn its poor wittle fur as mittens. I have never been so P'd off in my life. 
    Then the delivery truck pulls in. The best part? the drivers claim they were never told that I needed this delivered by a certain time. 
    Now, I had nothing to do today. If I was just told the truth, and not treated as gum on the bottom of those reps shoes.... There would have never been any issue. Instead, I will never.... and I mean never... do business with BB agian. I am also making sure to share my experience with every person I come across and on every social media outlet known to man. 

    Hello jpo343,
    Among the goals to which we aspire are clear and concise communication and doing our very best to ensure that your needs -- and the needs of all of our customers -- are met efficiently and without complication. It is abundantly clear from your missive that we did not live up to either of these objectives for you in delivering your new refrigerator. I sincerely apologize for this having been your experience and I deeply regret the inconveniences you endured.
    I was unable to locate your purchase using the information you provided when you signed up for Best Buy Unboxed. Did you make your purchase in store or online? If in store, at what location? In most cases, to my understanding, once the delivery route has been set (this is usually completed the day before delivery), changes are very difficult to make. This being the case, the representatives and managers to whom you spoke should not have set expectations that could not be met. Also, suggesting that you could have picked your time (an option available for store purchases only) after that knowledge would have had a benefit was poor form.
    At the end of your message, you mention that the delivery truck arrived. At what time did they get to your home? Were they able to complete the delivery successfully?
    Regardless, and while I understand why you would make the decision, I was disheartened to read that this experience may influence your future shopping destination. It is my hope that you will one day give Best Buy another chance to win you over.
    I am very grateful that you took the time to share your remarks with us.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Error when scheduling infopackage for PA_PA OEMPLOYEE

    hi all,
    when iam scheduling info package for OEMPLOYEE it is giving error like "0EMPLOYEE : Overlapping time intervals of data record 298 with 305 : '['20040831'/'20040324'] '[to/from]     RSDMD 190 ".
    iam unable to solve it.please help me in this issue.
    thanx
    Vamshi D Krishna

    Hi,
    This is a problem of time overlapping. As this is a master data, if for the same employee, the date overlaps then it will show you this error. Let me explain with example..
    EID      Valid from      Valid to
    1001    01.01.1000     10.01.2009
    1001    08.01.2009     31.12.9999
    In the above case, the dates for EID 1001 is overlapping. When you load this data, it will show you the dates are ovelapping.
    So, first correct the data into the saource i.e. record number 298 with 305 and then upload again..
    This will solve your problem...

  • About schedule report by broadcaster

    Hello:
       Now I send query to user by E-mail immediately,the status is successful. I define schedule job also send query by E-mail.I can not find the request in T-CODE 'SOST' on default time.
    Hope this clear.Hope anyone can give me advice to solve the problem.
    Regards&Thanks
    zagory

    Check in SCOT and see is there a job which is scheduled for sending emails or  whether there is any errors in sending the email?
    If there is no job scheduled you can send emails manually by selecting the execute icon from SCOT.
    Thanks.

  • Report about scheduled reports with status failed

    hi All,
    I would like to schedule report with information which reports in SAP BO (which I could find in Instance Manager in CMC) did not refreshed (failed status). Do you know where this data are stored?
    Thank you for your help.

    Hi Konrad,
    Query builder is an application which gets deployed when you deploy the BO applications like CMC/BILaunchPad.
    The name of the application is AdminTools. You can check with your admin/deployment team if you have it deployed.
    You would be exceuting the below url to access the application
    http://<servername>:<port>/AdminTools
    The name is case sensitive so follow the same case.
    It would be best to run your queries in AdminTools application rather than running those directly on CMS tables though management studio. Running queries directly on CMS databse tables is not recommended.
    Thanks,
    Prithvi

Maybe you are looking for