Editing entries in CO1P

Hi all,
I have set ' later in backgroud' in OPKC (Process control) for automatic goods receipt.
My Query - Is it possible to edit these entries in CO1P? For e.g. changing the storage location.
Regards,
Yogesh

Yogesh,
Unlike COGI, in CO1P you cannot edit the data you can just select the record and save.
Regards,
Prasobh

Similar Messages

  • Entry in CO1P when confirmed through BAPI

    Hi All,
    We have an interface where we are doing the confirmation of the production orders. We are using the BAPI  'BAPI_PRODORDCONF_CREATE_HDR' to confirm the production orders. And our configuration parameters have been maintained such that the automatic goods receipt of the production order happens on confirmation.
    However the problem we are facing is, on confirmation of the production order - most of the times an entry is created in transaction CO1P with the message as 'Automatic Goods Receipt'.
    Could any one please let us know why an entry is created in CO1P at the time of confirmation?
    When we do the confirmation of the same production orders online using CO15, no entry is created in CO1P.
    We are not able to figure out why an entry is created in CO1P only at the time of running the interface i.e. confirmation from BAPI.
    Please let us know your inputs. Your help is much appreciated.
    Thanks,
    Manohar Dubbaka.

    Hi Andreas,
    As mentioned in SAP consulting note 20847
    Since I had the problem after confirmation and before TECO, I called the report program in CORUPROC whenever I have an entry in CO1P. I check if an entry is existing in CO1P by looking up in the table AFFW with the production order number.
    If an entry is found ONLY then I am calling the report program CORUPROC. After this report I am doing the TECO of the production order.
    This appears to have solved the program for now! I am updating the status of the thread to closed,
    Thanks for your suggestion.
    Thanks,
    Manohar Dubbaka.

  • Table Maintenance Generator : Editable Entry after validation fails

    Hi,
    I have created a Z table and a table maintenance generator to maintain the data.
    I have to carry out certain validations when user enters data on Key and Non- key fields.
    This is working fine, but the issue is with the key fields.
    If validation fails, the table maintenance screen is displayed the date-field is grayed out (non-editable) as it is the key field of the table.
    Now the user cannot change the data unlike the non-key fields were the user can modify the non-valid data and save again.
    How can make the date field (Key Field) editable after entry in case the validation fail, so that the user can make the changes.
    Please suggest the approach to handle the above scenario in events.
    Thanks,
    Keyur

    Thanks Kiran for your inputs.
    I have done the same thing what you have explained.
    I have used a Form Routine as CIP_SAVE with Event Number as 01, since on event SAVE i need to validate whether dates are
    overlapping the inputs dates or not.
    Fields are :
    Group ID (Key)
    Start Date (Key)
    End Date (Key)
    Value (Non -Key)
    Initial value in Table:
    Group ID = 12345
    Start Date = 01/01/2011
    End Date = 01/31/2011
    Value = 11.11
    Now if i try to enter value:
    Group ID = 12345
    Start Date = 01/02/2011
    End Date = 01/25/2011
    Value = 99.99
    & SAVE it... validation will fails because Start & End dates overlaps.
    Hence, on Table Maintainance Screen all key fields will be in non-editable display mode, whereas non-key field will be in editable mode.
    My requirement is that Start Date & End Date key fields must be Editable field.
    Thanks.

  • ICal not updating edited entries

    Hello:
    Not sure if this is an iCal issue or a MobileMe/sync issue, but the issue is affecting iCal directly. If from my iMac, I make a new entry in iCal all my devices (i.e. MobileMe, iPhone, and iPad) are updated properly. But if I edit an entry, such as changing date, time, etc..., the change is not updated in MobileMe or my devices. I have waited unsuccessfully as long as an hour to see if the update will take place automatically.
    The only way I can update it is to do a manual sync. This is a recent development. For many years, it has worked just fine.
    From System Preferences I have reset the data, but it did not have any effect.
    Thanks in advance for your help.

    Greetings,
    First make an iCal backup, File > Export > Archive.
    Remove the following to the trash and restart your computer:
    Home > Library > Caches
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    __NOTE: Removing these files will remove any shared (CalDAV) calendars you may have access to. You will have to re-add those calendars to iCal > Preferences > Accounts.
    Once the computer is back up and running open iCal and test.
    If the issue persists reset your sync data again from the computer to MobileMe.
    If the issue persists reset your sync history and then try again: http://docs.info.apple.com/article.html?path=iSync/3.1/en/9247.html
    Hope that helps.

  • Help w/ editing entries from database

    I have an admin page that lists names and addresses from my
    database. The page also has links to edit and delete entries. There
    are a few drop down boxes for each entry. ie - one of the boxes
    lists all the states. To edit the state, just click on the correct
    one. The problem is when I choose to edit one complete entry (name,
    address, city, etc), the drop down boxes all change and if I hit
    Submit without correcting the changes, the changed values are saved
    into the database. So, my question is: How do I make the edit page
    show the previously entered value?
    BTW - I tried selecting "initially selected" in property
    inspector, but that does the same thing.

    hxxp://cpgdatabase.com/Atest/list_data.php
    hxxp://cpgdatabase.com/Atest/edit_data.php
    Change the xx to tt and there are two files: a list page and
    an edit page.
    If you start with the list page, note the city and state for
    each one. If you click on the EDIT link, it takes you to the edit
    page. If you notice the default city and state are always the same.
    What I would like is for the city and state to show what is in the
    database already, not the same thing each time. That is, for the
    first one in the list view, the city/state is Spring/MA. If you
    click EDIT, I would like the drop down boxes to show Spring/MA, not
    Denver/Alaska.

  • How to edit entries using se16n?

    I want to change some entries using se16n.:h1 But I don't have the authorization for changing the table entries. Is there any way for me to change the entries in se16n?
    Moderator message: obtain proper authorization, nasty workrounds are not supported here, replies have been rejected.
    Edited by: Thomas Zloch on Mar 16, 2011 2:53 PM

    1. Select nodes to be modified with the JDom XPath class selectSingleNode and selectNodes methods.
    SAXBuilder saxBuilder=new SAXBuilder("org.apache.xerces.parsers.SAXParser");
    org.jdom.Document jdomDocument=saxBuilder.build(new File("c:/input.xml"));
    org.jdom.Element node= (org.jdom.Element)(XPath.selectSingleNode(jdomDocument,"/root/node"));
    2. Modify the node values with the Element class setter methods.
    3. Output document with the XMLOutputer class.

  • Query to add edited entries to the top of a paginated list

    Hello, I have a will paginated list of properties and I'm trying to find a way to display the most recently updated entries at the top of the list based on their most current modify date. The approach I'm taking is to use mysql UNION in paginate_by_sql and here's my code:
    #property_ids is an array of property id's that have been edited
    edited_list_where = " WHERE properties.property_id IN (#{property_ids.join(', ')[0..-1]} )"
    if(params[:page].to_i > 1)
      property_limit = " LIMIT #{property_ids.length} OFFSET #{(params[:page].to_i*10)}" if (property_ids.length > 0)
    end
    Property.paginate_by_sql("(SELECT properties.*, layouts.* FROM properties
                                 LEFT OUTER JOIN layouts ON layouts.property_id = properties.property_id
                                   #{edited_list_where}
                                       ORDER BY properties.modify_date ASC #{property_limit})
                              UNION
                                 (SELECT properties.*, layouts.title FROM properties
                            LEFT OUTER JOIN layouts ON layouts.property_id = properties.property_id
                               WHERE properties.property_type='apartment' ORDER BY properties.property_status ASC)", :page => params[:page], :per_page => 10)This approach works perfectly when you're on the first page and the edited properties show up first ordered by the last edited, but when you're on any other page, the edited list doesn't appear on top.
    It seems like I'm asking quite a lot and I'm not sure this is even fully possible w/out adding some complicated hacks.
    Any ideas?
    Thanks!
    Clem C

    The downside is that a ChoiceGroup can't be IMPLICIT.
    Best course of action would be to implement a menu on a canvas and then you have complete control over appearances...
    shmoove

  • After 5.1 update, unable to edit entries in calendar?

    Before updating to 5.1, I was able to open a calendar entry on my iPad calendar and edit time or location.  Now I'm just able to view.  Any ideas?

    Hi,
    I also tested your description in my environment. I assigned a user full access permission to a room mailbox then gave this user Author permission to the room’s calendar folder. I created an appointment directly in room calendar and I could modify the appointment
    content. When I removed the full access mailbox permission, the created appointment was no longer to be modified. But when I created a new appointment in room calendar, I could modify the new one with Author permission.
    We can add author permission to the group, please make sure the group Room Booking is a Security Group instead of a distribution group:
    Add-MailboxFolderPermission -Identity "Room1:\Calendar" -User “Room Booking” -AccessRights Author
    Thanks,
    Winnie Liang
    TechNet Community Support

  • ICal 4.0.4--can't edit entries after updating to Snow Leopard

    After updating from Leopard to Snow Leopard, my iCal 4.0.4 no longer seems to work correctly--I cannot edit calendar entries. Is there a fix for this?

    The behavior of iCal under 10.6 is when you double-click the event you get the event window and then you can click edit to modify it's characteritics.  If you are not getting that result then something is wrong.
    re-imported the saved versions, reset my prefs, and iCal is working again.
    The exports were as a safety measure.  Removing the files I indicated should not have made your calendars disappear unless they were being hosted on a server like Google or Yahoo.  Did your calendars go away after following the above steps?
    Are these calendars in the "On My Mac" section of ical on the left or somewhere else?
    Create a new user account and see if the same behavior happens there: http://docs.info.apple.com/article.html?path=Mac/10.6/en/8235.html

  • How do you make editable entries in an Interactive Report?

    I have seen a feature in other Apex applications that I can't reproduce. There is an interactive report in which each row has an Edit icon (pen and pad) and clicking on it leads to a form page which displays the info, so you can edit it.
    I haven't been able to build an IR that will show this icon. How can I do this?
    Steve "the n00b" in Raleigh NC

    Steve,
    This link should show you the way.. Edit Link on Interactive Report
    Also, could you change your profile name to smeothing more human? We know you are steve, maybe you could change it to the signature you use on your messages?
    Thank you,
    Tony Miller
    Webster, TX

  • Editing entries in multicolumn listbox

    I am using a multicolumn listbox to display test parameters - ie columns of step number, temperature and time data. I read a previously created test matrix and update the listbox items names using the property node.
    Is it possible to do the reverse - ie edit the item names while the app is running and save a new test matrix from the modified listbox?
    Thanks,
    Niel.

    It seems impossible to edit list in the running time. However, could you try to use string table to do that?

  • Help - can't edit entries on calendar - phone is worthless to me....

    My Droid X finally arrived today.
    I synced my new phone to my google calendar today. I cannot edit any event that was synced, but can edit events created on the phone. I have been on the phone with Verizon, who transferred me to Motorola for almost 2 HOURS now!     and still have no answer.
    I switched from a BB Storm to this, so far not so good.
    If I can't edit my calendar like i could on my BB, this phone is worthless to me.
    If anyone can help, please let me know.
    Bryan

    With all due respect to the OP......
    You bought the Droid X for calendar editing and that's it ???   If you can't edit calendar events that synced down, the phone is completely worthless to you ?    That's incredible.  This phone is the most advanced on the market, and is outselling all others.  People in these forums are RAGING to get their hands on one due to the backorder.  The phone has a little trouble with ONE function, and you're ready to ditch it ?    Amazing.    Please don't get me wrong, here.  I'm not trying to insult the OP in any way.   I just find it..........I don't know...........WOW.   
    *shrug*    To each his own.....
    ~AF

  • HT201210 edits & entry yo iCal & Contacts on iPhone locked since upgrade to IOS6

    Since updating my iPhone (3GS) to IOS 6 direct edits and/or additions can not be made. Any edits and/or additions made on my iMac are however sync through as expected. What is the so;ution?

    Try going to http://me.com/find on your computer.  Find my iPhone relies on the same connection as MobileMe Sync, your device should be listed as "Online" for as long as it has an active internet connection. If it shows your iPhone is online; Restart your iPhone: Hold the power button until "slide to power off" appears.  Slide to power off.  After it is off, press the power button to turn it back on.
    Wait an hour and try again.  Apple may temporarily disable an account from syncing with MobileMe if it is determined that an account may be taking longer than normal to sync.  By waiting an hour and trying again, this allows for the previous sync to complete

  • Why doesnt my Calendar app allow me to add or edit entries

    When I select Calendar on my new Iphone 4s, the top bar that says "All Calendars" does not have the + for me to add new entries.  Also, Siri is unable to add entries.  I know the button is missing, since I can hold my girlfriends phone up next to mine and they are simply not there.

    I had the same problem.  You have to turn on iCloud.  Go to settings, mail contacts calenders section, and iCloud and turn on calenders.

  • Can't edit entries

    Suddenly, I can enter an event into the calendar for a particular day. BUT I can't enter the time/place/etc. Even wen I hit the "edit" button, the box to edit might pop up but disappears when I try to enter something.
    If I do the vertical swipe on the keyboard to show all open programs, I can see the edit box, but I click on calendars and it disappears again. This just started happening last night.
    Suggestions?

    Welcome to Apple Discussions,
    Make sure your Region setting is set to "United States" when you go to Apple > System Preferences > Language & Text > Formats > Region.
    First make an iCal backup, File > Export > Archive.
    Remove the following to the trash and restart your computer:
    Home > Library > Caches
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache)
    If the issue persists:
    Remove the following to the trash and restart your computer:
    Home > Library > Caches
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    __NOTE: Removing these files will remove any shared (CalDAV) calendars you may have access to. You will have to re-add those calendars to iCal > Preferences > Accounts.
    Hope that helps.

