How to trouble shoot specific user problem

I have a user who cannot change the qty field from the shopping cart.  After making a qty change then refresh whatever qty was there remains.  He can however chg the qty from the catalog before adding it to the sc.
I have compared user attributes, roles and profiles. Is there anywhere else I should check?
This also happens if I do a shop on behalf for his particular id.
Any help is appreciated.

Hi Jolee,
Please do not open more than one thread for the same issue.
Kind regards,
Yann

Similar Messages

  • I'm getting error messages when I download updates for lightroom and flash for the mac. can't figure out how to trouble shoot.

    I'm getting error messages when I download updates for lightroom and flash for the mac. can't figure out how to trouble shoot.

    It sounds as if your browser and some of your apps are not color-managed.  This is pretty typical.  Even IE9 is only partially color-managed.
    You can expect color-managed and non-color-managed applications to show you different things with the same images.  How different will depend upon how different your monitor color profile is from the image's color profile.
    For web publication and most general use, experts usually advise saving images with the sRGB profile.  If such images, saved through the Save for Web & Devices function, look different to you than you expect, it may be that your input images have previously been saved in another color space.
    You should really try to get your head around color-management by reading more on it.  It can seem baffling and it's difficult to understand without some background.  A quick web search turns up many overviews.  Beware, though, even people writing articles sometimes don't fully understand it.
    -Noel

  • How automatically to forward specific user PO, if no action taken in 24hs?

    Hi,
    We are using Oracle 11i with database 10g.
    Let, we have 3 users:
    User : A
    User : B
    User : C
    User : A --- Prepared the PO#123 and Send this to User : B.
    User : B --- He/She does not taking any action after 24 hours.
    How we can automatically forward this PO#123 to User : C for final approval ?
    Note:
    This case is only related to specific User : B, not for all others approval hirechy related users.
    Regards
    Edited by: 988461 on Apr 30, 2013 4:24 AM

    Yes but its limited:
    Our requriements are:
    Problem:
    PO forwarding automatically to specifuc approval hirarchy only.
    There are four positions in hirarchy;
    Person A
    Person B ---- 2 days
    Person C ---- 5 days
    Person D ---- 7 days
    1: Person A creates PO and forward it to Person B.
    2: Person B have 2 days to Approve/Reject it, if no action taken then it will be automatically forwarded to Person C.
    3: Person C have 5 days to Approve/Reject it, if no action taken then it will be automatically forwarded to Person D.
    4: Person D have 7(week) days to Approve/Reject it, if no action taken then it will be automatically forwarded to Person Z (Top position in hirarcy), that is not in approval hirarcy.
    Total 14-Days:

  • How to find the specifed user-exit

    Hi, experts. i am first time to do enchancement. can anyone tell me how to find specifed user-exit. for example, how to find MV45AFZZ?  Also, what i should pay attention to when doing enhancment works? thanks.

    Hi Jrockman,
    There are many things associated to user exit.
    a) Tcode- CMOD.    here you can find
    b)  USER-EXIT triggering points ->
    Go to se93 and give the tcode to find the main program associated to it.
    Go to se38 and give the main program.
    Find the package associated to it.Go to->Object Directory Entry.
    Go to smod transaction.
    Press f4.
    Press Information System Button.
    Give the Project(Dev Class).
    Press enter.
    Find the enhancements associated
    c) Check the code posted by me ,to get the list of User exits and Badi for a particular tcode in the link mentioned below.
    Re: User Exit for IW22 - to populate custom fields
    d) few useful links to understand User exits.
    http://www.sapdevelopment.co.uk/enhance/enhancehome.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sappoint.com/abap/userexit.pdf
    ABAP Enhancements and Modifications - General
    https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050
    Menu Exit
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/menu-exits-72696#
    Screen Exit
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    Hope it helps.
    Manish

  • XCode server bot is not sending email - how to trouble shoot?

    We have other bot's running on different servers and we get the email notifications as anyone would expect.
    However, on this one MacMini xCode server we are not getting any email notifications. I've done some basic searches in the logs, but I really am stuck in just trying to figure out how to even trouble shoot it.
    Suggestions?

    Hi:
    Below is the link to the manuals section for your server:
    http://h20566.www2.hp.com/portal/site/hpsc/public/psi/manualsResults/?sp4ts.oid=1121516

  • How to trouble shoot my HP TouchSmart IQ526

    I have a HP TouchSmart IQ526 with Windows 7. Upon powering on the computer it gets stuck on the HP logo screen. After a while i hear a beep from the computer, but it is still on the logo screen. What trouble shooting steps should I do to figure out what the problem is? What do i need to replace?

    Hi:
    Below is the link to the manuals section for your server:
    http://h20566.www2.hp.com/portal/site/hpsc/public/psi/manualsResults/?sp4ts.oid=1121516

  • TS1702 Does anyone know what this means and how to trouble shoot it? "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."

    I am unable to update any apps on my computer due to this--thoughts?

    All apps, and any other content, that is downloaded from the store are tied to the account that downloaded them. Were those apps bought by a different iTunes account, or bought by the account that you are currently logged in with but you have been refunded for their purchases ? If neither of the above then try logging out of your account on your computer's iTunes via the Store > Sign Out menu option, close and re-open iTunes, sign back into your account and retry and see if it then works.

  • How to find my specific user exit

    hi friends,
    in the transaction vl06O , we have different screens under different tabs,
    in the screen under shipment tab, there are two fields,
    incoterm
    productcode
    i should change the values appearing in these fileds only for specific data,
    the data to the incoterm field is brough from likp table,
    i felt that, i shpuld be using a user exit  for this,
    can any one plz suggest  me which  user exit  to user  or how  do i
    find the correct user exit  for this  using break points, i found out that,
    the field incoterm is being called from
    a screen 2000 in
    SAPMV50A program.
    did any one face this problem earlier.
    thank you.

    Hi,
    Use this code to find user exits for specific transaction. You can create a tool program with this..
    REPORT z_find_userexit NO STANDARD PAGE HEADING.
    TABLES : tstc,     "SAP Transaction Codes
             tadir,    "Directory of Repository Objects
             modsapt,  "SAP Enhancements - Short Texts
             modact,   "Modifications
             trdir,    "System table TRDIR
             tfdir,    "Function Module
             enlfdir,  "Additional Attributes for Function Modules
             tstct.    "Transaction Code Texts
    DATA : jtab LIKE tadir OCCURS 0 WITH HEADER LINE.
    DATA : field1(30).
    DATA : v_devclass LIKE tadir-devclass.
    *& Selection Screen Parameters
    SELECTION-SCREEN BEGIN OF BLOCK a01 WITH FRAME TITLE text-001.
    SELECTION-SCREEN SKIP.
    PARAMETERS : p_tcode LIKE tstc-tcode OBLIGATORY.
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN END OF BLOCK a01.
    *& Start of main program
    START-OF-SELECTION.
    Validate Transaction Code
      SELECT SINGLE * FROM tstc
        WHERE tcode EQ p_tcode.
    Find Repository Objects for transaction code
      IF sy-subrc EQ 0.
        SELECT SINGLE * FROM tadir
           WHERE pgmid    = 'R3TR'
             AND object   = 'PROG'
             AND obj_name = tstc-pgmna.
        MOVE : tadir-devclass TO v_devclass.
        IF sy-subrc NE 0.
          SELECT SINGLE * FROM trdir
             WHERE name = tstc-pgmna.
          IF trdir-subc EQ 'F'.
            SELECT SINGLE * FROM tfdir
              WHERE pname = tstc-pgmna.
            SELECT SINGLE * FROM enlfdir
              WHERE funcname = tfdir-funcname.
            SELECT SINGLE * FROM tadir
              WHERE pgmid    = 'R3TR'
                AND object   = 'FUGR'
                AND obj_name = enlfdir-area.
            MOVE : tadir-devclass TO v_devclass.
          ENDIF.
        ENDIF.
    Find SAP Modifactions
        SELECT * FROM tadir
          INTO TABLE jtab
          WHERE pgmid    = 'R3TR'
            AND object   = 'SMOD'
            AND devclass = v_devclass.
        SELECT SINGLE * FROM tstct
          WHERE sprsl EQ sy-langu
            AND tcode EQ p_tcode.
        FORMAT COLOR COL_POSITIVE INTENSIFIED OFF.
        WRITE:/(19) 'Transaction Code - ',
        20(20) p_tcode,
        45(50) tstct-ttext.
        SKIP.
        IF NOT jtab[] IS INITIAL.
          WRITE:/(95) sy-uline.
          FORMAT COLOR COL_HEADING INTENSIFIED ON.
          WRITE:/1 sy-vline,
          2 'Exit Name',
          21 sy-vline ,
          22 'Description',
          95 sy-vline.
          WRITE:/(95) sy-uline.
          LOOP AT jtab.
            SELECT SINGLE * FROM modsapt
            WHERE sprsl = sy-langu AND
            name = jtab-obj_name.
            FORMAT COLOR COL_NORMAL INTENSIFIED OFF.
            WRITE:/1 sy-vline,
            2 jtab-obj_name HOTSPOT ON,
            21 sy-vline ,
            22 modsapt-modtext,
            95 sy-vline.
          ENDLOOP.
          WRITE:/(95) sy-uline.
          DESCRIBE TABLE jtab.
          SKIP.
          FORMAT COLOR COL_TOTAL INTENSIFIED ON.
          WRITE:/ 'No of Exits:' , sy-tfill.
        ELSE.
          FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
          WRITE:/(95) 'No User Exit exists'.
        ENDIF.
      ELSE.
        FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
        WRITE:/(95) 'Transaction Code Does Not Exist'.
      ENDIF.
    Take the user to SMOD for the Exit that was selected.
    AT LINE-SELECTION.
      GET CURSOR FIELD field1.
      CHECK field1(4) EQ 'JTAB'.
      SET PARAMETER ID 'MON' FIELD sy-lisel+1(10).
      CALL TRANSACTION 'SMOD' AND SKIP FIRST SCREEN.
    Enjoy SAP.
    Pankaj Singh.

  • Scanner Wont Work....And I cant figure out how to trouble shoot

    I have been using this printer-copier-fax-scan-web for over 2 years.  No issues whatsoever.  I installed the info on it when I first bought it and no problems installing.
    The printer is wireless.
    Today was the first time it would not scan.  I tried to troubleshoot by checking if I had connectivity.  I did.  So the only thing I can figure out is that it has to be the lack of an OCR application.
    What is OCR and where do I find those settings?   I have looked everywhere.
    I touch Icons to scan:  
    1) Scan
    2)to computer
    3) Jacquie's computer
    4)Save as a PDF
    5)start Scan
    The error message I keep getting on my computer monitor is:  An error occurred while scanning
    On the printer:  it says the scan was unsuccessful because of
    1) Connection to the computer is lost
    2) The scan application on the computer is currently in use
    3) OCR application is not installed on the computer
    Since I know the first 2 arent the problem.  I figure it is the OCR------which I havent figured out what that is.  
    I have been scanning to a USB device and then uploading up to my computer to work around but it is driving me nuts.
    Any help would be awesome.  Thank you.

    Hello @crandongal,
    Welcome to the HP Support Forums!
    I understand that you're experiencing a scan issue when attempting to scan from your wireless HP Officejet Pro 8600 Plus e-All-in-One Printer to your computer. I would like to assist you today with resolving this issue.
    The OCR software that the printer is referring to is the HP Scan software. OCR is specific to PDF scans. Therefore, to ensure that the HP Software is functioning on your computer can I please have you click here to download and run the HP Print and Scan Doctor Tool. Once the website opens select the Download button on the top left. Once the download is complete please allow the Tool to Run. When prompted select the 'fix scanning' option. The HP Print and Scan Doctor Tool will run on your computer and look for any driver, software, or connectivity conflicts. If any conflicts are found than the HP Print and Scan Doctor Tool will attempt to resolve those conflicts for you.
    Once the Tool has completed please test scanning again.
    If the scanning issue persists, can you please include your Operating System  in your next post so I can provide accurate step-by-step troubleshooting to assist you with resolving this issue.
    Please respond to this post with the result of running the HP Print and Scan Doctor. If any errors pop up during the 'fix scanning' process, or anything fails, please let me know. I look forward to hearing from you!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Trouble shoot iBook G4 problem

    I have an iBook G4 that is having problems. This computer has been replaced with a Macbook. I am trying to determine if the iBook is salvageable. The iBook was dropped on the floor about a year ago. It required a replacement logic board. It was replaced (big mistake). I am getting strange things like it won't boot (box in the middle of screen with a question mark (?). I have been able to get around this several times by running Disk Warrior in target mode. Since replacing with Macbook, I have erased and reinstalled Tiger. Currently, I am getting a message to "enter keychain password." It won't accept my login password. Manny problems with this computer. Bottom line: Is there anything out there diagnostic wise to figure out the problem? I don't want to put any more money into it. I would be willing to put in a new HD, but otherwise it might go out for the garbage.

    By comparison, my iBook drive, a new WD 120 GB, has 2045 power on hours, has a temperature of 44〫C, and shows no errors. However, since your drive came up "verified" in Disk Utility" and "Passed" in S.M.A.R.T. Utility, I'm not sure what to make of the 22,189 CRC error count or the total error count of 6. Did you click on the "Show All" to see the detail of the CRC error count?
    I'm not a hard drive expert, but it is my understanding that there can be some errors and the drive will still be OK. Over time the number of errors will increase, and at some point there will be so many that the status of the drive will change from "Passed" to "Failing" or "Failed". But this has not happened to yours. And the number of power on hours seems quite low. But the CRC error count seems quite high.
    S.M.A.R.T. status is not infallible--it is just a means of trying to predict a hard drive failure in advance so that you can rescue your data before the drive dies. A "Failing" or "Failed" status is more credible than a "Passed" status. So I am not certain that the drive is really OK.
    Since you mentioned running Disk Warrior in Target Disk Mode, I assume that you have done all you can to repair the disk and permissions.
    What might be good to do next is to try installing Tiger on your firewire external drive and run the iBook for a while on the external and see if the weird problems persist. Since the iBook was dropped, almost anything could have happened. If it runs perfectly off of the external drive, then I would tend to still be suspicious of the internal drive, or possibly its connections. However, if the weirdness is still there when running off of the external drive, that would indicate some other problem. But I do think that running the iBook off of the external drive for a while is the thing to do next. Please post back with how it goes.
    Good luck!

  • How to trouble shoot turning on Wi-Fi

    How do I turn Wi-Fi on

    I have a Macbook Pro 13 inch w/Retina and am having the same problem after I was messing around with the Network Configuration:
    Model Name:
    Model Name: MacBook Pro
      Model Identifier: MacBookPro10,2
      Processor Name: Intel Core i7
      Processor Speed: 3 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 4 MB
      Memory: 8 GB
      Boot ROM Version: MBP102.0106.B03
      SMC Version (system): 2.6f59
    Software  OS X 10.9.4 (13E28)
    Now I can't turn it on!!!!
    N
    Hardware Ove
      Model Na
    Hardware Overview:

  • HT1751 Consolidating files failed.  The file name was invalid or too long.  How to trouble shoot this?

    I am trying to move my iTunes library from old XP PC to Windows 7 PC, using an external hard drive.  Using tutorial and signed in as administrator.  Trying to consolidate my library and receive error message " Copying files fail. The file name was invalid or too long".    Don't know what to do as next step.   The library is sitting on the hard drive under the Administrator ID (My Documents\My Music\iTunes\iTunes Music).  
    Any thoughts?

    You can select a group of tracks and consolidate from the right-click context menu. You coud try consolidating in batches, say all songs by artists beginning with A, then B, etc, then the other media types, until you can isolate a problem track and then try moving that by hand and fixing the broken link.
    I also have two scripts that could help you, Unconsolidated and ConsolidateByMoving. The first can make a playlist of all unconsolidated tracks, the second can consolidate a selection of tracks by moving them instead of copying.
    tt2

  • [Install Agent on DMZ] How to trouble shooting AMAgentNotRespondingOnDMZHost exception

    We have a hyper-v server in DMZ and trying to add it into VMM 2012 R2 for management followed by http://technet.microsoft.com/en-us/library/gg610642.aspx
    As the 443 port has been used ,we changed the port to 5985,5986 and also update port on VMM Server.
    I have tried several times, but keep failure when add the server in DMZ into VMM.
    I enabled debug logging of VMM and get following exception from server
    at Microsoft.VirtualManager.Engine.TaskRepository.Task`1.SubtaskRun(Object state) ***
    Carmine error was: AMAgentNotRespondingOnDMZHost (426) *** test.mydomain.local **
     [s#370cc] Task`1.SubtaskRun(this: (Task`1#2b), TaskID: (guid) 101a000e-3869-436a-9e20-eec5f1cd5b55) in Task.cs:line 252 Full call stack from when the exception was thrown:  at System.Environment.GetStackTrace(Exception e, Boolean
    needFileInfo)     at ystem.Environment.get_StackTrace()     at Microsoft.VirtualManager.Utils.CarmineException..ctor(ErrorInfo error, Exception innerException)     at Microsoft.VirtualManager.Engine.Adhc.AddAgentTask.ThrowCarmineException(ErrorInfo
    error, Exception innerException)     at Microsoft.VirtualManager.Engine.Adhc.AddAgentTask.CheckIfInstallRequired()     at icrosoft.VirtualManager.Engine.Adhc.AddAgentTask.InstallAgentIfNeeded()     at icrosoft.VirtualManager.Engine.Adhc.AddHostAgentSubtask.SubtaskThreadFunction()
        at icrosoft.VirtualManager.Engine.Adhc.AddAgentTask.RunSubtask()     at icrosoft.VirtualManager.Engine.TaskRepository.SubtaskBase.Run()     at icrosoft.VirtualManager.Engine.Adhc.AddHostSubtask.InstallAgent(Host lockedDbHost)
        at icrosoft.VirtualManager.Engine.Adhc.AddHyperVHostSubtask.RunDeploymentSubtasks(Host lockedDbHost)     at icrosoft.VirtualManager.Engine.Adhc.AddHostSubtask.RunSubtask()     at icrosoft.VirtualManager.Engine.TaskRepository.SubtaskBase.Run()
        at icrosoft.VirtualManager.Engine.TaskRepository.Task`1.SubtaskRun(Object state)     at ystem.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
        在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)     at ystem.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
        at ystem.Threading.ThreadPoolWorkQueue.Dispatch(),{101a000e-3869-436a-9e20-eec5f1cd5b55}
    I  aware the issue may relate to many problems, include firewall, security... etc. 
    I was wandering if there is an best practice to troubleshooting the problem.
    Thanks. 

    Hello, would be any one experienced VMM Agent installation on DMZ? 

  • Using InContexT editing, how do I give specific users editing writes to different pages within site?

    I have trawled around the support pages but although it mentions in passing that this is possible, I can't seem to find out how to do it.
    Can anyone point me in the right direction?

    Hello Rupert,
    This version of InContext Editing does not offer a method to specify access rights per pages. This is a functionality that we have in mind, but we don't have a set date for when it will be available.
    Thank you,
    Cristinel

  • How to trouble shoot curious charger behavior

    Having a power cord charging issue.
    1.67 GHz PB G4 15" about 8 years old.
    The origional power cord died long ago with a pop and smell of smoke.
    I replaced the cord with a powerbook medic brand power adapter that has worked
    with out flaw for 6 years.
    The curious behavior is that when plugged into the port the PB will sometimes stop taking a charge.
    Giggle the cord at the port and it will some times return.  When the PB stops charging green light on adapter stays green.
    How do I determine if it is the charger or the port in the computer that is faulty?

    The other weak link is the barrel-shaped power jack within the Powerbook:
    (this image from microdocusa.com is of a G3 Powerbook connector but is similar to the G4's)
    With age and stress, the solder joints that hold the thin "legs" to the logic board can loosen and cause intermittent charging failures. If you are handy with ripping apart a PowerBook and resoldering tiny parts, that's usually the sure cure, but not one for the faint of heart.
    One person I know simply inserted tiny plastic shims between his loose connector and the logic board to wedge the connector back into constant contact. Decided a low-tech approach, but it greatly extended the life of his PowerBook.

Maybe you are looking for

  • Custom Report Object To Render Vector Image

    Post Author: RSlaughter CA Forum: .NET Hi, I'm using the version of Crystal Reports that ships with Visual Studio .Net 2003 (Maintaining a legacy app) and have come across a problem where I need a way to convert data that is stored as text into a set

  • E63 SD card slot

    Hi all, I bought an E63 at the end of May. During the first month all was going fine, but now I've been having problems with the SD card slot for 1 month. Every 2 days what I have in my external card disappears and I have to download my data again. I

  • Values for various work order status

    Hi Guys, In AUFK table(which is the order master data table), there is a field ASTNR, which indicates the order status. But I couldn't get any values for each status of the orders. If anyone knows the status and the value for the corresponding status

  • Chart in Form Builder 9i

    Hi All, I have a question for u. How to display a chart on form builder 9i. Regards, Jansen

  • EXC_BAD_ACCESS (SIGBUS) with .pkg file after permission change on my HDD

    Hi everybody excuse my english, i'm form french. I'm here because I can not install my mobile modem 3G driver (.pkg). When I try to install I have this message *Setup can not open the package. It is likely that the executable file for applications in