Line item get deleted in PO & PR.

Hello,
We are facing issue in posting the goods receipt in MIGO,
since the line items in the Purchase Order is getting deleted automatically and
in turn Purchase Requisition Number is deleted.
What are the probable reason for thie?
we have checked everything but didnt find solution?
Thank you in advance
Regards,
Tina.

Tina
Can you used PM Module in your company.
When a Purchase Requisition (PR) is created from PM order using control key PM03 after approval of PR, Purchase Order (PO) is issued. After completion of maintenance job and acquiring services or material procured against PR which has been created from PM order, PM order is Technically completed. When order status is set as TECO, PR got deleted. This behavior of deletion of PR when order is TECO
This is standard behaviors in the PM/CS order As Of My Knowledge can you used PM Module in your company

Similar Messages

  • Line items getting deleted

    We have extended classic scenario, and once we create a purchase order from a Requisition , it gets created correctly at SRM side, but as it is replicated in R/3, the line items just vanish.. I tried checking that in BBP_PD_PO_TRANSFER_EXEC, the item internal table is empty..
    everything is fine as i check BBP_PD, I have run CLEAN_REQREQ_UP and BBP_GET_STATUS_2
    Any clue whats happening...

    Hi,
      See the foll notes:
    Note 1022458 - Limit PO ends in Error Status: Document Contains No Items
    1052999 - Deleting Service line item in SRM not updated in ERP
    006573 - BBP_POC:For service items,delete indicator not transfered
    BR,
    Disha.
    Pls reward points for useful answers.

  • Last line item gets changed to first line item for cs01

    HI experts,
               I have writen a BDC for Tcode cs01.
    I am facing a problem in that.If sucppose there are 4 line items,
    the first three line itmes are getting uploaded correctly but the kast line item gets changed to first line item.
    below is part of my code.
    DELETE ADJACENT DUPLICATES FROM T_MAT COMPARING MATNR.
    SORT T_MAT BY MATNR. "HEADER DATA
    SORT T_BOM BY MATNR1. "ITEM DATA
    *CLEAR : COUNTER, ITEM_NO.
    LOOP AT T_MAT INTO W_MAT.
      REFRESH GT_BDCDATA.
      CLEAR   GW_BDCDATA.
    perform bdc_dynpro      using 'SAPLCSDI' '0100'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RC29N-STLAN'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'RC29N-MATNR' W_MAT-MATNR.
                                 'lejn44001'.
    perform bdc_field       using 'RC29N-WERKS' W_MAT-PLANT.
                                 '4600'.
    perform bdc_field       using 'RC29N-STLAN' W_MAT-BOM_USAGE.
                                 '1'.
    *perform bdc_field       using 'RC29N-DATUV'
                                 '22.06.2010'.
    perform bdc_dynpro      using 'SAPLCSDI' '0110'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'RC29K-BMENG'
                                  '1'.
    perform bdc_field       using 'RC29K-STLST'
                                  '1'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RC29K-EXSTL'.
    perform bdc_dynpro      using 'SAPLCSDI' '0111'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RC29K-LABOR'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    LOOP AT T_BOM INTO W_BOM WHERE MATNR1 = W_MAT-MATNR.
      cnt = cnt + 1.
      CONCATENATE  '0' CNT INTO VAR.
       ADD 1 TO COUNTER.
       ITEM_NO = 10 * COUNTER.
       OVERLAY ITEM_NO WITH '0000'.
       W_BOM-ITM_NO = ITEM_NO.
    perform bdc_dynpro      using 'SAPLCSDI' '0140'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RC29P-POSTP(03)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    CONCATENATE 'RC29P-IDNRK(' var ')' INTO new_mark.
    PERFORM bdc_field USING new_mark W_BOM-BOM_COMP.
    clear new_mark.
    CONCATENATE 'RC29P-MENGE(' var ')' INTO new_mark.
    PERFORM bdc_field USING new_mark W_BOM-QTY.
    clear new_mark.
    CONCATENATE 'RC29P-POSTP(' VAR ')' INTO NEW_MARK.
    perform bdc_field USING new_mark W_BOM-ITM_CAT.
    clear new_mark.
    clear VAR.
      ENDLOOP.
    loop at T_BOM INTO W_BOM WHERE MATNR1 = W_MAT-MATNR.
    perform bdc_dynpro      using 'SAPLCSDI' '0130'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RC29P-POSNR'.
    perform bdc_field       using 'RC29P-POSNR' V_CNT.
                                 '0010'.
    perform bdc_field       using 'RC29P-IDNRK' W_BOM-BOM_COMP.
                                 'PURCHASECOST'.
    perform bdc_field       using 'RC29P-MENGE' W_BOM-QTY.
                                 '20'.
    perform bdc_field       using 'RC29P-MEINS'
                                  'M'.
    perform bdc_dynpro      using 'SAPLCSDI' '0131'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RC29P-POTX1'.
    perform bdc_field       using 'RC29P-SANKA'
                                  'X'.
    V_CNT = V_CNT + 10.
    ENDLOOP.
    CLEAR V_CNT.
      perform screen_data. " IS ALL ABOUT CALLING TRANSACTION......
      ENDLOOP.
    following is The input file format m providing.
    Material     Plant     BOM usage     Item No     Item Cat     BOM component     QUANTITY
    WRJN46106     4600     1     10     z     PURCHASECOST     10
    WRJN46106     4600     1     20     z     SOURCINGCOST     15
    WRJN46106     4600     1     30     z     INVRESERVE     12
    WRJN46106     4600     1     40     Z     INVRESERVE1     20
    in this the first 3 line items are coming correctly but the 4th one gets changed to
    first line item.
    e.g INVRESERVE1 changes to purchasecost.
    plz help.
    Thanks n regards,
    Ashmita singh.

    Hi Suneel,
    I hardly can't believe that. There must be an mistake by your own in the smartform itself. Would you please share some screens or better, the smartform-XML itself. You can pass out everything else and just share the table and a dataset to try this.
    I'm pretty sure that there is something wrong with the settings or even the loop itself. I never faced a problem like that or even heared about such things.
    I would love to have a look inside.
    Before you share it, create a new one with just the table inside and try it with the same data. Perhaps it is just of to much folders or something like that, so the generating comes in trouble.
    Regards
    Florian

  • VA05 report exectution  Excel format few line items gets automatically skip

    Dear,
    SAP support Team & Other team Members On SDN.
    As we are generating report from VA05 screen for retail sales order list, the report shows full required data but when the report is executed in Excel format few line items gets automatically skipped & further tried generated in TXT format the whole report get properly dragged.
    This problem is only in PRD Server, when i am teting the same in DEV Server it is properly Generated in EXCEL with Proper LINE ITEMS.
    Please kindly provide me with some Solution regarding the same.
    Warm Regards,
    Mohammed Hassan Naveed
    Deputy SAP Basis Consultant

    Hi,
    Have you tried using VA05N?

  • PO line items are deleted but showing as commitment in S_ALR_87012999

    Hello All,
    in one PO all line items are deleted but still in "Report output for S_ALR_87012999 Orders: Actual/plan/commitment", it is showing commitment against the PR.
    Any pointers on this will help
    Thanks & Regards,
    Prashant

    Hi,
    Report RKANBU01 resets commitments on orders and ranges of orders.
    (please see the note 152571).
    Reports ZKAOIDE0 & ZKAOIDE1 removes commitments which refer to purchase orders and purchase requistions which do not exist.
    (See Notes 100409 & 152571).
    Report RKACOR04 corrects mistakes between total and line items in database tables.
    (See notes 21649 & 152571).
    regards
    Waman

  • Line item gets duplicated while creating billing document

    Hello,
    I have created an order with two billing plans (periodic & milestone) having single line item. When I create a billing document, line item gets duplicated.
    Can any one help me...
    Regards,
    Kishore

    Hello Balu,
    Kindly see the process below.
    Quotation -> Sales Oder -> Delivery -> Invoice (proforma) -> Excise invoice
    In the above mentioned process, I create quotation for 2 material for quantity 2 each say. I create SO with ref to quotation for only one material with quantity 2. Since I have to do proforma invoice & then the excise invoice, so I have created two billing plans. I have attached both the billing plans to SO. Now after completion of delivery, when I go for doing proforma invoice, I can see duplilcation of material (material in SO gets duplicated in Billing). When I go back to SO and remove one Billing Plan, then material is not duplicated in billing (proforma invoice). But as client said they want two billing plans to be attached to SO. So issue is with Billing Plan which creates duplication.
    I hope this clear's the issue to you...
    Can you suggest any way out....
    Regards,
    Kishore

  • Calendar items get deleted after computer restart

    Hi, I keep having this problem of my calendar items getting deleted/cleared after I restart my computer. Basically, I sync my handheld on two computers, one is work PC and the other my home PC. Changes are done on both PCs. I modify items on my work PC then sync with the handheld. When I get home, mostly during weekends, I also sync my handheld with my home PC. No modifications are done on the handheld. These past few days, I just noticed my calendar items in the Palm Desktop that the items I added/modified a day ago is no longer there. I have already lost a couple of appointments because of this. Please help.
    Post relates to: Centro (Unlocked GSM)
    This question was solved.
    View Solution.

    With Palm desktop 6.2 there is an issue with losing data but it is mostly seen on Vista systems. This issue has been escalated to Palm Engineering. 
    When you shutdown your PC, do you close Palm desktop or leave it open? We have seen leaving Palm desktop open, when the PC is shut down, to cause data loss. Another cause of data loss can happen by having Palm desktop open when a Windows update occurs. If you are not using Palm desktop, close it.
    Here is a procedure for recovering the data.
    You can recover the data from your user folder provided you have only sync'ed once with the PC when you discovered the data missing. When you sync to the PC there are files created for each PIM category in your user folder. For Example; datebook.dat or datebook (Depending on the version of Palm Desktop) and datebook.bak. Using Palm Desktop version 6.2 the file names are .mdb and mdb.bak. For 6.2, the files are located in the username folder in PalmOSdesktop in my documents.
    The files are named .dat and .bak. When you sync, the current data is stored in .dat. The next time you sync the data in the .dat file is copied to the .bak file. You can rename the .dat to .old. then rename the .bak to .dat. If the data in the .bak file is intact, it will now be in Palm desktop when you reopen Palm desktop. I have included a link to show you how to find the userfolder on the PC.
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=26674
    Here is another link regarding data loss;
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=39503
    The best way to backup your data is to use the export feature in Palm Desktop. Make a new folder on the PC desktop named Palm Desktop Backup data. Next, select the category you want to export. You will get a window that asks where you want to save the file, save in the folder created on the desktop. There is a button that allows you to select currently selected record or all, select all. If you don't select all, then only the record highlighted is exported. You will then need to name the file for export, I suggest the name of the category, eg: datebook (With current date). Do this for all critical data in each category. With the data exported to the folder on the PC desktop, you can save this data to a flash drive, external hard drive or a CD-RW. With this method you will have your data in a seperate place than Palm desktop and the device. If you "Lose" data again, you can import the data back into palm desktop.
    Make sure that when you make changes in palm desktop or the device to export the data to the folder created for the backup.
    Here is a link for other options for backing up your data;
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=28751
    Here is a procedure for backing up your data for disaster recovery, like this situation.
    The best way to preserve your data is to export the data in each category in Palm Desktop to a seperate folder on your PC.
    Create a new folder on your PC somewhere that is convenient. Name it something like Palm Desktop Data. Click on the link below and follow the instructions on that page for the export procedure.
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=28734
    Make sure you select all for the range in the export window.
    With the data saved in the folder you created, make a copy of that folder and save to a flash drive, cd-rw or external hard drive.
    Anytime you make a change in Palm Desktop, export the data that was changed to that folder and save again to the external media.
    With this process you can always import the data back into Palm Desktop anytime you have a problem with the data in Palm Desktop or if your computer/hard drive/device crashes.
    Post relates to: Palm i705
    Message Edited by cygnusX1 on 03-20-2009 02:53 PM

  • User exit which gets triggered when a line item is deleted in va02

    Hello all,
                   I am unable to find a User exit which gets trigerred when i delete a line item from va02.If I use the User Exits for saving data in Include MV45AFZZ the screen field VBAP-POSNR for line item is not getting accessed.All i need to compare the line item texts. Which means if any of these texts change then i need to write my logic. But the screen field name for all the texts is the same.Please guide me.

    Hello,
    Whever you perform any actions on the line item, we have the user exit in MV45AFZZ, userexitxvbap. Whenever the the item is deleted the UPDKZ value in XVBAP value is set to 'D', else since you are using the transaction VA02, any change is recorded in YVBAP(for old values) and XVBAP(for new values), so using this two internal table you can write any necessary logic.
    BR
    Sudhakar.

  • SC Item getting deleted

    Hi
    I am displaying errors if there errors on SC Item fields from BADI Implementation. When SC Item contains errors and I click on Next Button, the Item is getting deleted.
    Also when an Item is selected from catalog and that line appears on SC, the fields in Item Data tab are greyed out from making changes.
    This is in SRM 7.0
    Please help with your suggestions.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Sending notification to SRM requester when a PR line item is deleted in R3

    Hi SDN,
                  my requirement is that whenever a line item in PR created in R3 system is deleted  ,a mail notification should be sent to the requester along with the item number and quantity that has been deleted.
    is there any BADI/EXIT for this scenario??
    Help me in this regard,will reward points for the best answer.
    Thanks in advance,
    suman

    HI imthiaz,
                 Thanks for your reply,but can u give me the detailed ie,step-by-step procedure to achieve my requirement as i am new to SRM environment.I will be grateful to u for your favor regarding this.Please do reply me as its on urgent basis.
    regards,
    suman

  • PO Line Item Mass Deletion

    Dear SAP Experts,
    Using MEMASSPO for PO Line item deletion, can you please tell me the step by step way?
    Thank you very much for the help.
    Zhie

    Hi,
    Enter the t.code MEMASSPO, select the EKPO table and select the field tabe and select the fields MASSEKPO -LOEKZ (delition indicator for po line items) and executte.
    Now ssytem will ask the PO range...enter the PO's and execute.
    enter the TO value as X and populate the X for all the records by using "Carryout mass change" Icon
    And Save.
    It will work 100%.
    IF PO has GR/IR menas system will not allow to flag for deletion for that line item.
    Thanks,
    Kumar Arcot

  • Time sheet line item should delete it

    Hi gurus,
    While entering in CAT2 working hours is wrongly entered and approved it and saved.  later on they found out it was wrong. Actually their are 4 line items, in one item should change the working hours. Is it possible? or we have to delete it.
    Now it showing gray, how can we change the figures.  if anybody faced the same problem please let me know the solutions
    thanks in advance
    jaya

    Hi
    Once you release the time sheet, you can not change it.  It will be in display mode.
    One way is to ask your Manager to reject it, and then it will again come back to you for doing changes.  At that time you can change.
    Please reward points.
    Regards
    Venu

  • Time sheet line item should delete it day hour

    Hi gurus,
    While entering in CAT2 working hours is wrongly entered and approved it and saved. later on they found out it was wrong. Actually their are 4 line items, in one item should change the working hours. Is it possible? or we have to delete it.
    Now it showing gray, how can we change the figures. if anybody faced the same problem, its very urgent please let me know the solutions
    thanks in advance
    jaya
    Edited by: jaya sa on Jun 12, 2008 2:19 PM

    closed

  • Exit for va02 when line item is deleted

    Hi,
    I have requirement that in va02 when an item is selected and '-' (delete) button is pressed, it  should display error message :To enter reason for rejection" and not to delete the item.
    Can anyone help with what enhancement can be used user exit or something else. If user exit then which one to be used a i have tried several.
    Versio used is ECC 6
    thnks.

    put  debugger on .. search for an implicit enhancement whenever delete button is pressed..
    check for the tcode if va02 . then check for the ok_code for deletion..
    call a function module in that call a screen with i/p field on which user would type the reason..
    If you can display the reasons which are pre defined then you can use RS_VALUES_BOX function module and store the pre defined reasons in a Z table.

  • Restrict deletion of sales order line items

    Hi,
    I need to restrict deleting of sales order line item, I think we can use the user exit, MV45AFZB, USEREXIT_CHECK_XVBAP_FOR_DELE.
    But when i set the flag to 'X', even though it does not delete at tht instance when the sales order save is clicked again the line item gets deleted.
    ANy idea , to prevent that?
    Thanks
    Keshi

    Hi Keshi,
    That is the correct exit, we are using the same without any problem. Just set US_EXIT  = CHARX.
    Regards,
    John.

