PO item change issue

Hi all,
We went live on SAP last month. We are facing below issue in production -
IDOC is not getting triggered for output type when a PO is changed. we want to replicate the same issue in development system.
When I looked into production PO changes, I found that PO item is changed for ' Purchasing Document Item Change Date'.
When I see the item changes, it shows:
short text - Purchasing Document Item Change Date
Action - changed,
new value - 11/05/2010 (this is the date when PO is changed)
old value - 11/02/2010 (this is the date when PO is created)
Name - XXX_BATCH
Change doc object - EINKBELEG
table name - EKPO
field - AEDAT
Can anybody help me understand what is this change all about? and how can I replicate this issue in development system ?
Regards,
Pat.

please read OSS note 456127 - FAQ: Electronic Data Interchange (EDI) in purchasing

Similar Messages

  • Why some items can not change issue method in Production Order?

    Hi,
    I have a Production Order which had been released.
    As some reason, I need to change issue method on some items in this Production Order, but I found that some items can be changed with a dropdown list, and some items can not be changed without dropdown list.
    Why they are different?
    What should I do to meet my users' request?
    Thanks.

    Hai wilson,
    sorry i visits forum after long time .. item category means , when create item group there are two option Service / Material if u select service , inventory come under that group only in "Back flush" other wise u can select "Manual / Back flush"
    Regards
    Janeesh

  • PO item change is not updated after Delivery completion

    Dear All,
    PO item change is not updated in the PO at the completion of the delivery.for a particular line item. In our QA system, its updated but client is facing an issue with the production system. Pls check the attached screen which I got from QA. There is no such log in the production system. Kindly help me to have a solution for this.
    Regards
    Sujith

    Hi Dev,
    After we post the GR for a PO line item, PO history is updated (line) and at the same time that particular change log is available under PO line item. But in production system, said log is not updated after GR is completed fully.
    Rgs
    Sujith

  • EBP PO : Unable to duplicate/copy  item,GR_NON_VAL issue

    Hello,
    I am using SRM 5.O .
    In Process PO when I go to create the PO with more than one line item following issue comes :
    When I entered one line item and check its ok when I click on  <b>Duplicate Selected</b> Item or <b>Copy</b> push button than check  following error appears .
    <b><i>Flag 'Automatic Settlement' at item level is different; Change not possible 
    Flag 'Invoice Expected' at item level is different; Change not possible </i></b>
    Thanks ,
    Sachin
    null
    null

    Hello,
    I have debugged whole program and found when there is single line item everything is fine & when i clicked on <b>Duplicate Selected  Item</b> the value of GR_NON_VAL indicator set in first line item and second Items indicator as it is blank .Where single line Item indicator was blank .
    When I am copying the line item than its working OK .
    Due to mismatch in items followinng program raise error message .
    PERFORM downward_inheritance USING     p_hgp_ecom
                                                 p_hgp_icom
                                                 p_guid
                                                 p_object_type
                                                 p_itm_icom
                                                 ls_igp_icom
                                                 p_changed
                                       CHANGING  ls_header.
    Is there any idea why system behaving like this ?
    Thanks,
    Sachin

  • Service Master / Activity Master description change Issue

    Dear Experts,
    I am facing problem with Service master / Activity Master description change problem.
    Steps in the problem -
    1) Service Master / Activity Master created.
    2) Long term purchase order (with large quantity) is created.
    3) Service entry sheet and Invoice has been posted for the Purchase Order.
    Due Service master / Activity master description change requirement from client, description of the
    Services are changed.
    But it is not updated in Purchase order. (As purchase order has been created before service master description change)
    and when i am trying to post next service entry sheet with reference to the long term purchase order created,
    it is not adopting the new one service description.
    Thanks in Advance

    Hi Kiran
    The solution to your issue could be achieved as follows:
    In the item level 'Service' tab for the corresponding PO line item, change the quantity to which you have already made Service Entry sheet. Then create a new line item with the Service number, once you enter the Service number you would see the new description here. Then when you create a Service Entry sheet with reference to PO, the system would ask you to select one of the two entries you have in PO. Here select the new entry which you have made.
    Thanks
    Prashanth

  • Item Category Issue

    Dear Experts,
    While i create packaging in Handling unit ther is a tab  of Additional Data in Sales and distribution.In that we have Item Category - Issue is i am inputing manual item category TAN but i want to pick automatically.
    I am unable to find the setting for packaging Item category of Sales and distribution.
    Plz provide your inputs.
    Thanks
    Shri...

    Apart from what Jignesh suggested, follow the following steps for automatic packing:
    1 In the Shipping screen choose Pack/load - Pack delivery. You see the Change outbound delivery screen.
    2 Enter the number of the delivery that you want to pack, or select one using the matchcode function
    3 Press ENTER. You see the overview screen Change Outbound Delivery: Overview - Quantities.
    4 Choose Edit, then Pack. You see the screen Pack Items
    If you want to pack all delivery items that are not packed, choose Edit - Automatic packing.
    In this function, you do not need to select any items individually. All items and shipping units of the selected delivery that are not packed are automatically placed at the disposal of the user exits for automatic packing.
    If you only wish to have certain items in the delivery packed, choose Edit then Autom.pack items
    With this function, you must select the items and shipping elements to be packed. Then, only the selected unpacked items are placed into an internal table.
    If you have set the supplied example to active, the program automatically searches, in both procedures, for the respective shipping materials for the items to be packed.
    Thanks & Regards
    JP

  • Databound Combobox - First item changes to previous selection when clicked again

    Hi All,
    I have just written my first vb.net app using VS2014 and everything is working perfectly except the same weird issue is happening on 2 comboboxs I have...
    Basically I have a Vehicles combobox and a Departments combobox (both created by dragging the field from Data Sources after setting it to combobox onto the form creating a databinding). When the user has made their selection they hit a show operations button
    which then does things depending on the selections made. 
    The tables come from a SQL Server.
    The sql statement for my Departments TableAdapter is:
    SELECT        Code, Department
    FROM            Departments
    ORDER BY DisplayOrder
    Setup of combobox:
    Use Data Bound Items is ticked
    Data Source = DepartmentsBindingSource
    Display Member = Department
    Value Member = Code
    Selected Value = (none)
    This image show a correct list for the department CB (bored of typing combobox) when it is first clicked.
    I select Finishing, then.
    This image shows what I get on the second click (which can literally be straight after as though the wrong selection was made the first time - I say this as clicking my Show Operations button has no effect on the behaviour).
    Basically the top item changes to be whatever the previous selection was. If I had chosen Construction it would have read Construction, Construction, Finishing.
    The same thing is happening on the Vehicles CB - I wont explain that as it is the same as above.
    I have been googling this for several hours but cannot find any other example of this issue. I may have done something stupid but hopefully not.
    If you could please shed some light on why these combobox's are behaving this way I would be VERY grateful.
    I am trying to learn as much as I can so if someone could actually explain why this is doing this rather than just a one line fix (which would be better than no fix at all) it would be appreciated.
    Note: I have no code associated with event / index changes on either box in any way. I reference their current values once I have click my Show Operations button.
    Anyway I hope the above is nice and clear for you.
    Thanks again,
    Paul.

    Thank you for shairng your experience here.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Expense (PR05) - Line item change report

    Hi:
    We are looking for a report on the changes made in the trip line items after the trip was submitted, approved, transferred to FI (at every status).
    Basically if a consultant has submitted an expense and is approved by the manager, Then if consultant is opening that trip again and making the changes in the line item (change in cost object, amount etc) or adding a new line, we need  a report which tells when was the change made, what was the change etc.
    With the custom program, we are able to get the trip status history but not the line item details (change).
    Any suggestions.

    It tells the status of the trip but doesn't tell me what change is made.
    For example:
    If the original trip had one line for Airfare (say 1000) which was approved and transferred.
    Later on this was adjusted to Airfare (say 1010) which was again approved.
    We want to know amount was changed from 1000 to 1010 on this date. Similarly to cost assignment. Any field which has accounting effect.
    Basically our Accounts payable needs to know if they should settle the expenses without waiting for the receipts at month end (in the scenario where cost object is changed later but amount is same, so there is no revised receipt from consultant. They can just settle it again)
    Some kind of report which tells when and what change was made (at item level).
    Thanks.
    Rahul

  • I think I solved my time changing issues- hope this helps

    Hey everyone, I think I've had some success with my time changing issues. I originally posted this to another user as a follow up to her question, but I'm reposting it here. Hope it helps:
    "msteinny,
    So i went to the apple store to meet with an apple genius to ask him why my phone's time kept moving up 1 hour everytime I synced my phone. Well he said that he's never seen this problem before, and after a trying a reset and restore he let me exchange my phone. The problem is that when I went to sync my new phone the problem still persisted. They told me it was probably something to do with my computer and its time zone settings.
    So I get home and click on my computers clock in the bottom right hand corner to bring up the date and time properties and sure enought my time is correct, the date is correct and the time zone is correct (Eastern Daylight Time). So I look through the different tabs (Date & Time, Time Zone, Internet Time). The first thing I tried to do was to change where my computer syncs its internet time. It was originaly set on NIST time. I then switched it to Windows time, but this didn't do anything. My clock would still change when I synced to itunes. The next thing I tried was fideling around in the Time Zone tabs. I noticed that the box that says "Automatically adjust clock for daylight savings" was unchecked, so I checked it and my computer's time jumped an hour ahead. So I left the box checked but moved my clock one hour back (to the correct time), clicked on apply and left it at that. I synced my iPhone and voila! The time didn't change! It stayed on the correct time! To to make a long story short, make sure that you computer's clock is set on "automatically adjust clock for daylight savings changes, make sure your time zone is correct, and that the time is right when that box is checked. I hope this helps you. I'm glad I got a new phone out of the deal;)
    Chris P. "

    As I mentioned in my post, whenever I checked that box the time would be incorrect. It would move up an hour. I've messed with this along time ago, way before I got my iphone. I think this had something to do with the daylight savings change that was implemented this year or last year. I dont remember if I never tried correcting it before, or if I couldn't, but this time I didn't have any problems correcting it. Anyway, since I couldn't correct it back then, I just left the box uncheck and decided that I would change the time manually when the next time change occurs. But it seems to work fine now so all is well.

  • Report on Purchase order header changes and Line item changes.

    Gurus
    All changes which has been done in Purchase order can be seen in enviroment----Header changes Or Item changes for a particular PO.
    Now end user want to see the changes made in all the purchase orders for a particular project in specified date range.
    Suppose there are total 100 POs placed in one month for a particular project. End user want to see the changes MADE (IF ANY) in above POs
    Is there any standard report is available to this effect OR it is z development
    Atul

    HI ,
    This report can easily be written useing the tables EKKO and EKPO
    First get the PO's created in that date range.
    From there get the change document numbers with this extarct the date from CDHDR and CDPOS tables.
    regards,
    Lalita

  • Pivot Table, "Insert Page Break After Each Item" Setting Only Works for the First Item Change

    I have a flattened pivot table generated from Powerpivot and I would like to insert a page break for each change in the row item.
    When I use the pivot table Field Settings>Insert Page Break After Each Item, Excel inserts the first page break then returns to normal pagination for the rest of the output.
    Is there another setting required to maintain the page breaks after the item change?
    Thanks.

    We are experiencing the same problem. Did you ever find a solution?

  • Purchasing document item change date

    Hi GUrus,
    Could some one please explain me what is purchasing document item change date. while checking item changes for one PO i am getting this. it is showing one old value and one new value. only i wanted to know where is that date in side a PO.
    Thanks
    Sha

    Hello ,
    When you go to item level changes , sap shows the change history for that particular line items .
    So it will show all the values which is been changed . In terms of date , the old date is the date at which the line item must have been creaated or changed and the new date is the last change date by the user .
    For e.g .if the line item is changed multiple times , then it will show with respect to each date the change history . For better viewing and understanding you can sort the changes by date & find out what was the last change details .
    Hope its clear .
    Lawrence Fernandes

  • Order of Line Items change when billing

    Hi all,
    For some reason the order of the line items change when billing a salesorder
    Salesorder line items:
    10
    20 text line
    30
    When billing it changes in:
    20 text line
    21
    30
    I'm kind of lost on how to solve this.
    With kind regards,
    John Waltmans

    try to do with copy controls... VTLA.. sales doc to delivery doc.. goto item and there take item categioreis..
    there check wethere data transfer
    101
    0
    2
    reard if it helps..
    Ramki

  • Need Table/T-code to find purchase req line item changes

    Hi Experts,
    Before the req reaches me it passes through different Pgrp's.
    Is there is a way to find out these changes.

    Hi,
    From ME53N transaction, we can display the purchase requisition item changes.
    Goto ME53N, Select the PR for display, From Menu Bar select Environment-.>Item changes.
    It will display change log of the items.
    Table to view PR log will be of CDHDR and CDPOS as usual.
    Regards.

  • What is the Table to Capture line item changes in PO?

    Dear Guru's
    what is the table in which i can find the report of ammendment in the PO at line item level OR is there any Standard SAP report ???
    please help..
    gaurav

    Go through Following Link
    Report on Purchase order header changes and Line item changes.
    Vipin

Maybe you are looking for

  • UDF in Query PLD

    Hi All, I have designed query pld for a screen in which i have few user defined fields also. When i excute a query pld with values in user defined field it is not giving any out put. Same query with out user defined field values is working problem. C

  • Security in PDF online converted files

    As you know, Microsoft Word allows you to convert their files into PDF. However, there is no security. Therefore one can highlight a signature for example and copy it as a way to lift someone's signature off the document and create an image of the si

  • 'Skip when shuffling' using Apple TV

    Listening to iTunes on the MAC, I can 'skip when shuffling' but when listening to iTunes using Apple TV, all the songs play. How do I 'skip when shuffling' while listening through Apple TV?

  • Beasrv.exe The requested operation cannot be performed on a file with a use

    Hi guys, I am trying to upgrade WLS from 10.3.3 to 10.3.5 But I got the following: Fatal error occurring during the installation. beasrv.exe(The requested operation cannot be performed on a file with a user-mapped section open). I search in taskmgr t

  • Very frustrating

    Since the new guide I've been having several problems.   The guide on both my tv's is frustratingly slow.  Sometimes if I hit the guide 2 or  3 times  (because I think maybe it did not register - even though i see the red light on the box) It seems t