Create delivery by time, not day

hi
is it possible to create delivery by time (each hour), not by day
Pls advice. thanks

Hi Jo Jo
As already told,
Create a variant for the delivery due list in VL04, give the necessary input and save it as a variant
Now go to SM36 and just click the job wizard, it will guide you through the rest of the steps.
1. Enter the job name and target server(you can leave it blank if you want the program to be executed in the same client) and click Continue
2.In the next screen click the ABAP Program step and then continue
3. Enter the program name(p.name of tcode VL04 which you can find in the menu System----Status) and the variant you have saved
4. If you also want to print and spool click the print and spool parameters and maintain them
5. Skip add additional steps(This is needed only if you want to give some conditions, or run this job after some other job... etc)
6. In the next screen click Date and time and continue, now enter the start date and time and also click the period job checkbox and continue
7. Now in the resultant screen you can mention it as hourly job, or daily, weekly and so on, If none of them suit ur condition you can click none of these and ti will give you a new screen to give your own selectives
8. Once the time is given, it will give you the option to complete the job, Now click the complete button and now the job gets scheduled and every X hours as per your settings, the job will be executed.
You can reward me if this helped you

Similar Messages

  • Oracle Scheduler: create different schedule time per day

    Hi,
    Is it possible to create different schedule times based on the day?
    Example I've schedule a backup-job to run every day @ 23h
    So i configured my job as :
       execute dbms_scheduler.set_attribute(name=>'DAILY_BACKUP_JOB',attribute=>'repeat_interval',value=>'FREQ=DAILY;BYHOUR=23;BYMINUTE=00');
    But now I want to fine tune this and I like to start the job every sunday @ 21h.
    is this possible to configure this is the same job? Or do I have to create 2 separate jobs for it? One for MON - SAT @ 23h and another for SUN @ 21h?
    Kind regards,

    Hi,
    You can create 2 schedules and assign them to your job:
    BEGIN  
    -- week days  
    dbms_scheduler.create_schedule('week_days_sched', repeat_interval => 'FREQ=DAILY;BYDAY=MON,TUE,WED,THU,FRI,SAT;BYHOUR=23');  
    -- sunday   
    dbms_scheduler.create_schedule('sunday_sched', repeat_interval => 'FREQ=DAILY;BYDAY=SUN;BYHOUR=21');  
    END;  
    Now specify these 2 schedules for your job:
    BEGIN  
    dbms_scheduler.set_attribute( name => 'YOUR_JOB', attribute => 'repeat_interval', value => 'week_days_sched,sunday_sched');
    END;

  • Function Module to create Delivery with JIT Calls

    Hi SAP Guru's,
    We are working on SAP 4.6C version.
    I am looking for a function module to create delivery with JIT Calls.
    We are currently using the SAP standard function module "SHP_VL10_DELIVERY_CREATE" to create Delivery with JIT Calls. Each JIT Calls has apx 60-80 materials in it and each material refers to a unique Scheduling Agreement. This function module is taking very long time in production server to create delivery, it does not take much time in dev or quality server.
    We have JITV setting profile (For Sold To Party and Partner Description Profile) set as RELACE (to summarize the line items in JIT Call).
    Is there another function module that we can use to create delivery with JIT Calls?
    Thanks in Advance,
    Amit

    Hi there,
    There is no such function module.
    Regards
    Sanju

  • Cannot Create Delivery without RLT

    Dear All
    I do not want to create Delivery unless inventory is available. So I have controlled it through Checking rule B, doing it without RLT. But Cheking rule A in Sales Order is with RLT so that I can confirm Customers Order.
    I have a strange Scenario.
    My Stock is 60. Sales oreder created for Today is 5 qty, so Confirmed Schedule line.
    Sales order with Schedule line date 31.12.2008 is 200 qty. So this is confirmed after end Lead time.
    But When I create Delivery it does not let me beacsue 60 stock available is now  booked for Sales order 31.12.2008.
    I know the reason that in Delivery creation RLT is not taken into consideration.
    But How this situation should be handled. If I do delievry ATP check with RLT then there are chances that Delivery may be created without stock.
    Experts opinions are invited.
    Regards,
    Neeraj Srivastava

    Hi christine,
      You can create delivery with quantity 0. But you need to customize at the delivery item category level. Once you complete this customizing system will allow you to create delivery with qty 0.
      If you would like to have the do the PGI, when the stock is available, then you need to configure Availabilty check at shipping level. Once you run the availabiltiy check in VL02N transaction, based on the ATP calculation, system will confirm the qty.
    Regards,
    Ravikiran Pochiraju

  • Error while creating delivery through VL01N

    Hi
    The material master availability check group for plant 1001 is 02 (field MARC-MTVFP) and delivery plant as 1002 (different plant) .So while creating sales order automatically it picks plant 1002 and populate VBAP-WERKS field.  There is no stock or production order or PO. So availability check is showing 0 qty.  Now while creating outbound delivery via VL01N it is throwing error  "Order cannot be delivered (see long text) Message no. VL461".
    Now when I create a new sales order line item and change the plant to 1001 manually and try to create delivery, it is not giving any error and allowing me to proceed. In this plant too there is no stock or prodcution order or PO (exactly same as in plant 1002, during avalibility check qty is 0). So when a system suggested plant is changed in VA02 why VL01N transaction is not checking for availability and giving any error?
    Pls suggest
    Thanks

    Hi
    Kindly check the belwo points
    1. check the  item category  for the line item.
    2.  When you change the plant kindly cloick on availabilty and deliver the order
    3. Check the availablity check  field mainatined in  both the plants in the material master sales org/plant data
    4. Check the schedule line data for both the plants in the sales order
    Regards
    Damu

  • Unable to create delivery with zero quantity

    Hello,
    I am trying to create a Delivery using DIAPI. When I set the quantity as zero for a line item. The Delivery Note gets created with quantity 1.
    I am able to create a delivery with no quantity from SBO client.
    SAPbobsCOM.Documents vDLN = (SAPbobsCOM.Documents)c.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDeliveryNotes);
                vDLN.CardCode = "C20000";
                vDLN.Lines.SetCurrentLine(0);
                vDLN.Lines.ItemCode = "A00001";
                vDLN.Lines.Quantity = 0;
                if (0 != returnval)
                    c.GetLastError(out errNo, out errMsg);
                    Console.WriteLine(errMsg);
                    return;
    Thanks and Regards,
    Sheetal

    It is DIAPI bug Note - 1001970
    DI - Wrong Quantity updated when creating delivery document
    The note 1001970 has not been released yet but should be soon.
    This issue is candidate to be fixed in Business One version 2006
    Regards,
    Sheetal

  • Value of planned delivery time in days not updating

    Hello Experts,
    i have created a material using BAPI_MATERIAL_SAVEDATA.
    IN Mrp2 VIEW
    PLANNED DELIVERY TIME IN DAys is not updating
    i have passed
    la_plantdata-plnd_delry =  P_PLND_DELRY.
    la_plantdatax-plnd_delry =  'x'.
    i have commited the work too but the field is not updated
    Please help.
    Thanks & Regards,
    Naresh

    Hi,
    This question is not related to APO, i would suggest you to post the thread in ABAP forum.
    However can you check
    can you check whether la_plantdatax-plnd_delry field is 3 charcter or one character field.
    Generally it will be like below.
    la_plantdata-plnd_delry = 100
    la_plantdatax-plnd_delry = 'X
    Regards,
    Srini

  • When manually creating delivery notes, the Actual GI time ?

    Hello,
    When manually creating delivery notes, the Actual GI time (used for pricing determination) is set to the document creation time (CPU time) but expressed in the UserId's local time zone.
    Regards,
    Neel

    Hello Ram
    Please help me out to solve this issue
    When manually creating delivery notes, the Actual GI time (used for  pricing determination) is set to the document c
    Creation time (CPU time) but expressed in the UserId's local time zone.
    The correct Actual GI time should be the CPU time in CST time zone, independant of the user.
    The Delivery doc. was created on 04/20/2011 at 11:11:32 UserId's local time zone (CET).
    The Actual GI time was set per default to 11:12 based on CET CPU time the expected time is 04:12 CST
    Edited by: neeljasani on Apr 27, 2011 5:20 PM

  • Planned delivery time in days is not updating

    Hi Experts,
    planned delivey time in days is not getting updated with BAPI_MATERIAL_SAVEDATA.
    The same type gr_pr_time is getting updated i have commmited it even though it is not reflecting the value.
    i have passed
    la_plantdatax-plnd_delry  =100.
    Please Help.
    Regards,
    Naresh
    Edited by: naresh.k.dasari on Feb 18, 2011 6:31 AM

    Hi,
    This question is not related to APO, i would suggest you to post the thread in ABAP forum.
    However can you check
    can you check whether la_plantdatax-plnd_delry field is 3 charcter or one character field.
    Generally it will be like below.
    la_plantdata-plnd_delry = 100
    la_plantdatax-plnd_delry = 'X
    Regards,
    Srini

  • Problem in Creating Delivery Note using DI API

    i am using DI Api with Delphi Language to Create a Sales Delivery Note based on the sales Order.
    But Each time when i add, a new Record gets Created rather than the new Line.
          Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
          Document.CardCode         := 'A001'
          Document.Lines.BaseType   := 17;
          Document.Lines.BaseEntry  := 84;
          Document.Lines.BaseLine   := 4;
          Document.Lines.ItemCode := '001A';
          Document.Lines.Quantity := 10;
          Result := FODLN.Add;
    In this case,new rows are added each time in the tables ODLN and RDR1.
    How to avoid this.As this creates a individual Delivery Note for each time i add than to the Order Number.

    HI,
    The problem : Do not specify ItemCode if you specify Base document.
    So
    1st case
    Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
    Document.CardCode := 'A001'
    Document.Lines.BaseType := 17;
    Document.Lines.BaseEntry := 84;
    Document.Lines.BaseLine := 4;
    Document.Lines.Quantity := 10;
    Result := FODLN.Add;
    or
    2nd case
    Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
    Document.CardCode := 'A001'
    Document.Lines.ItemCode := '001A';
    Document.Lines.Quantity := 10;
    Result := FODLN.Add;
    1st case creates delivery note with only one row with reference to Sales Order
    Take care: BaseLine comes from 0
    2dn case creates delivery note with only one row WITHOUT reference.
    if you have more than one rows, use the
    Document.Lines.Add to enter another row
    Regards,
    J.

  • "Create Delivery" Not Allowed

    Hi,
    I have created an order, when I tries to do the delivery for this I
    gets the error : "Create Delivery" Not Allowed ( Sys.Status EXLS
    Object VB0000008166000010 ). If you need the screen shot, I will send that too.
    Can anybody help me on this, I am facing this issue from quite a long time.......
    Thanks in advance.

    Hi Naveen,
    Thought might help you.
    Delivery Issue
    Regards
    NP

  • VL10G is not creating delivery for some of the confirmed scheduled lines

    Hi, I was trying to find the reason why we are getting a very generic error message (Message type V50R ID 036 - The document could not be delivered.) for some of the confirmed schedule lines when executing VL10G in batch and no delivery document is created. Those orders have confirmed scheduled lines and inventory has confirmed to have stock. However, when the VL10G is executed in background, the sales order line items will be captured into the list but when creating delivery, the systems is showing the above error message.
    From debug, found out the message is generated from LV50R_VIEW43.
    We went through lots of OSS notes but nothing seem to ring a bell here. We are using ECC6, list type = index list.
    The error message is very inconsistent. The same documents will be dropped for delivery after several days without any change to any of the sales document or inventory level.
    Some of the note mentioned the parallel processing lock on ATP check for the material may be the reason for the error however we are not using any parallel processing in VL10G. We also checked the index table VEPVG has all correct entries and all the entries are being selected into the delivery due list. Error happens when the delivery is trying to be created.
    Any advice is appreciated.
    Thanks.

    Hi ALL,
    Any suggessiton on the below issue.
    We have batch jobs to process the DDL for the STOs, but some of the line items of the same STO is not picked up by batch job, (VL10B is assigned in the batch job, i checked the variant and configuration, everything seems to be fine, when i try to process the DDL through VL10B manually by giving the STO number only, the VL10B program is not picking the STO, but the same STO can be processed through VL10D, what could be the problem and why the VL10B program is not recogonizing the STO for the delivery creation.
    We are using ECC 6.0
    Regards,
    Rajesh.R

  • Error message multiple times a day: application net_rim_bb_vvm(180 is not responding; process terminated

    I have a Style 9670 running OS6 on the Sprint network.
    I upgraded to this phone about a month ago. approximately 2 weeks ago this error:
     application net_rim_bb_vvm(180 is not responding; process terminated.
    at first it was every 2-3 days. its now happening 2-3 times a day. Sometimes I can hit the ok button highlight and can continue using my phone, but as of lately more often than not, I must pull the battery as the phone locks up.
    BB support was unable to help. Sprint my carrier has been unable to help and wants me to drive another 30 miles to a "tech store". Any help would be appreciated.
    Thanks in advanve.
    FEAR is an ILLUSION

    Hello ScottZski and welcome to the BlackBerry Support Community Forums.
    This message is indicating an error with your device software. An application is not able to function properly and it's causing your device to error out. 
    That being said, it's fixable
    I am going to assume you have the Desktop Software installed, seeing as you said you did an update recently. Back up your device data before we begin.
    After your data is backed up, follow the steps in KB11320 to reinstall your software. Once the reload is completed, do a test to ensure the error is fixed by doing a reboot of your BlackBerry by removing and reinserting the battery.
    When you go to restore your device data, it is recommended to do an essential data restore (such as your Contacts, BBM, Email, SMS). To do this advanced restore, follow the steps in KB23680.
    You will need to also need to resend your email service books to resume email delivery. KB15402 will show you how to resend your service books.
    Let me know how you make out.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Can i use the key figure total delivery time in days in rows and how is can

    Dear all,
              Can i use the key figure total delivery time in days in rows and how is can.but all the key figures r used in rows but i cannot use in column.i want bothin rows and in column  at a time ,can this is possible,and how.

    Hi,
      yes you can.You will have to use structure in the row.
    Right click on the row and create a new structure.
    In this structure you can add key figure.
    Maximum number of structure a query can have is two
    Please assign points if it helped you.
    Regards,
    Senoy

  • DVR STB will not hold the display of the time of day.

    I am new to FIOS.  I have a DVR Set Top Box for my HD TV.  I prefer to see the time of day displayed.  I set this option in Menu/Settings/Set Top/Display and it works OK UNTIL you change the channel.  Then it displays the new channel and DOES NOT revert back to the time of day as it is supposed to do.
    Called Verizon.  They reset the box.  It worked OK for about 30 minutes then went back to the same problem.  I don't want them to reset it again because when they did it wiped all of my favorites.
    Any solutions will be greatly appreciated.
    Solved!
    Go to Solution.

    Try rebooting the STB and then change the clock setting and change it back. That worked for me when i had this issue. I have seen this reported a couple of times and most of the time if this fix didnt work, the issue resolved itself within a couple of days.
    Also, it should be noted that with the 1.7IMG release they changed the way the front display functioned. It now changes to show the channel number at every program change and then reverts back to showing the clock after about 2 minutes.
    "If your problem has been solved, please mark it as such. Don't forget to hand out your Kudos!"

Maybe you are looking for