GR-based IV (reference missing)

Dear Friends,
When the user is trying to post the invoice, he is getting the error " Item 000001 is ignored because of GR-based IV (reference missing)."
In the PO, In the purchase order history, the reference field is None. In the PO, in Item details Invoice GR BSD IV is ticked.
How to overcome the problem? Please advise.
Regards
Sridhar

Invoice posting can be done before GR posting.
If you want to make First GR and the Invoice, In PO item details "Invoice" tab, do tick of check box "GR based IV".
If you are getting error message, then change the message status to Warning

Similar Messages

  • Get CMdetails based on Reference Number

    Hi,
    I am developing Credit Memo Details report, here user wants all the details including Acct Docu Number based on Reference number.
    The report is working fine if the Credit memo has account docu number, but now user wants this report to work if Cmemo does not have ACCtDocuNum also.
    Please help me to modify this report so that it displays all details with out AcctDocuNumber also based on Reference number.
    Thanks,
    Neelu.
    FORM get_data.
      SELECT a~vbeln a~posnr a~vgbel a~netwr a~fkimg a~matnr
             b~vkorg b~vtweg b~spart b~kunag b~xblnr b~bstnk_vf
             FROM vbrp AS a
             INNER JOIN vbrk AS b
              ON a~vbeln = b~vbeln
              INTO TABLE ivbrkp
              WHERE b~xblnr IN s_xblnr
              AND b~fkart = 'ZMKD'.
      IF sy-subrc = 0.
        SELECT kunnr matnr sprice eprice eohqty bstkd crmemo
              FROM zppprice INTO TABLE izppprice
              FOR ALL ENTRIES IN ivbrkp
              WHERE kunnr = ivbrkp-kunag
                    AND matnr = ivbrkp-matnr
                    AND crmemo = ivbrkp-vgbel.
      ENDIF.
    ENDFORM.                    " get_data
    *&      Form  process_data
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM process_data.
      DATA: lv_name1 LIKE kna1-name1,
            lv_auart LIKE vbak-auart,
            lv_augru LIKE vbak-augru,
            lv_werks LIKE vbap-werks,
            lv_fkdat LIKE vbkd-fkdat,
            lv_knumv LIKE vbak-knumv,
            lv_kbetr LIKE konv-kbetr.
      LOOP AT ivbrkp.
        g_bqty  =  ivbrkp-fkimg.
        MOVE ivbrkp-vbeln      TO iout-vbeln.
        MOVE ivbrkp-posnr      TO iout-posnr.
        MOVE ivbrkp-vgbel      TO iout-vgbel.
        MOVE ivbrkp-netwr      TO iout-netwr.
        MOVE g_bqty            TO iout-g_bqty.
        MOVE ivbrkp-vkorg      TO iout-vkorg.
        MOVE ivbrkp-vtweg      TO iout-vtweg.
        MOVE ivbrkp-spart      TO iout-spart.
        MOVE ivbrkp-kunag      TO iout-kunnr.
        MOVE ivbrkp-matnr      TO iout-matnr.
        MOVE ivbrkp-xblnr      TO iout-xblnr.
        MOVE ivbrkp-bstnk_vf   TO iout-bstnk_vf.
        READ TABLE izppprice WITH KEY kunnr = ivbrkp-kunag
                                      matnr = ivbrkp-matnr
                                      crmemo = ivbrkp-vgbel.
        g_qdiff =  izppprice-eohqty - g_bqty.
        IF sy-subrc = 0.
          MOVE izppprice-sprice  TO iout-sprice.
          MOVE izppprice-eprice  TO iout-eprice.
          MOVE izppprice-eohqty  TO iout-eohqty.
          MOVE g_qdiff           TO iout-g_qdiff.
        ENDIF.
        SELECT SINGLE name1
                FROM kna1 INTO lv_name1 WHERE kunnr = ivbrkp-kunag.
        IF sy-subrc = 0.
          MOVE lv_name1 TO iout-name1.
        ENDIF.
        SELECT SINGLE auart augru FROM vbak INTO (lv_auart, lv_augru)
                                  WHERE vbeln = ivbrkp-vgbel.
        IF sy-subrc = 0.
          MOVE lv_auart TO iout-auart.
          MOVE lv_augru TO iout-augru.
        ENDIF.
        SELECT SINGLE werks FROM vbap INTO lv_werks
                            WHERE vbeln = ivbrkp-vgbel
                              AND posnr = ivbrkp-posnr.
        IF sy-subrc = 0.
          MOVE lv_werks TO iout-werks.
        ENDIF.
        SELECT SINGLE fkdat FROM vbkd INTO lv_fkdat
                            WHERE vbeln = ivbrkp-vgbel.
        IF sy-subrc = 0.
          MOVE lv_fkdat TO iout-fkdat.
        ENDIF.
        SELECT SINGLE knumv
               FROM vbak INTO lv_knumv
                WHERE vbeln = ivbrkp-vgbel.
        SELECT SINGLE kbetr
               FROM konv INTO lv_kbetr
                WHERE knumv = lv_knumv
                AND kschl = 'ZCPP'.
        IF sy-subrc = 0.
          MOVE lv_kbetr TO iout-g_pdiff.
        ENDIF.
        APPEND iout.
        CLEAR iout.
        CLEAR ivbrkp.
        CLEAR lv_name1.
        CLEAR lv_auart.
        CLEAR lv_augru.
        CLEAR lv_werks.
        CLEAR lv_fkdat.
        CLEAR lv_knumv.
        CLEAR lv_kbetr.
      ENDLOOP.
    ENDFORM.                    " process_data

    Hi,
    There is std Tcode MB25 in sap or u can use RESB table to see reservation against production order.
    Arun

  • Custom security JHeadstart 11gTP1 -Use Role-based Authorization is missing

    In JHeadstart 11g TP1 the option Use Role-based Authorization is missing.
    Will this option only be available in de production release of JHeadstart 11g? What is the reason why this is missing? Is it still possible to use CUSTOM authorization in JHeadstart 11g TP1?

    It is not missing.
    If you turn on custom authorization, you can specify your own roles against groups to access them, and use role names in the insert allowed/update allowed and delete allowed expressions.
    Steven Davelaar,
    JHeadstart Team.

  • COPA cost based data source missing data in BI

    Hi All,
    We have a copa cost based datasource.User has complained that some data is missing in BI frrom R3.When we checked in Infopackage history no data loads got failed and all requests were succesful.
    Is there still a chance that data might get missed.
    I created a full infopackage and again ran the load .Again load is green and complete.Still the same data comes in PSA.
    Should i need to check repair full request flag.
    What could be the other reason.User sent the R3 COPA report screenshots highlighting the missing data.
    Regards,
    Sushant

    Hi,
    Please check if all the value fields from ECC have been mapped in BI system.
    May be the case that some value fields were not mapped & hence the data is missing.
    try & reconcile your data with the data from table CE1<OP Concern> from ECC side.
    u can Make use of transaction KE24 aswell.
    Thanks & Regards,
    VIraj Dhopavkar.

  • Role-based view commands missing from config

    Hi All,
    I set up a 2960G with IOS 12.2(44)SE6 and created a role-based view to be used by our helpdesk.  One of the things they need to do is add rules to a MAC ACL on the switch.  I've successfully created a view for them and can include and exclude most commands, however, when I try to include the "commands mac-enacle include all permit" command, I get no syntax error, and there is no line in my configuration reflecting the change. As it stands, from the helpdesk view (named smco) I can get into mac acl configuration mode, but I can't issue any of the sub commands.
    Any advice would be greatly appreciated.  I tried upgraded to 12.2(55)SE and had the same result.
    The current configuration for the parser view is as follows:
    parser view smco
    secret 5 hashed_pw
    commands configure include mac access-list extended
    commands configure include all mac access-list
    commands configure include mac
    commands exec include configure terminal
    commands exec include configure

    After I issue the command "commands mac-enacl include all permit" there is no line in my startup or running configuration that says: "commands mac-enacl include all permit" or anything that closely resembles that.
    I've tested with multiple local accounts.  After authenticating, I issue the "enable view smco".

  • Pls help: aci based on reference to other entries?

    Hello,
    We've question in defining ACI. Our users are students, who can enroll multiple study programmes. Thus our entries (simplified version) looks like following:
    For student:
    dn: uid=1234,dc=my,dc=domain
    objectclass: inetorgperson
    objectclass: student
    cn: my CN
    sn: my SN
    studentID: A1234
    userpasswd: ....
    For the study programmes of corresponding student ('links" to student records through studentID attribute):
    dn: uid=7890,dc=my,dc=domain
    objectclass: studentprofile
    programmeName: Dept of Chemistry
    studentID: A1234
    dn: uid=8901,dc=my,dc=domain
    objectclass: studentprofile
    programmeName: Dept of Physics
    studentID: A1234
    Now we want to define an ACI to limit access to student records based on the study programme (programmeName in above example). However, since the programmeName doesn't exist in the student's record, I wonder if it's possible to setup such ACI.
    Would anyone please help?
    Thanks a lot.
    /ST Wong

    Hello,
    perhaps you could base your ACIs on DS Groups.
    Your study programmes definitions are essentially, or could be defined as, Groups. Each Student can be a Member of some DS Groups.
    IDM Ldap connector supports group memberships.
    Then you can write ACIs which refer, in the Bind Rule part, the groups.
    Using groups can leverage:
    - referential integrity (when you remove a student from DS it is automacally removed from his/her groups)
    - class of service (attributes are automatically assigned to students depending their memberships)
    HTH

  • Cocomo API Reference Missing Classes

    Is an update scheduled for the Cocomo API Reference?
    http://livedocs.adobe.com/labs/acrobatcom/
    Am I correct in assuming that the goal is for the API
    Reference to one day include classes like: RichTextArea &
    EmoticonTextArea?
    (fwiw, I am ok reading the commenting in the source for now.)
    Thanks,
    g

    Hi,
    Yes, we will update some new classes in Asdocs. Currently
    they were coreUI internal classes and hence we didnot prioritize
    adding asdocs for them.
    Thanks
    Hironmay Basu

  • Flex 2.0.1 Language Reference Missing

    Where can we download the livedocs or view the html livedocs for the Flex 2.0.1 Language Reference?  All the links on Adobe.com/macromedia.com seem to be broken.  Our client is using SAP Crystal Xcelsius and it needs Flex 2 to work.
    Every other documentation about Flex 2 can be found except the Flex 2 Language Reference...

    Here you go: http://livedocs.adobe.com/flex/201/Flex_201_Docs.zip
    FYI, I got this from http://livedocs.adobe.com/flex/201/
    HTH,
    Randy Nielsen
    Senior Content and Community Manager
    Adobe Systems Incorporated

  • SCCM 2012 R2 - query based Collection based on missing update

    Hi,
    I was wondering if anyone knew what attribute to use in console to create query based collection for missing patches? I viewed the entire list of attributes available in console but I cannot seem to find anything that says "Windows Updates" or
    something similar.
    thanks

    You might also consider creating a saved search with all updates that are deployed but still required.
    Kent Agerlund | My blogs: blog.coretech.dk and
    SCUG.DK | Twitter: @Agerlund | Linkedin:
    Kent Agerlund | Author:
    Mastering System Center 2012 R2 Configuration Manager

  • Cross-References coming from Word in FM 7.2

    Hi Folks,
    I have a problem with the Cross-References. I create an EDD and Read/Write rules, and generate a conversion table. With it I'm converting all the my documentation in MS Word to Structured FM 7,2. It works well, but there two main problems that I can't solve. I spent a lot of time reading the Structure application Developer Guide, but I can't find a solution.
    First one is a minor problem that I can solve with a script but, maybe I'm doing something wrong on FM and it is easy to fix on the conversion table. When I apply the conversion table it generate without problems the RootElement, and apply tags for the paragraphs and Character formats, but I can't do that put other tags that are not related with text. I mean, my DTD need this structure:
    <book>
    <body>
    <heading1>xxxxx</heading1>
    </body>
    </book>
    and I obtain it:
    <book>
    <heading1>xxxxx</heading1>
    </book>
    I don't know if I can modify Rules, or EDD or Conversion table, to add the intermediate tag when use Structure Current Document
    Second one is a blocking one. I generate the XML with the tags and fix any problem on it. It works great and I obtain a XML :
    <book><heading1 Id = "i1003066"><bookmark
        type = "38548: Heading 1: 1. This is the title"/>This is the title</heading1>
    <paragraph>This is the text of the Title <reference Idref = "i1003066" type = "Page"/> and it bla bla bla</paragraph></book>
    But when I try to re-open the XML with my structured application I obtain a log error:
    "Error at line 17, char 31, Message: ID attribute 'i1003066' was referenced but never declared"
    and a warning about cross-references missing (they working before save it as XML). File open and all is fine, except that references are missing and when I try to update the Reference dialog box to find other file is open with this message:
    1 Unresolved Cross-References to File: Current
    And ask me to find the "Current" file where point the reference. All the references in the document appears missing.
    Must I have two set of files, one FM for generate the PDF, and the XML for generate the help with my XLS? It is not possible re-open the XML on Framemaker and don't lost the references?
    Thanks for your help.
    Regards,

    Hi Van,
    You wrote:
    >>  You need to DELETE "Xref"  . . . This states that the reference element is a Frame cross-reference element;  you should not include another name.
    That may or may not be true. If the element names are different in the XML (DTD) than FrameMaker (EDD), this is the mechanism by which you translate names. It may be that in this case, the EDD element name is Xref, but the DTD element name is reference.
    You also wrote:
    >> Maybe this will help clear things up, but it may be unreasonable to expect that cross-references in Word will translate cleanly to structured FrameMaker.
    In this case, I couldn't agree more. Esperanzas, I would recommend that you limit your faith in the conversion process, because there are many variables that will likely get mistranslated. Unless you are willling to do some programming with the FDK to clean up afterwards, I would expect that all cross-references should be recreated manually after import.
    Russs

  • @Autowired doesn't work for sca:reference beans

    Hello
    @Autowired works fine for spring beans that were declared with the <bean> element, however it fails for beans declared with <sca:reference>. I get the following error message:
    nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private filewriterservice.springheaderaccess.springsamples.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt com.oracle.soa.samples.spring.FileWriterBean.fileAdapter; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [filewriterservice.springheaderaccess.springsamples.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt] is defined: Unsatisfied dependency of type [interface filewriterservice.springheaderaccess.springsamples.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt]: expected at least 1 matching bean.
    My bean is declared as <sca:reference type="filewriterservice.springheaderaccess.springsamples.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt" name="FileWriterService"/>
    Any idea how to get @Autowired to work with sca beans as well?

    Dear SAP fan,
    there is no customizable message  which will provide for a duplicate
    check based on reference field in transactions F-47 or F-48
    In a vendor master where a duplicate invocie check is set up
    "Chk double Inv." in screen "Payment transactions" for Company code
    level. The F1-help to this field says:
    "Indicator which means that incoming invoices and credit memos are
    checked for double entries at the time of entry."
    When creating down payment requests from F-47 you will not create
    in-coming invoices or credit memos. Therefore, this check will not work
    in F-47.
    There is no possibility to make the system check for duplicate entries
    when using these transactions.
    I hope this can help You.
    Mauri

  • Finally! T-SQL Reference for SQL 2014 available for download!

    With a mere delay of four month since the release, it is now possible to download the T-SQL Reference for SQL 2014 for your local copy of Books Online. Due to some reorganisations of the reference material on MSDN, the language reference was misisng from
    the initial download.
    To get the reference, you need to use Manage Help Settings, which you find the SQL 2014 program group. Select the option "Install content from online". Once all information has been loaded, scroll down to the SQL Server 2014 group and you will
    SQL Server Language Reference with an Add option, which you should select.
    Now, SQL 2014 uses Help Viewer 1.0, which is very poor, and versions 2.0 and 2.1 which ships with VS 2012/2013 is much more pleasant to use. Thanks to SQL Server MVP Simon Sabin, you can get the SQL 2014 into Help Viewer 2.x in this way. Go to
    https://helpviewerredirector.codeplex.com/
    save the file to a directory. Open a command prompt in that directory and run "HelpViewerRedirector download". Then in Help View, go to manage settings, and select install content from disk. Browse to the folder and select the files you want to see
    in Help Viewer 2.1.
    Erland Sommarskog, SQL Server MVP, [email protected]

    To get the reference, you need to use Manage Help Settings, which you find the SQL 2014 program group. Select the option "Install content from online". Once all information has been loaded, scroll down to the SQL Server 2014 group and you will
    SQL Server Language Reference with an Add option, which you should select.
    If you need more detailed instructions on this part, see the comment from Microsoft added today (2014-08-01) to
    http://connect.microsoft.com/SQLServer/feedback/details/859047/t-sql-reference-and-xquery-reference-missing-from-downloadable-version-of-bol-2014
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Reference Key in dynamic selection in FBL5N

    Hi,
    I want to produce output in FBL5N based on Reference Key (AWKEY). However, this field is not available in the dynamic selection of Customer Line Item.
    Does anyone know how I can add this field in the dynamic selection screen? 
    Help much appreciated.
    Thanks!
    -Charlene

    Hi,
    U want the reference key field for the line item when u
    execute the Customer Line item display (If the reference field is in the
    layout then why u want that field again in the dynamic selection,
    only u need the output at the time of the execution, so i suggest
    u, not to get in to problems by creating all programmes)
    just execute FBL5N
    then in the header, see the layout.
    there are some hidden files so select the hidden
    reference key and select show items, copy
    then it will show on the line item.
    if u want this reference key regularly with out selecting the layout
    when u execute FBL5N,then  save the layout with this field.
    Regards,
    Padma

  • DEBMDM06 based Idocs: Simple XML Vs Complex XML

    The idocs we extracted from ECC "mdmc" Tcode based on DEBMDM type. Are they simple XML or Complex XML?? because we operate on AIX and according to IM referecne guide AIX does not support Complex XML via Import server

    Ok, it is not Complex type, based on Reference guide, and also couple of other posts!.

  • Sales order missing in table and document flow

    Hi
    This is my client sales process sales order-- delivery -- billing.
    but when client check billing document flow ,found that some billing document don't have sales order no in document flow, checked in table as well but some sales order are missing but delivery and billing no's are there .
    How to fetch missing sales order.
    Regards
    Sanjit

    Dear Sanjit,
    Though this is abnormal but possible.
    You can check following scenario yourself in Ides or test system
    Create one sales order using VA01
    create delivery with reference to sales order before saving delete all items from delivery and enter same items again. and save the delivery.
    Now go to VL02n and check the document flow of that delivery. you will find sales order reference missing.
    It looks like delivery type LF is created without reference to sales order.
    And if you check the document flow of sales order it show no reference delivery is created.
    Actually once you delete items form delivery all the references also gets deleted and then you can enter not only same material but can enter any material, any quantity and you can do PGI and billing also, system will not stop you anywhere but you can not find the reference sales order.
    The only possible solution i think is delete the delivery doc and create again.
    Regards
    Mayank

Maybe you are looking for

  • Disable info record by type of purchase order

    Dear All, Can I disable the field "InfoUpdate" in the purchase order by type of purchase order? We need, when we create a new purchase order we don´t want to bring SAP info record information by type of purchase order. Regards,

  • Typo in Datafile Report

    Under Reports, Database Administration -> Storaage -> Datafiles The query is this: select TABLESPACE_NAME "Tablspace", FILE_NAME "Filename", BYTES/1024/1024 "Size MB", MAXBYTES/1024/1024 "Maximum Size MB", AUTOEXTENSIBLE "Autoextensible" from SYS.DBA

  • Chinese characeter set can not be displayed correctly

    I'm using Portal 3.0.9.8.0,but Chinese character set on Label and Button can not be displayed correctly. what is the reason? How to resolve the problem? Thinks Frank

  • Cannot open Pages or Numbers on Megapack for iWork , Cannot open Pages or Numbers on Megapack for iWork

    I purchased the Megapack for iWork & Office two days ago and cannot open Pages or numbers.  I've been on to Apple support for 3 days now.  They have told me to delete app and re-download it.  Having done that, problem persists.  I've also been told t

  • DW5 keeps crashing after update to 11.02 build 4916 Windows 7

    DW5 was working fine on my Windows 7 64bit machine until I let it update to version 11.02 build 4916.  It has started crashing every time I open it.  Any help would be appreciated. Thanks, Ed Problem signature: Problem Event Name: APPCRASH Applicatio