I want to update standard table field (EKES-EINDT)? Not using BDC using FM.

Hi all,
I would like to seek for you help, to resolve a problem.
I need to know how can i update the EINDT(date) field in the EKES table.
Is there any Function Module or BAPI available for update EKES-EINDT ? 
And my requirement is don't use BDC.
Currently I am doing in following way
LOOP AT I_DATA.
  UPDATE EKES SET EINDT = P_NEWDAT
  WHERE EBELN = I_DATA-EBELN
  AND EBELP = I_DATA-EBELP
  AND ETENS = I_DATA-ETENS.
ENDLOOP.
I know we should not update standard table directly. This will only update EKES it will not update other tables related with EKES-EINDT.
Got my point?
Please help me it's on high priority.

EKES can be updated with function module
ME_CONFIRMATION_UPDATE

Similar Messages

  • Modify the Field Type of standard Table fields in a Query

    Hello. I have a question.
    Is there a way to "modify" the field type for standard table fields that are included in a Query?
    I made a simple query out of a join of tables, but several fields have a lot of decimals, and I would like to present them in the query without any decimals, just as a regular "N" field.
    I tried the possibility of creating extra local fields where all I do is transfer the value to the new "N" field, but I have many fields like this, so if there's a better way; I'd prefer that.
    Maybe somewhere in the InfoSet there's a way to modify the type of the standard table fields?
    Thank you.

    Hi,
    This document may help you out.
    [http://help.sap.com/saphelp_erp60_sp/helpdata/en/d2/cb4468455611d189710000e8322d00/frameset.htm|http://help.sap.com/saphelp_erp60_sp/helpdata/en/d2/cb4468455611d189710000e8322d00/frameset.htm]
    Cheers,

  • Attach search help to standard table field

    Hi,
    I need to attach search help to standard table field VBKD-EMPST.
    I have create a z search help and taken acess key from SAP.
    But unable to attach this to standard table field.
    Kindly help.
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Oct 27, 2010 6:11 PM

    Hi,
    just go throw this link
    Re: Attaching Search Help to a field
    I hope this will help u
    Thanks
    Regards
    Akhilesh Singh

  • Hey!  I recently had to reboot my computer and reinstall itunes.  I now want to update my iPad but it is not allowing me to save my apps in my itunes library because it is already connected with my old library from before I rebooted.  What do I do?

    Hey!  I recently had to reboot my computer and reinstall itunes.  I now want to update my iPad but it is not allowing me to save my apps in my itunes library because it is already connected with my old library from before I rebooted.  What do i do?!

    The solution is fairly easy IF the items that you are concerned about are all items that have been obtained from the iTunes Store AND they were all purchased using the same Apple ID.  First, with the iPad disconnected from the computer, fire up iTunes.  Look to the right side top and confirm that that Apple ID is displayed.  If it is not, go to "Account" and log into that ID.  Then, connect the iPad.  Say "yes" to the "Transfer Purchases" choice.  Everything on the iPad will be transferred to the computer's iTunes library.
    If anything goes wrong, you can download all purchased items again with no charge (except movies) provided that you use the same Apple ID.
    If you have been using multiple Apple IDs, it's a bit more complicated.  Post back and we'll go from there.

  • Hello ı am using the formscentral in turkey. ı want make update my system. It is not possible?

    hello ı am using the formscentral in turkey. ı want make update my system. It is not possible?

    If you can, connect your iPad to a computer and update using iTunes.

  • I using my ipad id I want to update as show other people Id..., When I using my ipad id want to update as show other people Id...

    I using my ipad id I want to update as show other people Id..., When I using my ipad id want to update as show other people Id...

    Do you recognise the id e.g. has anybody else used your iPad and downloaded and/or synced apps from their account onto it ? If so then those apps will be tied to that person's account, and only that account can download any updates to those apps.
    Otherwise you can log out of the currently logged in account on the iPad by tapping on the id in Settings > Store and you can then log in with a different account.

  • Why after update Iso 5 by iPhone and not open, without using Itune. Just screen keep show apple logo for few hours already.

    Why after update Iso 5 by iPhone and not open, without using Itune. Just screen keep show apple logo for few hours already.

    Try to reset - Press both the home and on/off buttons for at least 10 seconds until the Apple logo reappears.

  • On f4 help , want to update some other fields in same column in table

    Hi All,
    I am using table for displaying multiple line-items, but my requirements is that on F4 help in  the first field of the table, i need to fill the other two fields in the same column based on the selection made.
    Please help me out and reply me if you need any further specification.
    Thanks in Advance
    Regards,
    Gopal

    Hi Gopal,
    Create elementary search help in SE11 with your search help parameter as the table fields. select the same data type for this fields as you took  while creating your context node/attributes for table.
    I guess by using IMP/EXP parameter, if you select F4 on particular field then you will get automatically other fields value in your table row.
    Assing the new search help to your main field.
    Please try with this approach. It worked for me on my WD screen with 4-5 input fields. I am not sure 100% if this will work for table but give the try.
    Thanks,
    Chandra

  • Updating SAP table field directly?

    Hi all,
    The client is using SAP for 2-3 years and this will be replaced by new SAP system ( same version - 4.6c) in few months.
    So as to get data from old system we are doiong conversion right now. In this client, PO creator name is very important and it drives so many things. When we will do conversion and convert old PO into the PO in the new system, the username ( created by) will be "batch user".
    Client somehow want to retain the username, the original username of old POs.
    For this, they are asking to update the EKKO-ERNAM field directly once the new POs are created ( we will have old PO - new PO mapping and user name).
    In my view, it is not advisable to update the SAP standard table directly. But i want the opinion from you guys that what are the implications of updating field directly. Is it advisable? Is there any other way to meet this requirement?
    Thanks,
    Pratik

    Hi palaniappan,
    1. Good question and good concern !
    2. Your concern is absolytely correct.
    3. Sap does not advise to
       update SAP standard tables directly
       thru any z program
      (It may stop support in future)
    4. But for your requirement,
       it the po user will be "batch user",
       then
       thru some Z program,
       u may do so.
    5. BUT
       Please take care that
       a) u have signed specifications of this logic
          and concern from the FUNCTIONAL CONSULTANT !
         (only after that one should do)
    regards,
    amit m.

  • How to update standard table based on the custom table

    Hi,
    I have requirement , I have custom table whatever changes done to the custom table must be updated in the standard table
    i have tried the table maintenance events but unable to handle delimit , what is the base solution for this.
    1) create
    2) change
    3) delimit
    4) delete
    6)copy

    the table im updating is t710
    the custom table is same as the standard table except for one field . whatever the user maintains the values in custom table except for the one field everything should update back to the standard table. Im able to update when we create delele but the problem is delimition. when im delimiting the record in custom table its just changing the startdate and it is not actually delimiting the record itself .I want both records the latest one and previous one and should be update back into the standard table same as the custom table

  • Want to Update  po_distributions_all Table

    Hello All,
    I want to Update field Requisition Number on PO_DISTRIBUTIONS_ALL table. I Searched for API to Update PO Distributions in oracle metalink and Google also but i didnt found that.
    can anybody help me for this.
    (Working on R12)
    Thanks
    Ravi.

    Thanks Shree for your reply,
    I used that but it always showing NO DATA FOUND error, it is coming from package. I verified the code for proper values also, but it is not working.
    Thanks
    Ravi Raj.

  • Update a Table Field of QMEL Table Using Function Module

    hello Guru
    I want to update a field of QMEL table suing FM which was created by user. how to write code for that. i have some idea but it is not helpful for us.....
    Moderator Message: Searching the forums/Google is a good start.
    Edited by: kishan P on May 19, 2011 12:13 PM

    hi Ram,
    You can use update query on table setting particular field value...There is no Function module for it.
    Regards,
    Pawan.

  • Any Bapi or function Module to update standard table

    Can u Plz let me know , is there any bapi or function module to update few fields of a standard table using an internable.

    I don't know if any FM exists for your requirement. But you may like to copy it into a custom table and modify it according to your enterprise needs.

  • Delete Standard Table FIelds

    Hi Friends,
            I want to Change The Field name (Standard Table) and i want to delete Some fields (Standard Table) is it possible.
    if can Please help me.
    Regards,
    Nehru.s

    Hi Nehru,
    Check this link for changing standard field descriptions:
    http://www.renet-web.net/2005/09/01/changing-standard-sap-field-descriptions/
    For deleting, the following link might help you:
    http://www.*******************/2007/06/lesson-16-changes-to-database-tables.html
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • Creating a custom change document for a standard table field

    Hi
    Is it possible to create a change document for a field in a standard table?
    I have searched the forum and only found threads about creating change document to a custom table.
    Will the creation of change documents to a standard SAP table be a modification?
    Thanks.
    Regards
    Sowbhagya.L

    Yes it will be a modification on standard table, but you can always create change document for any field by assigning it to custom change object.
    Regards,
    Krishna.

