Unable to find SC in SOCO screen

Dear friends,
We are using SRM_SERVER 550 and SAPKIBKT13 package.
In organization two distinct users are assigned to a purchasing group. ( Let say A and B users are assigned to PG 121)
An approved SC can only be seen by user A in SOCO screen.  User B can not find same shopping cart using FIND tab and entering SC number just like user A did in SOCO screen. Note that User A and B have exactly same authorization and same attributes.
Did anyone encountered with same problem?
Regards,
KAAN...

Firstly, thanks for answers,
Harish,
I have checked product category assignments under Purchasing group responsibilty tab no problem with that. I also tried adding user A and B in organizational responsibilty but it did not worked as well.
Muthu,
I can see FIND button in screen but it does not work properly, what I mean is when I push FIND button with user B it does not bring any shopping carts in screen even if I can see same shopping cart in worklist of user B.
Moreover, user B can select shopping cart from worklist tab,  just 'FIND' functionality does not work for this user, it seems like a bug in system.
Kaan...

Similar Messages

  • My MacBook Pro stated that it needed to be updated. I clicked yes to restart the computer and update but when it restarted it stays on the gray screen with the apple logo and then pops up, stating "unable to find driver for this platform." What do I do?

    My MacBook Pro stated that it needed to be updated. I clicked yes to restart the computer and update but when it restarted it stays on the gray screen with the apple logo and then pops up, stating "unable to find driver for this platform." What do I do?

    Boot into Recovery by holding down the key combination command-R at the startup chime. Release the keys when you see a gray screen with a spinning dial.
    Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with networks that require any kind of authentication other than a WPA or WPA2 Personal password.
    When the Mac OS X Utilities screen appears, follow the prompts to reinstall the Mac OS. You don't need to erase the boot volume, and you won't need your backup unless something goes wrong. If your Mac didn’t ship with Lion, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.
    Don't install the Thunderbolt update -- it's defective.

  • Unable to find SCREEN PAINT

    i am unable to find SCREEN PAINT option while i created an new company and new DATA Base. Can any one resolve my issue.

    Hi,
    What version of B 1 you are using?
    go to admin>>addons>>add on administration.....check here that screen painter addon is installed or not ?
    if you do not find here screen painter then go to your SAP B 1 dump >>packeges>>screen painter>>run the .exe file
    Regards
    Deepak Tyagi

  • SIM Error - Unable to find screen - Create Item Ticket and Signer error

    Hi,
    When I bring up the SIM application from Eclipse, everything works normally.
    But I navigate to ITEM TICKET SCREEN, and here when i click on Create , to create an Item Ticket,
    ideally It should open the Item Ticket Detail Screen,
    instead it throws an error,
    2013-01-14 11:30:16,855 ERROR [AWT-EventQueue-1][application.NavigationManager] Unable to find screen: oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailScreen
    and the screen is not opened, it just maintains the current screen which is ITEM TICKET LIST SCREEN,
    but this is present in Navigation.xml screen and then i am able to find it in one for the project folders,
    Any idea why exactly I am getting this issue, any way to make it work fine.
    it was working sometime back, and i dont think any change regarding this has been made.
    sim version :13.2
    in a totally un-realted scenario (that's what I think, there is one more class "NEWRetailItemSearchProcessor", for this I get an exception,
    signer information does not match signer information of other classes in the same package
    I have two questions,
    1. Is it because of the signer Issue, I am getting the other error -"*Unable to find screen: oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailScreen*"
    2. How do I resolve the signer issue,
    it says,
    class "oracle.retail.sim.closed.simclient.editor.NEWRetailItemSearchProcessor"'s signer information does not match signer information of other classes in the same package
    but in this package "oracle.retail.sim.closed.simclient.editor" -- there is no other class except the one mentioned NEWRetailItemSearchProcessor
    2013-01-14 11:30:16,855 ERROR [AWT-EventQueue-1][application.NavigationManager] Unable to find screen: oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailScreen
    2013-01-14 11:30:16,855 ERROR [AWT-EventQueue-1][application.NavigationManager] java.lang.SecurityException: class "oracle.retail.sim.closed.simclient.editor.NEWRetailItemSearchProcessor"'s signer information does not match signer information of other classes in the same package
         at java.lang.ClassLoader.checkCerts(ClassLoader.java:776)
         at java.lang.ClassLoader.preDefineClass(ClassLoader.java:488)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         at oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailPanel.initializeScreen(ItemTicketDetailPanel.java:136)
         at oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailPanel.<init>(ItemTicketDetailPanel.java:116)
         at oracle.retail.sim.shared.swing.itemticket.ItemTicketDetailScreen.<init>(ItemTicketDetailScreen.java:16)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at oracle.retail.sim.closed.application.NavigationManager.createScreen(NavigationManager.java:166)
         at oracle.retail.sim.closed.application.NavigationManager.startScreen(NavigationManager.java:183)
         at oracle.retail.sim.closed.application.NavigationManager.navigate(NavigationManager.java:78)
         at oracle.retail.sim.closed.application.SimplifiedApplicationFrame.navigate(SimplifiedApplicationFrame.java:221)
         at oracle.retail.sim.closed.application.SimplifiedApplicationFrame.actionPerformed(SimplifiedApplicationFrame.java:211)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5517)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3129)
         at java.awt.Component.processEvent(Component.java:5282)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3984)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1791)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at oracle.retail.sim.closed.swing.event.HotKeyEventQueue.dispatchEvent(HotKeyEventQueue.java:34)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Edited by: 924506 on 14 Jan, 2013 3:53 AM

    to fix the signer issue
    1) open the jar which contains required class file( i mean the one which gets called when u click on item tick button)
    in winrar software
    2) and remove below files
    manifest.mf and mykey.sf or somthing.sf
    then resign your jar and deploy it.
    i hop this would work fine.
    some time what happen when we sign the jar it does not removes old sign instead removing it enter one more entry in that file
    hence it has two entry.
    its better to follow above steps.

  • Unable to find partner function for SPL screening

    Hi Guys
    We are trying out the SPL functionality for our Client, We are in the Preliminary stages and have just started the Intial Configuration
    The problem comes is the Document in ECC is getting blocked and is working as per functionality
    But when in come in the GTS system and check the Documents via (SPL > Display all Documents) in the overview menu, and go ahead and check the Log, it shows an error stating
    "Unable to find partner function for SPL screening"
    I have checked the configuration and The partner structure, Functions and Assignment are all done
    Can the experts help in getting a small checklist which I should do a check through in the configuration/user side, which can trigger this error message?
    Thanks
    Regards
    Carl Ray

    Hi Carl,
    Did you load the SPL List for Screening? Prior to SPL Screening, we have to create Index for SPL Screening. Please follow the following steps and then re-check the document
    SAP GTS Area Menu (/SAPSLL/MENU_LEGAL) -> Sanctioned Party List Screening -> Master Data. Perform the below steps in sequence.
    Step 1: Reset Buffer
    Step 2: Generate Comparison Terms
    Step 3: Aggregate Comparison Terms
    Step 4: Comparison terms for Business partners
    After doing the above steps, then do the following step
    SAP GTS Area Menu (/SAPSLL/MENU_LEGAL) -> Sanctioned Party List Screening -> Logistics -> Check against updated Sanctioned Party Lists -> Check Business partner addresses
    After performing the above steps, then re-check the document.
    Let me know if the above solution help or not
    Regards
    Pradeep

  • Unable to find TEXT target in Attribute change run screen

    Hi Experts,
    I have loaded the data successfully in to the TEXT target. When I go to the attribute change run screen to trigger manually I am unable to find the TEXT target in that screen.
    Kindly help me to resolve this problem.
    Thanks,
    Suresh.

    Hi Suresh,
    As Raman said, just run the attribute change of your object if you see the object in tcode RSATTR..
    Regards,
    Loed

  • Just tried to do a software update and after restarting, it won't go last the grey screen. Also HTML is showing up that says "unable to find duvet for this platform". No idea what to do help.

    So I hadn't updated my software in many many months... I decided to so I could download games... And after my computer restated and had updated, it went to a grey screen with HTML coding. At the top it says "unable to find driver for this platform". No idea what to do please help!

    That's one of the weird things.. it recognizes it maybe 10% of the time. And usually, only after I do the two-button reset. Problem is.. since it won't charge above 2%, anytime I try to do a restore or anything like that using iTunes, my device shuts off and I lose whatever progress I'd made.
    So, an update... after reading through a bunch of similar complaints (there are literally 1000's of them so there's NO WAY this isn't somehow ios7 related, thanks a lot APPLE ) I decided to try a restore in recovery mode. After 3 hours and several disconnections... I ended up having to just set it up as a new iPad, as the restore did nothing. Weirdly though... as I was doing the restore in recovery mode.. I noticed I'd gotten up to a 10% charge.. higher than it's been since September, so after setting it up as a new device, I turned it off and plugged it in using the wall charger. 2 hours later and I was up to 38%. Still not great, as my iPad, before ios7 could've fully charged twice in the amount of time it took for me to now get 28% more of a charge. And that's with a fully cleaned out device.. so that really ***** and I'm now more confused than ever.
    But I'm gonna leave it overnight charging and see what I come up with tomorrow. Sadly, when I paid $600 for it in February, I never expected to have to play "wait and see" with it...

  • HT6114 i have a mac mini that wont boot up and the screen says unable to find driver for this platform: \ powermac10.2 it also says mac os version not yeet set...how can i fix it

    the mac mini wont boot up it says you need to restart yuor computer and that its unable to find river for platform can i download software free from the internet to fix this

    What OS were you using on the mini before this problem started? If 10.7.8.9, boot to the Recovery Volume (command - R on a restart or hold down the option key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions. Then reinstall the OS.
    OS X Recovery
    OS X Recovery (2)

  • Unable to find Bean and AM impl for customisation of Fusion Application

    Hi,
    Iam navigating through this link
    under Fusion App --> Navigator -->WarehouseOperation -->REceipts --> and Entering createReceipt screen via Receive Expected Shipments. I want to default the value of packing slip as how supplier got defaulted but in editable mode. For this i want to know how supplier got defaulted and in same way i want to default Packing slip number.
    But iam unable to find the managed bean or AMimpl java file for doing code change.
    "Copylines" is default activity and from there it is navigating to CreateReceipt.jsff, i don't find any parameter carrying the value for Supplier.
    So Logic must be either in Managed Bean or in AmImpl . I need to include my logic also here. But unable to find the necessary file.
    reg,
    Lakshmi.

    While creating a receipt, you select one or more orders belonging to a single supplier and then create one receipt against that. And that is how the supplier field gets defaulted in the Create Receipt UI.
    Packing slip is also defaulted when the user receives against ASN provided it is captured at the time of creation of the ASN.
    For a regular PO receipt, the user is expected to enter the packing slip by default.
    Can you describe your exact requirement in detail?
    The customization framework does allow the value of a field to be overwritten but using this, you will always have a predefined value or some limited logic using EL.
    But we would not recommend that because when you customize the value of a field, it will discard the value that is fetched from the database.
    This can potentially break the default functionality of receiving where the packing slip is defaulted from the ASN.
    And another question that I have is the need for the AM details - this particular code is present in the AM and not the managed bean.
    Are you planning to extend the AM that is shipped by receiving?

  • Unable to find the Workbook named:REN_SUM1

    Unable to find the Workbook named:REN_SUM1 Portal error
    I am getting this error when i click the link in portal screen. The link should display a discoverer report. I am displaying the discoverer reports from portal.
    Unable to find the Workbook named:REN_SUMMARY21
    Select a valid Workbook from the list below.
    However it provides a list of workbooks and from there i am able to select.

    Whoops that would be "Hello All"
    Bradley

  • We are unable to find iTunes on your computer.  (iPhone)

    Trying to test in-app purchasing, so logged out of App Store, and now I cant log back in.
    I have connectivity, because I can browse web. My App Store account is still correct, because I can successfully log in using my iPad.
    The error message I get on my iPhone screen is weird, it says:
    *One Moment Please.*
    *Connecting to the iTunes Store.*
    Loading...
    *We are unable to find iTunes on your computer.*
    *[I have iTunes] [Download iTunes]*
    *If iTunes doesnt open, click the iTunes aplication login in Dock or Windows Task Bar.*

    Suddenly, I have fixed this problem by download a free apps from the link refer to. Now my App Store / iTunes Store in my iPhone has been recovered. Very strange!

  • Snow Leopard crashed : unable to find the hard drive in Disk utility

    Hello,
    A few days ago, my computer (running on Snow Leopard 10.6.3) suddently crashed (no recent update, no new software or hardware installation).
    Since then, i'm unable to start the computer. It freezes on the start screen with the apple and the loading bar. Sometimes i've got an empty folder with a question mark.
    I tried to start with the install CD, and when i select Disk utility, it only recognizes the DVD, not the hard drive (then i cannot even try to repair it).
    When i want to re-install Snow Leopard, i arrive on an empty screen on which i'm asked to choose a drive to install on. Of course as i cannot choose a drive, i cannot install.
    Finally, when i try to start with no errors (pressing Maj button when starting), i've got a kernel panic error saying "unable to find driver for this platform ACPI"
    Can anyone help me ?
    thanks in advance.

    Your hard drive has had a serious malfunction. It might be that it is software: your partition table may be corrupt. If so, this may be fixable if you take it to a local Apple certified tech. However, it is more likely that it is hardware and the drive itself has failed. I hope you have a backup. If you do, you will need to replace the drive and restore the backup to the new drive. If you don't and you have important data on that drive (and if you have important data, why don't you have a backup?) you will need to contact one of the data recovery services, such as Drive Savers or Rescuecom. Be advised that the price for data recovery starts at $200 and heads upwards really quickly, depending on what the exact problem with the drive is. I have seen data recovery charges of $3000 and more for seriously screwed up drives.
    Having a backup is a lot easier and a lot cheaper.

  • Kernel Panic: Unable to find driver for this platform

    So, my 1 GM RM, 1.5 GHz Powerbook G4 (15 inches) has been behaving wonderfully lately. Until, this morning, it locked up -- as it sometimes does -- after inserting a 3rd party SATA card and waking it from sleep.
    This is normally not a problem. A reboot gets things back on track. Not today. The reboot stayed on the grey screen with the white apple logo. I tried booting off of a Disk Warrior CD and an OS X 10.4 install DVD. I go this kernel panic:
    Unable to find driver for this platform: "PowerBook5,6".
    But...and here's the best part...if I boot into target disk mode and hook the computer up to another similar Powerbook we have, the similar PowerBook boots fine using my drive.
    So, it seems to be a hardware problem with my PowerBook. Any ideas on how I narrow it down?
    Thanks,
    Gary

    Glad you found your problem. Our kernel panic on our 15" G4 is a bad logic board. $500+ to fix it. Just found out yesterday.
    JWTech

  • Unable to view movies in full screen

    I am unable to watch movies in full screen mode. When I try and select it, I am simply taken back to the itunes window, but the movie audio continues. I can watch the movie at any other size. What's going on?

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). (On iPhoto 11 this option is under the File -> Reveal in Finder.) Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help:
    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Purchase Info record unable to find from ME57

    Hi All,
    I created Purchase info record(ME13) and Source list(ME03). But when I run MRP then purchase requisition is creating ,But
    when I check in ME57,Purchase requisition unable to find the purchase info record for that material.
    Please advise.
    Pranitha

    Hi
    In source list you are only entering the vendor not the info record, if you are entering an outline agrrement either contract or sched.agreement in the source list (in the agreement column) ,then yu will get the agreement number in the p.req.
    But you are entering just vendor mane in the source list so yu will get the vendor name only in the p.r
    create a sourcelist for the material ,in that enter any agreement name and save ,then run MRP you will get the agreement number in the screen
    Check it out
    It is std.sap procedure, if you are creating a p.req manually you will get the info record number in the item detail.
    Bur via MRP you can only get the fixed vendor because in the source list you are entering only the vendor name ,you are not menttioning the info record number.
    But incase of outline agreement you are entering the agreement number in the sourcelist.
    MRP is ceated purely based on what you have entered in the source list. hope you clear.
    Let me know if you have any clarification on this.
    Thanks

Maybe you are looking for

  • Baisc RAR question - how to get a violation

    Hello, we've installed a new GRC Access Control 5.3_10.2 System. RAR and CUP have been configured according to the config-guide and the post installation process. As backend system a IDES system with HR has been connected. Connection to the system wo

  • Access Rights Assignment per Report/Layout

    Dear SAP Experts, Could you give me a hint where access rights for reports (smartforms or sapscript) are assigned? To give more requirement, what if we want to be more specific such that for example, we have 2 companies which are using the same repor

  • How can I install with no problems??

    Hi every body.. i've just installed oracle 10g developer but i've got a little problem with connecting forms or report builder.. error message [  [b]tns:couldnot resolve the service name  ] even though the I-sql*plus connect very well.. I want to kno

  • Sdo_union gives inconsistent results

    Hi, Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 We are using sdo_union to convert line geometries. Some of the geometries that are inserted into our database have sdo_gtype 2006, but can be easily converted to 2002 using a query like: u

  • Help installing CS4 Creative Suite on Maverick

    Hi, I am wondering if there is a way around this, I lost my hard drive on my Mac Book Pro and have had a new one installed. I am running Maverick 10.9.2 but unable to reinstall CS4, I get this message 'You can't open the application "install adobe cr