Maybe you are looking for

  • DNS, Certificates, and Active Directory - School Setup Issues

    Our school has been piloting a small iPad depolyment.  I have been struggling with getting Profile Manager to work correctly since August of last year. Here's the setup: 1. Active Directory DNS/DHCP server (set as "school.local"--yes, I know .local i

  • When using multiple displays, is it possible to only have full screen zoom (universal access) only effect one display?

    I am visually impaired which makes it difficult for me to use computers. The zoom feature in Mac OS is extremly useful to me and is the first reason I choose mac over windows. Although, now that I've been using a mac for 8 years, I would pick a mac a

  • Disc 4137 - query based on login?

    We have a sales table in Discoverer that we want to allow sales managers to access so they can define their own ad-hoc queries. However we only want them to be able to query based on sales attributed to them i.e. they can't query on other sales manag

  • Mapping whole dimension to single member of same member

    Hi, I am trying to copy all the values under dimension to single member. Here is the scenario U11211 -> "PR023" = @Relative("All units",0) -> @Relative("All_Project",0); But this thing aren't working , the error message it says "Cannot calculate dime

  • File sizes are coming about a bit big

    Okay so I've been having this problem for a few days now, and I can't figure out how to fix it. I am rendering a 30 second clip recorded in 1080p in a quicktime format, with H.264 compression and no effects added and the file size is coming pretty la