Query : Addition of extra fields in the User Registration page of portal.

Hi All,
I have a query, about adding extra fields in the new user registration page of portal.
If you can suggest the required source files in details,inorder to incorporate two more fields.
Say, AGE and COMPANY,with the existing fields in the same page.
Along with this,can you please send the details of retrieving those information from backend and the backend functionalities associated with the SUBMIT button on the registration page.
Regards,
Sudeep

Hi,
Your query is divided into two parts.
The first part is adding new fields into existing form. This feature comes under Branding of portal. Plz use the link below understanding the same and related help :
http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
The second part is retrieving the values from backend.Here it will be the UME database. You need to develop a logon.par file and replace the same in your portal.
Happy Customizing.
Sukanta Rudra

Similar Messages

  • How to add more fields to the self registration page?

    Hello,
    I am running on OIM 11.1.2.1.0.
    How can I add the Organization field to the self registration page?  Could you point me to a doc if it exists.
    Thanks
    Khanh

    Hello,
    I successfully added the organization field to the self registration form following the instructions in this doc: http://docs.oracle.com/cd/E37115_01/admin.1112/e27149/customattr.htm#BABGDEIC
    I used Data Component – User Registration, then UserVO1.  There were 2 fields: Organization and Organization Name.  I added both to the form.  Then I tried to submit a self registration request.  When I logged in as xelsysadm to check out the request, the Organization field on the request is not populated.
    I know that under OIM 11gr2, the reviewer must provide the organization.  I am wondering if this has something to do with the value of the organization not being carried over to the request level approval.
    Could someone please help?
    Thanks
    Khanh

  • Column Headings in the report and adding an extra field to the report

    Hi All.
    I had an issue like i need to put column headings for a report and I want to add an extra field to the report.
    The problem here is that the report was actually cloned from a Query.At the time of cloning,they forgot to add the column headings.
    Now we need to add the column headings for the same.How can we proceed for this and where we need to add our code?
    How to add an extra field  to the existing report?
    Any pointers will be very much helpful.
    Regards,
    SSR.

    Hi,
    you can get this done in 2 ways:
    1 - Change the query to add another column and the re-generate the report
    2 - If changing query is not possible, you can change the report it self for adding extra field. If you look at the code, it will be more like normal ABAP code. you can easily modify it (If you are ABAPer) for your additional requirements.
    thnx,
    ags.
    Edited by: Agasti Kale on Jun 12, 2008 6:26 PM

  • Addition of extra fields in Standard report

    Hello Friends,
                  I just wanted to add some extra fields in the standard report MB51, MB52 & MC.1. I wanted to add some of the fields from Basic data1 & 2 screen.
                  is there any method to do this.
    Regards
    ACP

    Dear
    Please check the folloiwng :
    For MB51/MB51 -Additonal field : SAP note 357187
    Refer this useful theard  from expert : Re: req additional fields in MB51
    Regards
    JH

  • Can I set up a form so that there is text in the fields when the user opens the file?

    My client is interested in supplying schedules of activities in a PDF, and would like it so that a person can use what's in the document, or replace their own information in place of what's supplied.
    I've set up forms for filling in blanks, but I've not seen if some text can be left in the fields to start with. For example, leaving a "your name" text line in a field where the user clicks on that phrase and it disappears (like you see in a number of forms on web pages).
    Is this possible with Acrobat? If not, we'll probably have to go to a Word based solution, but I'd get better design if I do it in InDesign and add this functionality to a PDF.

    George,
    Thanks for keeping track of the discussion. I appreciate that you've taken the time to help me. My clients love the fact they can create these curriculum schedules with editable blocks that will allow the original info to return if the block is emptied. Now they'd like book titles italicized.
    I downloaded the Javascript reference PDF and found the "richValue" information, but I'm not grasping the concept of how to add it to my page. I'm not Javascript-literate, so I'm more inclined to add HTML tags or something like
    and to make something italic.
    Here is the example they gave:
    Example
    Turn all bold text into red underlined text.
    // Custom format event for a rich text field.
    var spans = event.richValue;
    for ( var i = 0; i < spans.length; i++ )
    if( spans[i].fontWeight >= 700 )
    spans[i].textColor = color.red;
    spans[i].fontWeight = 400; // change to default weight
    spans[i].underline = true;
    event.richValue = spans;
    I think I understand the 400 and 700 numbers as font weights, and that "underline" could be replaced with "italic". So I'm trying to figure out what I would need to write in order to make specific words italic in a block of text in the example you provided:
    // If field is blank, display this text
    if (!event.value) event.value = "Your name here";
    Can a span be ID'd by placing a sort of tag around the words? Like... (pardon my fake Javascript)
    // If field is blank, display this text
    if (words.are) 'i' then italics = true
    if (!event.richValue) event.richValue = "Your 'i'name'i' here";
    (You're probably laughing at my attempt here, but I hope my point is made :-) ).
    David

  • How to validate input fields as the user is filling up a form with jQuery?

    Hello EA friends.
    Someone has experimented on how to validate input fields as the user is filling up a form with jQuery?, if the field is numeric and insert an A for example, an alert appears showing "insert a number" or not allowed to enter anything until a number is entered.
    Thanks and regards.
    Fer

    Hi Sudeshna.
    Sorry for not responding on time, how can I be included in this code?
    sym.setVariable("typeActivity", "input")
    var Element_1=document.createElement(typeActivity);
    $(Element_1).css({"text-align": "center"});
    //Answer
    sym.setVariable("Answer_1", "4");
    sym.$("box_1").append(Element_1)
    This code is on my creationComplete and it works fine.
    Would greatly appreciate your help.
    Regards.
    Fer García

  • Extra field in the WOrklist

    Hi Specialist
    I would like to ask about add one extra field in the layout of the worlikst.
    there is a field: VERZN  --> Days in Arrears by Net Due Date that I would like to add in my layout.
    I check by the standard way using the "change layout" but the field doesnt appear.
    How can I add the field in my worklist?
    thank you

    Heya,
    This is indeed possible with a few changes to the structures used. The structure UDM_S_WORKLIST_ITEM_ATTR_C will need to have the customer include (CI_WORKLIST_ITEM_ATTR) implemented to add any new fields to the worklist.
    Similarily the table UDM_WL_ITEM needs to have the customer include (CI_WORKLIST_ITEM) implemented with the same fields.
    Once this is completed the BAdI UDM_WL_ITEM_DISP_C will need to be implemented to fill the data in the new fields added.
    Once you have done that it should be able to be shown within the worklist.
    Hope that helps,
    Brenton.

  • Adding extra fields to the SOA composite from OIM

    Hi All
    I want to to add extra fields to the input XML file to custom SOA approval composite.
    Where I suppose to control the parameter going from the OIM request to the SOA composite ?
    Thanks
    Edited by: 599647 on Jan 27, 2012 9:28 AM

    http://bbagaria.blogspot.com/2011/08/how-to-extend-payload-from-oim-to-soa.html
    -Bikash

  • How to populate a field on the Self Registration Approval Form?

    Hello,
    I have a field named SSN (last 4 digits of the SSN) that a self registered user must fill in during self registration. After the user submits the request, the request is submitted to a reviewer.
    This reviewer logs in and accesses the Self Registration Approval Form for that particular request. I would like to display the possible returned values of SSN that I query from HR based on the requester's firstname, middlename, and lastname. This will allow the reviewer to verify the requester's identity. If the entered SSN does not match the displayed SSN, the reviewer can take the proper action.
    How can this be accomplished?
    I looked into the prepopulate rule generator adaptor. But I don't have a form to attach the adaptor to it since the approval form is an ootb form.
    Thanks

    Yes, I did.
    In the adapter I mapped the adapter return value to the output of the java code (Get SSN).
    In the User Registration Process Definition, I have a non conditional task named Get SSN. I mapped the requestID to the request Key and the adapter return value to the field on the self registration form (using User Definition field).
    But the value did not show up in that field...

  • How i can show the selection screen input field in the top of page in alv

    hi ,
              how i can show the selection screen input field in the top of page in alv  grid output.
    tell me the process

    Hi,
    excample from my program:
    FORM topof_page.
      DATA: l_it_header   TYPE TABLE OF slis_listheader WITH HEADER LINE,
            l_info        LIKE l_it_header-info.
      DATA: l_it_textpool TYPE TABLE OF textpool WITH HEADER LINE.
      DATA: l_key LIKE l_it_textpool-key.
      READ TEXTPOOL c_repid INTO l_it_textpool LANGUAGE sy-langu.
      DEFINE m_selinfo.
        if not &1 is initial.
          clear l_it_header.
          l_it_header-typ   = 'S'.
          l_key = '&1'.
          translate l_key to upper case.
          read table l_it_textpool with key key = l_key.
          if sy-subrc = 0.
            shift l_it_textpool-entry left deleting leading space.
            l_it_header-key = l_it_textpool-entry  .
          endif.
          loop at &1.
            case &1-option.
              when 'EQ'
                or 'BT'
                or 'CP'.
                write &1-low to l_it_header-info.
              when others.
                write &1-low to l_it_header-info.
                concatenate &1-option
                            l_it_header-info
                       into l_it_header-info
                       separated by space.
            endcase.
            if not &1-high is initial.
              write &1-high to l_info left-justified.
              concatenate l_it_header-info
                          l_info
                     into l_it_header-info
                     separated by space.
            endif.
            if &1-sign = 'E'.
              concatenate ']'
                          l_it_header-info
                     into l_it_header-info.
            endif.
            append l_it_header.
            clear: l_it_header-key,
                   l_it_header-info.
          endloop.
        endif.
      END-OF-DEFINITION.
      m_selinfo: s_trmdat,
                 s_trmext,
                 s_trmint,
                 s_fkdat,
                 s_delno,
                 s_vbeln,
                 s_deact,
                 s_kdmat.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
           EXPORTING
                it_list_commentary = l_it_header[].
    ENDFORM.
    I hope, this will help you.
    Regards
    Nicole

  • Urgently, how to use the EEWB to ad new field in the business partner page

    Hello All
    I am working on CRM 5.0 EEWB
    I am trying to add new field in the business partner page I followed the steps for creating the project and the extension but I faced some problems
    1-I chose the package BBP_BUPA_MAIN    BBP Business Partner General
    I created two transport requests for the workbench and the customizing
    2- I created an extension with EEW Bus. Object: BUPA and extension type: ADD_NEW_FIELDS
    3- I got an error that <b>"Object DOMA ZBU_009XN27S is in the name range reserved for customers. The object cannot be assigned to package BBP_BUPA_MAIN, since it belongs to a different name range or namespace"</b>
    I tried to change the package but the same problem occurs and if I choose a custom made business package I get a similar error but, before the wizard starts
    I want to know the exact steps to create new field using the EEWB
    Regards
    Jacopo Francois

    Hi,
    Error info: "Object DOMA ZBU_009XN27S is in the name range reserved for customers. The object cannot be assigned to package BBP_BUPA_MAIN, since it belongs to a different name range or namespace"
    Clearly states that you need to assign some different name to the package which is not reserved by SAP as Z### is already reserved by SAP and thus you will not be able to create the enhancement in the same.
    Best Regards,
    Pratik Patel
    <b>Reward with Points</b>!

  • Make certain fields in the Account Detail Page Read-Only based on a Checkbo

    Hello
    We would like to make certain fields on the Account Detail Page Read-Only based on a checkbox that is on the Admin Account Detail Page. The fields we are looking to make read-only are Account Name, Primary Address, Phone Number.
    Thanks

    Brian,
    I think you'd need to use dynamic page layouts for this. Look at the Account type values, if you are already using it then replicate those values you have so if you have Business and Personal make it Business Read-only and Personal Read-only.
    When you are ready to lockdown those fields change the Account type from Business to Business Readonly and have the page layout for this screen with Account type, Name, Primary address and phone number as read only. You will a separate page layout for yourself so that Account Type stays as writable for you.
    You will need to check if you can have Account Name as read only as it is a required field.
    cheers
    Alex

  • How to show a date field in OIM self-registration page

    Hello gurus,
    I want to add a date field in the self-reg page. I added lines in FormMetaData.xml and tjspSelfRegistrationTiles.jsp. The user creation page (delegated administration) shows the right date field, but the self-reg page is not working. I am using uix.tld dateField tag and don't know what attributes to pass to this. Is this the right tag or there is some other one in the tld, and what attributes should I pass?
    Could someone tell me how to do this?
    Thanks
    SK

    It should be much simpler than what you are doing.
    You should be able to create a User Defined Field for the value. Then update the FormMetaData.xml file. Create an entry in the section for user information that creates the attribute value. Just copy one of the existing and give it a new unique number identifier. Also change the field it references to be your user defined field. Then update the Self Registration section to include the new attribute. If you want to update what the approver sees, then also update the section for the approver.
    -Kevin

  • User Personalization page in Portal

    Hi ,
    Can anyone let me know what is the need of keeping the
    field of 'Security Policy' in the user personalization page.
    What is the relevance of this field.
    Best Regards
    Sid

    Hi Sid,
    the security policy can be used to seperate different user types...
    You have the standard user which can be used to work with the portal normally.
    With the technical user it is only possible to make connection to the portal via connectors, you can't work with the portal UI then...
    Inside of the personalization the filed is shown as the screen is the same WebDynpro element as the one you use to change the user - but with write rights for the end user on certain fields only.
    Hth,
    Michael

  • New User Registration page does not launch

    I am setting up a simple process to register a new user to my APEX application. At the login screen, the user can select "new user registration" button if they would like to register for a new id. Well, it was working for awhile and it stopped working sometime after I added the validations for the new registration fields. Now, whenever I launch the login screen and click on the "new user registration" nothing happens. If I bring up the "new user registration" page in the application builder, and click "run", it launches the login screen! I do have redirects back to the login screen in the event that the user clicks "cancel" or "register" on the "new user registration" page.
    This is very strange. Does anyone have any ideas as to the cause or how to track this down?
    Thanks,
    Reid

    I'll see if I can put the app on apex.oracle.com. I disabled the redirects and all of the not null validations I had. It's still behaving the way it did.
    In the meantime, I noticed this oddity. It seems like there is a mismatch between the URL page # and the actual page that is displayed. Here is what I mean. Here is the url:
    http://rilian:8080/apex/f?p=103:8:7659307535557230:::::
    See the page should be p=103:8. This is app 103, page 8, right?
    Well, that is the correct app and page. However, it displays app 103, page 101.
    When I click on the "new user registration" button, the url changes to this:
    http://rilian:8080/apex/f?p=103:8:7659307535557230::NO:8::
    And, I'm still on page 101, not page 8.
    Like I said before, this was working like a champ earlier this week and I went to show my wife how I had it working and boom it stopped. LOL. Murphy's law...
    Thanks again,
    Reid

Maybe you are looking for