Personal Profile configuration

Hi...
I Have source code runnuing with j2sdk1.4 i would like to run with personalprofile1.1 ....
What i am doing is i am compiling the source code with j2sdk while running i am running with cvm ...cdc jvm...
Is it man that i am running with personal profile...Please help me out..
thanks,
Krishna

Ditto my iPhone4 and 6 month old MBP.....

Similar Messages

  • Personal Profile service for Brazil - Type Conflict for infotype 0002

    Hello All,
    We are enabling personal profile service for Brazil. And we did all the required configuration for that.
    When I access the personal info service I can see the overview page with personal data. But when I click on display link, I get the error message saying -
    Type conflict with ASSIGN in program CL_HRPA_UI_CONVERT_0002_BR
    Is there any configuration missing?
    Thanks,
    Bhushan

    Short text
        Type conflict with ASSIGN in program "CL_HRPA_UI_CONVERT_0002_BR====CP".
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_HRPA_UI_CONVERT_0002_BR====CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        You attempted to assign a field to a typed field symbol,
        but the field does not have the required type.
    How to correct the error
        Adapt the type of the field symbol to the type of the field or use an
        untyped field symbol or use the "CASTING" addition.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "ASSIGN_TYPE_CONFLICT" " "
        "CL_HRPA_UI_CONVERT_0002_BR====CP" or "CL_HRPA_UI_CONVERT_0002_BR====CM003"
        "IF_HRPA_UI_CONVERT_STANDARD~OUTPUT_CONVERSION"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
    Line  SourceCde
        6   DATA: attributes           TYPE hrpad_field_attribute_tab.
        7   DATA: l_object_key         TYPE hcm_object_key.
        8   DATA: l_subrc              TYPE sysubrc.
        9
       10   FIELD-SYMBOLS <r0002_br>   TYPE hcmt_bsp_pa_br_r0002.
       11   FIELD-SYMBOLS <p0002_br>   TYPE p0002.
       12   FIELD-SYMBOLS <p0625>      TYPE p0625.
       13
       14   is_ok = if_hrpa_ui_convert_standard~true.
       15   ASSIGN screen_structure    TO <r0002_br>.
       16   l_object_key = <r0002_br>-object_key.
       17   MOVE-CORRESPONDING pnnnn TO super_screen_ref.
       18
       19   CALL METHOD super->if_hrpa_ui_convert_standard~output_conversion
       20     EXPORTING
       21       screen_structure_name = a_super_screen_structure_main
       22       pnnnn                 = pnnnn
       23       message_handler       = message_handler
       24       field_metadatas       = field_metadatas
       25     IMPORTING
       26       screen_structure      = super_screen_ref
       27       is_ok                 = is_ok
       28       field_attributes      = field_attributes.
       29
       30   MOVE-CORRESPONDING super_screen_ref TO screen_structure.
       31
       32   CASE a_super_screen_structure_main.
       33     WHEN 'HCMT_BSP_PA_XX_R0002'.
       34       ASSIGN pnnnn                  TO <p0002_br>.
       35       ASSIGN screen_structure       TO <r0002_br>.
    >>>>>       ASSIGN pnnnn2                 TO <p0625>.
       37       MOVE-CORRESPONDING <p0002_br> TO <r0002_br>.
       38       MOVE-CORRESPONDING <p0625>    TO <r0002_br>.

  • ESS Personal Profile -- NWBC

    Hi all ,
    In ESS Personal Profile,
    In one system which is currently using by client is like this.
    But I need to replace it like this.
    Here add details are there, but in older one that is missing.
    What I need to do.
    Waiting for everyones response,
    Namsheed.

    The add button option depends use case for which you will have to customize the view V_T7XSSPERSUBTY .
    Refer here for more details:
    http://scn.sap.com/community/erp/hcm/employee-self-service/blog/2012/06/13/summary-of-configuration-options-in-ess-personal-information-scenario
    HCM EHP5, EHP6 and HR Renewal,Fiori Important links and documents
    http://scn.sap.com/community/erp/hcm/employee-self-service/blog/2012/05/29/exciting-enhacements-to-ess-personal-information-scenario-in-enhancement-pack-6
    Regards.
    PS:
    Most of the queries you are posting are lalready answered - you would save time by searching for them before posting.

  • Add Infotype 0045(Loans) to Personal Profile

    Hi All,
    I am currently on EHP6 and i am trying to add Infotype 0045 to personal profile application but i am facing issues.
    I have followed the steps with few exceptions from the below link:
    Adding any Info Type IN ESS in EHP5/6 through WebDynpro Configuration
    I have added the infotypes in HRPAD and V_T7XSSPERSUBTYP.
    I have created all the required configuration(FORM_UIBB, LIST_UIBB and OVP_COMPONENTS).
    I have created proper wiring as well and implemented the Default start date BADI as well.
    I have already make it to work for few other Infotypes.
    I am not sure why is it not working for IT0045.
    Please let me know in case you have any views on this.
    Regards,
    Mayank

    Hi,
    i have already checked all the settings and they all look fine.
    However, to be on the safer side i have also EDITED the same configurations and wiring to make it work for other infotype, and it works correctly for others.
    The problem is something specific to IT0045.
    Regards,
    Mayank

  • Change in Personal Profile layout in Ehp6

    Hello Experts,
    I have a requirement in which we want to show the buttons for each subtype of the infotype instead of 'Button Choice'. I have attached the screen to explain it better.
    For Example for Address Service in Personal Profile , we want to show individual buttons for 'Temporary residence ' , 'Home Address' etc..
    I have made the Z copy of - HRESS_AC_PERSINFO having  Z copy of component Configuration - ZHRESS_CC_PER_OVP. By executing it in Administration mode I could able add the buttons to the tool bar but don't see any option to assign actions to it.
    Please check the attachment for better understanding .
    What are your thoughts about how to implement this.

    Hi Kalyan,
    Which Ehp pack your are in , we are in Ehp6 . I did the change for use cases for subtypes in V_T7XSSPERSUBTY  but still see the button choice (Add ) and not individual buttons for subtype.
    The screen shot you have give of address overview page is the one we want to achieve.
    Can you explain how did you got that.
    Thanks
    Amol

  • ESS WDA Personal profile add explanation text

    Hi,
    Our requirement is to add explanation text to the detailed screens of personal profile wda app. I tried this with personalization and WDA OVP configuration options, but with no success. Is there any way we can do this?
    Thanks

    There are many ways to do this..
    Go through this blog by Sagar Joshi Adding custom pages (HTML or simple text) in ESS Homepage/Areapages (WD ABAP)
    Another way could be through personalization.
    Also refer here for few more hints Summary of configuration options in ESS Personal Information scenario
    Regards.

  • IBM Device Developer and Personal Profile

    Hi,
    There are two workarounds for Running Personal Profile on IBM Websphere Studio Device Developer 5.5 ...
    1) When adding a build from the build wizard, deselect the check boxes for "Java libraries not to include in jxe/jar file" on the Jxelink options page of the wizard. This will include all of the necessary Java(tm) library class in the JXE.
    2) Add the following VM arguments in the Arguments tab of the launch configuration:
    -Xbootclasspath:C:\wsdd\wsdd5.0\ive\runtimes\common\ive\lib\jclFoundation\classes.zip;C:\wsdd\wsdd5.0\ive\runtimes\common\ive\lib\jclFoundation\locale.zip;C:\wsdd\wsdd5.0\ive\runtimes\common\ive\lib\charconv.zip;C:\wsdd\wsdd5.0\ive\runtimes\common\ive\lib\jclPPro\ppro-ui-win.zip -jcl:foun
    BUT THE Problem is still there....
    help me if anyone can ??? Thnx a lot

    Hi,
    Click on classpath In configuration wirzard and uncheck the default class path and add the ppro-ui-win.zip using Add external jars/jxes button...
    it working fine....

  • Logical system and partner profile configuration

    Hi,
    I have a SQL server which is defined as a Business system in my landscape. It is sending records to ECC 6.0 which makes it a JDBC to IDOC scenario (inbound IDocs)
    First question is do I have to mention a logical system name for the SQL server Business system too ?
    Second question is do I create a Logical system in the ECC system (BD54/SALE) for the SQL system or would it be for the client of the ECC system itslef?
    Third question is do I maintain partner profile configurations in WE20 for the SQL business system or for the ECC business system?
    Thanks in advance.
    Cheers,
    S

    Hi Sam,
    > First question is do I have to mention a logical system name for the SQL server Business system too ?
    Yes, In SLD You have to specify logical system name of the SQL server business system while creating SQL system.After importing business system into Integration directory,in Adepter-Specific Identifiers  you can see logical system name of SQL server business sytem which you defined in SLD.
    > Second question is do I create a Logical system in the ECC system (BD54/SALE) for the SQL system or would it be for the client of the ECC system itslef?
    Yes,You have to create Logical system in ECC system for SQL system(Logical system name must be with the same name as logical system name you have given in XI SLD in previous question)
    > Third question is do I maintain partner profile configurations in WE20 for the SQL business system or for the ECC business system?
    In WE20 You have to maintain partner profiles for SQL server Logical system
    For example: If SQL server Business system name is SQLDEVBS and logical system name is SQLDEVLS
    In ECC you have to create logical system as SQLDEVLS and
    Partner profiles for SQLDEVLS in WE20.
    Please let me know if you have any issues.
    Cheers,
    JAG

  • Need Cisco Jabber Client in personal profile

    Cisco Jabber earlier it was there in appstore for BB8520 but after I done research I found that it was available now for Enterprise But problem here was I cannot enable workspace as currently our company or my client does not have BlackBerry Enterprise Services…
    Is there any way to install Cisco Jabber on personal profile?

    it was good to have 8520. Missing Jabber on z3.

  • ESS Personal Profile - Employee photo show as 'x'

    Dear experts
    I'm trying to find a conf. table the difference between Dev & QA to display employee photo in ESS personal profile.
    An image like hide photo (Not a actual employee photo) is display in Dev portal where as it show 'X' in QA. I'm trying to find the conf. table to show like hide in QA rather than 'x'. Attached the screenshot of two environment. Highly appreciate your input
    Thanks
    Babu

    run the report RPTMC_INDEX_EE_PIC_URL_TO_INDX  once
    EHP6 MSS Photo Issue
    EHP6 MSS Photo Issue
    1677344 - Poor performance when reading the photo URLs   ------ kindly do as per the steps  mentioned in this note
    1618938
    chk in  se11 > T77TMCPIC_URLS > click on display and do as below ...Activate Content server in SICF once and repeat .....can you check in  t-code ----CSADMIN  ......content repository a2 is runnning or not in overview chk once
    next click on below button and log off and log -in and refresh the team view in portal

  • Profile configuration for my app

    Is it possible to set preference values for my app in the profile configuration file? If so, an example would be greatly appreciated. Thanks.

    Hi,
    Have you ever figured out a way to use iPhone configuration utility for your own app? I'm looking into mechanisms for this purpose as well.

  • CANT CONNECT TO DB USING DATASOURCE ON J2ME PERSONAL PROFILE

    Having installed the optional JDBC package for J2ME and using the personal profile. I cant seem to connect using a datasource provided by HSQLDB. I keep getting the following error in WSDD:
    This compilation unit indirectly references the missing type javax.naming.Referenceable (typically some required class file is referencing a type outside the classpath)
    My classpath contains the database.jar file.
    Where am I going wrong?
    please please could some one help.
    Thanks

    Just a guess according to my Personal Java experience: maybe that optional JDBC package for J2ME is only JDBC1.2 compatible so that your should use HSQLDB JDB1.2 package? Thanks for correction.

  • CDC Personal Profile and XML

    Hi everybody,
    does anyone here has any experiences with J9 (CDC Personal Profile) and XML document?
    Can I use SAX or Dom to parse XML files in CDC Personal Profile?
    Any help is appreciated!!

    Try kXML. It should work on any Java platform.

  • Show HTML in Personal Profile?

    i'd like to show HTML (from a file or from a string) in any kind of component in an app running on a PDA. Probably i will use Personal Profile (and WSDD).
    Are there any components I could use to show HTML. Maybe in AWT?
    I know there are components like that in swing, but I don't know if I can use swing on a PDA??

    hi slomoman,
    i am also interested in the answer. Here is my research:
    You can show HTML in swing components like JEditorPane, But not in AWT.
    Also I could not find a way, how to run swing app with WSDD on PDA.
    good luck
    -fatbrain73

  • Online chat, August 6, on J2ME Personal Profile

    The J2ME Personal Profile (JSR 62), which is now available as a proposed final draft, is a CDC-based profile for small devices that require a high degree of Internet connectivity and web fidelity. It's intended as the follow-on to the PersonalJava environment. Got a question about the J2ME Personal Profile? Then get answers in this chat with Spec Lead, Jon Courtney, and Reference Implementation Lead, Tony Wyant. They'll answer your questions on Tuesday, August 6, at 11 A.M.-to-noon Pacific time (6 P.M.-to-7 P.M. GMT).
    To join the chat, go to http://developer.java.sun.com/developer/community/chat/index.html and click on "Join the current session."

    When will the Transcript for this chat be available?

Maybe you are looking for