GR based IV indicator changes

Hi,
We are on SRM 5.0 SP12,ECS.
For material PO's ,the indicators GR_IND and IR_IND is not set and no follow on docs exist for the PO than GR_BASEDIV can be modified in SRM PO.
However if one of the indicators is set,can the GR_BASEDIV be changed in SRM PO?
Also for one of our PO's,when the IR_IND is set and if we try to change/uncheck the GR_BASEDIV in SRM PO,the changes are not replicated to ECC.When I manually run the FM for the PO transfer,the changes are than transported to ECC.
Can someone advise why the changes for the GR_BASEDIV are not replicated to ECC in the first attempt??
Thanks.

Thanks Muthu for the prompt response!I am too working on this issue and would like to clarify more on this:
The behaviour which we see currently in our system:
Buyer create PO in SRM ...at this time,all the Flags under follow on documents link at item level in PO i.e. INVOICE RECEIPT,CONFIMRATION BASED INVOICE INDICATOR,Confirm Performance of Service/Goods Receipt all three are checked/ticked.PO replicated successfully with same data for indicators to ECC.
Now when Buyer changes SRM PO to uncheck the two GR indicators i.e.Confirmation-Related Invoice Verification  and Confirm Performance of Service/Goods Receipt ,then SRM PO gets changed but the changes are not successfully replicated to ECC and SRM PO goes into status "Error in Process".
NOTE : All these PO's have no follow on docs created yet.
As per the notes you provided,the behaviours in case of SRM PO change i.e. the Buyer able to uncheck the two GR indicators from SRM is not expected as the std behaviour...Considering this ,do you suggest we apply all the relevant notes for this GR indicator issue?
Also I had one questions regardsing the names of these GR indicators...Are the table fields GR_IV, IR_IV and GR_BASEDIV   corresponding to screen fields  "Confirm Performance of Service/Goods Receipt " ,  "INVOICE RECEIPT" and CONFIMRATION BASED INVOICE INDICATOR respectively???
We are on SRM 5.0 SP12.,ECS.
Thanks again for your time!You are the best!

