BAPI for changing delivery date and delivery time fields in LIKP table

Hi All,
     Is there any BAPI or function module to change the delivery date and delivery time in LIKP table ?
Please tell me experts if exists.
Thank you,
Raghu.

try these:
BAPI/FM to update LIKP and VTTK tables
http://sap.ittoolbox.com/groups/technical-functional/sap-dev/bapi-for-changing-sales-headertable-likp-662800

Similar Messages

  • Activation error while changing the data type of a field of a table

    hi friends,
    i am facing one problem while changing a data type of a field of a table.
    i just created one table(Yqm32) .i have assigned charcter data type to one field(ztotal_count) .now i want to change this charcter data type to numeric data type.
      while changing to NUMC data type activation error is comming as below.
    Table is not yet classified                           
    Field ZTOTAL_COUNT: Type change                       
      ALTER TABLE is not possible                         
    Structure change at field level (convert table YQM32) 
    Check on table YQM32 resulted in errors   
    Table YQM32 could not be activated                       
    (E- Structure change at field level (convert table YQM32)
    plz suggest.i need to change the data type from char to numc.
    Thanks & Regards

    Hi Pabitra......
    From the SE11 change the table as u wanted and then from menubar select
    UTILITIES--> DATABASE UTILITY
    It will open database utility
    there u select the Activate and adjust database button.
    then the database table will get adjusted.
    just try it once.........
    Suresh......

  • Req. delivery date and Delivery date should be same in a sales order

    Hi experts,
    We need a customization for getting Requested delivery date, Material Availability date and Delivery date should be same.
    Example if I keep request delivery date as 12/12/2012, system should consider same dates for MAD and Delivery and confirm the requested quantity.
    How to achieve this customization..
    Thanks,
    Bala.

    system should consider same dates for MAD and Delivery and confirm the requested quantity
    What you are going to achieve by this?  Hope you know the concept of MAD and confirmed quantity fields.  Let us assume, if stock is not there for a material for which sale order is created, can you let me know, you want the system still to confirm the quantity? You can post the goods issue only if system confirms the quantity in schedule line which is possible, only if stock is made available.  If client asks something which is not possible in SAP, think in a logical way how SAP works and convince them accordingly. 
    G. Lakshmipathi

  • Last Logon date and Logon time not updating in table USR02

    Hi,
    Please help us on this. After customer successfully logged in the webshop, we are checking the table USR02 in CRM system and the Logon date and Logon time is not updated. Because of this, the customer will be locked after certain number of days. When we check it in ECC system, customer's last logon date and time is updated. Can you tell us what could be causing this? Any advise what we need to check? Thanks in advance!
    Regards,
    Mike

    Hi
    1. Please check if the USAPPLREF table in ECC has the correct mapping done between the LOGON User and the Sold-to party (Customer)
    2. Please check the validity of those user in SU01 user data.
    3. Please check the USERS data from the USERADMIN Link (if it is configured in your scenario through XCM settings for USERS)
    Hope this will help.
    Regards

  • Delivery date and transit time

    Hello,
    we have such a problem that we want to model vendor delivery transportation time in Purchase order and also in MRP run.
    That is, vendor confirms delivery date, but that date is that when goods are at vendor premises ready for delivery.
    So there is several days delivery time in between until goods are really in our premises.
    And our planner orders transportation from third-party and only then we know what is the real delivery date.
    SAP's Planned delivery time contains both (making of goods by vendor and transport) and thus it not suitable for our purposes due the fact that vendor is not responsible for transportation.
    Could you help and tell is it somehow possible to set transit time separately to purchase order? So that we have delivery date for vendor and another delivery date for transportation and that date is relevant for materials planning??
    In that way we could plan our purchasing more accurately.
    Thank you in advance.
    -Juha

    Hi Juha,
    Do you use Routes (Transaction 0VTC)?  If so - you can specify a 'Transit Duration' value on the Route.
    Routes link 'Transporation Zones'.  So for example if your Third-Party Logistics provider belongs to 'Transportaion Zone' A and your ordering Plant belongs to 'Transportation Zone' B - then you can have a Route A <-> B with a Transit Duration Value maintained on it.
    This may be a possibility given the specifics of your scenario.
    Hope this helps.
    Ravelle

  • FIRST DELIVERY DATE AND DELIVERY BLOCK REMOVER IN SALES ORDER.

    Hi All,
    sales order created in SAP-CRM . after sales order replicated in ECC system at that time first delivery date comes blank in each line item after that first delivery date update in each line item when ever first delivery date updated in ECC at that time i want  to disable delivery block for that line item. for this which user exit i need to use and where i need to write  the code. im thinkin user exit is mv45afzz. if it is correct where i need to write the code.
    thanks& regard
    sakthidharan

    Hello,
    Use enhancement userexit_field_modification in include MV45AFZZ for delivery block LIFSK in VBAK Table.
    below is the sample code for it.
    if (write specific condition)
    vbak-lifsk = '1' to '9'.
    else.
    vbak-lifsk = ' ' .
    endif.

  • Incorrect delivery dates and lead time in SC & PO for Internal Catalog

    Hi experts,
    In a scenario,
    In SRM 4.0 creating SC from Internal catalog and from that SC po is created.
    The information reflected in SAP is not accurate with the information in mysupply catalog.
    PO's related to a vendor catalog is supposed to be 45 days (lead time) but in some cases of POs the lead time is showing 2 days. There's no consistency in information because some PO's in 45 days and some POs having 2 days though the POs are in same dates.
    Can you please give me some solution to this problem.? And Also the details How to approach to find out with tech debug.
    Thanks,
    Charles.

    Hi experts,
    In a scenario,
    In SRM 4.0 creating SC from Internal catalog and from that SC po is created.
    The information reflected in SAP is not accurate with the information in mysupply catalog.
    PO's related to a vendor catalog is supposed to be 45 days (lead time) but in some cases of POs the lead time is showing 2 days. There's no consistency in information because some PO's in 45 days and some POs having 2 days though the POs are in same dates.
    Can you please give me some solution to this problem.? And Also the details How to approach to find out with tech debug.
    Thanks,
    Charles.

  • Function module / BAPI for changing planning date (FDTAG)

    Hi everyone,
    Let's go for a problem.
    Many FI documents have been created in our system, with a wrong planning date, these documents have to be changed and I have been trying to develop a report.
    I am having a big trouble finding a function module or a BAPI which allows me to change the planning date (FDTAG field). I have been trying these function modules:
    FI_ITEMS_CHANGE
    FI_DOCUMENT_CHANGE
    The first one works for changind data in the FI documents but it seems like it can't change the planning date, it returns an error message that informs that the FDTAG field can not be changed.
    The second one is confusing, I have been unable to feed the function module with the data it needs to determine a single document.
    I am trying to use BAPI_ACC_DOCUMENT_POST right now, it doesn't seems promising but you never know.
    Has anyone had the same problem? I have been looking for an answer in both google and here but I can't find one, just some people with the same problem.
    I will keep trying to find the solution, if I find it I will post it here.
    Thanks in advance,

    Hi again Max,
    This worked perfectly, even better because we where already using the FDTAG field for mass changes (don't remember right now which note we implemented) so I have just used FI_ITEMS_MASS_CHANGE with no changes at all.
    Thank you very much for the help.

  • Changing date and/or time of photos

    I often change the time of individual iPhoto pictures to change their order in the photo Library.
    I change the date and or time in the information section. I have iPhoto sort the photos by date.
    I just imported about 1200 photos from a DVD and want to change the order of some of them, but when I change the time, the new time stays there, but the photo either does not move or moves to the incorrect place. I have closed and reopened iPhoto and even restarted the computer.
    I would appreciate any help or suggestions.
    Thanks in advance.

    Try using the Photo menu ==> batch change date and time (if the photos either do not have a data and time or they are not in the date time sequence you want or the adjust date and time (if you want to add a constant amount to all photos selected keeping them in the same date/time sequence but with a different date and time - and select the change the original option
    LN

  • SC item: Delivery date and Time Frame

    Hi
    Would like to know how the Delivery Date and TimeFrame fields are defaulted in a SC.
    When a service item is selected from the catalogue the time frame is activated by default. But when i use "Describe Requirement" and assign a service Product category to it I do not get the option for a time frame. Would like to know from where this defualted or if there is any settings for the same.
    Please suggest.
    Thanks!!

    Hi Sheetal,
    in SRM 5.0 the delivery date is defaulted for the non catalog SC in the include LBBP_SC_APPF33 (in our system at the line 66):
    cs_global-deliv_date = sy-datlo.
    cs_global-del_datcat = gc_deliv_day.
    however you have the possibility to override this default date via the BAdI BBP_CHANGE_DEFAULT.
    I hope I could help you with this information.
    Regards,
    Peter

  • Delivery date and time

    Hi All,
    I have some query related to inbound delivery in EWM......
    I want to get the Actual delivery date and time for the category Actual....
    i wen through the transaction /SCWM/PRDI..... in date n time tab... but i couldnt get the table name.... any idea...

    solved by myself...

  • Fieldes planned delivery date and actual good recipt date for SAP QUERY

    Hi Gurus
    I am changing sap query. I need to find two fieldes  : planned delivery date and actual goods recipt date
    I dont know MM tables, do you know wrhere are?
    in table EKPO i don't find the fieldes.
    Thanks in advance

    Thank a lot!
    Regards

  • SRM7 grouping items in RFx despite of multiple delivery date and locations

    Hi Gurus,
    I need to know for a proposal of SRM 7 implementation, WITHOUT  the newest E-sourcing component,  how to solve the following scenario:
    We are gonna use the SRM7 classic scenario where PO is created in ERP and Shopping cart  is created in SRM.
    In Plan-Driven Scenario for Third Party Sales Order, TPO will be created in ERP, Shopping carts, RFx and contract in SRM, PO will be triggered in SRM and created in ERP.
    1.       We have 8 main customers (Sold-To Party), 50 Items, 40 Ship-To (locations) 4 delivery dates for each item to each location.
    2.       Under Each Sold-To Party, there are several Ship-To party (Locations)
    3.       For each location, there could be multiple delivery dates. 
    4.       In the Third Party Sales order (TPO), each material could be repeated several times because of the multiple delivery dates and multiple locations;
    5.       After saving TPO, the system automatically generates Purchase Requisition (PR) in background.
    6.       For each delivery date in TPO, the system creates a separate line in PR. These lines will be converted into line items in shopping carts in SRM.
    7.        Total # of lines in PR would be:
    a.       8 (main customer) X 50 (items) X 40 (locations) X 4 (delivery dates) =  64000 lines in PRs è same number of lines will be created in SRM in Shopping carts (SC)
    8.       In sourcing, we have the option to convert these SCu2019s into RFx. This means we will send 64000 lines for the vendors to give their quotes while we actually have only 50 items.
    My questions:
    1.       In standard SRM, is there a way to create RFx for the total quantities for item? i.e. can the system read all SCu2019s and sum all the qty for each item, regardless, of the locations, customers, delivery dates and create one line item in the RFx. i.e RFx should be send for 50 items only?   If so, which functionality or work-around should I proposed to meet the req.?
    Regards
    Thanks
    Livio

    Hi Ramki,
    According what you say I assume that this specific requirements in SRM7, without  E- sourcing , CANNOT  be executed in a standard way, it makes sense to me.  Can you firmly confirm it?
    My real worry is that, eventually, in this last version of SRM7 could be already covered, somehowu2026 that why my post. 
    Can you give me some more details when defining the u201CAggregator txnu201D please (u mean txn or txt? And why)? 
    I mean, If I understand good, must be a development which finally summarize the quantities for each material and create the SC/PR and related RFx.
    The PO, created from the RFx, will collect all the delivery date and location from a custom table.  The custom table is a pointer between TPO, delivery date, location and RFx. Am I correct?
    Thanks
    Livio

  • Delivery date and shipping date

    Hi,
    Delivery: individual delivery
    Shipment: collection of deliveries which has to be delivered if route is same.
    Then, my question is whether the shipping date and delivery date is same for a particular order? Then what is the filed and table for shipping date?
    Regards,
    Sooraj.M

    Hi Sooraj,
    The delivery document’s delivery date (LIKP-LFDAT) is independent of the various dates found on the shipment document to which the delivery belongs.  Shipment processing will not automatically change LIKP-LFDAT. 
    There are several planning and execution dates on the shipment document that can be considered the “shipment date”:
    Check-in
    Loading start
    Loading end
    Shipment completion
    Shipment start
    Shipment end
    All of these are found on the shipment header table VTTK.
    Regards,
    Ken

  • Doubts in statistic Delivery Date and Commited Date in STO PO

    Hi,
    I would like to know statistic delivery date and Commited Delivery date in STO PO.
    2 different type of date is displaying STO PO like;
    1. We are getting statistic delivery as "09.02.9999" and Commited Date as "09.02.2011"
    2. 1. We are getting statistic delivery as "09.02.9999" and Commited Date as "09.02.9999"
    Could you explain, where we are maintiang those date and how it is displaying in PO Delivery schedule line?
    Thanks.
    Dhanush.

    When you create a PO, then the statistical delivery date is set equally to the delivery date.
    the statistical delivery date is automatically changed if you change the delivery date before you have outputted the PO.
    After you outputted the PO, the statistical delivery date has to be changed manually by the user if he changes the delivery date.
    the idea behind this is because of the vendor evaluation, the vendor evaluation is done with the statistical delivery date.
    as long you have not printed/faxed/mailed the PO to your vendor, then the statistical delivery date is changed automatically with a delivery date change.
    But after a transmission you always have to ask yourself, who is responsible for the change in the delivery date.
    If it is you, then you have to change the statistical delivery date to the new delivery date manually, to avoid that the vendor gets valuated against the wrong delivery date. But if it is because the vendor cannot meet the delivery date, then you change the delivery date to have an accuracy for planning, but you keep the old date in the statistical delivery date to valuate the vendor against it.

Maybe you are looking for

  • HP Envy 4500 - cannot see from my IPAD 4 gen, does not airprint

    Dear all, I hope you can help me. I cannot see my printer envy4500 from my IPAD 4 gen (IOS7.0.4). I've tried all, following also your instruction (reterived in this forum)to set a manual IP but it does not solve the problem. My router is wireless Bel

  • Cisco gateway telnet command help

    When our phone system was installed over a year ago the tech that was onsite used a command when after he would telnet into our voce gateway that would display informatin about every call that was going through the system. For the life of me I can no

  • Exported photos from Lightroom 4 to my Iphoto are not the edited.

    Hi ! I',m in real trouble here. I've just edited my recent vacation photos to Lightroom and exported to my computer. Looking at the pictures i've noticed that are the original, not the edited versions. Decided to do it all again, but took the wrong d

  • The exit code of file system control is 8

    imac starts and then go off, start in safe mode, during the repair of the disk, the following written "the exit code of file system control is 8" and the disk is not repaired

  • Changing Zire 21 to a new computer

    I am changing from a desk top computer to a laptop to HotSync to. I have loaded the program to the new laptop and it went well. When I try to HotSync it gives me the message that it is not the correct computer. How do I introduce the new computer? Th