Selection screen in HR ABAP... Need help

Hi,
      Depending in the selection criteria : which is as follows:
  Selection on Date:    from-date  to  to-date
  Personal officer:       
  Skills:
  Line Manager:
have to display the report : which is as follows:
Applicant Number  ||    Name  ||    Country   ||   Phone_Num ||   Personal_officer
could any one help on the same.
regadrs,
Suni

Hello Suni,
I am not going to write your report. But to get the data, you will have to use the function module HR_READ_INFOTYPE.
For more info on which infotype to use see the following link:
http://help.sap.com/saphelp_47x200/helpdata/en/00/f2e43c2ade846de10000000a114084/frameset.htm
Hope this gets you started...
Best regards,
Danny

Similar Messages

  • How to put Mandatory option for selection screen fields in ABAP Queries

    Hi Experts
    Can anyone tell me how to put mandatory option for the selection screen fields in ABAP Queries.
    Manually I had written code in the At Selection Screen  option in infoset to display error message if that field is blank.
    But I need to display the selection fields with the tick mark (obligatory mark).
    How to do this?
    Appropriate answers will be awarded

    Hi
    For parameter option
    parameters : p_kunnr type kna1-kunnr  obligatory.
    For select option
    select-options: s_date for vbak-erdat obligatory.
    Plz rewards points ,
    Regards ,
    Ganesh.

  • When i type in my correct password on the login screen and press enter it just goes to a blue screen for a few seconds then goes back to the same login screen again, please i need help?

    When i type in my correct password on the login screen and press enter it just goes to a blue screen for a few seconds then goes back to the same login screen again, please i need help?

    You can take some of the steps here, #4, #5 or even trying a #18
    Step by Step to fix your Mac
    but I suspect your going to first have to create a data recovery drive
    Create a data recovery, undelete boot drive
    to get your data off the machine,
    then do a #20 to eliminate the bad sectors as that's why your getting the "pinwheel" it's getting a delay reading from the drive, right when your trying to log in too, what a bad spot for it to happen.
    Step by Step to fix your Mac

  • Saving Selection Screens in Webdynpro Abap

    Hi ,
    Could you please throw some light on how to save the selection screens in Webdynpro Abap ?? Just like variants in normal Abap?
    Thanks and Regards
    Alok Sharma

    HI,
    I dont think there is automatic saving of varients in web dynpros  just like normal selection-screen.
    Just check this link you might get some idea.
    Link[Save Varient|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f028c2b9-1730-2d10-71ae-ce300ea00573?quicklink=index&overridelayout=true]
    Regards and Best wishes.

  • How much does it cost to get a ipad mini screen fixed. In need help ASAP

    How much does it cost to get my ipad mini screen fixed. I need help ASAP..

    In the US the price for repair (i.e. replacement) is (from here) is $219, and here in the UK (from here) it's £216.44

  • Wrong sequence in selection screen generated by ABAP Query

    Hi,
    I am developing a query to display the data in the view.
    My query has 8 selection fields totally.
    As part of my requirement I have added selection parameter in the
    selections tab of the infoset and maintained the sequence as 9.
    Inspite of maintaining the sequence number as 9 in the infoset, It is
    appearing first in the selection screen of the query.
    I tried putting different numbers in the sequence number, but even it
    is appearing first in the selection screen.
    Can you please let me know how to display the selections declared in
    the infoset as per the sequence required.
    Thanks,
    Madhuri.

    Actually what happen when you declare your own fields in ABAP query . you have to care about the sequence . As an example if you’re selecting lets say state name , you have two variables
    <b>1-state
    2- land</b>
    for state you have to select land first , if your state is first and land is 2nd it gave you the error of sequence .
    Because you have to get data in land first in order to get state specific to the land .
    it should be
    1-Land
    2-State
    Just see the your fields , I’m sure you’re missing that .
    <b>You can also see the NO ( field ) in Query ( Sq03 ) . where you can define the seqence on selection.</b>
    hope this’ll help you .
    Pl...Award the points .
    Thanks
    Saquib<b></b>
    Message was edited by: Saquib Khan

  • Want to have own selection screen  in HR-ABAP report using LDB

    Hi experts,
            I am working on HR-ABAP report using LDB pnp and infotypes..But, here we get the built in selection criterion..but I want my own selection screen to be displayed..whats the solution for this??? Is it possible to create my own selection screen instead of default one..and how???
    Please help me..its very urgent..

    Hi,
    chk this out:
    Create Report Categories                                                                               
    In this step, you define the report categories and determine the layout
       of the standard selection screen for these report categories. You can 
       create report categories for programs or queries that are based on the
       PNP or PNPCE logical databases.                                                                               
    The definition of report categories is divided into two sections:                                                                               
    o   In the Change Report Category view, you define general attributes 
           such as sort order, input fields for date, and so on.                                                                               
    o   In the Change Selection Criteria view, you define which selection 
           fields of the logical database should be avaliable on the selection
           screen.                                                                               
    Example                                                                               
    You want to set up your system so that your employees can only start  
       evaluation reports for Payroll if they use a payroll area. Within a   
       payroll area, you should be able to select according to personnel     
       number. Additional selection criteria should not be possible and you  
       should not be allowed to enter a sort sequence.                       
    Standard settings                                                                               
    The standard system already contains report categories. You can find the 
    attributes of the report categories in the table.                                                                               
    Note the following five report categories in particular:                                                                               
    o   Report category ' ' is the SAP default report category for     
        programs that are based on the PNP logical database.                                                                               
    o   Report category PNPCE is the SAP default category for programs that  
        are based on the PNPCE logical database.                                                                               
    o   Report category '00000000' is the customer-specific default category 
        for programs that are based on the PNP logical database.                                                                               
    o   Report category '0PNPCE' is the customer-specific default category   
        for programs that are based on the PNPCE logical database.                                                                               
    o   Report category __X2001 is the default category for Queries  that    
        are based on an InfoSet of the PNP LDB.                                                                               
    o   Report category QUEPNPCE is the default category for queries that    
        are based on an InfoSet of the PNPCE LDB.                                                                               
    The default report categories are used when a report is called if    
        the report has not been assigned a report category.                  
    Parameters and Options for Report Categories of the LDB PNP and PNPCE  
    Parameters and Options in Screen Area General Data                     
       If you activate this parameter, you can only enter data on the data
       selection period if you use reports that have been assigned. The   
       same date entries are then used for the person selection as for the
       date selection.                                                                               
    o   Matchcode allowed                                                  
       If you activate this parameter, you have use of a Matchcode        
       pushbutton (search help) if you use reports that have been assigned.
       This pushbutton enables you to perform the person selection.                                                                               
    o   Sort allowed                                                       
       If you activate this parameter, you have use of a Sort pushbutton if
       you use report that have been assigned. This pushbutton enables you
       to define a sort order before you execute the report.                                                                               
    o   Organizational structure allowed                                   
       If you activate this parameter, you have use of an Org.Structure   
       pushbutton if you use reports that have been assigned. This        
       pushbutton enables you to perform the person selection.            
       Note:                                                              
       For more information about these options, see the online           
       documentation under this path:                                     
       SAP Library -> Human Resources -> Reporting in Human Resources     
       Management -> Standard HR Reports -> Report Selection Screen in    
       Human Resources Management.                                                                               
    Parameters and Options in Screen Areas Data Selection Period/Person    
    Selection Period/Payroll Area/Period/Year                                                                               
    o   Options for data selection period and person selection period (key 
        date and so on)                                                    
        Here you define which options for date and person selection are    
        available for reports that have been assigned.                                                                               
    o   Options for payroll area/period/year                               
        Here you define which options for selection using payroll          
        area/period/year are available for reports that have been assigned.                                                                               
    Parameters and Options in Screen Area Selection View                                                                               
    o   Type/Name                                                          
        This parameter enables you to use selection views to define report 
        categories. You use the selection view selected here to determine  
        which fields are available in the Dynamic Selectionsy.                                                                               
    Note:                                                              
        You create selection views for the PNP and PNPCE logical databases 
        in the Object Navigator (SE80):                                    
        1. Start the Object Navigator (SE80)                               
        2. Choose Workbench -> Edit Object.                                
        3. Choose the More... tab page and the Selection view on this tab  
        page.                                                              
        4. Choose Create.                                                  
        5. In the Create Selection View dialog box, choose the For any     
        tables option.                                                     
        6. In the Name of view field, enter a name for your selection view.
        7. In the Tables dialog box, enter the name of the table from which
        you want to use fields.                                            
        Note:                                                              
        When you enter the table name, observe the naming convention in    
        Personnel Administration:                                          
        Infotype number: nnnn -> table name: PAnnnn                        
        8. Choose Continue.                                                
        9. In the Functional groups area, define functional groups by      
        assigning a name and a number.                                     
        10. Assign fields from the selected tables to the functional groups
        by entering the number of the desired functional group in front of 
        each field.                                                        
        11. Save your entries.                                                                               
    For more information about adjusting the dynamic selections using 
    your own selection views, see the online documentation under the  
    following menu path:                                              
    SAP Library -> Human Resources -> Reporting in Human Resources    
    Management -> HR Standard Reports -> Report Selection Screen in   
    Human Resources Management -> Enhancing the Selection Screen -    
    Dynamic Selections.                                                                               
    If you do not want to offer dynamic selections, make the following
    settings:                                                                               
    -   LDB PNP: In the Selection view field, enter PNP_NO_FREE_SEL.  
    -   LDB PNPCE: Leave the Selection view field empty.                                                                               
    Parameters and Options in Screen Area Data Selection Period/Person   
    Selection Period/Payroll Area/Period/Year                                                                               
    o   Available input parameters, date or period entry (today, key date,
       all, and so on), and standard value.                             
       Using the Standard value option, you define which of the selected
       options is shown.                                                                               
    Parameters and Options in Screen Area CE Selection Fields                                                                               
    o   CE selection fields (external person ID, grouping reason, grouping
       value)                                                           
       Using the options in this area, you define whether the external  
       person Id, grouping reason, or grouping value are available on the
       selection screen.                                                
       Note:                                                            
       These parameters are only relevant for you if you implement      
       Concurrent Employment (see also note 517071).                                                                               
    Parameters and Options in Screen Area Selection view                                                                               
    o   Dynamic selections as dialog box                                  
        If this switch is set, you can call the dynamic selections as a   
        dialog box.                                                                               
    o   Dynamic selections active                                         
        If this switch is set, the dynamic selections of the logical      
        database are active at the start of the report.                                                                               
    Note that the following combinations are possible for the last two
        options mentioned:                                                                               
    Dyn.Sel. as dialog box/Dyn.Sel. active: inactive/inactive         
        Dyn.Sel. as dialog box/Dyn.Sel. active: inactive/active           
        Dyn.Sel. as dialog box/Dyn.Sel. active: active/inactive                                                                               
    Activities                                                                               
    1.  Choose Edit -> New entries.                                                                               
    2.  Enter an abbreviation and a long text for the report category.         
        The customer name range for report categories is 0-9.                                                                               
    3.  Select the For the PNPCE logical database checkbox, if you want to     
        create a report category for a program or for queries of the PNPCE     
        logical database.                                                                               
    4.  In the General Data screen area, choose the desired options.           
        If you want to use selection IDs, you must have first created and      
        grouped selection Ids. The IMG path to do this is given in the         
        parameter description section.                                                                               
    5.  In the Data selection period/person selection period or Selection      
        period screen area, choose the desired options.                                                                               
    6.  In the Selection view screen area, choose the desired options.                                                                               
    7.  In the CE selection fields screen area, choose the desired (only       
        possible for report categories of the LDB PNPCE).                                                                               
    8.  Save your entries.                                                                               
    9.  Choose the subactivity Permitted selection criteria.                                                                               
    10. Choose Edit -> New entries.                                                                               
    11. In the Select option field, use the input help to select each field    
        that should be available on the selection screen.                                                                               
    12. Select the checkbox in the 1.page column, if you want this selection   
        field to be available directly when you call the selection screen.                                                                               
    Further notes                                                                               
    13. If you want to copy entries, you still have to enter the selection     
        parameters again in the subsequent screen.                                                                               
    o   If you create the report category '000000000', a selection screen is   
        generated according to report category '00000000'for all reports for   
        which a report category has not explicitly been assigned.                                                                               
    Assign Report Categories                                                                               
    In this step, you assign a report category to your reports.                                                                               
    Example                                                                               
    You have created your own report, for example ZPCTEST1, and would like
        it to have the selection screen that corresponds to that of the       
        evaluation report for Payroll, which is assigned to report category   
        '__M00001'.                                                           
        Assign report category '__M00001' to the report.                                                                               
    Requirements                                                                               
    You must have defined the Report Categories.                                                                               
    Standard settings                                                                               
    SAP Standard Reports:                                                                               
    In the standard system, reports are assigned a report category. If you
        want to override these assignments, perform the activities described  
        here. If you want to assign report categories to standard reports using
        SE38, this represents a modification.                                                                               
    Customer-Specific Reports:                                                                               
    For reports you have developed yourself, you can either assign report 
        categories by performing the activities described here or directly in SE38.
    Recommendation                                                                               
    Only assign a report category if you have created your own reports or if  
    the selection screens in the standard system do not meet your             
    requirements.                                                                               
    Activities                                                                               
    1.  Choose Edit -> New entries.                                                                               
    2.  Perform the required assignment using the Program name and Report     
       category fields.                                                                               
    3.  Save your entries.                   
    reward if helpful
    regards,
    madhumitha

  • Problem in displaying selection screen of a abap-hr report

    Hi,
    I have developed a abap-hr report in ver..6.2.I have used logical data base PNP for it.It was working fine.
    But when i migrate it into ver.4.6, I can see no selection screen for the report.
    How to get the selection-screen?
    Please help me through.
    Thanks in advance,
    Raj.
    Edited by: raj b on Feb 20, 2008 8:00 AM

    Hi Raj,
    Please check whether you have assigned any report category for the PNP selection screen in the version 6.2.
    The report category might not exist in the 4.6 version and that might be the reason the selection screen is not appearing.
    Cheers,
    Aditya

  • Additional field in selection screen of a abap query

    Hi,
    I am adding a new additional field in the selection screen through abap query(using transaction SQ02) which is of type VBRK-FKSTO.
    The value entered can be 'X' or empty space.But the value which is entered in the selection screen is not getting reflected in the code.Kindly advice me on what needs to be done to capture the selection screen value in the code.
    Regards,
    S.Subasree

    Hi
    You can add new field in VFX3 selection screen as follow. In the report code we can see various explicit enahcement points provided by SAP.One of them is ENHANCEMENT-POINT sdblbddl_01 SPOTS es_sdblbddl STATIC. Here you can declare your selection screen parameters.  Then in the processing i can see a call customer fucntion happening in VBSK_DISPALY which you can implement to add your logic.
    Thanks
    Nabheet

  • Varient for selection screen in Webdynpro ABAP

    Dear Experts,
    We all know that in abap editor selection screen we can save the selection criteria in form of 'Variants'.
    I need to something similar in webdynpro. And I was requested not to use the database tables for saving the data.
    Is it possible? If Yes then please let me know.
    Thanks Supriyo

    POWL - Power Work List
    Isn't POWL - "Personal Object Work List" ? Although often interchangeable referred to as "Power Lists".
    However, if Thomas says "Power Work List" I think we're going to have new variant out there to search on!
    NB the POWL is very "Powerful" (sic) in this respect as you can even add your own OVS to the selection criteria. Unfortunately I have found that the POWL selections and selection process are perceived as less than obvious by end users. So much so that where we are looking at pure reporting functionality we are instead looking to BW to provide a web reporting interface.
    For some reason (perhaps they've been using SAP backend reports too long) users seem to want to do their selection and then see the results - unless it's in the form of a dashboard - in which case they are happy to drill down into the results. It is like they don't trust the system to have used the correct selection criteria.

  • Hiding some fields in default selection screen in hr abap

    Hi Experts,
      I am new to hr abap.I have created default selection screen by using LDB .in that i wants to display only the personnel number field.
    could any help me how to hide further selections,sort order and search helps at top of screen.
    thanks in advace,
    mohan

    use
    at slection-screen output.
    loop at screen.
    if screen-name = 'PNPBUKRS'. (example)
    screen-active = '0'.
    endif.
    modify screen.
    endloop.
    ==========================
    u can do it as group wise also.
    loop at screen.
    if screen-group1 = 'group name'.  (could be group1,2,3,4)
    screen-active = '0'.
    endif.
    modify screen.
    endloop.
    ====================
    Hi,
    Can u tell me which LDB and report category u are using so that i will send u the code as per the req.
    If the above code suits to ur req. pls reward the points.
    Regards
    eswar

  • Selection screen parameter validation using search help/check table

    Hi experts,
    I have a select-option that is tied to a search help and check table (type tq80-qmart). Is there a way to automatically validate the field based on what comes up in the F4 search help? What I mean is, when the user hits F4 on the parameter, the list pops up with several records that the user can choose. When the program is executed, I want the program to show an error if the value is NOT in that F4 list.
    I know this can be done in AT SELECTION SCREEN event with a select, but I was wondering if there was a way ABAP does it automatically. Any help will be greatly appreciated.
    Thanks,
    Juan

    Hello Juan,
    SAP does have a standard way of allowing the the user to select from the list via LISTBOX.
    But list box is restricted to parameters only, you cannot attach list boxes to select-options.
    I think the best place to do this validation would be th AT SELECTION-SCREEN event & from your original post it seems you know what code to write

  • AT SELECTION-SCREEN ON VALUE-REQUEST needed

    hi,
    i want code for atselection-screen for one parameter.
    pls check the code i am sending.i am not understanding that if any one knows pls explain me.and it is correct or not.
    parameters: P_LDCTY(2).
    DATA: BEGIN OF IHELP_FIELDS OCCURS 20.
            INCLUDE STRUCTURE HELP_VALUE.
    DATA: END OF IHELP_FIELDS.
    DATA: BEGIN OF HELPTAB OCCURS 100,
           FELD(50),
    END OF HELPTAB.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_LDCTY matchcode object ZSDOTC_VOYAGE.
    REFRESH IHELP_FIELDS.
      MOVE 'VBAK'  TO IHELP_FIELDS-TABNAME.
      MOVE 'ZZLOADCTY1' TO IHELP_FIELDS-FIELDNAME.
      MOVE 'X'     TO IHELP_FIELDS-SELECTFLAG.
      APPEND IHELP_FIELDS.
       REFRESH HELPTAB.
      SELECT *
             FROM ZPORT
             ORDER BY ZZCNTRY INTO IHELP_FIELDS.
        MOVE ZPORT-ZZCNTRY TO HELPTAB.
        APPEND HELPTAB.
        ENDSELECT.
      CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'
        EXPORTING
          DISPLAY                   = ' '
          FIELDNAME                 = 'ZZCNTRY'
          TABNAME                   = 'ZPORT'
        IMPORTING
          SELECT_VALUE              = SELECTED_VALUE
        TABLES
          FIELDS                    = IHELP_FIELDS
          VALUETAB                  = HELPTAB
        EXCEPTIONS
          FIELD_NOT_IN_DDIC         = 01
          MORE_THEN_ONE_SELECTFIELD = 02
          NO_SELECTFIELD            = 03.
      IF SELECTED_VALUE <> SPACE.
        P_LDCTY = SELECTED_VALUE.
      ENDIF.
    pls help mein this issue.
    points will be awarded for right answer,
    thanks and regards
    suneetha

    Hi suneetha,
    1. we have to juse like this.
    2. a) use FM F4IF_INT_TABLE_VALUE_REQUEST
       b) syntax is : AT SELECTION-SCREEN ON VALUE-REQUEST FOR MYFIELD.
    3. just copy paste in new program.
    4.
    Hi prakash,
    1. sample code (just copy paste)
    2.
    REPORT ABC.
    DATA : BEGIN OF ITAB OCCURS 0,
    UNAME LIKE USR01-BNAME,
    END OF ITAB.
    data : RETURN_TAB LIKE DDSHRETVAL occurs 0 .
    data : RETURN_wa LIKE DDSHRETVAL .
    PARAMETERS : A(12) TYPE C.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR A.
    ITAB-UNAME = 'U01'. APPEND ITAB.
    ITAB-UNAME = 'U02'. APPEND ITAB.
    ITAB-UNAME = 'U03'. APPEND ITAB.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    DDIC_STRUCTURE = ' '
    retfield = 'ITAB-UNAME'
    PVALKEY = ' '
    DYNPPROG = SY-REPID
    DYNPNR = SY-DYNNR
    DYNPROFIELD = 'A'
    STEPL = 0
    WINDOW_TITLE =
    VALUE = ' '
    VALUE_ORG = 'S'
    MULTIPLE_CHOICE = ' '
    DISPLAY = ' '
    CALLBACK_PROGRAM = ' '
    CALLBACK_FORM = ' '
    MARK_TAB =
    IMPORTING
    USER_RESET =
    tables
    value_tab = ITAB
    FIELD_TAB = FTAB
    RETURN_TAB = return_tab
    DYNPFLD_MAPPING =
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3
    break-point.
    regards,
    amit m.

  • Sun E250 blank Screen... Need help

    Hi everyone,
    Currently I have moved my E250 server back from my customer site. It was working last week and now when I tried to power up it does not reach the Open Boot prompt.
    I will start with the LED light located on the front panel. Only the green light which is the power light is on. Normally there an amber light that will blink that which the machine will work fine. Now that light does not blink at all.
    Also there is other LED fault light that appear like powersupply, hardisk and room tempearture.
    Therefore need helps from any gurus here. Do you think is there any component that was loose inside the system like memory or CPU ? If so I believe the LED light will appear as fault which now it has none.
    Thanks...
    Regards
    Jeremy
    Email : jktlee&#64;tm.net.my

    I did OBP upgrade. Problem is still there and I don't see anything in the DIAG.
    =====================
    crmyulsrv:/# df -k
    Filesystem kbytes used avail capacity Mounted on
    /dev/vx/dsk/rootvol 5445200 4484851 905897 84% /
    /proc 0 0 0 0% /proc
    fd 0 0 0 0% /dev/fd
    mnttab 0 0 0 0% /etc/mnttab
    swap 5885304 0 5885304 0% /var/run
    crmyulsrv:/#
    Fatal Reset
    SC Control: 0000.0000.0200.0000
    SC CP0 CFG: 0000.0000.0100.4000 STS: 0000.0000.c1e0.0000
    SC CP1 CFG: 0000.0000.0100.4000 STS: 0000.0000.01e0.0000
    SC CP2 CFG: 0000.0000.0100.4000 STS: 0000.0000.01e0.0000
    SC CP3 CFG: 0000.0000.0100.4000 STS: 0000.0000.01e0.0000
    SC P1F CFG: 0000.0000.0110.4000 STS: 0000.0000.0100.0000
    SC P06 CFG: 0000.0000.0110.4000 STS: 0000.0000.0100.0000
    SC P04 CFG: 0000.0000.0110.4000 STS: 0000.0000.0100.0000
    SC SIFault: 0000.0000.0000.0000
    CPU AFSR: 0000.0001.a801.0000 AFAR: 0000.01ff.f150.0000
    CPU UDBH: 0000.0000.0000.0000 UDBL: 7fff.f37e.0100.0000
    P@1F Ctrl: 04f8.0000.0000.0000
    UE AFSR: 0000.ff00.2000.0000 AFAR: 0000.01fe.0000.b008
    CE AFSR: 0080.ff00.2000.0000 AFAR: 0000.01fe.0000.b008
    P@06 Ctrl: 04f8.0000.0000.0000
    UE AFSR: 0000.ff00.2000.0000 AFAR: 0000.01cc.0000.b008
    CE AFSR: 0080.ff00.2000.0000 AFAR: 0000.01cc.0000.b008
    P@04 Ctrl: 04f8.0000.0000.0000
    UE AFSR: 0000.ff00.2000.0000 AFAR: 0000.01c8.0000.b008
    CE AFSR: 0080.ff00.2000.0000 AFAR: 0000.01c8.0000.b008
    CPU0 has assumed the role of Boot CPU
    @(#) Sun Ultra 450 3.30 Version 0 created 2003/11/11 10:41
    Online: CPU0 Ultra-II (v10.0) 4:1 4096KB 2-2 ECache MCap 7
    Online: CPU1 Ultra-II (v10.0) 4:1 4096KB 2-2 ECache MCap 7
    Online: CPU2 Ultra-II (v10.0) 4:1 4096KB 2-2 ECache MCap 7
    Online: CPU3 Ultra-II (v10.0) 4:1 4096KB 2-2 ECache MCap 7
    Motherboard DTAG SRAMs support up to 8192KB of ECache per CPU Module
    Setting system ECache size to 4096KB
    Clearing DTAGS...Done
    Auxio Level = 0000.0000.0000.000f
    Clearing E-Cache Tags...Done
    Clearing I/D TLBs...Done
    Probing Memory...Done
    HiMem base = 0000.0000.8000.0000 size = 0000.0000.4000.0000
    Clearing Memory...Done
    MMUs ON
    Copying ROM to RAM...Done
    RAM CRC = 0000.0000.4267.f1bc; ROM CRC = 0000.0000.4267.f1bc
    Decompressing into Memory...0000.0000.0004.4ec0 (276KB)...Done
    Size = 0000.0000.0008.4a70 (531KB)
    Starting Forth kernel at 0000.0000.f005.9dbc
    ttya initialized
    Memory in 1 - way interleave configuration
    ...Bank #0 256 + 256 + 256 + 256 : 1024 MB [Available 1024MB @ 0 ]
    ...Bank #1 256 + 256 + 256 + 256 : 1024 MB [Available 1024MB @ 40000000 ]
    ...Bank #2 256 + 256 + 256 + 256 : 1024 MB [Available 1024MB @ 80000000 ]
    ...Bank #3 0 + 0 + 0 + 0 : 0 MB
    Programming memory controller for 10ns/100MHz UPA timing
    Environmental monitor: enabled
    Probing Floppy: drive detected on ID0
    Probing Audio: audio codec not present
    Primary UPA probing
    Probing all UPA slots ................................Done.
    At UPA Slot 0 Created Node(s)...SUNW,UltraSPARC-II
    At UPA Slot 1 Created Node(s)...SUNW,UltraSPARC-II
    At UPA Slot 2 Created Node(s)...SUNW,UltraSPARC-II
    At UPA Slot 3 Created Node(s)...SUNW,UltraSPARC-II
    At UPA Slot 4 Created Node(s)...pci pci
    At UPA Slot 6 Created Node(s)...pci pci
    At UPA Slot 1f Created Node(s)...pci pci
    Primary I/O probing
    Probing /pci@1f,4000 at Device 1 network
    Probing /pci@1f,4000 at Device 3 scsi disk tape
    Probing /pci@1f,4000 at Device 2 scsi disk tape
    Probing /pci@1f,4000 at Device 4 Nothing there
    Probing /pci@1f,2000 at Device 0 This slot excluded from probing...
    Probing /pci@1f,2000 at Device 1 pci
    Probing /pci@1f,2000/pci@1 at Device 0 pci108e,1000 SUNW,qfe
    Probing /pci@1f,2000/pci@1 at Device 1 pci108e,1000 SUNW,qfe
    Probing /pci@1f,2000/pci@1 at Device 2 pci108e,1000 SUNW,qfe
    Probing /pci@1f,2000/pci@1 at Device 3 pci108e,1000 SUNW,qfe
    Probing /pci@1f,2000/pci@1 at Device 4 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 5 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 6 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 7 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 8 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 9 Nothing there
    Probing /pci@1f,2000/pci@1 at Device a Nothing there
    Probing /pci@1f,2000/pci@1 at Device b Nothing there
    Probing /pci@1f,2000/pci@1 at Device c Nothing there
    Probing /pci@1f,2000/pci@1 at Device d Nothing there
    Probing /pci@1f,2000/pci@1 at Device e Nothing there
    Probing /pci@1f,2000/pci@1 at Device f Nothing there
    Probing /pci@1f,2000 at Device 2 Nothing there
    Probing /pci@1f,2000 at Device 3 Nothing there
    Probing /pci@1f,2000 at Device 4 Nothing there
    Probing /pci@1f,2000 at Device 5 Nothing there
    Probing /pci@6,4000 at Device 0 This slot excluded from probing...
    Probing /pci@6,4000 at Device 1 Nothing there
    Probing /pci@6,4000 at Device 2 Nothing there
    Probing /pci@6,4000 at Device 3 scsi disk tape scsi disk tape
    Probing /pci@6,4000 at Device 4 scsi disk tape scsi disk tape
    Probing /pci@6,4000 at Device 5 Nothing there
    Probing /pci@6,2000 at Device 0 This slot excluded from probing...
    Probing /pci@6,2000 at Device 1 Nothing there
    Probing /pci@6,2000 at Device 2 Nothing there
    Probing /pci@6,2000 at Device 3 Nothing there
    Probing /pci@6,2000 at Device 4 Nothing there
    Probing /pci@6,2000 at Device 5 Nothing there
    Probing /pci@4,4000 at Device 0 This slot excluded from probing...
    Probing /pci@4,4000 at Device 1 Nothing there
    Probing /pci@4,4000 at Device 2 Nothing there
    Probing /pci@4,4000 at Device 3 Nothing there
    Probing /pci@4,4000 at Device 4 Nothing there
    Probing /pci@4,4000 at Device 5 Nothing there
    Probing /pci@4,2000 at Device 0 This slot excluded from probing...
    Probing /pci@4,2000 at Device 1 Nothing there
    Probing /pci@4,2000 at Device 2 Nothing there
    Probing /pci@4,2000 at Device 3 Nothing there
    Probing /pci@4,2000 at Device 4 Nothing there
    Probing /pci@4,2000 at Device 5 Nothing there
    Can't open input device.
    screen not found.
    Can't open input device.
    Keyboard not present. Using ttya for input and output.
    Keyboard not present. Using ttya for input and output.
    Memory in 1 - way interleave configuration
    ...Bank #0 256 + 256 + 256 + 256 : 1024 MB [Available 1024MB @ 0 ]
    ...Bank #1 256 + 256 + 256 + 256 : 1024 MB [Available 1024MB @ 40000000 ]
    ...Bank #2 256 + 256 + 256 + 256 : 1024 MB [Available 1024MB @ 80000000 ]
    ...Bank #3 0 + 0 + 0 + 0 : 0 MB
    Programming memory controller for 10ns/100MHz UPA timing
    Environmental monitor: enabled
    Probing Floppy: drive detected on ID0
    Probing Audio: audio codec not present
    Primary UPA probing
    Probing all UPA slots ................................Done.
    At UPA Slot 0 Created Node(s)...SUNW,UltraSPARC-II
    At UPA Slot 1 Created Node(s)...SUNW,UltraSPARC-II
    At UPA Slot 2 Created Node(s)...SUNW,UltraSPARC-II
    At UPA Slot 3 Created Node(s)...SUNW,UltraSPARC-II
    At UPA Slot 4 Created Node(s)...pci pci
    At UPA Slot 6 Created Node(s)...pci pci
    At UPA Slot 1f Created Node(s)...pci pci
    Primary I/O probing
    Probing /pci@1f,4000 at Device 1 network
    Probing /pci@1f,4000 at Device 3 scsi disk tape
    Probing /pci@1f,4000 at Device 2 scsi disk tape
    Probing /pci@1f,4000 at Device 4 Nothing there
    Probing /pci@1f,2000 at Device 0 This slot excluded from probing...
    Probing /pci@1f,2000 at Device 1 pci
    Probing /pci@1f,2000/pci@1 at Device 0 pci108e,1000 SUNW,qfe
    Probing /pci@1f,2000/pci@1 at Device 1 pci108e,1000 SUNW,qfe
    Probing /pci@1f,2000/pci@1 at Device 2 pci108e,1000 SUNW,qfe
    Probing /pci@1f,2000/pci@1 at Device 3 pci108e,1000 SUNW,qfe
    Probing /pci@1f,2000/pci@1 at Device 4 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 5 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 6 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 7 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 8 Nothing there
    Probing /pci@1f,2000/pci@1 at Device 9 Nothing there
    Probing /pci@1f,2000/pci@1 at Device a Nothing there
    Probing /pci@1f,2000/pci@1 at Device b Nothing there
    Probing /pci@1f,2000/pci@1 at Device c Nothing there
    Probing /pci@1f,2000/pci@1 at Device d Nothing there
    Probing /pci@1f,2000/pci@1 at Device e Nothing there
    Probing /pci@1f,2000/pci@1 at Device f Nothing there
    Probing /pci@1f,2000 at Device 2 Nothing there
    Probing /pci@1f,2000 at Device 3 Nothing there
    Probing /pci@1f,2000 at Device 4 Nothing there
    Probing /pci@1f,2000 at Device 5 Nothing there
    Probing /pci@6,4000 at Device 0 This slot excluded from probing...
    Probing /pci@6,4000 at Device 1 Nothing there
    Probing /pci@6,4000 at Device 2 Nothing there
    Probing /pci@6,4000 at Device 3 scsi disk tape scsi disk tape
    Probing /pci@6,4000 at Device 4 scsi disk tape scsi disk tape
    Probing /pci@6,4000 at Device 5 Nothing there
    Probing /pci@6,2000 at Device 0 This slot excluded from probing...
    Probing /pci@6,2000 at Device 1 Nothing there
    Probing /pci@6,2000 at Device 2 Nothing there
    Probing /pci@6,2000 at Device 3 Nothing there
    Probing /pci@6,2000 at Device 4 Nothing there
    Probing /pci@6,2000 at Device 5 Nothing there
    Probing /pci@4,4000 at Device 0 This slot excluded from probing...
    Probing /pci@4,4000 at Device 1 Nothing there
    Probing /pci@4,4000 at Device 2 Nothing there
    Probing /pci@4,4000 at Device 3 Nothing there
    Probing /pci@4,4000 at Device 4 Nothing there
    Probing /pci@4,4000 at Device 5 Nothing there
    Probing /pci@4,2000 at Device 0 This slot excluded from probing...
    Probing /pci@4,2000 at Device 1 Nothing there
    Probing /pci@4,2000 at Device 2 Nothing there
    Probing /pci@4,2000 at Device 3 Nothing there
    Probing /pci@4,2000 at Device 4 Nothing there
    Probing /pci@4,2000 at Device 5 Nothing there
    Sun Enterprise 450 (4 X UltraSPARC-II 400MHz), No Keyboard
    OpenBoot 3.30, 3072 MB memory installed, Serial #11954957.
    Ethernet address 8:0:20:b6:6b:d, Host ID: 80b66b0d.
    Initializing 1 megs of memory at addr bfeb6000
    Initializing 1 megs of memory at addr bfe00000
    Initializing 2 megs of memory at addr bfc02000
    Initializing 12 megs of memory at addr bf002000
    Initializing 3056 megs of memory at addr 0
    {0} ok
    ======================
    {0} ok printenv
    Variable Name Value Default Value
    tpe-link-test? true true
    scsi-initiator-id 7 7
    keyboard-click? false false
    keymap
    ttyb-rts-dtr-off false false
    ttyb-ignore-cd true true
    ttya-rts-dtr-off false false
    ttya-ignore-cd true true
    ttyb-mode 9600,8,n,1,- 9600,8,n,1,-
    ttya-mode 9600,8,n,1,- 9600,8,n,1,-
    pci-slot-skip-list none none
    pci0-probe-list 1,3,2,4 1,3,2,4
    upa-port-skip-list none none
    memory-interleave auto auto
    disk-led-assoc 0 0
    diag-level max min
    diag-script normal normal
    diag-targets none none
    diag-trigger power-reset power-reset
    diag-continue? false false
    diag-passes 1 1
    diag-verbosity verbose tests
    env-monitor enabled enabled
    mfg-options server
    #power-cycles 88
    system-board-serial# 947H440A
    system-board-date 38458a32
    fcode-debug? false false
    output-device screen screen
    input-device keyboard keyboard
    load-base 16384 16384
    boot-command boot boot
    auto-boot? false true
    auto-boot-on-error? false false
    watchdog-reboot? false false
    diag-file
    diag-device net net
    boot-file
    boot-device disk:a disk1:a disk net disk net
    local-mac-address? false false
    ansi-terminal? true true
    screen-#columns 80 80
    screen-#rows 34 34
    silent-mode? false false
    use-nvramrc? false false
    nvramrc devalias vx-rootmirror / ...
    security-mode none
    security-password
    security-#badlogins 4096
    oem-logo
    oem-logo? false false
    oem-banner
    oem-banner? false false
    diag-switch? true false
    ======================
    Message was edited by:
    Jpeda

  • Dynamic selection screen for custom ABAP report

    Hi,
    His it possible to create a custom ABAP report with a dynamic selection screen. The report doesnot use a logical database. If possible sample code will be appreciated.
    Regards,
    Chandra Kumar

    hi
    use this link
    Dynamic selection screen
    Cheers
    Snehi

  • My Iphone 4 goes off after tried to instul ios 7.0. I 'm onlu seeing the sing of iTune and USB plug right on the phon's  screen. I really need help because I all i got

    My Iphone 4 shuted down after tried to instul ios 7.0. I 'm only seeing the sing of iTune and USB plug right on the phon's screen
    I really need help because that's only phone i got.

    Just back from Genius Bar and two other people at my table had the same problem. Their 4Ss aren't charging either. One of them had a fried board according to the tech. At least my HW checked out OK. It just won't charge.
    The tech tried to tell me that it was because my connector was corroded, which I told him was kind of a weak argument since evidence points to that the update has something to do with it.
    They're seeing a lot of these and it looks like they already have a script.
    Luckily I had enough juice left to recycle it for like $180, so I picked up a 5S with a new 2 year.
    It looked to me like this is going to blow up pretty big. Like class action lawsuit big.
    If you have an iPhone 4 or 4S, and you haven't updated it to iOS 7, don't for now. See if a patch comes out that doesn't brick your phone. Or get an induction charger maybe? Don't just update and expect absolutely no problems because too many people are having problems right now.

Maybe you are looking for