PLMD_AUDIT - Toggle between Display and Change - Important!!

Hello all,
I've a problem when I work on PLMD_AUDIT.
Pre-requisite for replicating the issue.
1> Change the settings in PLMD_AUDIT (a face like icon) to Display mode
When I run PLMD_AUDIT for an Audit with Action, it displays me the "Grouping" field and the "Involved Persons" tab values correctly.
But when I toggle from Display to Change, the value in "Grouping" and the "Involved Persons" tab vanishes.
Can you please check in your system and let me know if you also face this issue?
Thank you in advance,
Vaishnavi

Hello Keerthi,
Thanks for your reply.
Please follow the below mentioned steps.
1) Change your time zone to a different time zone other than the created time zone of the action.
say if action has been created in London time zone, change system zone to some other than London.
2) Change the Settings in PLMD_AUDIT tcode (face like icon) to Display
3) Open any audit WITH ACTION.
4) When you double click on Action inside the audit, the action will be opened in Display mode.
5) Now toggle between Display and Change.
6) Kindly check if the values in the "Grouping field" and BUPA roles in "Involved Persons" tab are present now after toggling?
Please let me know at the earliest.
Your assistance is highly appreciated in this regard.
Thanks in advance,
Vaishnavi

Similar Messages

  • How to change the capture resolution of CaptureDevice and toggle between front and rear camera

    Hi. I'm using Visual Studio 2013, and the Windows Phone App template. I'm using the Microsoft.Devices / CaptureVideo API to capture video. I now want to set the resolution to capture the video in a specific(available) resolution. How do I do that?
    Code snippet reference to API:
    CaptureVideo vcDevice = CaptureDeviceConfiguration.GetDefaultVideoCaptureDevice();
    and I also want to put a button there to toggle between front and rear camera. If I click the button, and the rear camera is currently active, the front camera must become active and vice versa. How do I do that with this API?
    Thank you.

    visit this page to know how.
    http://stackoverflow.com/questions/25466088/how-to-switch-to-front-camera-in-windows-phone-8-1-winrt-jupiter

  • E72 - How to toggle between portrait and landscape...

    Some games refuse to run by displaying "This game is not supported in landscape mode. Please turn your handset to portrait mode".
    How can I toggle between landscape and portrait modes in Nokia E72?

    You can't do that because of the screen orientation which is landscape only in case of E72, E71, E5.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • Toggle between Rosetta and Universal

    I just installed Flip4mac wmv, in the post is suggested that I select Rosetta in the Get info panel that all went well and I was able to watch the wmv file, no problem.
    My question is how do I get out of or toggle out of Rosetta back into Universal. I have looked on different sites, I must have missed something, I can't seem to figue out how to do this.
    Please excuse my lack on knowledge, this is my second week on a Mac.
    Many thanks.

    I went into Quicktime and was able to select Get Info to change to Rosetta, yet there is no option to go back to universal. What I m reading on the posts that suggested that you can toggle between Rosetta and Universal, or am I misreading that.?
    My Mac Pro is Intel chipped.

  • What is the difference between task and change request?

    Hi all
    What is the difference between task and change request?
    thanks all

    Dear Ispit,
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/19/3f5bf8a4b011d285090000e8a57770/content.htm">Request Types and Task Types</a>
    <a href="http://help.sap.com/saphelp_sm32/helpdata/en/dd/cc86a571464559a2685a404397065b/content.htm">Change Transactions in Change Request Management</a>
    For more information about the SAP Change and Transport System (CTS), visit the following link:
    http://help.sap.com/saphelp_nw04/helpdata/en/57/38ddff4eb711d182bf0000e829fbfe/frameset.htm
    Transport Request is generated in following scenarios:
    1. Customizing Request - When doing or changing some customization.
    2. WorkBench Request - When configuration is cross-client. Eg Generating new Table, making changes in access sequence, Abap development, etc.
    Transport request is not generated for Master Data. For eg: Customer Master, Material Master, price master, etc.
    Benefit of Transport Request:
    SAP Landscape normally has 3- Tier system:
    Development Server - Where customization takes place. Transport request is generated at this level & then first transported to Quality server for testing whether it meets the requirement or not. Once the requirement is met in Quality server then Request is transported from Development Server to Production Server (Actual / Live System)
    Quality Server - Mainly useful for testing.
    Production Server Actual / Live server, where the real transactions are created & posted.
    Procedure to Release & Transport Request:
    1. In development server, go to T.Code: SE10 & select the check box Modifiable & enter
    2. In the next screen, you will see list of transport request created.
    Note: Transport request consist of main request along with sub request. These sub request hold the object to be transported.
    3. Expand the main request & you will be able to view the sub requests attached to main request.
    4. First release the sub requests.
    Note: To release the request, select the request ni & click on release request individually (Do not select release all request)
    5. Next release main request.
    6. Once the request is released sucessfully, imform the basis person to import the request to QA server.
    or
    If the authority is with you, through T.Code: STMS, select development server --> select request no & release to QA server. Here when it pops up client no, user id & password, maintain it of QA server & release the request to QA server.
    Reward points if this is helpful.
    Regards,
    Naveen.

  • Getting remote context to "s1" is toggling between "s1" and "s2"

    I'm on WLS8.1SP4.
    I have an app that runs on my admin server, which communicates to a custom mbean hosted on my cluster (managed servers "s1" and "s2"). Some of the operations in the app send the same message to both "s1" and "s2", and some of the operations target either "s1" or "s2".
    Each time the app needs to connect to the mbean on a specific server, it gets the remote context to the server, using the Environment object, setting the provider URL to the URL for that server (I've watched this in the debugger). From that remote context, it does the JNDI lookup, gets the RemoteMBeanServer object, builds the ObjectName for the attribute (most of the calls are just attribute get/set calls), and then calls "getAttribute()" on the remoteMBeanServer. This all seems ok.
    Here's where something goes wrong. What I see happening is very odd. When the application first starts, it makes a set of calls specifically to "s1" and "s2". This first set of calls appears to be ok. However, when I make it go through the same set of calls again, all the calls that specifically build a URL for "s1" actually end up calling "s2". I can verify this by monitoring the debug output in the "get" methods in the mbean code. When I make it go through the calls again, it does them correctly. It very consistently toggles back and forth between "s1" calling "s1" and "s1" calling "s2".
    I'm at a loss to understand why this is happening.
    My admin server (where the main app is running) is Win2k Server, and the managed servers are Solaris 8.
    I've managed to repeat this on a different domain, but hosted on the same distribution and set of servers.
    I filed a ticket for this, and the engineer is working on building a test case to see if they can repeat this.
    I tried one experiment they wanted me to try, by adding the admin server to the cluster, effectively making the main app communicate to "s1", "s2", and "adminServer". What I saw happen with this configuration is that calls to "adminServer" always went to "adminServer", and the same with "s2". The calls to "s1" continued to toggle between "s1" and "s2".

    Minor clarification: I realized that the domain this is on is actually running 8.1SP2 (not SP4).

  • I cannot toggle between front and rear cameras on my iPad 4; any ideas?

    I cannot toggle between front and rear cameras on my iPad 4; Any ideas?

    Make sure IOS is updated to latest version
    Reboot device by pressing both the home button and sleep/wake (power) buttons at the same time for 10-15 seconds until the apple logo appears on the screen, then let go.
    If that doesn't work then reset the device by going to settings/general/reset/reset all settings

  • Agent Desktop's agent state toggles between "ready" and "reserved

    Hello and thanks for all of your past help.  I have a user whos'e Agent Desktop's agent state toggles between "ready" and "reserved when no calls are coming in to he IP Phone 7941 or 7961.  Can anyone help?
    Thanks, Chet

    Is the agent's phone actually ringing at all? If not I suspect the IP IVR ports are unable to call the agent. UCCX tries to send a call to the agent so it sends the reserve event to the agent and then tries to send the call to the agent but is failing so it cancels the event flicking the agent back into ready. Perhaps check to make sure that the ports have an appropriate calling search space to call the agent extension. Maybe configure a phone the same as the IVR port and check to see if you can call the agent extension?
    Cheers,
    Nathan

  • Every time I toggle between silent and regular sound the sound effects disappear on mail how do I fix it?

    Every time I toggle between silent and regular sound the sound effects disappear on mail how do I fix it?

    With headphones?
    With speaker?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                              

  • UCCE 8.5 Sometimes Agents state toggles between Ready and Reserved

    Hi,
    Sometimes Agents state toggles between Ready and Reserved.
    Our System is UCCE 8.5 and components versions are ICM 8.5.4, CVP 8.5, CM 7.1.
    If Help we use QueueTOSkillGroup node with requery.
    thanks

    Hi,
    If agent is getting Reserved and if the call did not arrive to the agent, there few things we need to check like
    * This mostly happens only for few agents with similar series of Extension (like 5XXX)
    * Phone which has this problem, you need to check the Partition/CSS setting from CUCM side
    * You can check Device Target is configured for that Extension (mostly people use Agent Targeting Rule with the range of    Extensions, make sure this exension is covered in that range)
    * You can check in you CVP, whether you have Routes configured for this series of extensions.
    But usually if this kind of instance happened for an agent for 2 call, the Agent should be moved into NOT READY state automatically by the system with the Reason code 50010.
    Are you sure they are going to Ready state ? Are they manually chaning the state to Ready state or it is automatic
    There are lot of posts in the forum with similar issues
    Regards,
    Senthil

  • Diffenence between task and change request

    What is the difference between task and change request? Is it possible to release a change request without releasing a task?

    Tasks are a level under the change request.  You can have multiple tasks under each change request.  You can release a task without releasing the change request, but not vice versa.
    Regards,
    Rich Heilman

  • Difference between Customazation and Change request

    Hi All,
    Can anyone please describe the difference between Customazation and Change request?
    Please provide with 2-3 examples with scenarios.
    Edited by: 994943 on 20-Mar-2013 19:14

    Hi All,
    Can anyone please describe the difference between Customazation and Change request?
    Please provide with 2-3 examples with scenarios.
    Edited by: 994943 on 20-Mar-2013 19:14

  • Difference between Using and Changing

    hi,
    while defining subroutines, what is the exact difference between Using and Changing?
    when we pass by reference we can use both and while passing using value we can use both + Value (VAR).
    Then what is the exact difference between two?
    Also, what is formal parameter?q
    Moderator message - Please do not ask or answer basic questions - thread locked
    Edited by: Rob Burbank on Dec 14, 2009 3:31 PM

    Hi C`hinmay,
    When a subroutine is called with "USING" you can make use of the value inside your subroutine but you cannot change the value. With CHANGING you can CHANGE the value too. Formal parameter is the PARAMETER NAME used while defining the interface of a Subroutine.
    Regards,
    Ravi.

  • Cannot toggle between 2g and 3g

    Im from Sri Lanka and my carrier is Dialog. Im unable to toggle between 2G and 3G. Since the 3G signal strength is sometimes weak it drains alot of battery. Please help...

    dulan1086 wrote:
    But doesnt all the other phones (Nokia, Samsung, HTC etc) have it as a device update? It would be easier for the users. We pay for the phone not the carriers
    You pay the carriers to use their network. They set the terms for that. If an iPhone does not meet your needs sell it and buy a phone that does.

  • No toggle between 2g and 3g ... battery life has decreased

    will there b any option to toggle between 2g and 3g in future ? because till ios 8.0.2 update there is no toggle option to switch your network to 2g  and in areas where 3g network is not good the battery life of iphone has decreased significantly.. including mine and many of my friends.. we have wifi at our home and we dont need any cellular data.....

    It's highly unlikely. All supported carriers operate 3G/HSPA+/LTE networks. Most are in the process of completely killing off their 2G/EDGE networks.

Maybe you are looking for

  • I have os x 10.6.6 and I need to remove a partition from boot camp and I no longer have a boot camp assistant...HELP!!!

    HELP!     You've heard of builders who never get their house finished?  Well, I have a husband who could do this and a friend of my husband's who can also but they REFUSE to help me or at least keep forgetting (conveniently).  I'm at wits end and am

  • Bt customer being charged when trying to sign up f...

    I am a BT Broadband and land line customer and have tried all morning to set up BT Sport on my sky box and p.c. without any luck. When I try to subscribe BT Sport to my sky tv it says I have to pay £15.00 one off payment followed by £12.00 monthly pa

  • Filename Character Limit?

    I've got an action that takes a file and spits it out to gif and jpeg, but when it does so it clips the filename of the original psd if its over like 29 or 30 characters (for example: "31character_long_filename_blahblah.psd" becomes something like "3

  • Trying to install software!!!!

    As soon as I put the disk in the slot drive it pops right back out!!! Can anyone help?! Why is it doing this and how can I make it stop and begin the install???!!!!!

  • How to add imort cash delivery duty to material cost

    Dear Friends, The requirement is like this: We pay some import duties on cash on delivery basis. How could it be added to the material cost?We can not add it on PO as we get the invoice (like courrier charges) on delivery basis. Can we put it during