Daily Avg. hrs

hi,
I need to get daily average hours YTD in a report for regular hrs worked and overtime.
i am getting daily hrs by formula created on calendar day -->  calendar day - 398 and key figure hrs.
how can i get avg. for year todate ?
i have hr type, calendar day etc in query.
can some one suggest ? please advise its important.
thanks,
KS

Hi
it is my idea i am sharing with u if it works fine other wise please excuse
1)first u create the YTD customer exit by using the customer exit by using the function module FIRST_AND_LAST_DAY_IN_YEAR_GET now u r getting days  u can treat these days kf with dataelement as number
2) any way i think u getting the time for day working hours based on that if it is hours as keyfigurs then  for each day u r getting daily hours
3) now u go for the CKF with no of days * working hours now u r getting the total working hours for the
   total days of hours
4) now once again use that total hours ckf
as below
total hours ckf/total days= averge hours of all days
it is purely my thoght pls
Thanks & regards
sathish
Thanks

Similar Messages

  • Error in Creating WS Rule (Manual)

    Hi,
    I face a customizing error reading 'Customizing Error in Work Schedule Rule 2 T2 01 WSRTAP2 ' while creating WS Rule. Details are as below:
    I. Public holidays - Independence Day, Gandhi Jayanti & Republic Day with fixed data were created & then assigned to public holiday calendar T2 which was copied from entity IN in the public holiday calendar list & then customized
    II. The Public Holiday calendar T2 was then assigned to Personnel Area TRS2 & subarea HRA0 through the following IMG Path: Time Management -> Work Schedule Rules & Work Schedules -> Define Groupings for Public Holiday Calendar
    III. PSA Grouping 01 assinged to Personnel Area TRS2 & PSA HRA0 through the following IMG Path: Time Management -> Work Schedules -> Personnel Subarea Groupings -> Group PSAs for the Work Schedules
    IV. Break TAP2 with Grouping 01 & 9.0 hrs as working hrs created as a new entry for working days
    V. Defining a Daily Work Schedule:
    1. A Daily WS named WST2 was created as a new entry with following details & through its IMG Path (Time Mgmt -> Work Schedules -> Daily Work Schedules -> Define Daily Work Schedules): DWS Grouping = 01, Daily Work Schedule Code: WST2, DWS Selection Rule = 01, Planned Working Hours = 09.00 hrs, Planned Working Time = 09:00 to 18:00, Begin Tolerance = 08:50 to 09:10, End Tolerance = 17:50 to 18:10, Work break Schedule = TAP2, Daily WS Class = 1, Reaction to Overtime = W (Warning), Break Assigned = TAP2
    2. Another DWS named WOT2 with no planned working hours created as a new entry for weekly offs with same properties as for Daily WS WST2
    VI. Generating a Period Work Schedule:
    1. DWS WST2 assigned for week days starting from day 001 and DWS WOT2 assigned to week off (day 007) to the Period WS named PWST with PWS Grouping 01, Week No. 001
    VII. Generating WS Rule:
    1. Defined ESG Groupings from the IMG Path: Time Mgmt -> Work Schedules -> WS Rule & WS -> Define Employee Subgroup Groupings & assigned ES Grouping 2 (Salaried Staff)
    2. Country Grouping 40 (for India) assigned as country crouping (Determine Work Area Entry window) to Group Ee Subgroups for Work Schedules & ESGGrouping 2 assigned to employee subgroup T (Active, Monthly Salaried)
    3. Defining Groupings for Public holiday Calendar: (IMG: Time Mgmt -> Work Schedules -> WS Rules & WS -> Define Groupings for Public Holiday Celendar): Calendar T2 has already been assigned to personnel area TRS2
    VII. Set Work Schedule Rules & Work Schedules:
    1. WSRTAP2 being generated as WS rule with PS Grouping 01, Holiday Calendar T2, Daily Working Hrs 9.00, Weekly working days 06, Weekly working hrs 54, Montly working hrs 234.00, Annual Working Hours 2808.00 & PWST as the period work schedule.
    VIII. Generating WS Manually (IMG Path: Time Management -> Work Schedule -> WS Rules & WS -> Generate WS Manually)
    1. Ee Subgrouping: 2 (Salaried)
    2. Holiday Calendar: T2
    3. PSA Grouping: 01
    4. WS Rule: WST2
    5. Period: 022010 to 129999
    ERROR
    'Customizing Error in Work Schedule Rule 2 T2 01 WSRTAP2 
    type this error in search forum   There are lot of threads relateing to this issue
    Some where Grouping problem of the below
    1. Ee Subgrouping: 2 (Salaried)
    2. Holiday Calendar: T2
    3. PSA Grouping: 01
    4. WS Rule: WST2
    Edited by: Sikindar on Mar 28, 2010 9:27 PM

    Appreciate your feedback on this. This error comes on weblogic 10.3
    Thanks
    Hareendra

  • ADF: Marker Texts Overlapping in Dual Y Graphs

    Hi,
    I am using a dual Y graph using ADF in which multiple series will be displayed in a graph.
    However, I am facing some issues in with the Marker Texts of different series as these are overlapping with one another.
    Please see my code snippet below :
    <dvt:comboGraph id="graph1"
                value="#{bindings.QuotesRcptToStartVwView11.graphModel}"
                subType="COMBINATION_VERT_ABS_2Y" customLayout="CL_NONE"
                shortDesc="oq 1" dynamicResize="DYNAMIC_SIZE"
                styleClass="AFStretchWidth"
                inlineStyle="width:100%;height:100%">
        <dvt:markerText rendered="true" markerTextPlace="MTP_OUTSIDE_MAX">
            <dvt:graphFont name="SansSerif" size="10" color="#000000"
                   bold="true" italic="false" underline="false"/>
            <dvt:y1Format id="y1Format1g9" autoPrecision="off">
            <af:convertNumber/>
            </dvt:y1Format>
        </dvt:markerText>
        <dvt:markerText rendered="true" markerTextPlace="MTP_UNDER_MARKER">
            <dvt:graphFont name="SansSerif" size="10" color="#000000"
                   bold="true" italic="false" underline="false"/>
            <dvt:y2Format id="y2Format1g9" autoPrecision="off">
            <af:convertNumber/>
            </dvt:y2Format>
        </dvt:markerText>
        <dvt:background>
            <dvt:specialEffects/>
        </dvt:background>
        <dvt:graphPlotArea/>
        <dvt:seriesSet defaultMarkerType="MT_LINE">
            <dvt:series index="0" assignedToY2="false" markerType="MT_BAR" color="#000000"/>
            <dvt:series index="1" assignedToY2="false" markerType="MT_BAR" color="#31859C"/>
            <dvt:series index="2" assignedToY2="true" markerColor="#ff0000" color="#ff0000"/>
            <dvt:series index="3" assignedToY2="true" color="#3ADF00"/>
            <dvt:series index="4" assignedToY2="true" color="#FF8000"/>
        </dvt:seriesSet>
        <dvt:o1Axis/>
        <dvt:y1Axis/>
        <dvt:y2Axis/>
        <dvt:legendArea automaticPlacement="AP_NEVER" position="LAP_BOTTOM"/>
        <dvt:legendTitle text="Legends"/>
    </dvt:comboGraph>
    Also, is there any way to form a table representation of this graph as displayed below?
    Week No
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    No. Rec'd
    12
    72
    142
    129
    260
    190
    112
    118
    93
    92
    146
    104
    39
    No. Ack
    26
    68
    96
    114
    127
    157
    132
    163
    92
    96
    92
    81
    156
    Avg Hrs To Ack
    209
    185
    142
    112
    187
    180
    236
    150
    161
    176
    218
    146
    80
    Overall Avg Hrs
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    Goal Hrs
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    Thanks,
    Liyakath

    Hi,
    Please see my response on this thread on how to achieve this with a relational data control:
    Re: Drilldown in ADF DVT charts using data control
    Thanks
    Katia

  • Why do we need the table TCURF?

    Hi Friends,
    Can't we get our currency translation job done without our sweet currency factors table TCURF. Say we want to convert fig's from FROM curr to TO curr at Daily avg rate (M) and we have an exchange rate as 2,642.34. Factors for this currency combination for M in TCURF are say 100,000:1.
    Now my question is can't we have an exchange rate of 0.02642 and not at all use the factors from TCURF table?.
    I suppose we have to still maintain factors as 1:1 in TCURF table if we are using exchange rate as 0.02642. am I right?. But why is this so?. Can't I get rid off TCURF.
    What is the use of TCURF co-existing with TCURR.
    Please enlighten me!!
    Thanks
    Raj

    Hi Simon,
    So now I can say to whole word what is the use of TCURF existence....am I right!!
    Thanks you for sharing the knowledge.
    Rgds
    Raj

  • Difference between Cl. balance & Op. balance in Retained Earning A/c (ECCS

    Hi,
    We have an issue in EC-CS Consolidation.
    Retained Earnings (RE) Closing balance is not matching with opening balance of next year.
    I noticed that there are some postings in one FS item - 300950: Net Income-Current Year for Consolidation, which caused the difference in Closing & Opening balances.
    Unit Item SIC Subitem PU PL Aptn Tran DT TC TC value LC LC value GC value
    000350 300950 00 USD 86,588.24 USD 86,588.24 103,894.64-
    000350 300950 00 1 USD 0.00 USD 0.00 196,806.22
    Amount 196,806.22 is the difference value. When I drilled down on this amount, there are postings with posting level '00' & Translation indicator '1' in few periods as below which added to 196,806.22.
    Ledger E1 Group currency CAD Cons unit 000350
    FS item 300950 Subitem category Subitem
    Partner unit Cons group Investee unit
    Orig. CC Posting level 00 Apportionment 0
    Translation 1 Document type Acquis.year
    Period of acq. 000 Trans.currency USD Unit of measure
    Local currency USD
    Per TC value LC value GC value
    0.00 0.00 0.00
    1 0.00 0.00 0.00
    2 0.00 0.00 0.00
    3 0.00 0.00 0.00
    4 0.00 0.00 0.00
    5 0.00 0.00 0.00
    6 0.00 0.00 762.38-
    7 0.00 0.00 817.07-
    8 0.00 0.00 37,441.32
    9 0.00 0.00 68.46
    10 0.00 0.00 973.35-
    11 0.00 0.00 161,044.45
    12 0.00 0.00 804.79
    0.00 0.00 196,806.22
    I came to know that these differences are due to translation.
    Can any one please let me know in detail how to rectify this issue.
    Thanks a lot!!
    Hari
    Cross post

    Continuing to below thread, we observed that these difference are due to posting to FS Item / GL Account - FX Gain/Loss-Unreal.
    When the posting happens, for reference value, system is translating at exchange rate type 'M' (Daily avg rate) and for GC value, system is translating at exchange rate type '0012' (Monthly avg rate).
    Due to different translation rates, translation differences arise. This translation difference is causing variation between closing balance and opening balance in Retained Earnings.
    Other FS items are also having translation differences, however these differences are not causing any problem.
    Please let me know how to carry forward these translation differences to Retained Earnings Opening balance
    Regards
    Hari

  • Capacity Planer Group --- Maintenance work center

    Hi,
    I have a query
    1. like do we have to create capacity planner groups same as the planner groups in equipment master data....Do they have any link??
    2. What would be the start time and end time in maintenance work center, for 24 hrs open manufacturing industry with 3 shifts???
    thanks
    DM

    Hello Deepak,
    There is no relation between capacity planner grp & Maintenance planner group...These are 2 different things..
    Now the work centers can be defined for the technicians if  HR module is not implemented...
    To perform the capacity planning for the technicians, there daily working hrs must be maintained in the system..Though the maintenance is working for 24 hrs,Single technician cannot work for entire 24 hrs..
    Hope this will help..
    Thanks

  • Change of infotype 0007 is  causing the   infype 0488 to be change

    hi,
    Its regarding HR Singapore Public Leave Scheme , infortype 0488.
    There are 2 leave schemes :
    1. 1979 leave scheme (28 days)
    2. 2004 leave scheme (21 days)
    When CHANGE the Planned working time (infotype 007) (thru Pa30 ) from 100 percent to 50 percent and the daily working hrs from 8 hrs to 4 hrs .
    the leave scheme automatically changes from 1979 leave scheme to 2004 leave scheme( it0488).
    By right the infotype 0488 should be the same.
    Did anyone came across this problem.
    Can anyone advice me regarding this issue.
    regards,
    Sangita.

    Hi Sangita,
    Although I dont have personal experence on this issue, however this typically points towards a dynamic action.
    Please check from T588Z view whether there is any dynamic action configured on change of infotype 0007 - which triggers change on the other infotype.
    Cheers,
    Aditya

  • Overtime Calculation for California Employees

    Hi Everyone,
    My Client has 5 company codes. Here we dont differentiate the personnel areas and personnel subareas. For example these 5 company codes are namely 1000,1100,1110,1200 and 1230. So the personnel areas are also namely 1000,1100,1110,1200 and 1230. Similarly the personnel subarea are also same. The reason is the client do not want to create the structures as they dont feel to have.
    They have salaried non exempt and hourly non exempt. They are using CATS time sheet for time entry.
    They would like to capture Overtime automatically for the above category of employees if they belong to California. They can be from any company code but if they belong to california then the OT applies as
      OT is > 8 Hours/day or > 40 worked hours/week
    Double time is for > 12 hours/day
    We dont have anything thing which identifies that an employee belong to CA. what do I need to do for identifying that an employee belongs to CA and also
    Can any one let me know what to be done in TM04
    Regards,
    SAP HCM Consultant

    1. In TM04 there 2 subschema to calculate OT, analyze it and understand. Also there are couple of threads in the forum regarding the same. Check it out...I've responded few month back to someone similar query. Search with subschema name.
    COPY  TW15                  Overtime after x hours/day   
    (in this PCR if hrs are greater than IT0007 daily working hrs,  TO02 has statement COLOP 0040 this is time type for OT)
    COPY  TW30                  Overtime after 40 hours/working week
    ( in this comment out with clock times logic. In TW35, it calls TW04 PCR. In this HRS?COVERT checks if hrs is greater than value in constant OVERT (from T511K). Then if greater PCR generates OT time type COLOP 0040)
    2. After Customizing this rule for every one, the time eval will generate OT wagetype for all employees. You should understand that in Time eval you cannot query address or states from master date. And in payroll you will not have time wagetypes with dates. So you cannot implement daily OT directly in payroll.
    3. In payroll, write rule after ZLIT processing, If the CA is based on work location then read the employee's work address state from P0006 or 
    if  it is resident state then use can function P0207 to get the resident tax authority or read address infotype
    4. In this rule after reading the state, keep the OT wagetype for CA employees, for others either drop the wagetype or move the OT to regular rate wagetype...depending on the client requirement.
    Edited by: Amosha on Jan 14, 2011 10:32 AM

  • Uniform distribution of load

    Hi Gurus
    I want to have uniform distribution of load  against available capacity, How it is possible
    For Example-- I have 100 hrs of capacity for a week (Daily 20 hrs)  and i have only 40 hrs  load of production order.
    Scheduling of production order is done in such way that in 2 days production order is completed.
    My requirement is that  system should distribute load evenly on all days of week i.e. 8 hours per day
    How it is done?

    Hi
    In this case your need to reduce the percentage of utilization in capacity view of the workcenters or define new load situation like normal production. .... under production.
    krishna

  • Submit job to begin at 0230 hrs and run daily

    Hi,
    Oracle version - 10.2.0.4
    Env- Windows 32 bit 2003 server R2
    I scheduled a job with the below command to run on daily basis by exactly 02:30 am but the job is not running as per scheduled, it's running 30 minutes before the schedule.
    Command used to schedule the job.
    DECLARE
    X NUMBER;
    BEGIN
    SYS.DBMS_JOB.SUBMIT
    ( job => X
    ,what => 'TESTJOB(20,20302);'
    ,next_date => to_date('10/08/2011 02:30:00','dd/mm/yyyy hh24:mi:ss')
    ,interval => 'TRUNC(SYSDATE+1)+2/24'
    ,no_parse => FALSE
    SYS.DBMS_OUTPUT.PUT_LINE('Job Name is TEST JOB ' || to_char(x));
    COMMIT;
    END;
    I came to know this when i queried the dba_jobs view last_date column,
    JOB WHAT NEXT_DATE LAST_DATE
    123 TESTJOB(20,20302) 08/17/2011 *02:00:00* 08/16/2011 *02:00:03*
    Can you pls let me know where i am wrong !!
    Thanks
    Edited by: 879545 on Aug 16, 2011 2:22 AM

    879545 wrote:
    ,interval => 'TRUNC(SYSDATE+1)+2/24'Use 2.5 :
    SQL> select trunc(sysdate+1)+2/24
      2  from   dual;
    TRUNC(SYSDATE+1)+2/24
    17-aug-2011 02:00:00
    SQL> select trunc(sysdate+1)+2.5/24
      2  from   dual;
    TRUNC(SYSDATE+1)+2.5/24
    17-aug-2011 02:30:00Nicolas.

  • Avg Daily Usage

    Is there a T code,Table, or report in SAP that will display the average daily usage of a component part? Basically an average of the depreq.

    Hi Julie,
    1. You can use transaction MB51...here give the material, plant and movement types based on the material type. for ex: if it is a raw material you can give 261, 201...and finally give the period for which you want to see the data.. then download in to excel and try to average it by the no of days...
    2. You can use the transaction MCRE also
    3. You can check with Material master M003  go to additional data tab  select consumption then total consumption , here u can see the material consumption month wise.
    Hope this helps...
    Thanks
    Kumar

  • OBIEE report to calculate avg daily demand by month and product line

    Hello,
    I have a requirement to calculate the average daily demand by month for each product line.
    Each Manufacturing Org has the list of working days for the month.
    Mfg Org
    Month
    Working days
    M1
    Jan-14
    23
    M1
    Feb-14
    20
    M1
    Mar-14
    21
    M2
    Jan-14
    20
    M2
    Feb-14
    20
    M2
    Mar-14
    20
    The data for demand in fact table is by day, Item, Org, Dem Qty
    Item rolls into Product Line
    Based on when the MRP plan was run the number of working days for the month reduces.
    So for eg if the MRP plan was run on 15 Jan then the number of working days reduced to 13 days.
    Then the average demand for Jan will be all demand in Janurary/ # of working days left in January ie 13
    The the average demand for Feb will be all demand in February/# of working days in February.
    So how can I dynamically calculate the average daily demand by Org and product line based on when MRP plan completion date
    Any pointer highly appreciated
    Thank you

    What else you need?
    looks like you got #working days for the month, use that metric as of jan 15th

  • Process chain schedule at 00.15,07.15 and 14.15 hrs daily?

    hi experts,
    My client ask me to schedule the process chain for 3 times in a day, because client has plants in EUROPE,USA,AUSTRALIA.
    The process chains must run 3 times per day e.g. 00:15, 07:15 and 14:15.
    How can i schedule the process chain specified like everyday at 00.15, 07.15 and 14.15 hours (these hours based on EUROPE).
    but in the process chain variant we can schedule in the other period for hours, but as asked by client above hours how can achieve ?
    please provide the solution..
    Regards
    Venuscm
    Edited by: venu WAD on Dec 6, 2011 7:07 AM

    Hi Venu,
    Please follow the below points.
    1. First schedule your PC to run daily at 00:15 ( Goto your PC> Planning view> Right Click on Display Variant>Change Selections> Date/Time> Enter date and time )
    2. Goto your PC> Planning view> Right Click on Display Variant> Display Schedule Jobs> Select the job> Click on Job(Menu)> Copy
    3. Now change the value of time from 00:15 to 07.15(Let the date remain same).
    4. Repeat step2,3 and create another job for 14.15 run also.
    5. Now there should be three individual jobs (00.15, 07.15 and 14.15) if you check in Display Variant> Display Schedule Jobs.
    6. Make sure the PC completes before the other run starts (to prevent lock issues).
    Note: As the time gap between the PC here is 7Hrs you may follow above steps but if its 8Hrs , then directly schedule the Pc with single Job selecting the Perodic Values as 8Hrs.
    Hope this helps
    Regards
    Sai

  • Daily Freezes/Blue Screen Shutdowns on HP M8100N Desktop Product GC673AA w/ Vista

    Hi - Hopefully someone can help me fix the Daily Freezes/Blue Screen Shutdowns on my HP M8100N Desktop Product GC673AA w/ Vista.  Occasional freezes started about 3 months ago and ocurred maybe once every 3 weeks.  They gradually progressed to the point that I am booted off my PC daily.  I've resarched message boards and tried to resolve on my own with no success.  I get different messages on The Blue Screen that appears since I changed the settings to not allow automatic shutdown.  Among the Error messages are the following:
         DRIVER_IRQL_NOT_LESS_OR_EQUAL. (i Wrote the additional detail  which I can provide if needed, but all of the messages reference disabling BIOS memory options for caching/shadowing)  I've tried but cannot find the option anywhere when I get into the BIOS screen.
         KERNAL_DATA_INPAGE_ERROR ( i CAN PROVIDE ADD'L INFO IF NEEDED)
         CHECK ADEQUATE DISK SPACE.  IF DRIVER IDENTIFIED IN STOP MSGE DISABLE OR UPDATE IT.  CHECK BIOS UPDATES.        DISABLE BIOS MEMORY OPTIONS
         BAD_SPOOL_HEADER
    These are 4 Blue Screen mesages since I changed the Shutdown settings.
    Any help would be appreciated.  I've tried all kinds of fixes with no success.  I only download basic HP, Vista, and basic software updates.  My spyware is AVG, Advanced System Care, and Spyware Dr.
    I've considered a System Recovery but have never been able to do a backup since buying the PC in 2007.  I always get the Error message:  BACKUP ERROR I/O Device Error OX8007045D.
    Any help resolving these issues would be greatly appreciated.  Thanks. 

    Hi Mark05,
    Please let me know if you need assistance. You might want to look at this document on reducing heat.
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c01657439
    Hope this helps.
    Thanks.
    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 bottom to say “Thanks” for helping!

  • I have reset this firefox daily... it works for a few hours, then will not open a website for 15 mins, and I cannot get emails addresses to show up when sending

    This new updated firefox is awful.. I cannot get websites to open for about 10-15 mins it keeps showing S1 Yimg.com ans s.ytimg, and says shockwave plug in is bad, and all other kinds of crap..
    The connection was reset.. I got this msg below and had to reopen this page in another window, and reload it to be able to write on this now... and my network connection is working xlnt, and there is no firewall blocking firefox...
    The connection to the server was reset while the page was loading.
    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    Try Again
    I never had this until I got all these new automatic updates with this new firefox.. I did a system restore, which helped for 1 day, and I have had to reset firefox daily to use it.. And now it took 10 mins to open this page, and then I had to reload this page twice to write this..
    I've used firefox for years, and never never had any problems with it. And I see alot of similiar complaints like mine on this forum now..
    What suggestions do you have for me NOW... much appreciated, Cyrus

    I uninstalled all the old flash players and installed the flash player v16.0.0.235 from the Adobe website posted.
    And Firefox is still the same. It takes forever to web search, It takes a long time to get on Youtube, and a longer time now to open a video..
    It's actual worse since I upgraded to the newer flash player.
    I'll do one more fifefox reset (this is the 8th one in a week)
    and it works for a few hrs, and goes back to the slowww way of working...
    Many of my friends I talked to about this, told me to switch over to Chrome like they had to do..
    I guess that's the only alternative now..
    Thankyou all for your help and suggestions anyway.. :)

Maybe you are looking for

  • Using multiple MIDI in and out ports... is there a any solution?

    Hi Guys, I've been using Logic Pro for about 3 or 4 years, and have always struggled with the fact that when using external MIDI instruments, there are not separate drop-down menus for PORT IN and PORT OUT, where I could choose which port would be us

  • Satellite A660 How can i turn off the lighting of the power button?

    Hello, I recently bought a new Toshiba A660-1FL. However bothers me is the lighting of the multimedia keys, if I work in the dark. In Bios I could turn off the led illumination, but the power on/off button is still lighting,that distracts me when i a

  • ENHANCEMENT-POINT in va41

    how can i use ENHANCEMENT-POINT in va41.actually i need to add some code before saving...means if country is Abc then user must fill some fields other wise not save.and error message occure. i found a user exit but it requires Access Key.and i want t

  • 5.1 Speaker Setup not stick

    I just recently got a set of Logitech X-530 speakers. My sound card is the Soundblaster Li've! 5. card. I have verified that I've got the speakers plugged in correctly. I went to the speaker setup in the Creative software and set it to 5. (without di

  • Help with image ready on ps3 extended

    I am pretty new to photo shop and have cs3 extended. I have a Yorkie website where I cut out my Yorkies and paste them to differnet backgrounds.... a lady that does the ANIMATED pictures  HAS DID A COUPLE FOR ME ....BUT I NEED TO LEARN TO DO THIS MYS