Similar Messages

  • GR based IV indicator not changed with BAPI_PO_CHANGE

    Hi Folks,
    We have a scenario where we need to create a new item in an existing PO.We are using BAPI_PO_CHANGE.
    We should also set the "GR based IV" field as space for the new item.
    But the indicator remains as 'X'.
    I'm passing the following values:
    At header level: PO no, pur org,vendor,com code,doc type,pur grp,curr.
    At item level:item no, material,price,qty,and
    POITEM-GR_BASEDIV = space.
    POITEMX-GR_BASEDIV = 'X'.
    Please inform there is mistake in my input to BAPI .Appreciate and any suggestions to solve the problem.
    Thanks in advance.
    Jay

    Thank you for the response.
    Found that the vendor master has the GR based IV option selected.
    This means that when a PO item is created the GR based IV indicator is set to 'X'. But we can change the same PO item to remove the indicator.
    Thanx again for your suggestions.
    Jay

  • Change GR based Invoice Indicator after GR

    Dear Experts,
    We have a PO for which GR is done . So, the GR based Invoice indicator is greyed out in Invoice Tab of ME22N.
    We need to uncheck this for a business purpose. How can I uncheck this Indicator?    Revesring GR is is not an option for me as I have WM and HU nterface and cancelling TO and Deliveries will be time consuming.
    Is there a solution available to uncheck teh GR based Inv indicator in such scenario?
    Please revert
    Regards,
    Shashidhar

    Hi,
    Not  Possible unless you Reverse the GR. Even after reversing the GR also, it should not allow.
    The only option is cancel GR, mark PO line item for deletion and create new PO or add ne line item in the same PO and then do further activities by deactivating "GR based IV" indicator.

  • CONFIRMATION BASED INVOICE indicator in SRM PO

    Hi all,
    Can someone explain me the significance of the check box "CONFIRMATION BASED INVOICE" indicator under follow on documents tab in PO in ECS .
    Why is this indicator not changeable after the follow on docs are created for the PO?

    Hi,
    If you have already performed confirmation to the ECS PO, then it is right you cannot change the indictor anymore. The invoicing is dependent on the status that GR must already be happened which is stated by the PO checkbox.
    You may like to read [OSS note 1536971 |https://service.sap.com/sap/support/notes/1536971] for more explanation.
    Regards.
    YS

  • Updating a value of a text item in a multi record block based on a change

    Hi,
    I need to change the value of a text item in a multi record block based on a change to another item's value in the same block.
    Suppose there's a text item in a multi record block called dt1 which is of type date, which is changed in a particular record. I want to change the values of the another item in the same multi record block, for all other records by running a loop through all the records in multi record block. I dont want to do it on the press of a button, it should do automatically on change. Help me resolve this issue.

    Hi,
    I need to change the value of a text item in a multi record block based on a change to another item's value in the same block.
    Suppose there's a text item in a multi record block called dt1 which is of type date, which is changed in a particular record. I want to change the values of the another item in the same multi record block, for all other records by running a loop through all the records in multi record block. I dont want to do it on the press of a button, it should do automatically on change. Help me resolve this issue.

  • How to schedule the webi report based on data changes in the report data

    Hello,
    I want  to schedule a webi report based on data change in a column in the report.
    The scenario is something like below:
    1. If a data of a particular column changes from 2 to 3 than I would like to schedule this report and sent it to users mail box.
    I know how to apply alerts or schedule a report or data tracking for capturing changes in the report but I dont know how to schedule the report only for data changes.
    Anybody done this before.
    Thanks
    Gaurav

    Hi,
    May be these links can help you:
    http://devnet.magicsoftware.com/en/library?book=en/iBOLT/&page=SAP_R_3_Master_Data_Distribution_Defining_Change_Pointers.htm
    SEM-BCS: Load from data stream schedule
    Attribute Change Run

  • Do indices change, when data of table changes?

    Hello,
    if a table has got many indices and is changed frequently, do the indices change as well. Are all indices corresponding to that table changed. Are these indices processed in any way?
    thanks, resi

    "in indexes, the space can be reused only by rows with the same key-filed"
    That is incorrect. The space left in a index by a deleted row can be used by any key that is between the prior and next keys. For example, if you have Index entries
    Entry 1  Ball
    Entry 2  Bell
    Entry 3  BollNow, you delete Bell, the inndex would look like:
    Entry 1  Ball
    Entry 2  
    Entry 3  BollNow, add Bill, and the index would look like:
    Entry 1  Ball
    Entry 2  Bill
    Entry 3  Bollno wasted space.
    Rebuilding indexes is a waste of time and resources in the vast majority of cases.
    Search Tom Kyte's site here for rebuilding indexes or reorganizong indexes for many, often lively, discussions.
    John

  • Srv-Based IV indicator in Service POs

    Hi all,
    What's the difference between the Srv-Based IV indicator and GR-Based IV indicator in the Invoice tab of the Serivce PO. I am aware of the fact that in order to do Serv Entry Shett in ML81N, the "Goods Receipt" indicator in the Delviery tabl of the PO has to be flagged. When this is check GR-Based IV ind is automatically flagged.
    What's the effect of Srv-Based IV indicator in the PO in MIRO?
    Thanks in advance.

    Hi
    The service based IV is aimilar to GR based IV and the service lines entered in Serviece Entry sheet are carried to Invoice verification.
    When u set the serivce based IV the GR based IV is automatically ticked because for the reason that,
    when u post a service entry sheet, along with it system automatically posts a material document with movement type 101 for accounting postings.(similar to a GR posting for a material in MIGO). You can see this in PO history once u complete a Service entry sheet.
    regards,
    MRao

  • Pushing Port Descriptions based on Client changes using PI2.0

    Is it possible to write a template or job in PI to catch a trap for a client change on a wired network and push an interface description to the related interface based on that change ? For example, 802.1x client authenticates to port fa0/13 on switch1, trap is sent to prime (assuming one can be sent) prime runs a configuration template to update the description on that port with the 802.1x name of the client that authenticated ?
    I can think of a few ways to do this using perl and snmp but am hoping that there is a way to do this with PI.
    Thank you in advance for any assistance.
    Dave

    Hi Chris,
    Prime can sense the TRAP but based on traps prime automatically create or push configuration template is not possible as far as I know.
    Thanks-
    Afroz
    [Do rate the useful post]
    ****Ratings Encourages Contributors ****

  • GR based IV Indicator do not appear in PO for Raw material

    Dear All,
    I am creating a PO for material with cost center . Vendor is maintained with GR based IV and ERS Indicators.
    If a non valuated material (i.e. with quantity update and without value update)  is used in PO , I am able to  see  Tick for GR based IV indicator.
    But in the same PO when Raw material( quantity update & value update ) is used , Tick for GR based IV indicator disappears although it is there in Vendor Master.
    Please provide your valuable advice/solution.
    Thanking you in anticipation
    Regards,
    Vishwas

    Hello,
    Check GR based IV tick in Purchase inforecord for Pur. Org., material and vendor combination.
    Regards,
    Shailesh

  • [svn:fx-trunk] 8271: Change the event type of List-based component's change , changing and caretChange events to a new event class: spark.events. IndexChangeEvent.

    Revision: 8271
    Author:   [email protected]
    Date:     2009-06-25 16:25:28 -0700 (Thu, 25 Jun 2009)
    Log Message:
    Change the event type of List-based component's change, changing and caretChange events to a new event class: spark.events.IndexChangeEvent.
    QA: Yes
    Doc: Yes
    Checkintests: Pass
    Mustella: List/DDL/ButtonBar tests pass
    Reviewers: Hans & Jason
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/ButtonBarE xample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/DropDownLi stExample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/ListExampl e.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/events/IndexChangeEvent.as

    Are those components in a SWC?  I would expect them to also have a namespace
    that looks more like http://.....
    Otherwise, make sure the path to the components are correct.

  • Progress indicator changes after publishing

    I have a 50 question assessment. When I publish the file, the
    Progress indicator changes from 1 of 50 etc... to 2 if 51 etc.. So,
    question one says it is question 2 and so on. What can cause this
    and how do I fix it? Thanks

    Hi dodgersmom and welcome to our community
    You probably have one or more Click Box objects configured
    with scoring enabled. This is a common issue we see here in the
    forums. One easy way to fix it is to press F9 to obtain the
    Advanced Interaction dialog. Once there, look at Click Boxes and
    DE-select reporting/scoring options.
    Cheers... Rick

  • Date type based on status change

    Dear All,
    I'm now working with CRM 5.0. I would like to know if it's possible to have a date type which is based on the change of a user status/system status.
    What I mean is, for example; when a incident message is created. And later on someone change the status to "completed". The date type " completed date" should fill in the date and time of the moment the status is changed to completed.
    I believe to achieve this I need a date rule. Does anyone know if there are any SAP standaard date rule similair to this scenario? or a new date rule need to be created. And if so, how?
    Any suggestion or feedback is greatly appriciated. Thanks in advance.
    Kind regards,
    Anthony T.C Lim

    Hi!!
    That is very much possible.
    In brief.
    U need to implement a method call in action. Schedule condition for the same should be on status 'Complete'.
    In the method you should use FM CRM_ORDER_MAINTAIN to update the date as required in the import parameter 'IT_APPOINTMENT'.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • How to hide/unhide the all Treenodes on Treeview based on Checkbox changed event in Sharepoint custom webpart Sitecollections

    How to  hide/unhide the all Treenodes on Treeview based on Checkbox changed event?
    Checkbox(Control)
    1.Checkbox Checked:(Action below like)
     if user click on  Checkbox, all the treenodes on treeview is hide.
    2.Checkbox Unchecked(Action below like)
    If user uncheck the Checkbox  all the treenodes on treeview is unhode.
    Could you please help me how to do above one.
    Badri

    Hi,
    According to your post, my understanding is that you want to hide/show the TreeView when the Checkbox checked/unchecked.
    We can use jQuery to achieve it, the following script for your reference:
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("input[type=checkbox]").click(function () {
    if (this.checked) {
    $("#TreeViewID").hide();
    } else {
    $("#TreeViewID").show();
    </script>
    More information:
    http://dineshsharepoint.blogspot.com/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Change GR based IV indicator in Me22n after GRN reverse

    Dear All,
    I have issue related to GR based IV.
    I created a PO with delivery cost.
    did GR wrt PO where Material account got debit and Gr/ir and freight clearing got credit.
    During MIRO user did not found any freight amount(i.e Clearing account). So they put manually as a unplanned delivery cost and post the wrong entry.
    So i analysed and found that due to the un tick of GR Based IV in PO, they did not get freight clearing account in MIRO.
    So i reversed the MIRO and GRN and when i go to PO change mode then GR based IV is in disable mode. It is not allowing to change.
    So kindly guide me how to resolved the issue

    Hi Dev,
    Even if i reverse the document, i am not able to change it.
    Anyways it is resolved now, actually during MIRO i have selected wrong layout that is why delivery cost was not showing.
    Thank u all for u r support.

Maybe you are looking for