ABAP Query to display top 5 employees who are having highest salary

How will you write a query in abap to display top 5 emplyeee records who are having Highest Salary Among all the employees.
Please Reply...

Hi Kush,
Before writing any Database Query, always keep 2 important thumb rules in your mind :
1. Keep the number of data base access small
2. Keep the amount of data transfer small.
As you mentioned the Database Table has only 100 records, you can locally buffer the Table. So, make a local buffering and then you can sort the table based on the salary.
Select *
  from Table_name
into table gt_itab.
Sort gt_itab by salary descending.
Now you can read the  entries one after the another based on the index.
Have a look at the following code for an efficient performance feature. Goto SE38 and have a look at the ABAP Examples.
demo_select_some_columns. Package : SABAPDEMOS
Hope this will help.
Thanks,
Samantak.

Similar Messages

  • How to find employees who are missing a particular infotype?

    I am trying to find people who are missing IT 0023 (Previous employer) and IT 0094 (Residence status). How do I find the employees who are missing infotypes. I can easily find people with those infotypes.
    Thanks
    Manish

    Hi
    will give you a hint using data analysis perspective, hope it might be useful for you.
    in data analysis you can get total number of employees (personnel numbers) who have certain characteristics (active employee for example) from PA0000 and then you can compare vs number of employees (personnel numbers) in the record infotypes you want to check.
    download records from PA0023 an PA0094. you may process the data using pivot table. then you can compare which personnel number does not have record in related infotypes.
    use tcode SE16 Data Browser or use sap query
    Edited by: dhenny  muliawaty on Mar 15, 2011 4:52 PM

  • Employees who are 21 years of age or over AND work 35 hours or more a week

    Hi,
    I need to extract the employee details who are 21 years of age or over AND work 35 hours or more a week.
    Where can i find the weekly working hours?

    Thanks Yuvraj....
    I queried as below to find the working hours..(in my instance HXT_TIMECARDS table is null)
    SELECT COUNT (ppf2.person_id)
    FROM per_all_people_f ppf2,
    per_all_assignments_f paaf2,
    pay_all_payrolls_f pay2
    WHERE TRUNC ((SYSDATE - (ppf2.date_of_birth)) / 365) > 21
    AND ppf2.business_group_id = 1646
    AND ppf2.person_id = paaf2.person_id
    AND ppf2.business_group_id = paaf2.business_group_id
    AND paaf2.frequency = 'W'
    AND paaf2.normal_hours > 35
    AND TRUNC (SYSDATE) BETWEEN ppf2.effective_start_date
    AND ppf2.effective_end_date
    AND TRUNC (SYSDATE) BETWEEN paaf2.effective_start_date
    AND paaf2.effective_end_date
    AND ppf2.business_group_id = pay2.business_group_id
    AND pay2.payroll_id = paaf2.payroll_id
    AND TO_DATE (:p_date, 'DD_MON-YYYY') BETWEEN pay2.effective_start_date
    AND pay2.effective_end_date
    Actually my business requirement z to find count of employees who are 21 years of age or over AND work 35 hours or more a week and i need to use d parameter 'reporting dtae' Reporting date is used to determine the payroll period date..
    so i passed d parameter b/w effe.strtdate nd eff.end dt of payroll table is that right?
    Thanks,
    Vijay

  • Can employees who are only Approvers have a Blank Cost Center?If Yes..please read

    Can employees who are only Approvers have a Blank Cost Center?
    If Yes, how do we populate the dummy value in T&E if it's not part of our Master Data Cost Center feed.
    Regards
    Sunder

    Hi Sunder,
    The BAdI that needs to be implemented is OTM_EMPL_ORG_ASSIGNMENT, provided you use the new IDOC ODT_EMPL and report OTM_TRIGGER_EMPL_REPL_CE. (For the old IDOC there is a similar BAdI HROTM_EMPL_ORGANIZATION_FILTER.)
    If you already implemented the BAdI in ERP to add the dummy cost center assignment to the employee you just need to create the dummy cost center in CfTE.
    This can be done under
         Master Data Replication -> Manual Replication -> Cost Centers
    There you just can create a file and fill it manually directly within the transaction. Then it needs to be processes and afterwards you should go to the Import Monitor for Cost Centers and Click on button Replicate All. If you filled everything correctly after some minutes the dummy cost center should be created. You can control this under Display -> Cost Centers in the adminstrator cockpit.
    Best regards, Reinhard

  • Are people who are having prob with iTunes 8.2 & iPhone OS3.0 using Intego?

    I am wondering whether people who are having problems with iTunes and iPhone are using Intego's Netbarrier? I couldn't download OS3.0 until I turned off Banner and eventually the whole thing. Is this the cause of my problems? My iPhone is no longer recognized by iTunes 8.2.

    I want to withdraw this question as it unfairly associates many problems with this one company and application. The problems are not just related to this software. I apologize to Intego if this appeared accusatory.
    I have since found answers to all of the questions posed for the iPhone 3.0 update. Only one was related to Intego and its firewall.
    Thanks.

  • Display Photo in Employee Who is who search

    Hi,
    We are planning to display the photo of an employee in the employee Who is Who search
    Please let me know the procedure to do the same and points will be rewarded for sure
    Thanks
    Bala Duvvuri

    hi bala,
    Link photo to personnel number
    Transaction code OAAD
    Click on the Create – Store and Assign button. Enter Business Object PREL and Document Type HRICOLFOTO. Click on create(F8).
    Enter the Personnel Number of the employee you want to link the photo to. Choose also the infotype that you wish the photo to be displayed on (not sure how relevant this is. It works if you use 0002 but should also work if left blank. Suspect is only relevant if you wanted to store different photos for different infotypes)
    Click on Continue.
    Enter the path and filename of the photo. The dropdown will allow you to navigate to the appropriate directory.
    SAP will notify you that the Stored document is created successfully and you end up with something like:
    If you get an error 401 to do with missing authorisations, then try and redo the above step. It often only happens the first time you try and load the photo.
    Photo
    Technical Data
    Application Type
    Java iView
    Application Category
    Java iView based on master iView com.sap.pct.hcm.eeprofilephoto.default
    Available for Portal (Release)
    SAP EP 6.0 SP2
    Data Origin
    SAP R/3 4.6B / 4.6C / SAP R/3 Enterprise 4.70
    RFC function module called:
    HRWPC_RFC_EP_READ_PHOTO_URI
    Languages
    see Business Package
    Support
    Component: EP-PCT-MGR-HR
    Channel
    Manager Self-Service: My Staff
    Features
    This iView lets the manager display photos stored in the SAP R/3 component SAP ArchiveLink for applicants and employees in his or her area of responsibility .
    Integration
    The Team Viewer iView transfers the employee's personnel number to the iView using event handling.
    Prerequisites
    For general system prerequisites, see the Business Package.
    In addition, the interface of your archive system must have a HTTP 4.5 certification.
    Properties
    Information about settings for the iView properties (self-defined properties):
    Description
    (GUI)
    Property
    Maintained By
    Entry Type
    Example Entry
    Allowed Entries
    R/3 System (data source)
    SystemIdentifier
    Administrator
    Mandatory
    SAP_R3_Human
    Resources
    Name of logger to which messages for this component are written
    Logger
    Administrator
    Mandatory
    com.sap.pct.hcm.
    manager
    Name of JSP used for display
    JSP_MAIN
    Administrator
    Mandatory
    EEProfilePhoto.
    jsp
    JSP if no photo was found
    JSP_NOTHING_
    FOUND
    Administrator
    Mandatory
    EEProfilePhoto
    NotFound.jsp
    Determines if photo of employee or applicant is displayed
    ImageClass
    Administrator
    Mandatory
    Employee
    Determines if the photo is scaled to a fixed size
    ImageFixedSize
    Administrator
    Mandatory
    False
    Width of photo (if FixedSize=true)
    ImageWidth
    Administrator
    Mandatory
    120
    Height of photo (if FixedSize=true)
    ImageHeight
    Administrator
    Mandatory
    160
    Employee Search
    Technical Data
    Runtime Technology
    Java/Web Dynpro
    Technical Names of iViews
    ●     com.sap.pct.erp.mss.employeesearch_geinfo
    ●     com.sap.pct.erp.mss.employeesearch_coinfo
    ●     com.sap.pct.erp.mss.teamviewer_persdev
    Technical Names of Web Dynpro Applications
    ●     sap.com/mss~eepro/GeneralInformation
    ●     sap.com/mss~eepro/CompensationInformation
    ●     sap.com/mss~eepro/PersonnelDevelopment
    Available From
    SAP NetWeaver 2004s
    Data Source
    SAP ECC 6.0 or above
    RFC function modules called: function modules of the function group HRWPC_OADP_UI
    Software Component
    SAP_HR, EA-HR
    Support
    EP-PCT-MGR-HR
    Features
    This iView displays the employees in the manager’s area of responsibility, that is, employees who report either directly or indirectly to the manager. The display is based on the SAP application component Organizational Management.
    You can provide managers with various display options in this iView. To do this, you make the relevant Customizing settings in the back-end system (see the "Prerequisites” section) and in the iView properties (see the “Settings” section). Managers can also filter the data that is displayed.
    You can provide managers in your company with all or some of the following display options:
    ●     Display employees for one or more organizational units
    Organizational units are displayed in a separate navigation area in which the manager can select the relevant organizational unit. You have the following display options for the navigation area:
    ○     List display
    The system displays organizational units in a list. This view is suitable if the manager is responsible for only a few organizational units.
    ○     Hierarchy display
    The system displays organizational units in a hierarchy. This is suitable if the manager is responsible for a large number of organizational units, or for part of the overall organizational structure.
    ●     Display directly reporting employees in a list
    This view is suitable for managers located on a higher level in the hierarchy who require quick access to directly reporting employees.
    ●     Search for employees
    The search function is useful for managers who are responsible for a large number of employees. The simple search function in the standard system provides managers with the following search criteria:
    ○     First name
    ○     Middle name
    ○     Last name
    ○     Personnel number
    The enhanced search function also includes the following search criteria:
    ○     Organizational unit
    ○     Personnel area
    ○     Personnel subarea
    You can define additional search criteria in Customizing.
    Integration
    This iView is part of the General Information, Compensation Information, and Personnel Development pages. The iViews on these pages are called by a single Web Dynpro application. In the standard system they are not standalone applications, as users select most data for all iViews on a page, centrally using the Employee Search iView.
    Managers select an employee in the Employee Search iView. Using Eventing, the Floorplan Manager informs the remaining iViews on the page that a new employee has been selected. The iViews obtain the personnel number of the selected employee and display the relevant information for this employee.
    In the standard system, the Employee Search iView is integrated with the following iViews on the pages previously mentioned:
    ●     Managers can use the following iViews to display further information for the selected employee:
    ○     General Data
    Additionally, the Organizational Assignments iView is available by hyperlink from the General Data iView.
    ○     Personal Data
    ○     Monitoring of Tasks
    ○     Absence Days
    ○     Photo
    ○     Company Property
    ○     Archived Documents
    ○     Salary Development
    ○     Salary Survey Data
    ○     Salary Data
    ○     Compensation Adjustments
    ○     Long-Term Incentives
    ○     Appraisals
    ○     Profile Matchup and Required Training
    ○     Training Activities
    ○     Qualifications
    ●     Using the Additional Activities iView, managers can request data changes for a selected employee, or run an Employee Self-Service application for this employee.
    For more information about how you can include the Employee Search iView in other locations in your portal, see the documentation for the Business Package for Self-Service Administrator.
    Prerequisites
    ●     The general prerequisites for business package are fulfilled.
    ●     You are using the SAP application components Personnel Administration (PA-PA) and Organizational Management (PA-OM). The components are integrated with one another in your SAP ERP system.
    ●     In Customizing for Manager Self-Service (mySAP ERP), you have made the settings in the Object and Data Provider section
    for details
    see http://help.sap.com/saphelp_erp2005/helpdata/en/ee/63ef41925b2135e10000000a1550b0/content.htm
    thanks
    karthik
    reward me points if helpfull

  • PI Export(PI_INRUN) - picking up few extra employees who are not suppose to

    Hi,
    PI Export - ADDL_PAY_DATA Data Export through PI Export.
    I am exporting ADDL_PAY_DATA Data through PI Export Process for earning codes defined in Definition Table.
    PI Process picking up few extra employees in export file who are not suppose to be in export file.
    Export File has following fields.
    Company - From Custom View based on JOB
    Branch - From Custom View based on JOB
    Department (RC) - From Custom View based on JOB
    Empl ID - From ADDL_PAY_DATA
    REGALLOW - From ADDL_PAY_DATA for Earning Code
    AUTOALLOW - From ADDL_PAY_DATA for Earning Code
    LIEU BEN - From ADDL_PAY_DATA for Earning Code
    NON TAX - From ADDL_PAY_DATA for Earning Code
    Thanks in advance for your help.
    Regards,
    Shanti Nagulapalli.

    bnjr86 wrote:  There have been times when I've walked in there, that I really don't want to deal with VZW anymore and just take my business elsewhere.
    I  wonder if another provider would really be much different?  Read some of the other carrier forums - seems to be the same story everywhere.
    I'm not disagreeing with you - I've found that I am usually more informed about Verizon policies and procedures than some of the reps in our local store.

  • Query to display one row per group based on highest value

    I have the following table and I want to be able to create a query that displays only the highest number based on a group. (see below)
    Acode
    aname
    anumber
    a
    Jim
    40
    a
    Jim
    23
    a
    Jim
    12
    b
    Sal
    42
    b
    Sal
    12
    b
    Sal
    3
    Acode
    aname
    anumber
    a
    Jim
    40
    b
    Sal
    42

    Multiple ways
    using aggregation
    SELECT Acode,aname,MAX(anumber) AS anumber
    FROM table
    GROUP BY Acode,aname
    using subquery
    SELECT Acode,aname,anumber
    FROM table t
    WHERE NOT EXISTS (
    SELECT 1
    FROM table
    WHERE Acode = t.Acode
    AND aname = t.aname
    AND anumber > t.anumber
    using analytical function
    SELECT Acode,aname,anumber
    FROM
    SELECT *,ROW_NUMBER() OVER (PARTITION BY Acode, aname ORDER BY anumber DESC) AS Rn
    FROM table
    )t
    WHERE Rn = 1
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to all customer who are having total sales value more than 10000 usd??

    Dear all,
    How can we see all customers that are having total sales value is more than a specific amount (Ex: more than 10000 USD)
    How to list all customers who's total sales value is more than 10, 000 USD.
    Please help me to find the right solution for this problem.
    Your help will be highly appreciated.
    Best wishes,
    Raghu ram

    Dear Raghu ram
    Go to VF05N, give just Sales Organization, distribution channel and execute.  You will get the entire sales details including currency.  Sort in descending order by selecting the value column.
    thanks
    G. Lakshmipathi

  • Query to find employees who are managers for 3 or more employees

    Hi,
    I am using emp table in scott schema for this query.
    select * from emp
    where empno in
    (select e.mgr
    from emp e, emp m
    where e.mgr = m.empno
    group by e.mgr
    having count(*) >= 3);
    It gives all employee details where he is manager for more than or equal 3 employees. Please suggest all possible queries which gives same output.
    Thanks
    Raghu

    select * from emp
    select a.empno, a.ename , a.mgr, b.ename reported_to
    from emp a, emp b
    where a.mgr = b.empno
    --start with keyword
    SELECT empno, ename, mgr, LEVEL
    FROM emp
    START WITH empno = 7788
    CONNECT BY PRIOR empno = mgr
    ORDER siblings BY ename;
    -- employee reported to
    SELECT ename || ' reports to ' ||
    PRIOR ename "Walk Top Down"
    FROM emp
    START WITH ename = 'KING'
    CONNECT BY PRIOR empno = mgr
    -- use of PRIOR in different places
    SELECT ename || ' reports to ' ||
    PRIOR ename "Walk Top Down"
    FROM emp
    START WITH ename = 'KING' --'SCOTT'
    CONNECT BY PRIOR empno = mgr
    -- using prior type 2
    SELECT ename || ' reports to ' ||
    PRIOR ename "Walk Top Down"
    FROM emp
    START WITH ename = 'CLARK' --'SCOTT'
    CONNECT BY empno = PRIOR mgr
    -- top down
    SELECT empno, ename, job, mgr
    FROM emp
    START WITH ename = 'SMITH'
    CONNECT BY PRIOR mgr = empno ;
    -- bottom up
    SELECT empno, ename, job, mgr
    FROM emp
    START WITH ename = 'SMITH'
    CONNECT BY PRIOR empno = mgr ;
    --level chart
    SELECT LPAD(ename, LENGTH(ename) + (LEVEL * 2 ) - 1, '_ '), level
    AS org_chart
    FROM emp
    START WITH ename='KING' --'SCOTT'
    CONNECT BY PRIOR empno = mgr
    --Using WHERE clause to eliminate a node.
    SELECT deptno, empno,ename, job, sal
    FROM emp
    WHERE ename != 'FORD'
    START WITH mgr IS NULL
    CONNECT BY PRIOR empno = mgr;
    -- Using CONNECT BY clause to eliminate a branch.
    SELECT deptno, empno,ename, job, sal
    FROM emp
    START WITH mgr IS NULL
    CONNECT BY PRIOR empno = mgr
    AND ename != 'FORD'
    SELECT EName "Employee",
    LEVEL,
    SYS_CONNECT_BY_PATH(ename, ' /') "Path"
    FROM emp
    START WITH mgr is null
    CONNECT BY PRIOR empno = mgr;
    -- 10g features
    -- connect by isleaf
    Select Ename "Employee", Connect_by_isleaf "IsLeaf", Level,
    Sys_connect_by_path (Ename, ' /') "Path"
    From Emp
    Start With Mgr Is Null
    Connect By Prior Empno = Mgr;
    -- connect by iscycle
    SELECT EName "Employee",
    CONNECT_BY_ISLEAF "IsLeaf",
    CONNECT_BY_ISCYCLE "IsCycle",
    LEVEL,
    SYS_CONNECT_BY_PATH(ename, ' /') "Path"
    FROM emp
    START WITH mgr is null
    CONNECT BY nocycle prior empno = mgr;
    -- connect by root
    SELECT ename "Employee", CONNECT_BY_ROOT ename "Manager",
    LEVEL-1 "Pathlen", SYS_CONNECT_BY_PATH(ename, '/') "Path"
    FROM emp
    WHERE LEVEL > 1 and deptno = 10
    CONNECT BY PRIOR empno = mgr;

  • People who are having lag issues with ios7 on ipad mini

    the lag issue on ipad mini is just because as it was updated to ios7 the ram availability on free ram has been to <150 mb which is over 220 for ios6 already mini is having very less 500mb so apple techies just work on it and make the ram availability as soon as possible because not only the games like temple run and others but also the interface is lagging.the multitasking is of no use because of it simply minimising one app and opening it within the seconds closing the app running and making it start again .so guys support this thread so that we will get an update asas.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • To those who are having problems with itunes after installing new itunes!

    i found this solution in another post after much searching. thank you to whoever posted this i didnt write down your name. if you follow step by step it actually works! ty so much mystery person!here is their post:
    +**So after contacting apple, heres the solution. Make sure u do all steps, and do both.**+
    +**Completely Remove iTunes and QuickTime (Click for more)**+
    +**Note: Songs you purchased from the iTunes Store or imported from CDs are saved in your My Music folder by default and are not deleted by removing iTunes.**+
    +**Quit iTunes.**+
    +**On the Start menu, click Control Panel.**+
    +**Windows XP and Windows 2000: In Control Panel, open Add or Remove Programs.**+
    +**Windows Vista: In Control Panel, click Uninstall a program. Alternately, in Classic View of Control Panel, click Programs and Features.**+
    +**Select iTunes from the list of currently installed programs, then click Remove or Uninstall.**+
    +**In Windows XP and Windows 2000, when asked if you would like to remove iTunes, select Yes.**+
    +**In Windows Vista, if your permission is needed to continue, click Continue.**+
    +**After uninstalling iTunes, do not restart if you are prompted to.**+
    +**If other entries were present for iTunes remove those as well.**+
    +**In Add or Remove Programs or Programs and Features, remove any iPod Updater applications that are listed in the same fashion as iTunes was removed.**+
    +**In Add or Remove Programs or Programs and Features, remove any QuickTime installations that are listed in the same fashion as iTunes was removed.**+
    +**Restart your computer.**+
    +**After the computer restarts, open Local Disk C: in My Computer/Computer or whichever disk programs are installed on.**+
    +**Open the Program Files folder.**+
    +**Right-click the iTunes folder and select Delete and choose Yes when asked to confirm the deletion. Note: This folder may have already been deleted if iTunes was successfully removed in steps 1-8.**+
    +**Right click the iPod folder and select Delete a nd choose Yes when asked to confirm the deletion.**+
    +**Right-click the QuickTime folder and select Delete and choose Yes when asked to confirm the deletion.**+
    +**Delete the QuickTime and QuicktimeVR files located in the C:\\Windows\\system32**+
    *folder.*
    +**Right-click on the Recycle Bin and on the shortcut menu, click Empty Recycle Bin.**+
    +**Restart your computer.**+
    +**Install the latest version of iTunes from http://www.apple.com/itunes/download.**+
    +**Empty your Temp directory and restart (Click for more)**+
    +**On the Start menu, click My Computer/Computer (or double-click My Computer on the Desktop).**+
    +**In My Computer/Computer, open Local Disk C:.**+
    +**Windows XP and Windows 2000: Open Documents and Settings.**+
    +**Windows Vista: Open Users.**+
    +**Double-click the folder that bears your username.**+
    +**Windows Vista only: If you see an AppData folder, double-click it and skip to step 12. If you don't see an AppData folder, skip to step 9.**+
    +**Windows XP only: If you see a Local Settings folder, skip to step 12. If you don't see a Local Settings folder, proceed to the next step.**+
    +**Windows XP and Windows 2000: From the Tools menu, choose Folder Options.**+
    +**Windows Vista: From the Organize menu, choose Folder and Search Options.**+
    +**Select the "Show hidden files and folders" button.**+
    +**Click OK.**+
    +**Double-click Local Settings or Local folder (If on Windows Vista, you must first double-click the AppData folder). If Windows needs your permission to continue, click Continue.**+
    +**Right-click on the Temp folder and on the shortcut menu, choose Delete.**+
    +**In the confirmation dialog that appears, click Yes.**+
    +**If you are unable to delete the Temp folder, close all programs, especially those in the Notification area (system tray) of the Windows Task bar shown below and repeat step 10.**+
    +**Restart your computer.**+

    *UPDATE Cityslacker121 is the MAN!!! He posted in this forum http://discussions.apple.com/thread.jspa?threadID=1165261&tstart=0 that had a link to this http://www.daitengu.com/2007/03/23/howto-fix-the-missing-itunesmsi-problem-on-wi ndows/
    the fix is in a link on that page to a windows utility that removes all install info about what ever program is giving you problems so you can run the uninstaller.. The utility is on this page.. http://support.microsoft.com/default.aspx?scid=kb;en-us;290301
    Sorry for all the links...

  • For all of you who are having Motion Menu render problems - try this

    Just humour me for a minute.
    I have another Sonic application, and a known bug in the Motion Menu rendering applies to 29.97DF projects only.
    IE, NTSC.
    Often the video in a motion menu will fail to mux.
    There are workarounds though.
    1 - Make sure your GOP structure is 15 at most
    2 - Make certain the frame length of your video file is divisible by the GOP structure. IE, it must be a multiple of 15 frames.
    3 - if these both fail, reduce the bitrate of the video 500kbps at a time until it muxes. Most will work at 7,000, some need to be 6,000 and there are even times when you need to go as low as 4000.
    Try it - Encore uses a Sonic Authorcore, so it's worth a look.

    >Are you saying that NTSC 29.97 divided by 15 is okay?
    Not really.
    What I am saying is that your movie frame length should be divisible by the GOP structure with a GOP of 15.
    With NTSC video, you can have GOP lengths
    i up to
    18, but it is not mandatory to go to 18 - 15 is a perfectly acceptable figure. You could use a GOP of 12 if you really wanted to. What this means is typically the number of frames between I-Frames.
    MPEG-2 encoding (AKA "Moving Pictures by Educated Guesswork") P & B frames work something like this:
    i P-frames provide more compression than I-frames because they take advantage of the data in the previous I-frame or P-frame. I-frames and P-frames are called reference frames. To generate a P-frame, the previous reference frame is reconstructed, just as it would be in a TV receiver or DVD player. The frame being compressed is divided into 16 pixel by 16 pixel macroblocks. Then, for each of those macroblocks, the reconstructed reference frame is searched to find that 16 by 16 macroblock that best matches the macroblock being compressed. The offset is encoded as a "motion vector." Frequently, the offset is zero. But, if something in the picture is moving, the offset might be something like 23 pixels to the right and 4 pixels up. The match between the two macroblocks will often not be perfect. To correct for this, the encoder computes the strings of coefficient values as described above for both macroblocks and, then, subtracts one from the other. This "residual" is appended to the motion vector and the result sent to the receiver or stored on the DVD for each macroblock being compressed. Sometimes no suitable match is found. Then, the macroblock is treated like an I-frame macroblock. The processing of B-frames is similar to that of P-frames except that B-frames use the picture in the following reference frame as well as the picture in the preceding reference frame. As a result, B-frames usually provide more compression than P-frames. B-frames are never reference frames.
    In short, the I-Frame is the full description reference frame. A P frame is also a reference frame but describes the difference between the last I-Frame & itself. A good analogy is when you are on the telephone & describing what you see to a friend. The initial background description (The street, the sky, what you can see etc) would be an I-Frame. Then you describe a person walking down the street - that would be your P-Frames, as you are only describing the i changes
    in the scene.
    The bitrate can also affect things - I mentioned this too, and if a motion menu will not mux, first make sure that the film length is divisible by the GOP, and that the GOP is 15.
    If it
    i still
    won't mux, drop the bitrate by factors of 500 until it will.

  • Is there people who are having trouble with 4GLte for internet service?

    I signup for the service and I am sorry that I did ,it is so slow that I have regress back to when the internet started, the battery life is lousy it does not last
    very long. I should have stayed with Cable. Sales people are not very truthful.

    Hello manyhats,
    I would like to help you.  I will need to ask a series of questions to assist.  What type of device do you have?  Has the speed always been the same since you received your device or did this just begin?  What city, state and zip are you experiencing this in?  Does this happen every where you go or in a specific location?  How long is the battery lasting after a full charge?  Please respond to the previous questions so I may further understand and assist.  Thank you. 
    TominqueBo
    VZW Support
    Follow us on Twitter at @VZWSupport

  • People who are having trouble sending email on the IPhone 3G

    Well i was having trouble sending email on my iphone and with reciving email with out having to log on on my phone. I had both my aol.com and the pop version of aol. Well I got it solved. I deleted both emails and redid it and it is working find now. It pushes my email through to my phone automaticaly and it will send my emails now.

    Thanks for all the great advice and help, I figured it out.

Maybe you are looking for

  • Costing issue in process order

    Hi everybody, We are facing a problem now like... for a FG material we have changed the BOM, updated recipe but costing release was not done before that a process order had been created, material release carried out, process order confirmation made,

  • Chinese language support in Webdynpro

    Hello Everybody, I want to enable my webdynpro application for Chinese and thai language. I followed the tutorial available on SDN. I have created resource files and messasge pool. But, at the time of editing these resource files, how can I specify c

  • Getting Customer data from Different R3 system to CRM

    Hi Gurus, I need to get Customer data from different R3 systems to CRM. But the problem is, the customer datas in these R3 systems have the same BP number, and the SD datas were defined same  in these R3 systems. Thus, when ı try to fetch these SD da

  • Problem with 301 redirect

    We moved our site from one domain to another  in the application.cfm on the old domain I analyze incoming CGI.SCRIPT_NAME, divide URL into composite parts and form new links into  tmpRedirectPath variable and after that make redirect to new links usi

  • How do I get back my Privileges

    I cannot Save in Logic 8, I always have to do a Save-as. I think this started happening after 10.5.1. AD2