EDI1 Message on incomplete log is not V1 249

This question is about the message withing the incompletion log.....
When we see the VA01/VA02 incompletion log is says "Expected Price Missing" We were expecting V1 249 "Customer expected price differs from net price for item &." Debugging the formula shows that V1 249 is being populated to xkomv-fxmsg. Has anyone encountered this? Does anyone who uses EDI1 for reporting differences between net price and customer expected price normally get "Customer expected price differs from net price for item &." V1 249 on incomplete log. when in VA01/VA02?
No problems encountered using V.25 and the release works fine, so no problems there.
We are also able to correct the price difference manually within VA01/VA02, that works fine.
The only question we have is why Message V1 249 does not display incomplete log. It has "Expected Price Missing instead.
What does everyone else encounter on VA01/VA02 incomplete log at their sites when using this functionality?
Ian

It seems that you're misunderstanding the purpose of the incompletion log. Incompletion procedure and log is meant only to inform the user that some required data is missing. It doesn't provide any further analysis as to why it is missing or anything like that. Therefore the message will always look like '<...> is missing'; sometimes even just a field name will be mentioned.
The code behind the incompletion procedure is a simple comparison blank/not blank. Naturally, some other functional code may precede it, but it's totally irrelevant to the incompletion log.

Similar Messages

  • Vl31/32n inbound incompletion log updation wit custom message

    hi SAP gurus,
    The Requirement is: based on some conditions i have to update my custom message in incompletion log of Inbound delivery(VL31N/32N) <h4> while saving</h4>.
    Please let me know how can this be achieved.
    Thanks in advance

    Dear Nirmal,
    Go to Customizing>Sales and Distribution>Basic Functions>Log of Incomplete Items>Define Incompleteness Procedures
    Here you can define your incompleteness procedure for delivery types.
    Then, Go to Customizing>Sales and Distribution>Basic Functions>Log of Incomplete Items> Assign Incompleteness Procedures>Assign Forms to Delivery Types
    Assign your Incompleteness Procedure to respective delivery type.
    Now finally Go to Customizing>Sales and Distribution>Basic Functions>Log of Incomplete Items>Define Status Group
    And finally assign the status group for which you want to display the incompletion log.
    Regards,
    Ashu

  • MV45AFZB - FORM USEREXIT_CHECK_VBAP USING US_DIALOG - incompletion log

    Hello,
    I'm struggling with a problem concerning the incompletion log after deleting a value in the named user exit.
    I check if the profit center has a certain value in the form  USEREXIT_CHECK_VBAP USING US_DIALOG. if this is the case, the system deletes the value. But my problem is that at this moment, the incompletion log is not updated. Do I have to update the table xvbuv manually with the new entry ? Or is there another way to update this ?
    Thanks in advance !

    That's not entirely true - it depends on the user, what changes on the line item, and what the criteria are for blanking out the value.  Removing the value would be the normal trigger if the field is in the item incompletion procedure but not necessarily if done via code.
    The incompletion check occurs in routine VBAP_PRUEFEN_ENDE and requires that something has changed in VBAP in order to be triggered.  If the routine has already been called and then you change a VBKD-based value on the item, such as the incoterms, then the incompletion check is skipped but the userexit_check_vbap call is still made afterwards.  In this scenario, if you click 'Save' after making the incoterms change, the profit center value gets wiped out and no incompletion is triggered unless you append the value back to the table (or make a subsequent check with RV_CHECK_DOCUMENT_INPUT).  I'm assuming this is why the poster asked the question.  Might be a bug, but SAP would probably tell you it's 'working as designed'...

  • Incompletion log Field VBAP POSEX is not defind in incompltion procedure ZA

    Hi Friends,
    Need some help on this issue.
    We have some orders created in production, and when ever we go to VA02-> enter-> it pops up with the below error  message." Field VBAP POSEX is not defined in incompletion procedure ZA ".
    I already checked the incompletion procuredue and the field VBAP-POSEX (Purchase order item) was not at all defiend.
    It gives the incompletion log for only certain line items in the sales order and not for all. There are already few items delivered and we cannot reject the order to create a new one.
    I reveiwed this note "1497255 - Incompletion for PO item number (vbap-posex)" but it states it is for specifically for intercompnay orders.
    Our case is standard trade order. It woud be really great anyone has come across the same situation so that i can seek for help..
    Thank you so much!!
    Best Regards,
    Ram

    Hi Lakshmipathi,
    Firstly, thanks for the response.
    Yes.. I did checked... the field VBAP-POSEX was not maintained at item level though.
    The same item in other order does not have this problem and it is still open.
    This is specific to only very few orders, namely 4 or 5 orders but not with others.
    Moreover, these materils  are widely used among other company codes or sales org but no issues what so ever.
    This one appears to be a peculiar case. Thanks for your time and suggestions for looking it over.
    Thank you..
    Best Regards,
    Ram

  • Message log is not getting deleted in WEBUI (BADI ORDER_SAVE)

    Hi,
    I am displaying an error message based on certain conditions in BADI: ORDER_SAVE (CHECK_BEFORE_SAVE). On getting error, I am correcting that error.
    Using CRM_MESSAGE_DELETE, I am deleting error message before displaying new error message. However, my error log is not going away. It is still displaying in the log in WEBUI.
    Could you please help me out, how can I delete error message, and error log from WEBUI.
    Thanks,
    Sandeep

    I  have the same question as you .
       I  have use folleing code to display message in web ui:
          if (conditions).
          CV_OWN_MESSAGE = 'X'.
          MESSAGE '商机描述已经存在,请修改后再保存!' type 'E' RAISING DO_NOT_SAVE .
        endif.
    but when i have edit the description , the Message log is not getting deleted in WEBUI .
    who can tell me , thanks for all your help !

  • When I log on my computer I receive an error message: apllesyncnotifier.exe entry point not found. Does anyone one know how to fix it?

    Error message when I log onto my computer.
    Does any one one know how to fix this error?
    It states: The procedure entry point Sqlite3_wal_checkpoint could not be located in the dynamic link librery SQLite3.dll

    With that one, I'd first try uninstalling and reinstalling your MobileMe control panel. Does that clear up the error?

  • Can text messages in the incompletion log be found in any table?

    We need to store and review the text messages found in the online incompletion log.  Does anyone know if these are stored in a table?  Or if they are always redetermined upon VA01 or VA02 transactions, does anyone know at what point in what program this happens if we need to build our own custom table to capture the messages?

    The incompletion log table is VBUV - Sales Document: Incompletion Log
    I think the table is filled in one of the following:
    > Function module - RV_CHECK_DOCUMENT_INPUT
    > Include - LV45FFUV: FORM FEHLER_BESTIMMEN
    I hope this helps.
    Gerard
    P.s. Also look for structure VBUV_TAB as I think XVBUV comes for here.
    Edited by: Gerard Magorrian on Oct 1, 2010 9:04 PM

  • I just downloaded an album but one song won't play instead a message that "This computer is not authorized" to play the song. The prompt has a log in and when I log in it tells me the computer is already authorized. What gives?

    I just downloaded an album but one song won't play instead a message that "This computer is not authorized" to play the song. The prompt has a log in and when I log in it tells me the computer is already authorized. What gives? Specifically the album is Flying Lotus - Until the Quiet Comes and the song is DMT Song (feat. Thundercat). I purchased the entire album and it even played fine the first listen through.

    Hi,
    If you are in a country that permits redownloads, delete track and go to iTunes Store > purchased and redownload. http://support.apple.com/kb/HT2519
    Jim

  • Va42 item billing plan, incompletion log,T185-requested func FEBA not avail

    Va42 item billing plan, incompletion log,T185- error "requested func FEBA not available here"
    We have created new entries in the T185 table to enable the imcompletion log to go to the billing plan tab in the sales contract.  However, when I click on the green back arrow, I get  the above error.
    Can someone give me an idea of the cause of the error and if there is a how-to manual on creating new screens, new flow control, and debugging methods for the incompletion log?
    I am creating incompletion log entries for the billing plan in the sales contract at the item level. We have modified the special rules table RV45A_UV to add the additional check fields.
    Can I add additional  check tables to the TVUVF table?
    Here are the entries I created in T185:
    SAPMV45B,PFPL,FL,,,*,P0,PFPL,ENT1,T,0
    SAPMV45B,PFPL,K0,,,*,P0,PFPL,ENT1,T,0
    SAPMV45B,PFPL,P0,,,*,P0,PFPL,ENT1,T,0
    SAPMV45B,PFPL,PX,,,*,P0,PFPL,ENT1,T,0
    SAPMV45B,PFPL,U0,,,*,P0,PFPL,ENT1,T,1
    Thanks
    Paul

    sorry. tis may not be correct forum.

  • I occasionally get error messages popping up when I run Firefox 7. The messages often say "Exc in ev handl: TypeError: oSAPlg.oRoot.log is not a function". does anyone know how to fix this?

    After I downloaded and installed the latest version of Firefox, I started getting these error messages every so often when I launched the browser. These messages will usually pop up every third time or so I open the browser and pop up on every page, sometimes multiple times, and I have to clear them away before I can do anything on the page. The message usually reads "Exc in ev handl: TypeError: oSAPlg.oRoot.log is not a function". Is there any thing we can do to fix this?

    Please see solution in http://kb.mozillazine.org/Problematic_extensions
    for "McAfee Site Advisor".
    (Windows): For best results you should uninstall '''McAfee Site Advisor''' from Control Panel > add/change programs (Programs and Features). Reboot the system. Then Reinstall from http://www.siteadvisor.com/ and reboot the system. When installing refuse other suggested (crapware) applications.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • PO Error Message: 'Foreign Trade data: incompletion log'

    Hi,
    I have all set to disable the possibility to save purchase orders with missing foreign trade data but when I try to save the document without going to the respective tabs I'm able to save it without having any error message.
    What can I do to disable this possibility.
    Thanks to all.
    Best Regards,
    NRRibeiro.

    Hi,
    Set  Error message for application 06 and message No 698 as  E for "Import data incomplete or does not exist" in the following path:
    SPRO---- >MM> Purchasing> Environment data>Define attibutes of system message>system message
    Regards,
    Biju K

  • One day I just went on my iPod on messages and the log in sign showed up I thought that was weird because I am always logged i so i logged in and it went all the way back to the start! It is the same with FaceTime I do not know what to do?

    One day I just went on my iPod on messages and the log in sign showed up I tried logging in and it just brought me all the way back it is the same with FaceTime please help!

    Try:
    iOS: Troubleshooting FaceTime and iMessage activation

  • User exit to update the incompletion log in sales order for pricing error

    Hi experts,
    I have to check the some mandotory pricing conditions in sales order, if that conditions are not exist in sales order then i need to show the information message as well as i need to update it in incompletion log of sales order. (incopletion log we can see on menu bar 'EDIT' or ctrl+F8 on main screen of VA01). So that user can save the sales order but it will be in incomplete status.
    I have completed it upto showing the information message using user exit 'MV45AFZZ', but after this i don't know how to update it in incompletion log of sales order for pricing. I tried to update in tables VBUK-UVPRS, but i am not getting the desired result.
    Please anyone can tell me how to update it. In which user exit i can update the incompletion log.
    Thanks and Regards,
    Vicky.

    Hi Vinod,
    I am sending you my code please check it,
       if TKOMK-SPART = 10.
        if XKOMV is not INITIAL.
          clear v_JEXP.
        READ TABLE XKOMV with key kschl = 'JEXP'.
        if sy-subrc = 0.
          check XKOMV-kwert = 0.
          message i003(ZT) with 'Value should not be 0 for conditioin type JEXP'.
          v_JEXP = 'X'.
        else.
          message i003(ZT) with 'Maintain the mandatory Conditioin type JEXP'.
          v_JEXP = 'X'.
        endif.
        if v_JEXP = 'X'.
      XVBUV-MANDT = sy-mandt.
      XVBUV-POSNR = '000010'.
      XVBUV-TBNAM = 'VBAP'.
      XVBUV-FDNAM = 'PRSOK'.
      XVBUV-FEHGR = 20.
      XVBUV-STATG = '06'.
      XVBUV-FCODE = 'PKON'.
      XVBUV-SORTF = 9999.
      XVBUV-LFDNR = 0000.
      XVBUV-UPDKZ = 'I'.
      append XVBUV.
        endif.
    endif.
    endif.
    Please suggest something to solve this.
    Thanks and Regards,
    Vicky.

  • How to restrict inbound delivery creation by incomplete log

    Guru's
    I have a requirement of not to create an Inbound delivery if the filed in the "means of trans id " in the delivery header is 'BLANK".If i create an incomplete log for the field LIKP-TRAID (Warning message enabled) for Delivery header in transcation OVA2 .Now if i create an inbound delivery  with "means of trans id " BLANK .It is giving only warning message it is not stopping me from creating an Inbound delivery .
    Can you please let me know whether we can restrict creation of inbound delivery.
    Thanks

    Try through user exit,If system does not find the means of trans id then syem stops to crete inbound delivery.Chcek this user exit V50Q0001 with your ABAPer it may help you.

  • Status groups in incompletion log

    can anybody explain what is the use of status group in incompletion log?

    In this “incompleteness procedure”, important fields are assigned and by using <b>“status group”</b>, documents can be blocked at each level of processing, if values have not been maintained in those fields.
    Incompleteness procedure does not concern whether correct values have been maintained or not. It only concerned whether value has been maintained or not.
    General (Generally Incomplete):
    This control, records certain information about the fields at header level. Ex.: PO number is not maintained.
    Delivery (Incomplete for Delivery):
    This control, records certain information about the fields. Ex.: Shipping points at item level and issues appropriate message on the status bar.
    Billing document (Incomplete for Billing):
    This control records appropriate status message if certain billing information is missing. Ex.: payment terms.
    Price (Incomplete with reference to pricing):
    This control records appropriate information if data at item level has been missed. Ex.: price.
    and so on
    Regards
    AK

