Default settings for gr based ir check box for asset PO

dear experts,
              in vendor master record in purchasing data tab i have checked gr based iv check box, and hence whenever i am creating a Po with X vendor for material system is automatically  checking the check box in po for gr based iv but with the same vendor X if i am creating a PO for Asset itis not checking the gr based iv check box by default.
       can you pls tell me where the default setting for gr based  iv lies for the asset procurement.
thanks
ujwal

HI Ujjwala,
The setting in spro in Acct assigment,  u are talking about is GR Receipt or Invoice Receipts.
These are not GR Based Invoice Verification.
GR based Invoice Verification comes from either ur inforecords or vender master.
if u check or uncheck these in spro in acct assigment, then it will comes ur Deliver Tab not ur invoice Verification Tab.
one thing more, if u make it mutiple Acct assigment, then it will be Non Valuated G/R Based IV.
Hope Clear U !
REgards,
Pardeep Malik

Similar Messages

  • How to turn off "Adobe PDF settings for Autodes AutoCAD documents" dialog box between pages of a batch conversion?  There is a check box for this purpose, but it is grayed out, and of course unusable?!

    How to turn off "Adobe PDF settings for Autodes AutoCAD documents" dialog box between pages of a batch conversion?  There is a check box for this purpose, but it is grayed out, and of course unusable?!

    How to turn off "Adobe PDF settings for Autodes AutoCAD documents" dialog box between pages of a batch conversion?  There is a check box for this purpose, but it is grayed out, and of course unusable?!

  • GR based IV check box suppressed - Extended Classic Scenario

    Hello Folks,
    How are you doing today ?
    We are working in SRM 5.0 Extended Classic scenario.
    When created the Local PO in SRM with GR Based IV Check box active, the
    follow-on back-end Purchase order is generated without this flag. In
    other terms, system is creating the follow-on ECC PO without GR Based
    IV check box active. As a result, we are unable to run the ERS cycle.
    Back-end system in above scenario is ECC 6.0. And vendor settings are
    maintained with GR based IV flag on in both ECC and SRM.
    Kindly advice.
    Thank you for your assistance !

    Hi Ravi and Yann,
    Thank you for your inputs. OSS note-956083 can not be applied in my case due to the hight system version (patch level 550).
    I have already raised this issue to SAP, but in the lack of proper infrastrucure SAP can not access the system. (BASIS guys are still struggling with it)
    Well...let me give you recap-
    We have not activated nor implemented any BAdi so far (Vanila SRM 5.0 EC scenario) PO creation for goods is working fine and as desired. But when it come across with PO with limit item or services, system throws an error as -
    "PO 5100000263: Service-based invoice verif. requires GR "NO" or G R-based invoice verif."
    Would deeply appreciate if you guys can share insight on this issue.
    Thank you for your assistance!

  • Populate drop-down lists based on check box selections

    Hi. I'm creating a Service Work Order form. At the top, there are several check boxes for the various services we provide, under that , more text fields, drop downs and checkboxes to elaborate on those services, and then at the bottom, fields for pricing.
    I'd like the top half of the form to drive the pricing info that is available or that auto-populates at the bottom.
    Ideally, I'd like to make the pricing specific based on 3 things:
    the service checkbox
    the client
    and the details on that service
    For example:
    If Client XYZ wants Service A that includes subservice B
    $123 should show up on the bottom half in the field for that service
    If Client ABC wants Service B that includes subservice C
    $456 should show up on the bottom half in the field for that service
    Does that make sense?
    I've been unable to get code to work in either the calculate and pre-Open options
    I first tried calculate and used this code (which was just a guess on my part)
    if (CheckBox1 == 1) and if (CheckBox9 == 1) then
    $.rawValue = 50
    elseif
    (CheckBox2 == 1) and if (CheckBox9 == 1) then
    $.rawValue = 50
    elseif
    (CheckBox5 == 1) and if (CheckBox9 == 1) then
    $.rawValue = 55
    elseif
    (CheckBox6 == 1) and if (CheckBox9 == 1) then
    $.rawValue = 55
    elseif
    (CheckBox7 == 1) and if (CheckBox9 == 1) then
    $.rawValue = 50
    elseif
    (CheckBox8 == 1) and if (CheckBox9 == 1) then
    $.rawValue = 50
    else
    $.rawValue = 0
    endif
    That didn't do anything but give me an error about "and"
    So I tried putting code in pre-Open:
    // clear the dropdown displayed value and items
    this.rawValue = null;
    this.clearItems();
    // repopulate the items based on the checkboxes
    if(offshore.rawValue == 1)
        this.addItem("$40.00", "offshore_001");
        this.addItem("$45.00", "offshore_002");
        this.addItem("$50.00", "offshore_003");
    if(inland.rawValue == 1)
        this.addItem("$40.00", "inland_001");
        this.addItem("$45.00", "inland_002");
        this.addItem("$50.00", "inland_003");
    I got no error but nothing populated and the drop-down was, in effect, disabled.
    Any help would be appreciated.
    Thanks!

    Gavin,
    This sounds like an issue that is not related to JHeadstart. To simplify the test case, you could create a simple drag-and-drop ADF application without JHeadstart and see if the same problem occurs there.
    Your suggestion that it is related to the where clause seems likely. Please find out what kind of object USER_ENV is, and how it is initialized. Maybe this initialization is skipped when bouncing the application.
    What happens if you perform the query in SQL*Plus, without doing anything about the USER_ENV?
    Maybe you should ask the Oracle Applications discussion forum...
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Need to change the LOV field based on checked box selection in OAF page

    Dear ALL,
    I have a requirement as below:
    I have a custom OAF page having a lov  field which is mandatory, a check box and a two text fields.
    So based on LOV value selection i am defaulting two text field value automatically.
    So my requirement is when user selects the check box automatically the LOV field should be non mandatory and user can insert in values to the lov field and text field and submit it.
    SO basically based on check box field selection i need to make the lov field in such a way it should accept all the values what user enters instead of check the query added in VO behind the LOV.
    Please suggest me some pointers to achieve this requirement.
    Thanks
    Deb

    hi,
    in PFR use:
    if ("checkevent".equals(pageContext.getParameter(EVENT_PARAM))) 
                     HashMap hashMap = new HashMap();
                     String checkboxval=pageContext.getParameter("item2");
                  hashMap.put("checkboxval",checkboxval);
                    pageContext.setForwardURLToCurrentPage(hashMap ,
                    true, // retain the AM
                    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
                    OAWebBeanConstants.IGNORE_MESSAGES);
    and in PR use:
    if((pageContext.getParameter("checkboxval'))!=null)
    OAMessageLovInputBean lovInputBean=(OAMessageLovInputBean)webBean.findIndexedChildRecursive("item3");
          lovInputBean.setRequired("false");
    try it
    Regards
    Mahesh

  • My Firefox start page had a check box for searching Canadian pages which was lost when I upgraded to 4.0. How can I get this back?

    My Firefox start page had a check box for searching Canadian pages which was lost when I upgraded to 4.0. How can I get this back?

    The default about:home page in Firefox 4 doesn't give such features. You can set the home page to http://www.google.ca to get that possibility. The results page has a "Pages from Canada" link in the side menu at the left.

  • GR Based IV check box

    Hi. I need help in controlling the GR Based IV check box in creating the PO.
    We normally set this in the vendor master. But then, How can I set the GR BASED IV checkbox base on the PO document type that will be used?
    Let say I want all sap standard types of PO to be GR Based and some Z type PO to be not a  GR based IV PO.  Is this possible?
    Is there a User-Exit for this?

    HI,
    Since you want to set the GR based IV to set for all Standard Purchase order- at doc type level.
    So the first thing is the vendor master setting which you are already doing.
    Second you can also do it by the info record .by creating info record for all vendor and material /Material Group ..we can control the GR IV indicator
    Third  thing is Controlling it by the screen layout.
    SPRO-Material Mangement-Purchasing- Purchase order-Define doc types
    here in the definition of Doc type ,attach a screen layout.
    SPRO-Material Mangement-Purchasing- Purchase order- Define screen Layout at doc type level.
    in this Screen layout in the tab --GRIR control. make the GR based invoice as mandatory,so that it cant be skipped while created or change of PO and user will check it even if it is missed out.
    hope so it helps
    Regards
    Anjanna

  • Why is the check box for remember passwords grayed out? It used to work now it won't save them.

    Why is the check box for remember passwords grayed out? It used to work now it won't save them.

    It could be because you have Firefox set to not remember any history. Did you do that intentionally? It is set in the Options dialog:
    "3-bar" menu button (or Tools menu) > Options > Privacy
    Perhaps it would work if you choose "Use custom settings for history" and just turn off the specific things you want to turn off.
    Any luck?

  • Check Box for each row in report -- all rows deleting when pressing DELETE

    Hello experts! I have set up a report with a check box for each row. When I click the DELETE button to delete the selected rows, every single one of the rows get deleted...even the ones that are not selected. I have my process point set to "On Submit - After computations and validations".
    This is my delete process (SHG is the table and SHG_ID is the primary key):
    FOR i in 1..HTMLDB_APPLICATION.G_F01.count
    LOOP
    DELETE FROM SHG
    WHERE SHG_ID = HTMLDB_APPLICATION.G_F01(i);
    END LOOP;
    Also, I've added to query in the region source this line:
    htmldb_item.checkbox(1, SHG_ID) del,
    Where does the "1" come into this? Not sure what I am doing wrong!
    Message was edited by:
    user477193
    Message was edited by:
    user477193

    The 1 (first argument to all the htmldb_item.* APIs) corresponds to the array number in htmldb_application.g_fNN. So 1 will populate array g_f01, 2 will populate g_f02 and so on.
    Your code seems fine, it should delete only the checked rows. Are you sure there is no other process on the page that might be deleting the rows? See if you can put up an example on htmldb.oracle.com

  • Open Item Management Check box for GL Account

    Hi,
    I need to activate Open Item Management check box for one GL Account. But it is not accepting since few postings were there in that GL Account.
    Kindly help me how to activate Open Item Management Check box for GL Account.
    Thanks
    KB
    Moderator: Please, search SDN before posting; this question has been answered dozens of times

    Hi,
    Check the below link. It might be useful for you.
    Open item management status change
    regards,
    Radhika.

  • The check box for syncing apps not showing in iTunes Apps page

    My new iPad is syncing Books, iTunes U, Movies and Music but not Apps. When I look in iTunes on my iMac the option box to sync apps is not there. It just says Apps all the other pages, Music, TV Show, Podcasts etc. have a check box for syncing. Any idea why Apps does not?

    In the iTunes User Guide it shows a sync check box next to Apps as you can see it's not there.
    I do see the Sync check box for Music, Movies, etc.

  • Very elementary....what is the check box for in itunes?

    Would someone please enlighten me on the functionality of the check boxes next to items in itunes? I check several songs I want to delete and then click Edit>Delete but only the ONE ITEM selected by the cursor is deleted. OK, so I know how to do shift-click to select a number of items then click Edit>Delete, but what in the dog-gone world is the check box for?!? when I search for help on "Check Box" no results are found. Also, if you like to show me how non intuitive I am by demonstrating how to find this solution in the Help menu, I would love to learn something from the exercise. Otherwise, I'm going to believe, beyond belief, that the itunes help is not very helpful!
    Thanks, inspite of this insanely simple problem!
    Alan

    you can multiple select songs from your list by using the CTRL or SHIFT keys, and then you can right-click on the selected items and choose delete.
    the check box is actually for auto-syncing; which means that if you have some songs checked in your library, then you connect your ipod, those checked songs will automatically update on your ipod, or transfered. (of course, thats only true if you have the auto-sync option selected, and not manual update).
    another thing for the checked box; if you change anything to the song like ID tags, or artwork, .... they will automatically be changed and updated on that song on the ipod next time you plug it in.
    i found out that this check box thing is useful if you wanna update your ipod ONLY with the new songs added recently to your library. this way, your ipod wont update all songs, it will only do the ones checked.
    you can also right click on a bunch of songs and choose check selection, or uncheck selection.
    hope i didnt forget anything, and i hope that helps.

  • Hi, I'm having issues with my airdrop. I have looked in my finder perfrences and didn't see the check box for airdrop. I have a macbook air running on 10.9.4 Mavericks. Does anyone know how to get my airdrop back? Thanks.

    Hi, I'm having issues with my airdrop. I have looked in my finder perfrences and didn't see the check box for airdrop. I have a macbook air running on 10.9.4 Mavericks. Does anyone know how to get my airdrop back? Thanks.

    Mac Basics: AirDrop lets you send files from your Mac to nearby Macs and iOS devices - Apple Support

  • Unable to check multiple use check box for BADI

    Hi,
    In ECC 6.0, when I am trying to activate the multiple use check box ( For multiple implementation of BADI ) , it is not allowed me the same.
    Throwing the error as - interface IF_EX_TAX1_XTXIT_SET can not be used.
    BADI name - BADI_TAX1_XTXIT_SET
    Can anyone pls help me how to do this.
    Thanks,
    Shakti

    Hello Sakti,
    I am also in ECC6.0 & if i see the definition of the BAdI BADI_TAX1_XTXIT_SET, "Multiple Use" checkbox is checked! What are you trying to do - trying to create an implementation?
    @Prabhu: Although the BAdI is "multiple-use", but there is not filter applied to it. Next time do your checks properly before replying
    BR,
    Suhas

  • Multiple Inserts based on check box?

    I have an insert form that depending on if checkboxes are
    checked, inserts the data. How can I insert a record for the number
    of check boxes checked?
    Example:
    CB 1 = Checked
    CB 2 = Not Checked
    CB 3 = Checked
    So I need to insert a record for CB 1 and CB 3. How can I do
    this?
    What I'm doing is tying a sales lead to the sales man
    selected. I'm using check boxes because I figured it was easiest
    but I'm open to suggestions.

    In your example, CB 1 and CB 3 are checked. But your
    explanation states you need to insert a record for CB 1 and CB 2.
    What am I missing?
    Keep in mind that you will not see the variable FORM.CB2,
    since unchecked checkboxes to not pass their name to the action
    page. Maybe the code below will help. By naming all the check boxes
    the same, you receive a comma-delimited list of the values of only
    the checked checkboxes. You can then put this in a list loop and
    update your database.

Maybe you are looking for

  • APEX application integration into Java application

    Hello, I'm working on a new APEX application and I would like to integrate that application into an existing Java application. The integration should be invisible for the end-users. Our application will have the same look and feel as the Java applica

  • Import a csv file into demand history

    Hi SAP Friends, we are sitting here for hours and just don´t get any further... Our problem is, we have written a csv file according to this example: Executing Loc. Type CHAR 4 CRMELOCTYP - 1002 Cus-Facing Loc. Type CHAR 4 CRMFLOCTYP - 1002 Type 1st

  • Joins and FAE

    Dear all, this is my requirement EBAN     Purchase Requisition      BANFN     Purchase Requisition Number      BNFPO     Item Number of Purchase Requisition      LOEKZ     Deletion Indicator in Purchasing Document      STATU     Processing status of

  • HT4597 Someone reset my iPhone and it was not me is there a way to find out how they were able to access my info?

    Someone reset my iPhone and it was not me is there a way to find out how they were able to access my info?

  • DB13 scheduled backups getting failed

    Hello Experts, Till sometime back our backups were working fine. But recently it started getting failed. I have checked the RFC connection SAPXPG_DBDEST_PRODORADB. RFC connection test is throwing the following error. Logon Connection Error Error Deta