GR IR indocator check box not flagged in the PR created from Shopping cart

Hello All,
The PR created in R3 from the shopping cart is not flagged with GR IR indicator in the Valuation tab.
We are usign SRM 4.0 . This issues has happened since last two days.
Please advice how to track this and how to resolve this issue.
Thanks & Regards,
Madhan.

Hi Swati,
The mentioned settings are already exist in our system.
Recently the support pack have been implemented in our system and since the problem is coming.
Madhan.

Similar Messages

  • Reservation not getting created from shopping cart for stores order.

    Hi experts,
    Reservation not getting created from shopping cart for stores order,process used is some custom BADI.Extended classic scenario is the procrss .
    Please help me
    Thanks in  advance.

    Hello,
    please check below wiki:
    Determination of the follow-on document type
    Regards.
    Laurent.

  • When I click the iCloud button I get a browser with check boxes, not slider buttons and it does not have a "backup and storage" button.  So I cannot set up backup.

    When I open my iCloud browser it looks different than "normal." It shows the list with check boxes, not slider on-off buttons.  It dos not show a "storage and backup" button so I cannot set up my backup. What is wrong?

    If see something like the image below it's because you are looking at the iCloud settings on your Mac, not on an iOS device (which has sliders).  Storage & Backup isn't in the Mac settings because you cannot back up your Mac to iCloud.  Only iOS devices can back up to iCloud.  On a Mac, you can get information about your iCloud account storage by looking at the green usage bar at the bottom and by clicking the "Manage..." button on the bottom right.

  • Check boxes not retaining their correct value

    Hello, I have a perplexing issue going on. I have a simple, two checkbox form for updating two values in my login table. The row type is enum('y','n') so naturally a check box is my preferred way to set the value. Even though the value in the table is set to 'y', the check box in the form is never checked. I check it, click the submit button, and the update occurs in the table but the check box remains unchecked on the form. My code for the form is below. Any idea what I'm missing here?
    <form method="post" id="form4" action="<?php echo KT_escapeAttribute(KT_getFullUri()); ?>">
                <table cellpadding="4" cellspacing="0">
                  <tr><td><input  <?php if (!(strcmp(KT_escapeAttribute($row_rslogin['show_profile']),"y"))) {echo "checked";} ?> type="checkbox" name="show_profile" id="show_profile" value="y" /></td>
                    <td><label for="show_profile">Show my profile to other myJoy members.</label></td>
                  </tr>
                  <tr>
                  <td><input  <?php if (!(strcmp(KT_escapeAttribute($row_rslogin['get_mail']),"y"))) {echo "checked";} ?> type="checkbox" name="myjoymail_optout" id="myjoymail_optout" value="y" /></td>
                    <td><label for="myjoymail_optout">Send me myJoy email and notifications.</label></td>
                  </tr>
                  <tr>
                    <td></td><td><input type="submit" name="KT_Update3" id="KT_Update3" value="Save Prefs" /></td>
                  </tr>
                </table>
              </form>

    Hi,
    Well I took your code and changed it to:
    <?php if (!(strcmp("y","y"))) {echo "checked";} ?>
    Getting rid of the KT_escapeAttribute() and manually entered the y. It worked fine. And even with the KT_escapeAttribute() it will probably work fine. Have you doubled checked that the database is not storing a Captial Y or a 0 or 1? Your using varchar correct, not char?

  • For each song in my iTunes Library just before the name of the song there is a check box.  What is the effect of checking or unchecking this box?

    For each song in my iTunes Library just before the name of the song there is a check box.  What is the effect of checking or unchecking this box?
    Thanks

    Unchecked items will not play unless specifically clicked on.  They will not be included on shuffle and will not be synced to ipods.

  • Search function in Catalog from Shopping cart does not work well

    Hello,
    We use SRM 5.0 with CCM 2.0 and have the following situation:
    From the shopping cart we open a catalog and want to search material by number, for example number 7. Entering this material number directly in the search funtion on the catalog screen, it brings us not only the position with material number 7 buy aso all positions we have a number 7 in its materialnumber (2371, 743, 9957, etc) and a 7 in its description (Screw Bolt 7/3 for example).
    I wonder if this normal behaviour of the SRM system or is this an error (with a note OSS asociated).
    If this is normal behaviour, how can one search for only the material 7?
    Thanks for any help,
    Aart

    Hi,
    With regarding to items with 7 in the description
    - It should be consequence of your procurement catalog definition. In schema tab, Catalog characteristics in the /CCM/SHORT_DESCRIPTION you have checked the Relevant for text-based search check-box
    With regarding to the 7 results
    - Please try using the advanced search option exact phrase or using "7"
    I hope this help
    Best regards
    Jorge

  • PO Custom Field not getting filled from Shopping Cart

    Hi Gurus,
    I am new to SRM. The requirement I had was to add a new field to the SC. I read several posts and articles on this but couldn't find the solution to it. I managed to do this modifying the corresponding structures in SRM and making the necessary changes in R/3 so the new filed can be seen in ME21/22/23N.
    I checked Andreas Milbredt document to achieve it as mentioned:
    Document: How to transfer custom fields from SRM to Backend.
    http://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/20b36c12-685f-2c10-4fb4-ba2e0b969c27
    After that, when I create a Shopping Cart, the value in the New field is not transferred to the Back end.
    I coded the following BADIs and User Exits:
    In SRM:
    BBP_CUF_BADI_2 (MODIFY_SCREEN) ->To enable or disable the field depending on conditions. Works fine.
    BBP_DOC_CHECK_BADI (BBP_DOC_CHECK) -> To do some checks. Works Fine
    BBP_CREATE_BE_PO_NEW (FILL_PO_INTERFACE1) ->Here I fill structures BAPI_TE_MEPOITEM and BAPI_TE_MEPOITEMX. I added another u2018Xu2019 to indicate the new field to BAPI_TE_MEPOITEMX. But I think I am not doing it right. This structure BAPI_TE_MEPOITEM/X, does the order of the fields correspond to the order of the fields in any of these 3 structures (which I am using)?
    INCL_EEW_PD_HISTORY_CSF
    INCL_EEW_PD_ITEM_CSF
    INCL_EEW_PD_ITEM_CSF_SC
    I also checked the following link:
    Map a custom SRM field to a standard field in R/3
    In R/3 I populated the Exits Andreau2019s mentions on his article. Am I missing anything else?
    Thanks & Regards,
    Ernesto.

    Hi Ernesto,
    You can find out how your BAPI structure is being populated (by generating the test data ) using FBGENDAT program and activating the BAPI_PO_CREATE1 (and you will need to set the parameter for the specified user id)... This will provide you ability to execute the BAPI offline and figure out what is happening...
    Note 517767 - Generate test data for function modules
    Things to look for, Is any of your custom fields quantity fields or integer?
    Check out the following OSS note
    Note 509898 - BAPI enhancement concept and Unicode
    Also check out the following SDN Thread,
    problem using  BAPI_BUS2001_CREATE to create project definition
    Check out a similar thread that we are discussing (for PR)
    Custom Fileds Data Was Not Getting Updated In BAPI_PR_CREATE

  • System is not picking up the WBS element from Asset in PO.

    Hi,
    While creating Purchase Order with account assignment category
    as "A"(i.e.Asset), system is not picking up the WBS element from Asset
    Master, even though it is defined in the asset master.
    Please help.
    Thanks,
    Ninad

    Hello Ninad,
    Please, see the SAP Note 21583. I think it might be of help for your case.
    Best regards,
    Esther.

  • I received and email from Apple Customer Support that my Id has been stolen and that I am to sign into the link provided and update by changing password. I am not certain that the email came from Apple.

    I received and email from Apple Customer Support that my Id has been stolen and that I am to sign into the link provided and update by changing password. I am not certain that the email came from Apple.

    It did not come from Apple. Do not click on the link and do not supply your password. It is a scam. You can report the phishing email to Apple here:
    Phishing & Other Suspicious Emails
    Once you have done so, delete it.
    Cheers,
    GB

  • Check box not appearing in SWNADMIN

    Hi ALL,
    I'm trying to made configuration in by executing TCODE SWNADMIN.
    it is opening portal with administration info.
    But i'm not able to find Check box in system while creating sechdules.
    Pls suggest solution or relevant sap note for displaying check box.

    Hello,
    Perhaps you have to do the settings in Development and then transport them to QA.
    Changes aren't usually allowed in a Quality system.
    regards
    Rick Bakker
    Hanabi Technology

  • Report on Employees whose trips assigned check box not checked

    Hi SAP Guru's,
    We have a requirement wherein we have to generate a report having list of those employee's whose trip assigned check box is not checked in infotype 0017 (Travel Privileges) at the same time who are having trips created in their name. If you have any idea please share it with me.
    Thanks,
    Sudhakar.
    Edited by: sudhakar k on Feb 7, 2011 8:09 PM

    Hi Raynard,
    I did not give this table PA0017 as this table did not have the value trip assigned (field TRVFL).
    Hi Sudhakar,
    Get a list of pernr for whom field TRVFL is blank from that table. Then for the derived pernr check in table PTRV_PERIO or PTRV_HEAD whether any trips are assigned.
    You will get the desired result. You either create a customised report or pick the values from the table in the backend.
    Trust this helps.
    BR,
    Raj

  • "Install Windows 7 or later version" check box not showing up in Boot Camp

    I am following a Reddit guide to dual boot Windows 7 on my late-2011 MBP. I've done every step up to installing Windows 7, but there is no check box to "Install Windows 7 or later" in Boot Camp. I've tried several other resources but none mention this. There is a "Remove Windows 7 or later version" check box which has a description stating it can install a Windows partition as well, but when I select it and click to go ahead it only has a selection to remove a Windows partition. I hope I'm just having a brain **** here, because I've been at this for a minute and it's causing hair loss at 21. Haha.
    Ohh, and here's the guide I'm following: http://sampower.ie/windows-7-on-mavericks-via-bootcamp-and-usb/

    your mac seems to think you had installed windows before
    do you have more than 1 partition on your drive, if so, boot camp assistant will not work
    if not, restart your mac and do a pram reset
    open disk utility and repair permissions twice
    open bca and try again

  • "Make this recurring" check box not visible on Mobile

    I have created and successfully used a Donation button for my 501c(3) business.It works great in browsers on laptop and desktop computers.However, the "Make this recurring" check box is not visible on IPhone, IPod, IPad, Android Pad, or Android phone. How can I enable recurring payments on mobile phones?The URL on these devices starts: https : // mobile . paypal . com / us / cgi-bin / webscr ? cmd=_express-checkout-mobile ... Thanks in advance

    Louisey,
    Welcome to the forums!!
    a few questions first...
    a, did your site work in MobileMe initially before you purchased your domain name?
    b, does it still work if you type in your MobileMe URL rather than the purchased domain name?

  • Cisco Cius AnyConnect check box not getting enabled!

    Folks,
         Here we are evaluating the Cisco Cius, however, while trying to get the AnyConnect "check box" marked, it does not check it! Does anyone knows why? Anything specific done on CUCM? BTW, cucm 8.5.1. Any ideas?
    Thanks,
    Thiago Henriques

    Hi,
    In my DSO I have an InfoObject called Emp No. in the Data Field.
    The Emp.No is being maintained as master with (Emp Name, Address, Telephone No, DOB) as attributes.
    I have loaded the data in the Emp. No master. Then tried loading the transaction data in DSO.
    The Emp.No is there in the DSO active data, but in the query designer its not getting displayed.
    Hope its clear.
    Please help.
    Thanks

  • Captivate 8, knowledge check radio buttons and check boxes not diplaying correctly in HTML5

    Hello. I am working in Cp 8 on a pc (Win 7, 64-bit) and publishing in HTML5, SCORM 2004, 3rd ed. My issue is with knowledge checks. In preview they look fine, but when published, the radio buttons and check boxes are oversized and do not appear as they should. Additionally, the rollover highlight that covers the distracters is skewed and does not cover all the text in cases of long answer choices. When published as a SWF, there are no issues but project requirements are for HTML5 output only. Help?

    Create an XML Schema (XSD) and define that as the default form schema. The form data will conforms to the order of fields defined in the XML schema.
    Hope that helps.
    Nith