Maybe you are looking for

  • Dbms_ldap  ORA-31203: DBMS_LDAP: PL/SQL - Init Failed  ( 9i rel. 9.2.0.1.0)

    Hi, I have a strange behaviour with the package dbms_ldap. I work with Oracle 9i, rel. 9.2.0.1.0 . I have the hostname xxxx.yy . The ping gives me this IP number: H:\sql>ping xxxx.yy Ping xxxx.yy [10.159.29.41] mit 32 Bytes Daten: Antwort von 10.159.

  • Capture and RTP on a SIGNED applet.

    I am trying to build an applet that allows users to chat both ways. I want the user to install nothing (other than java) and i provide the libraries they need (including jmf). I have signed the applet to ease my troubles, but it seems they are still

  • Setting JTree in one class file from another class file

    Hello, I'm new to java. I recently created a project in netbeans and here is one of the java files. I used the IDE to make a split pane, with a tree structure and panel in it. * To change this template, choose Tools | Templates * and open the templat

  • After Mountain Lion install, my iMac powers off instead of just going to sleep. Help? Thanks.

    After I installed Mountain Lion on my 2009 iMac, it will power off after I don't use it a while. It used to just go to sleep, I'd shake the mouse, and it would come back up. Now it powers off and I have to power it back up every time.  My Macbook has

  • What does RMI actually do?

    Is it something better that should be learned instead of sockets or something. I don't know much about it, and I tried reading some of the info on the site about RMI, but it just doesn't make sense to me. Can anyone maybe just breifly explain it?