Maybe you are looking for

  • Time out connection issues

    Help, I am struggling to connect to Itunes, have turned off firewall, antivirus software, uninstalled and reinstalled Itunes (with apple technician), latest version of Itunes installed. Itunes will detect Iphone, Ipad and I pod, but can't sync. Netwo

  • Problem in cancelling doc through MF41.

    Hi Gurus, When trying to cancel a document that has been incorrectly with MFBF I get the following errors. "Post Processing records exist" When I click to go on the transaction terminates. Please advise how do i cancel the document now. Thanks in adv

  • MDM contract validity date

    Hello, We are using MDM catalog to host all contracts from suppliers. I would like to set validity date on the Catalog (Standard field in the CATALOG table). I also want that catalogs that are not valid anymore would not be displayed to my SRM users.

  • Problem in Universal worklist configuration

    Hi, I wnt to register sap system. i have Navigated to System Administration  System Configuration  Universal Worklist and Workflow  Universal Worklist - Administration. Click new button and provided the following details: System alias : sapr3 Conn

  • Error while uploading supplier catalog

    Hi, We have CCM release 200_700 with support package SAPK-27004INCCM.  While uploading supplier catalog, we get the following errors. Any suggestions please. Value assignment not valid for characteristic /CCM/ORIG_CATALOG_ID - char. was not assigned