Maybe you are looking for

  • Render Error: -50 I know this has been posted about a lot

    Hey folks! I understand that this question has been posted many times to the community, and while it is not my intent to waste anyones time (Tom Wolsky), I have not found a solution that works. Can anyone help me? I will monitor this feed to respond

  • Adobe Acrobat 9 pro's windows installer appearing after right click on any file or application

    I accidentally deleted the acrobat 9.0 manually from the program files. The acrobat doesn't work... There is also a nuisance. The windows installer for the Adobe acrobat keep on appearing when i right click a file or application. I have to cancel it.

  • Mail erases old messages - imports duplicates

    The mail app. on one of my computers (a G4 running OSX 10.2.8) keeps giving me trouble. It will suddenly delete all emails in my inbox and sometimes it imports duplicate copies of emails (could be up to 500 emails at a time). I have the "remove email

  • Question about iMovie to iDVD

    Hello, looking for some advice....In the past (iMovie 06) once I was finished a iMovie project I would just drag the project icon into iDVD and it would show up (and render in the background) , I set everything up the way I wanted and then burned the

  • LTE Speeds in Denver

    Is there any information on 4G speeds in Denver and why they are so slow? I average about 5MB down and 15MB up pretty much anywhere on the North side of town even with a great signal (~ -80dB).  That just seems so backwards to me that the upload spee