Maybe you are looking for

  • HTTPS Without client authentication shows error of Certificate

    Hi Experts, I am trying to develop a SOAP to RFC scenario where in SOAP sender HTTP security level - HTTPS Without Client Authentication is selected. I have downloaded WSDL from Sender agreement and trying to test web service from SOAPUI.  Now as per

  • How to optimize this sql by writing MINUS function.

    Hi all, how to optimize the sql by writing MINUS function. these are my tables 1. CREATE TABLE POSTPAID RECORD VARCHAR2(2000 BYTE), FLAG NUMBER Record format: Mobile no in 1:10 of that length 2. CREATE TABLE SUBSCRIBER PHONE_NO VARCHAR2(10 BYTE) My r

  • [SOLVED] Can I shrink my / partition to free-up HDD space?

    Hi, all. I've got Arch happily installed on hda. I want to play with another flavour of GNU/Linux, and need the space.  Rather than blow-away my lovely Arch install, does anyone know whether I can shrink my /, and then just use the spare space (alter

  • Special keyboard hotkeys not working for anyone else?

    I have a Kensington Ci70 keyboard and it has these really nice buttons to eject a disk, open Spotlight, open Mail, open Safari, and open iTunes. I upgraded from OS X 10.6, and they all worked.  The keyboard is a plug-n-play device and there are no dr

  • Rollback after analyze command

    Hi Everyone, My DB version is Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi PL/SQL Release 10.2.0.1.0 - Production "CORE    10.2.0.1.0    Production" TNS for Linux: Version 10.2.0.1.0 - Production NLSRTL Version 10.2.0.1.0 - Produc