Default Date in IT0041 On Executing Promotion Actions

Dear Colleagues,
I have written a Dynamic Action for defaulting the Promotion date in IT0041. It's working perfectly fine.
However system is throwing an error on executing Promotion action for the same employee second time.
Here client wants that the latest promotion date should get defaulted in IT0041.
Please guide.
Regards,
Garima

Yeah..sure.
It's actually giving that Date Type is already maintained...
Code is
04 81 PT001P-MOLGA='40'
04 82 P P0000-MASSN='05'
04 83 I  COP,0041,,,(P0000-BEGDA),(P0000-ENDDA)/D
04 84 W P0041-DAR07='R5'
04 85 W P0041-DAT07=P0000-BEGDA

Similar Messages

  • Default date type for IT0041 in action

    Hi,
    I configure feature DATAR to set 01 as default date type for IT0041, but when I do hiring action, default date type will be 01,02,12.
    Don't know where to change the default.

    Hi,
    Please verify if there is any dynamic action in table V_T588Z set-up for same which may cause override over default.
    Also, verify if your DATAR feature is set up correctly for relevant country grouping and activated.
    Thanks,
    Ameet

  • Defaulting Date Types in IT0041

    Hi All,
    I have a issue in defaulting Date Types in IT0041,
    There is a feature DATAR for defaulting Date Types in IT0041. When I create new IT0041 by PA30, values from feature DATAR is getting defaulted.
    But, when i run Hiring Action and at that time vaules from feature DATAR is not being called, its defaulting some other date types.
    Is there any other place where Date Types are defaulted?
    Please let me know if you want any more information
    With Regards
    Shyam

    Hi All,
    Current problem is rectified,
    Solution : I have used INSS instead of INS. In this case values from DATAR is getting defaulted
    New issue is there,
    Some dynamic action is automatically updating with Date Types those which are not there in DATAR. I dont know from where these values are being picked....
    I will continued my research and let you guys know the status.
    I request others to share their thoughts..
    Regards
    Shyam V

  • Default Data Is Executed When in the GTS Interface

    Hello,
    I just want to confirm with the group of when the Default Data is executed in the GTS Interface.  When the interface is running on the GTS-side, there are several user exits (BaDIs) that are available. Does anyone know if the Default Data is executed prior to the BaDIs or is it last in the interface thread?
    Please let me know.
    Regards, Dean.

    Hi Dean,
    The easiest way (in terms of not using Implicit Enhancements or hacking the standard code) will be to use the BAdI to re-run the DP for the field in question, and over-write the proposed value - building on your response to Dhilipan.
    Provided the DP configuration won't change - and realistically you have to make that assumption - you can select the data from table /SAPSLL/DPDATA, using the fields:
    GENPRO - the DP procedure
    LGREG - the Legal Regulation
    TARGET - the target fieldname
    DPFCMB - the Field Combination name
    DPKEY - the values of the fields in that Combination
    The new value is to be obtained from field DPVALTRG.  Obviously it's simpler to code if you only have one Field Combination in the access.  Hopefully you are (or have) a reasonably good developer?
    Hope that helps - and thanks for scoring my answer anyhow!
    Regards,
    Dave

  • Default data adaptor error when deploying a war file in weblogic

    Hi All,
    Newbie here with a few questions regarding the deployment of OPA 10.1. Really hoping you guys can help...
    1) I'm attempting to deploy an unexploded web-determinations.war file on WebLogic. Thanks to this forum I've got past the issues of "rulebase directory not found" etc. However, i'm now faced with an issue which I can't find any info on. Please see below.
    3672074 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN com.or
    acle.determinations.web.platform.controller.actions.StartSessionAction - Could not instansate defau
    lt data adaptor
    java.lang.NullPointerException
    at java.io.File.<init>(File.java:194)
    at com.oracle.determinations.web.platform.plugins.data.XDSDataAdaptor.<init>(XDSDataAdaptor.
    java:55)
    at com.oracle.determinations.web.platform.controller.actions.StartSessionAction.createInterv
    iewSession(StartSessionAction.java:173)
    at com.oracle.determinations.web.platform.controller.actions.StartSessionAction.getResource(
    StartSessionAction.java:66)
    at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet(WebDetermin
    ationsServlet.java:67)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.
    java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.oracle.determinations.web.platform.util.CharsetFilter.doFilter(CharsetFilter.java:46)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletC
    ontext.java:3393)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2
    140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    I've got the following entry in the application.properties file too...
    # Default XDS data adaptor file path
    #xds.file.path =data
    From what we can see we believe the code is getting a null pointer because of the following method in the WebDeterminationsServletContext class.
    public String resolveFullPath(String path)
    File f = new File(path);
    return f.isAbsolute() ? f.getAbsolutePath() : this.servletContext.getRealPath(path);
    We believe the getRealPath(path), highlighted in red, is returning null. Any ideas how we can resolve this?
    2) The second issue I'm facing is with regards the plugins.libraries property in the application.properties file. I've got the entry as
    plugin.libraries =DataAdaptor.DA;
    which should point to our customised data adaptor. However I'm getting the following error.
    4242994 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN com.or
    acle.determinations.web.platform.servlet.WebDeterminationsServletContext - Can not find class: Data
    Adaptor.DA
    4243025 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN com.or
    acle.determinations.interview.engine.local.LocalInterviewEngine - Can not find class: DataAdaptor.D
    A
    3) Also, does anyone know if it's possible to deploy a web-determinations.war file containing additional internal application code? What we're attempting to do is deliver a single war file which not only holds the web determination code but also all the code for an application which wraps the OWD within it. At present this just isn't working. I'm not sure what the conflict is exactly. The only way i seem to be able to get this working is by deploying the code in two seperate war files.
    Any help on these issues would be greaty appreciated.
    Thanks,
    Taj

    (2) is being caused because your data adaptor plugin is not installed properly. The jar that contains your plugin needs to go in the WEB-INF/lib directory and you must specify the fully qualified class name in the plugin.libraries property of the application.properties file.
    If you haven't provided a custom data adaptor, Web Determinations will configure and attach the default one for use instead, which is file based. If you are deploying to WebLogic as an unxeploded war, you must configure the directory the default data directory the plugin will uses by specifying an absolute path that your instance of Web Determinations has read/write permissions to in the xds.file.path property of the application.properties file. In your case (1) is basically being caused by (2) since if the your data adaptor was loaded correctly the default one wouldn't load at all.
    As for (3) yes it's likely possible, provided you don't have library conflicts. How it's done really depends on what these additional customisations consist of.

  • Essbase default data clears taking place during FDM Batch Processing

    We have been trying to avoid the default FDM Essbase database clears (which are coded into the LOAD Action scripts) by writing our own data clears and adding them to one of the event scripts. This was to ensure that the data clear took place against the correct members/point-of-view.
    However, when using the Batch Processing functionality of FDM Workbench, we are seeing unexpected data clears taking place, indicating that FDM is still executing the default data clears. Is there any way to disable these? We also want to ensure that our own data clears are still executed (they are in the "BefExportToDat" event scripts). Please advise!
    These are the unexpected Essbase application log entries we are seeing:
    +[Fri May 25 17:39:45 2012]Local/Monthly/Monthly/admin@Native Directory/140266738562816/Info(1012555)+
    +Clearing data from [Period 10] partition with fixed members [Entity(B1110); Scenario(Current Year)]+
    +...+
    +[Fri May 25 17:39:46 2012]Local/Monthly/Monthly/admin@Native Directory/140266738562816/Info(1012555)+
    +Clearing data from [Period 10] partition with fixed members [Entity(B1110); Scenario(Current Year)]+
    +...+
    +[Fri May 25 17:39:47 2012]Local/Monthly/Monthly/admin@Native Directory/140266738562816/Info(1012555)+
    +Clearing data from [Period 10] partition with fixed members [Entity(B1120); Scenario(Current Year)]+
    +...+
    +[Fri May 25 17:39:48 2012]Local/Monthly/Monthly/admin@Native Directory/140266738562816/Info(1012555)+
    +Clearing data from [Period 10] partition with fixed members [Entity(B1130); Scenario(Current Year)]+
    +...+
    +[Fri May 25 17:39:49 2012]Local/Monthly/Monthly/admin@Native Directory/140266738562816/Info(1012555)+
    +Clearing data from [Period 10] partition with fixed members [Entity(B1140); Scenario(Current Year)]+
    +...+
    +[Fri May 25 17:39:49 2012]Local/Monthly/Monthly/admin@Native Directory/140266738562816/Info(1012555)+
    +Clearing data from [Period 10] partition with fixed members [Entity(B1210); Scenario(Current Year)]+
    +...+
    +[Fri May 25 17:39:50 2012]Local/Monthly/Monthly/admin@Native Directory/140266738562816/Info(1012555)+
    +Clearing data from [Period 10] partition with fixed members [Entity(B1220); Scenario(Current Year)]+

    Hi SH, yes you are right, I also realised this in the car on the way home! But don't you mean "A" rather than "M" (for append)?
    I have tested this and it appears to be the solution - setting the second character of the fifth segment of the filename to "A" has stopped the default Essbase clears from being executed. To summarise:
    To append or replace to data in FDM:
    FDM Web Client: Select "Append" or "Replace" option in drop-down list, respectively.
    FDM Workbench Batch Processing: Set first character of fifth segment of filename to be "A" or "R", respectively.
    To append or replace to data in Essbase:
    FDM Web Client: Select "1 - Merge" or "0 - Replace" option in drop-down list in Export stage of workflow, respectively.
    FDM Workbench Batch Processing: Set second character of fifth segment of filename to be "A" or "R", respectively.
    Thanks for your help!

  • Promotion action run - payroll run - Chng in payroll area in IT1 not allowe

    Hi Friends,
    My client has the following query:
    "One of the employee has been promoted from employee group 2 (Workmen) to employee group (Management Staff).  We have run promotion action now, that is after running pay roll for the month of May 2011.  Now it is not allowing to change the pay roll area in orga. assignment effective from 01.04.2011,  please do the needful on priority to run pay roll for the month of May 2011."
    Can anyone please help me and let me what needs to be done in such cases.
    Eagerly awaiting your reply.
    Thanks in advance.
    Regards,
    Evangelist@

    Hi,
    As you said that you have already configured ABKRS feature for defaulting payroll area based on your employee group.
    So when you run the promotion action it should actually pick up the default payroll area according to new employee group.
    Are you able to do that? or did you manually change it on IT 0001 screen.
    If you want it to be automatically defaulted then check your feature DFINF it should have value X if you want it from customising or leave it blank if it should be copied form the previous record
    cheers
    Ajay

  • Promotion action - payroll run - not allowing to change payroll area in IT1

    Hi Friends,
    My client has the following query:
    "One of the employee has been promoted from employee group 2 (Workmen) to employee group (Management Staff).  We have run promotion action now, that is after running pay roll for the month of May 2011.  Now it is not allowing to change the pay roll area in orga. assignment effective from 01.04.2011,  please do the needful on priority to run pay roll for the month of May 2011."
    Can anyone please help me and tell me what needs to be done in such cases.
    Eagerly awaiting your reply.
    Thanks a ton..
    Regards,
    Evangelist@

    Hi,
    As you said that you have already configured ABKRS feature for defaulting payroll area based on your employee group.
    So when you run the promotion action it should actually pick up the default payroll area according to new employee group.
    Are you able to do that? or did you manually change it on IT 0001 screen.
    If you want it to be automatically defaulted then check your feature DFINF it should have value X if you want it from customising or leave it blank if it should be copied form the previous record
    cheers
    Ajay

  • Unable to set default date for Date Picker item using Auto Row Processing

    Okay, I have searched through the forum for an answer, and have not found a thing to account for my problem.
    First, does anyone know if using Auto Row Processing has problems updating an item/field in a record where the Source is defined as Database Column if the 'Display As' is defined as 'Date Picker (MM/DD/YYYY)'?
    I ask this only because I found out the hard way that Auto Row Processing does NOT fetch the value for an item where the field is defined as TIMESTAMP in the database.
    My problem is as follows: I have a form that will CREATE a new record, allowing the user to select dates from Date Pickers, text from Select Lists, and entering in text into a Textarea item. The information is saved using a standard (created through the Auto Row Processing wizared) CREATE page level button. After the record is created the user is able to go into it and update the information. At that time, or later, they will click on one of two buttons, 'ACCEPT' or 'DECLINE'. These are Item level buttons, which set the REQUEST value to 'APPLY' (Accept) and 'UPDATE' (Decline). The Accept button executes a Process that changes the Status Code from 'Initiated' to 'Accepted', and sets the Declined_Accepted_Date to SYSDATE, then another Process SAVEs the record. The Declined button runs a Process that changes the Status Code from 'Initiated' to 'Declined', and sets the Declined_Accepted_Date to SYSDATE, then another Process SAVEs the record.
    However, even though the Status Code field is updated in the database record in both Accepted and Declined processing, the Declined_Accepted_Date field remains NULL in the database record (by looking at the records via SQL Developer). WHY??? I looked at the Session State values for both the Status Code and the Declined_Accepted_Date fields and saw that the fields (items) had the expected values after the process that SAVEs the record.
    The following is the code from the Accept button Page Process Source/Process:
    BEGIN
    :P205_STATUS_CD := 'A';
    :P205_REF_DECLINE_ACCEPT_DT := SYSDATE;
    END;
    As can be seen, the Status Code and Declined_Accepted_Date items are set one right after the other.
    As an aside, just what is the difference between Temporary Session State vs Permanent Session State? And what is the sequence of events to differentiate the two?

    Here's yet another thing that I just looked into, further information...
    One other difference between the date field I am having problems with (Accepted_Declined_Date), and other dates (with Date Pickers) in the record is that the Accepted_Declined_Date never gets displayed until after it is set with a default date when the Accept and Decline buttons are pressed.
    One of the other dates that works, the Received Date, is able to write a default date to the record that is never typed into the box or selected from the calendar. That date is placed into the box via a Post Calculation Computation in the Source, which I set up as: NVL(:P205_REF_RECEIVED_DT,TO_CHAR(SYSDATE,'MM/DD/YYYY'))
    However, I do remember actually trying this also with the Accepted_Declined_Date, and setting the Post Calculation Computation did not work for the Accept_Decline_Date. Could this be because the Accept_Decline_Date is never rendered until the Status Code is set to Declined (in other words, there is no need to display the date and allow the user to change it until the record is actually declined)???
    The control of the displaying (rendering) of the date is set via the Conditions / Condition Type: Value of Item in Expression 1 = Expression 2
    Expression 1 = P205_STATUS_CD and Expression 2 = L
    Does this shed any light???

  • Defaulting Date Parameters

    Post Author: tegage
    CA Forum: Formula
    I have many reports that allow the user to specifiy a starting and ending date range.  I would like the reports to default to all dates.  I can do this by defaulting the start date to "01-01-2000" and the end date to "12-31-2099", but then the calendar tool is useless since there is no TODAY button on the calendar tool and it picks up the default date, i.e., the users will have to do a lot of scrolling through the calendar tool.
    The other way is to make the starting and ending date parameters strings and use values like Today, This Week, This Month,....  and reolve them in the record selection formula.   This would be nice, but then if the user wants a specific date range, they don't have the calendar tool to use.
    Is there a way to take advange of the user-friendliness of string values and still have the calendar tool to use?

    Post Author: tegage
    CA Forum: Formula
    Thanks much for the response. 
    I had done exactly what you described - I had a string parameter for Today, This Week, etc and a set of date parameters - Starting and Ending Date.  But, in order to use the Starting and Ending dates in a formula, I had to provide them a default value - leaving them blank causes the record selection formula to explode.  The issue here is that the calendar tool picks up the default value instead of showing today's date. 
    I did more web surfing and found the answer on the Business Objects web site.  The solution let me do what you suggested AND keep the Starting and Ending date parameters as Date types and defaulted to blank by making them optional parameters.
    From the Business Objects web site (why isn't this stuff in the user's guide?):
    2.  Control over default values.
    3.  Request for an 'ALL' value.
    Both of requirements 2 and 3 are met with the new optional parameter feature of CR 2008.  When a parameter is flagged as 'optional', the report can execute without that value being set.  The trick here is that any formula that attempts to reference an optional parameters that doesn't have a value set will return an error.  So we've introduced the new HasValue() function which allows you to check and see if the parameter has a value. 
    This is really powerful, because now you can reference your parameters indirectly through another formula (or custom function) that checks if the parameter has a value or not.  If it does, then the formula returns the parameter value.  If it doesn't, then it can return whatever default value you wish.  So if you want the default to be the day before, or last Friday, then you can code that logic into your formula that uses HasValue to check if the parameter has a value set or not.
    Optional parameters were also intended to solve the 'All' problem.  Basically, you want a parameter to participate in a record selection formula only if it has a value.  If it doesn't, then you want that filter to be disabled.  By using optional parameters and HasValue() in your record selection (and new saved data section) formulas, you can include conditions in your filter only if the parameters in those conditions have a value.

  • Default Date Parameters for SSRS Subscription

    I have a SSRS 2008 R2 report running on a Sharepoint 2010 site.
    It has two date parameters (Beginning and Ending Date).
    The defaults of these dates are calculated correctly when running interactively.
    For example:
    =DateAdd("d",-28, Today)
    =DateAdd("d",-1, Today)
    However, when you create a subscription the defaults are based on when the report is submitted and not when the report is executed.
    Is there anyway to set a subscription to pull the default parameters every time when executed.
    Thanks in advance.

    Hi miguelh,
    Based on my research, if we specified the report parameters with “Use Report Default Value” is checked in the subscription, we could get the report from this subscription with the default value. The default values are based on the expression when the subscription
    is executed, rather than the time when we create the subscription. If today is 7/21/2014, the Beginning Date is 6/23/2014, Ending Date is 7/20/2014.
    So, please double check you have typed the expressions as the default values in the two date parameters and we have select the “Use Report Default Value” as the parameter values when creating the subscription .
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Increase in pay(Salary)action/ promotion action

    Dear all
    In this action what are the infotypes used in this action request u if you have any document on this pls share
    pls carify is increase in salary action or promotion action are same

    Dear Girish V,
    This is based on your client requirement my suggestion is first see their system which data they are maintaining while running action's like Hiring, Promotion, termination, etc......! then compare or map into SAP system this is best practices every one will follow same......!
    In my current organization my client is following
    Ur's
    Mohan

  • Date Specifications IT0041

    In my selection screen we're attempting to do a select on a specific date type in multiple columns however, with the unique structure of IT0041 if I select for instance 'Z9' in column 2, I may get 10 results. If I select for 'Z9' in column 3, I may get 20 results. If I select for 'Z9' in both positions my result is zero rather than a total of 30 since 'Z9' is not in both positions but in one OR the other hence my problem. Is there a way to search where 'Z9' is in column 2 OR column 3.....  rather than in column 2 AND column 3? Kind Regards.
    Edited by: Regan McCarthy on Jul 1, 2010 12:08 AM
    Edited by: Regan McCarthy on Jul 1, 2010 12:13 AM

    Hi,
    The feature DATAR is used to determine default date types whenever IT0041 (Date Specifications) is maintained. For example, you want date types 01(Benefit start date) and 02(Benefit term date ) to default when IT0041 is created for US employees. You would then use the feature and build decision tree like DATAR>MOLGA>10>01-02.
    The config. path is SPRO>Personnel Management>Personnel Administration>Evaluation Basis>Date Specifications>Determine default date specification.
    Like that way create one more date type in that table T548Y, and give the return values. While creating 0041IT , by default you can get the both date types.((Benefit start date, benefit term date ).
    Regards,
    Devi.

  • Date of origin,Default date-0015

    Hi Seniors,
    Can any body please put some light on Date of origin,Default date-0015.
    How these 2 field have to be maintained and what effect these 2 have on 0015.
    I am having difficulties in maintaining  0015 as any changes made in PA30 deletes the previous record.
    Please update.
    Is it advisable to configure 0015 in ACTION>>DEFINE INFOGROUPS>>INFOGROUPS as till now i have COP-0001,COP-0008.
    After running the change in Pay till 0008 when i try to change 0015 in PA30 the old data is not stored any where and the new data takes its place.
    Thanks in advance.
    Edited by: srssaphr09 on Apr 12, 2011 9:21 PM

    Hi Raj,
    Thanks for the information,the shred information seems to be good.
    Well the issue is there is a PERNR who was hired in the month of FEB and as per his joining bonus he was getting 35000k
    But the negotiation was on and finally the Mgmt decided to make it 50,000.Now the changes has to be done without running the Change is pay,but has to be changed through PA40,but the changes are overwriting the previous record and new record comes into the system,but how to check the old data then,which is required for future purpose.
    Please put some light on the following-The date of origin is by default the last date of the payroll period according to the control record. However you can overwrite it and also put in a PP # and year in which you want that entry to be processed.
    I am in testing phase and the payroll is not been run,the contropll record is set monthly say-01.04.2010-30-04-2010- 1st payroll period.On the above how to go about 0015.
    please share your knowledge.,
    Thanks in Advance.
    Edited by: srssaphr09 on Apr 13, 2011 6:34 AM
    Edited by: srssaphr09 on Apr 13, 2011 6:47 AM

  • Return default data if no data is returned by sql query

    Hi,
    I have a requirement.
    I have an inner query that returns no data. However I still want to return default data (say 'abc'). The below sql does not return anything inspite of using nvl . Please advise .
    select nvl( x.vencode,'abc') vencode
    from
    -- below sql returns no data!
              SELECT a.vencode vencode,
                     a.mid mid,
                     a.title title,
                      ROW_NUMBER() OVER (PARTITION BY a.vencode ORDER BY a.title) rnk
               FROM (
                     SELECT *
                     FROM    (SELECT vencode FROM vendor where login is not null and vencode = 'BKFI'
                                        and login > (sysdate - 90) )
                          CROSS JOIN
                             (SELECT mid, title, ROWNUM num FROM tcommmemos where mid is not null)
                    ) a,        
                   (SELECT * FROM (
                    SELECT v.vencode, tc.mid, tc.title
               FROM
               (select  * from vendor
                     where login is not null and vencode = 'BKFI'
                     and login > (sysdate - 90)) v,
                tcommmemosviewed tcv, tcommmemos tc
               WHERE     v.vencode = tcv.vencode
                     and tc.mid is not null
                     --AND tc.post_date > v.hiredate
                     AND tc.mid = tcv.mid)
                   ) b
                   where a.vencode = b.vencode(+)
                     and a.title   = b.title(+)
                     and a.mid     = b.mid(+)
                     and b.mid is null                               
    ) x              

    Use any aggregate function it'll always return a value even if there no data in the table
    create table r_dummy_1 (a number);
    SQL> select * from r_dummy_1;
    no rows selected
    SQL> select nvl(max(a),1) from r_dummy_1;
    NVL(MAX(A),1)
    1

Maybe you are looking for

  • Cannot uninstall or update itunes

    I am unable to upgrade or uninstall itunes on Windows 7

  • No sound from

    Greeting's all. I recently reformatted my hard dri've, when I reinstalled all my drivers everything went back into my cpu just fine except my sound. I've followed all the instructions in the FAQ several times, but with no luck. I even went and bought

  • Data inconsistency during processing of document

    Hello Team,. I am getting the above message while customization of the Cancellation Invoice. Data inconsistency during processing of document XXXXXXXXX I have defined the S1 Invoice type in the Billing document 'F2'. while cancelling the  Invoice get

  • I need to merge two My BestBuy accounts.

    I bought a Vita 2-9-15 and used a point multiplier coupon as well. (though I forget by how much) Its well pasted the 15 day mark and at this point I guess it was put on my other best buy account. Can someone help me merge the two? Solved! Go to Solut

  • When i make calls people can't hear me but i can hear them and when i switch ti loud speaker they can hear me! can anyone help??

    When i make calls no one can hear me unless i switch to loud speaker! tryed to make an appointment on the apple website when you click iphone it dosent allow you to progress whats the point in having that when it its no use!!! can anyone help in rega