Personal Profile examples

Where can I find some examples on CDC/Personal profile? (I don't have Linux)

I'm also looking for some good examples but haven't found yet.

Similar Messages

  • 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

  • Personal Profile compile

    Hi all,
    I recently downloaded the cdc personal profile. I've managed to compile the profile on Red Hat 9 ( compiled cleanly...only some minor warnings ). When I try to run the HelloWorld example packaged within the democlasses.zip file ( should display a window with Hello World in big red letters ), I get the following exception:
    java.lang.NullPointerException:
    at java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;(Class.java:127)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment()Ljava/awt/GraphicsEnvironment;(GraphicsEnvironment.java:72)
    So, I traced throught the code. After doing a little debugging, I discovered that the GraphicEnvironment retrieves null for the java.awt.graphicsenv environment variable. Noticing that a doPrivileged call is made, my first thought was that it was a security thing. So I added the java.awt.graphicsenv entry within my java.policy file. Reran the example and still the same exception. I'm baffled as to why a call to retrieve this environment variable is always returning null. I can add a call to System.getProperties() within the GraphicsEnvironment class and it shows that that entry is set to sun.awt.gtk.GdkGraphicsEnvironment. Has anyone encountered this problem? What I'm noticing is that when I call System.getProperty( String name ) it seems to always return null?? I tried:
    System.getProperty( "java.awt.graphicsenv" );
    System.getProperty( "awt.toolkit" );
    System.getProperty( "java.awt.AlphaComposite.SRC_OVER.isRestricted" );
    All returned null! Any suggestions or thoughts would be greatly appreciated. I know there is a rpm version of the personal profile - I've tried it and it works great - but I really need to be able to compile it for myself as I'm going to have to provide some porting libraries and classes.
    Thanks in advance!
    Best Regards,
    Jeff

    I figured it out!!
    It had to do with the makefiles that were responsible for generating those environment variables. More specifically, personal/build/share/defs_basis.mk and personal/build/share/rules.mk. The defs.mk defined a SYSTEM_PROPERTIES variable. It goes through a bunch of if statements to determine which environment variables will be set. Statement looks like this:
    SYSTEM_PROPERTIES += "name=value\n"
    Well, its the rules.mk file that parses that SYSTEM_PROPERTIES variable to generate a system_properties.c file. The line that does this is:
    $(AT) echo $(SYSTEM_PROPERTIES) | sed -e 's/ *\(.*\)=\(.*\)/     PUTPROP (props, "\1", "\2");/' >> .system_properties.c
    This line echos SYSTEM_PROPERTIES and pipes that output to sed which will then parse out each "name=value". Then it will print out PUTPROP( props, "name", "value" );
    The problem that I was encountering was when this line parsed the SYSTEM_PROPERTIES it was parsed as follows:
    name1=value1n name2=value2n .... the \n characters were not being recognized! Therefore all of the name=value pairs were being output on one line. Sed is expecting these things to be on their own line. Therefore the environment variables were not being set correctly by the System. So I made a minor modification to the echo command to interpret the "/n":
    $(AT) echo -e $(SYSTEM_PROPERTIES) | sed -e 's/ *\(.*\)=\(.*\)/     PUTPROP (props, "\1", "\2");/' >> .system_properties.c
    The -e tells echo to interpret any escape characters within the String. Made the fix, recompiled, and everything works great!!
    Regards,
    Jeff

  • J2me personal profile

    Hi
    Am a novice to start with j2me personal profile with embedded linux.
    Can you tell me, where I can find about the documents?
    What are the softwares I need?
    I heard about IBM J9 JVM.
    To work with IBM J9 personal profile and embedded linux,
    what are the softwares needed?
    Please help me.
    Thanks
    raja

    I'm looking to gauge Java's GUI capabilities for high
    end PDA devices. Some things that I'm looking at
    are:Personal Profile only supports AWT (not SWING)!
    -MenusAWT Menus.
    -Tree structuresNo SWING JTree!
    -Context menus (can you detect the difference between
    a single click and a click and hold as you can using
    VS.net?)All that you can do using AWT.
    -Screen/Form controls (i.e. close, minimise/hide)Belongs to the Frame and is handled by the Virtual Machine.
    With the menus can you have them at the bottom of the
    screen rather than the top (as with VS.net).Handled by the Virtual Machine. If you use e.g. J9 this is done automatically.
    >
    I'd guess that java is capable of all of these, but
    it'd be nice if someone could confirm it. Also a
    point in the direction of some examples or tutes
    would be great.Just look into an AWT tutorial.

  • 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

  • How Can I get personal java example source?

    i want to know how to program with p-java.
    How Can I get personal java example source?
    and where can i get them?

    pjava is pretty much the same as regular java 1.1.x, so you could just look at any java examples. www.javasoft.com has a learning center with tutorials if that's what you're looking for

  • 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.

  • I just bought a used Macbook Pro. How do I make the changes to make it personal. Example the iTunes comes up as the old user and I have to have his password to make changes on the laptop. Can you make any suggestions?

    I just bought a used Macbook Pro. How do I make the changes to make it personal. Example the iTunes comes up as the old user and I have to have his password to make changes on the laptop. Can you make any suggestions?
    Also I cant make a right click on the pad. Is that normal?

    Your first going to have to remove all your personal data off the machine to a external storage drive, do not use TimeMachine when it asks as this will copy the entire drive and is unnecessary at this time (also takes too long).
    You need to drag and drop copy your personal data folders (Music, Pictures, Movies etc) to a external storage drive, once done, unmount and disconnect this drive.
    Most commonly used backup methods
    Next your going to follow the Zero Erase and install method for your OS X version, either 10.6 or 10.7, here
    How to reinstall just OS X or erase/install OS X
    10.7 requires your AppleID and password to install, so make sure to have that ready.
    Once you reboot your into the real setup of OS X, which will require your name etc, so it's now your machine.
    Install your programs, iLife package is only free for the owner of the machine.
    If you have the 10.6 machine specific disks, then it's on there.
    If your using 10.7, then you'll have to purchase it from the App Store.
    Last, return your files from the storage drive, consider setting up a TimeMachine or clone on the external drive.

  • 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>.

  • 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?

  • 'Profile' Example on PDK for EP 7.0

    Hi there,
    <u><b>Situation 1</b></u>
    I am trying out an example in the PDK for EP 7.0. The Example is under
    Portal Development Kit-> Portal Runtime -> Portal Components -> Portal Profile Examples ->Example 1
    I build the portal application as follows, all the codes that were given, i did not change anything in there. I deployed into the EP and build the iViews it was successful but when i tried to preview the iView
    <b>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object(s): com.sap.portal.system/security/sap.com/UndefinedSecurityArea/no_safety/Example12/components/ExampleLayer).
    Exception id: 01:27_24/04/07_0236_19610550
    See the details for the exception ID in the log file</b>
    have anyone tried the examples online and encountered this error??
    <u><b>Situation 2</b></u>
    I have build the Profile example as usual, but i did not copy the portalapp.xml into my codes. The portalapp.xml was generated by itself as i continued to build the Profile.jsp, profile.java etc etc.
    but i hit this error
    <b>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Error occurs during the rendering of jsp component.
    Exception id: 01:14_24/04/07_0232_19610550
    See the details for the exception ID in the log file</b>
    i have check the log file. There have been error like
    Missing package bean in my project.
    and
    Check the imports and correct them to show to where your ProfileBean class exists.
    have anyone have this prob ??
    thanks

    Hi,
    I have never worked with the examples but I can tell you how to solve your problem in situation 1. The portal user you use to preview the iView does not have sufficient permissions for the security zone to which the iView belongs.
    To set the permissions follow the instructions below:
    1) Log into portal with system administration rights
    2) Navigate to => "System Administration" => "Permissions" => "Portal Permissions"
    3) Open folder "SecurityZones/com.sap/UndefinedSecurityArea/no_safety/Example12/components"
    4) Right-click object "ExampleLayer" and choose "Open Permissions" from context menu
    5) Set permissions for your user
    6) Save changes with click on "Save" button
    Best regards,
    Martin

  • User Personal Profile Values

    Hello,
    We have a custom profile to set up the default printer at a user level for our shipping program (in R12).  Currently, our users do not have access to the Personal Profile Values form and I would like to give them the ability to change this themselves.
    The issue I have is allowing them to change other profiles.  I'd like to limit them only to the one profile for changing their default printer.
    Is it feasible to run an update statement like the one below to set this up:
    update applsys.fnd_profile_values
    set user_visible_flag = 'N',
    user_visible_flag = 'N'
    where profile_option_id <> 11632;
    Or is there a better script that we should run to update this.
    Regards,
    Matt

    You can use the above update to change the visibility of your custom profile option (or you can achieve the same from the application -- Application Developer or System Administrator > Define Profile Option).
    You may also see the docs in this thread https://forums.oracle.com/thread/2569789
    Btw, why are you setting user_visible_flag twice in your above update? And, I think you need to change "profile_option_id <> 11632;" to be "profile_option_id = 11632;" -- Assuming 11632 is the profile option if of your custom profile option.
    Thanks,
    Hussein

Maybe you are looking for

  • Im getting error message when trying to burn disc

    im getting erorr message when trying to burn disc ''device failed to collabarate the laser power level'' what does this mean?

  • Hard/soft block in sales order

    Hi, What is hard/soft block as far as availability check in sales order. What is the config settings  for the same. regards

  • Financing options and reward points

    I must admit I was caught offguard when I bought my dad an ipad a couple of weeks ago on the special financing option and did not receive my points. I was confused but after doing some research I saw Best Buy changed their policy last July.  It didn'

  • My iMessages won't work on my iPhone 5. Any help would be appreciated.

    As the title says, my imessages just wont work on my iphone 5. I have tried everything from a dfu restore, to turning imessages on and off, resetting network settings, turning off sending as sms, etc. etc. If I put my sim card into a friends iPhone 5

  • Hyperion 11.1.3 cell access error

    Hi All, Is anyone have an experience where an account cell can't be access ether from form / add-in? I have an Account a with a single child a1. The account a1 can't edit from add-in and form planning. Regards, Theresia