Free text in creating users

Hello
How can i send a message "free text" when i create a user.
The system send a predefined message, but i need to send a invitation and specify the url of the portal.
Is there any option for this?
Regars.
Maria

This link will allow you to change the e-mail that gets sent.
http://help.sap.com/saphelp_nw04/helpdata/en/33/d494c86203ea40b7b44ddd471baab1/frameset.htm
I am not sure if you can send individual users different notification text.

Similar Messages

  • How to Create Free Text Area

    Hi all,
    I have a requirement where i need to create some 70 Z-fields inside Incident line item where user just enters data and will save the form.
    i have achived this by adding the fields into ORDERADM_I and is working fine.. i am able to bring the fields in the Incident line item.
    Now i have a requirement where i need to create 2 Free Text areas (like notes where user can enter unlimited text) .
    how to achive this.
    as of now i have created 2 more Z-fields in ORDERADM_I with 255 characters length and increased the line numbers into 4 in the GET_P method. but by doing this, user can enter only 255 characters and this is not a free text area.
    can any one give me steps to create a new free text area.
    Regards,
    Amshu

    Hi Steve,
    i have already tried this. it works fine
    look at my code below
    method GET_P_ZZAFLD0000AL.
      CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_textarea.
        WHEN if_bsp_wd_model_setter_getter=>fp_textarea_rows.
          rv_value = 4.
      ENDCASE.
    endmethod.
    this code will make the field as text area with size 4 lines . But the field length will be same as what we declare in the domine.. (max 256) . i cant enter unlimited text in this field though it looks like a text area.
    i guess v need to create a standard text somewhere in configuration and assign the same here...
    if anyone hv worked on this please revert back
    Regards
    Amshu

  • How to change the text "form of address" while Create User in EP6.0??

    Hi All,
      We are using NDS 2.0.9 & EP6.0.
      I have the following doubts:
      1) I have to change the text <b>Form of Address</b> which comes when we <b>Create User</b> in EP.
      Can any1 please let me know how to change that text? Is there any .par file? What is the name of .par file (if any) which is used to <b>Create User</b> in EP6.0??
      2) I am getting the value of this <b>form of address</b> by <b>request.getSalutation()</b> in PDK, but this value is coming in the <b>Welcome Message</b> in the masthead. I tried to change the masthead by changing the corresponding code, but i am getting a runtime error. Is there any other method of making this salutation value <b>NOT</b> appear in the masthead welcome message?
      Please help me in this regard. Thanks in Advance. Bye.
    <b>Regards,
    Sai Krishna.</b>

    Hi Sai Krishna,
    within HeadiView.jsp, you'll find this code fragment:     
    if(salutation != null) {
      return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, salutation}).toString();
    } else {
      return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, " "}).toString();
    Just delete the first part and always use the second:
    return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, " "}).toString();
    This will delete the salutation without errors
    Hope it helps
    Detlev
    PS: For both solutions, 1. and 2., think of it: These workarounds will be overwritten witch patches / maybe hotfixes.

  • I have created a form that contains fields with default text for a user to update/personalize.  Is there a way to style the text so I can quickly identify changes to default text in a field?

    I have created a form that contains fields with default text for a user to update/personalize.  Is there a way to style the text so I can quickly identify changes to default text in a field?

    George - Thanks you so much!  Actually, i'd love for the text color to be red font color.  Could you send me the script for that? And I assume I just copy and paste the script into the field properties (see screenshot)?
    thanks again!
    Seth

  • Price differece between purchase req and PO for free text purchase

    Hi there
    Has anyone found a good solution for the following problem. 
    A free text purchase requisition item is created with a value = x.  The buyer goes out to quote (not using SAP RFQ - manual) and comes back with a price change.  The buyer creates the purchase order referencing the purchase requisition, but they need to change the value to x+10. 
    The client wants to stop the purchase order been created if the value is above a certain percentage.  The standard settings in the system are for material values.  Does anyone know how to extend this to a short text item on a purchase requistion?
    Thanks
    Roz

    Hi,
    This is not possible to achieve in SAP standard functionality.
    You can do one thing, keep Price field for the PO Document type of Text Purchases as display, which will not allow user to change the price for Text POs.
    Use Release Strategy for Purchase Requisitions and keep changeability for the Release indicator as "4" and % Changeability as 10%. And ask user ro change the price in ME52N only instead of changing it in PO. If it will increase more than 10% the PR Value then system will reset the release and this PR needs to be released again.
    If it is not acceptable then you can try it with user exit "MM06E007" - Change document for requisitions upon conversion into PO

  • Purchasing group for free text SC

    Hi everyone,
    We have a requirement to change the purchasing group for free text & catalog SC's. We are using SRM 7.0. Normal procedure is to select the material from catalog, purchasing group is selected  & once it is approved a PO is created.
    But, now the requirement is that if a user is selecting a catalog material, then the selection of purchasing group should be restricted as per the business.
    And if the SC is being created from Free text, then the purchaser's selection should be restricted to very few options in drop down.
    Is it possible? I was thinking if the selection of purchasers could be restricted  using BADI: BBP_PGRP_ASSIGN_BADI or BBP_PGRP_FIND BADI. But, there is no option for differentiation based on SC created using Catalog & SC's created from free text.
    Can anyone please help me with this.
    Thanks & Regards,
    Bhakti

    Hi Everyone,
    Thanks for reply.
    @Muthu: I explored the tables, but the only difference I could find between the catalog & free text SC materails is that the product id is missing for free text SC. Based on this I am unsure if any BADI can be used. Kindly let me know, if the BADI's can be called on this criteria.
    @ Virendra: I doubt if that, that can be solution, since the product cataegory for free text cannot be fixed. It will depend on user requirement.
    Pls help me to define the purcahsing groups for free text SC's.
    Thanks & Regards,
    Bhakti

  • Free Text in Selection screen

    Hi all,
    I have a requirement where i need to create a free text field at the time of input selection for filling 10 lines.
    Kindly help me.
    Thanks & Regards,
    Vineela.

    Hello Vineela,
    You can try to put a pushbutton on the selection-screen & upon clicking the pushbutton call the FM: CATSXT_SIMPLE_TEXT_EDITOR where the user can input his text.
    Try like this:
    TABLES sscrfields.
    DATA: it_text TYPE catsxt_longtext_itab.
    SELECTION-SCREEN:
    BEGIN OF LINE,
      PUSHBUTTON 12(10) text-020 USER-COMMAND cli2,
    END OF LINE.
    AT SELECTION-SCREEN.
      CASE sscrfields-ucomm.
        WHEN 'CLI2'.
          CALL FUNCTION 'CATSXT_SIMPLE_TEXT_EDITOR'
            EXPORTING
              im_title        = 'User Input Long Text'
              im_start_column = 10
              im_start_row    = 10
            CHANGING
              ch_text         = it_text.
      ENDCASE.
    Hope i am clear.
    BR,
    Suhas

  • Is there a feature in Acrobat XI  = free text field and text is visible if form printed?

    I am trying to develop a fillable form (not web based) that would allow the user to free text in some fields.  I do see the multiple text option. However, ideally I would like the text and all lines of the text to scroll and be visibile on line and also when printed.
    Does this feature exist in Adobe Acrobat XI Forms Central?   Additionally I do not want to collect data.
    Thanks!

    To achieve what you want (multiple line text fiels which scroll on the screen but expand when printed to show the whole text) you would need to use LiveCycle Designer and create a dynamic form. This is more of a power user tool. You can get more information here : http://www.adobe.com/products/livecycle/tools/designer.html
    This used to come in the box with Acrobat. If you upgraded to Acrobat XI you might want to have a look at this page
    http://helpx.adobe.com/x-productkb/policy-pricing/upgrade-livecycle-designer-acrobat-xi.ht ml
    Gen

  • Free Text Search

    We have an app that allows user to maintain a table of z-master data.
    One of the fields provides the customer the opportunity to write notes into a type string field.
    This is free text entry.
    We would like to be able to search the table based on this field in a user-friendly and casual manor.
    Think eBay or craigslist type searches.
    perhaps
         honda black -red
         (accord,civic)
        "NC" | "SC" | "VA" | "GA"
    I'm hoping there might be a fuction module, class/method, search help already set up
    The key is it needs to be user-friendly and somewhat intuitive
    Thanks...
    ...Mike

    Wht exactly do you want  Mr.Mike...are you expecting the Table Output to be like text-editor so user can enter what he want??
    That can CL_GUI classes(From ABAP report we can create  not sure your table can do this for you)
    and what this search functionality...............Do you have knowledge of SAP netweaver In portal you can achieve this easily i Believe???
    Sas

  • Free Text section in Web App Designer

    I'm creating a dashboard through Web Application Designer which contain queries and charts to be used to show monthly financial results.   The user would like to include a 'comment' section where they can show the explanations of the results (such as why Actual Revenue is lower than Plan, etc).   This comment section needs to handle free-form text so that user can enter any length of information.   Furthermore, this comment section has to be dynamic based on what month the Dashboard is executed for.    So, if they executed it for Jan 2007, the comment section should show the explanation for Jan data.   If, they execute it for Dec 2006, the comment should show the explanation for Dec data. 
    If any of you can give us pointers or guidance on this, it would be much appreciated and points will be rewarded. 
    regards,
    Lanny

    Hi Lanny,
    There are the web items for documents as well, but may be they will also not provide the flexibility you are looking for. May need some custom solution for this one...
    http://help.sap.com/saphelp_nw04/helpdata/en/dd/b2143b54afb405e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/94/f0133ba5e0f562e10000000a114084/content.htm

  • Change price on free text order

    Hi,
    I use service bbpsc02.
    After return from catalogue the price field is only in display mode. I would like to change the price in EB for free text orders

    Hello,
    You have to create a new version (01) in the exact IMG spot for Error message. Then assign user paramter (SU3) 'MSV' with value '01' to those users who should get errors.
    Thanks,
    Venu

  • Automatic PO creation of free text PR

    Hi!
    We have all our PRs in free text since we are not yet using material master. One of our purchase organization will only order from one vendor and they will enter that vendor and price in the PR. Is it possible to create a PO automatically from that PR without a material or source list?
    Sincerely
    Anders

    Hi
    Thank you very much. Is it possible to restrict the automatic creation to a certain purchase organization?
    If I understand you right:
    1) Create PR with item category D Service
    2) Activate automatic PO creation in ML91
    That will create POs for all PRs created as a service?
    Sincerely
    Anders

  • Automatic PO from PR [free text base procurement ]

    Hi SAP gurus ,
    I have following question ,
    I am not using material master , it is a free text base procurement .
    even there are no contracts in place .
    Purchasing is only PR - PO w.r.t. & without respect to PR  - GR - IV . etc.
    How can I create a Automatic PO w.r.t. PR ?
    Can anybody please advice?
    Thanks ,
    Prasad

    Hello,
    1. Check auto PO tick in Vendor Master record.
    2. Create Info record for material group which you are going to use in PR. This is important for net price, purchasing group and tax code which will be mandatory in PO.
    3. Assign Source of supply as this info record in PR.
    4. Create auto PO in ME59N t- code.
    Regards,
    Shailesh Mackwan

  • Unable to create user in PKGBUILD / fakeroot

    tl;tr Package creation witk makepkg crashes if a certain user does not exist
    I'm maintaining package Icinga [1] and I've had three comments about the way the pakage wants to install. Following the install from the official documentation [2] a user needs to be created. This will be the main user for the build process. Is built with [3]:
    --with-icinga-user=${_icinga_user} \
    --with-icinga-group=${_icinga_user} \
    thus owning the main files to that user. This is a preferred e.g. suPhp [4][5] method where exposed (web/server) files are not owned by root or http but by a limited user. Apart from my ideas of a safe environment I want to be able to package an application the way it's intended by the creators.
    I've investigated an researched a decent amount. I found [6] discussing the possibility of creating a user. One of the examples [7] tries to create a temporary user inside the fakeroot environment of build() and poackage():
    if [ -z $(getent passwd $_amandauser) ] ; then
    msg "Adding user/group (temporarily)"
    groupadd -g $_amandagid $_amandagroup
    useradd -u $_amandauid -g $_amandagroup -G storage,disk -m -d /var/amanda -s /bin/bash -c "Amanda Backup Daemon" $_amandauser
    _cleanup=1
    else
    _cleanup=0
    fi
    but that fails as this snippet shows
    $ faketroot
    # groupadd -g 667 icinga
    # groupadd: PAM: Authenticatie service kan geen authenticatie informatie ophalen
    Interestingly emerge (Gentoo) has a function to add a user in pkg_setup() [8]
    enewgroup icinga
    enewuser icinga -1 -1 /var/spool/icinga icinga -c "icinga alert"
    The only reference to such idea in the Arch world is a keyword in PKGBUILD [9] like
    require_user('user1' 'user2')
    require_group('group1')
    What I did manage is removing all chown's from PKGBUILD, create a user in post_install() and chown several files to that user [10]. I would regard that a highly unsafe operation. Can anyone think of a better solution to be able to build() and later.package() an application when it's uncertain if a user exists? It might be helpful to exit makepkg in an early stage with a clear message (instructions to create the user) if that user doesn't exist.
    [1] https://aur.archlinux.org/packages/icinga/
    [2] http://docs.icinga.org/latest/en/quicks … ateaccount
    [3] https://aur.archlinux.org/packages/ic/icinga/PKGBUILD
    [4] http://www.suphp.org/Home.html
    [5] https://wiki.archlinux.org/index.php/Suphp
    [6] https://bbs.archlinux.org/viewtopic.php?id=105894
    [7] https://aur.archlinux.org/packages/am/amanda/PKGBUILD
    [8] https://271339.bugs.gentoo.org/attachment.cgi?id=287405
    [9] https://wiki.archlinux.org/index.php/De … D_Database
    [10] http://sprunge.us/XMgi?sh
    Last edited by foppe (2013-04-03 13:56:41)

    progandy wrote:I wanted to know whether my thoughts were realistic first
    https://github.com/progandy/fakeuser
    tl;tr Works like a charm
    git clone git://github.com/progandy/fakeuser.git
    cd fakeuser
    make
    # Folder fakeuser contains libfakeuser.so and fakeadd
    # Folder fakeuser/example-makepkg contains fakepkg
    wget https://aur.archlinux.org/packages/ic/icinga/icinga.tar.gz
    tar -zxf ./icinga.tar.gz
    cd icinga
    # Prepare MAKEPKG see [1]
    # Mostly:
    ## fakeadd -G -n $_icinga_group -g 667
    ## fakeadd -U -n $_icinga_user -u 667 -g 667
    # Prepare icinga.install see [2] - created group/user icinga:icinga in pre_install()
    # Make sure the user icinga:icinga doesn't exist
    sudo userdel icinga
    sudo groupdel icinga
    # copy fakepkg
    cp ../example-makepkg/fakepkg .
    # run fakepkg instead of makepkg
    ./fakepkg
    # Works like a charm
    # installing package
    sudo pacman -U icinga-1.8.4-2-x86_64.pkg.tar.xz
    # test
    ls -al /usr/share/webapps/icinga
    # drwxrwxr-x 10 icinga icinga 4096 5 apr 12:37 .
    # drwxr-xr-x 3 root root 4096 5 apr 12:37 ..
    # drwxr-xr-x 2 icinga icinga 4096 5 apr 12:37 cgi-bin
    # <snip>
    # drwxrwxr-x 2 icinga icinga 4096 5 apr 12:37 ssi
    # drwxrwxr-x 2 icinga icinga 4096 5 apr 12:37 stylesheets
    ls -al /var/spool/icinga
    # drwxr-xr-x 4 icinga icinga 4096 5 apr 12:37 .
    # drwxr-xr-x 10 root root 4096 5 apr 12:54 ..
    # drwxrwxr-x 2 icinga icinga 4096 5 apr 12:37 checkresults
    # drwxr-xr-x 2 icinga icinga 4096 5 apr 12:37 rw
    # [1] http://sprunge.us/ISjA?sh
    # [2] http://sprunge.us/PUPI?sh
    I used a modified PKGBUILD [1] plus a modified icinga.install [2]. The PKGBUILD adds the fakeuser
    package() {
    fakeadd -G -n $_icinga_group -g 667
    fakeadd -U -n $_icinga_user -u 667 -g 667
    cd "$srcdir/$pkgname-$pkgver"
    The icinga.install file adds the read user in pre_install()
    pre_install() {
    _icinga_user="icinga"
    _icinga_group="icinga"
    _icinga_gid=667
    _icinga_uid=667
    getent group icinga > /dev/null || groupadd -g $_icinga_gid $_icinga_group > /dev/null
    getent passwd icinga > /dev/null || useradd -u $_icinga_uid -g $_icinga_group -G http \
    -d /dev/null -s /bin/false $_icinga_user > /dev/null
    and this is exacly what I think is the very best solution to solve this issue. It's completely safe because all tricky file manipulation is done in a fakeroot environment and it's completely hassle free for the end-user.
    Heads up. Let's try get this idea upstream
    [1] http://sprunge.us/ISjA?sh
    [2] http://sprunge.us/PUPI?sh
    Last edited by foppe (2013-04-05 11:17:33)

  • OIM 11g error while creating users on screen

    Hi All,
    while creating the users in OIM on screen following error is thrown in the web console.
    An error occurred while performing create user operation. An error occurred while executing the kernel event handler.
    please find the OIM server logs below.
    <Connection for pool "oimOperationsDB" closed.>
    ####<Sep 5, 2012 11:22:30 AM IST> <Info> <Health> <blr-idm-app01.wipro.com> <oim_server1> <weblogic.GCMonitor> <<anonymous>> <> <4c00c82b0a97856d:-1e040449:1399130671f:-8000-000000000000008f> <1346824350538> <BEA-310002> <16% of the total memory in the server is free>
    <Connection for pool "mds-oim" closed.>
    <Connection for pool "mds-owsm" closed.>
    <Connection for pool "oimJMSStoreDS" closed.>
    <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    <Created "1" resources for pool "mds-oim", out of which "1" are available and "0" are unavailable.>
    Thanks,
    Power.

    You can increase the connection pool size for data source "oimOperationsDB" through Web-logic Admin console.
    See if you still get error then the issue is not with connection pool .

Maybe you are looking for

  • Creative Vision:M, best video conversion program(freeware or softwar

    I recently got a creative vision:m and love it, but i cannot figure out whether or not my recently purchased "23 Copy DVD Gold Edition" software is worth the fifty bucks i had to pay. Does anyone know of online freeware etc that works well and produc

  • Conduit appears everytime I open a new tab in Firefox. Help?

    I've tried getting rid of it via about:config but that isn't working... Any ideas?

  • Run reports through browser on local machine

    Hi, I am trying to run 6i reports through a web browser. I have installed 6i and the reports server on a local machince. I have configured the reports server and can get it to start. In order for me to run reports on my local machine through a web br

  • Downloaded album, last song is blank.  So is iTunes store copy.  What gives?

    I downloaded Peasants, Pigs & Astronauts album by Kula Shaker and the last cut, Stotra, is just blank air for around 7 minutes.  I went back to the iTunes store to see if that was the case on their copy and it was also 7 minutes of blankness.  What g

  • Help with FullScreen mode

         public static void main(String []args)           GraphicsEnvironment myEnvironment = GraphicsEnvironment.getLocalGraphicsEnvironment();         GraphicsDevice myDevice = myEnvironment.getDefaultScreenDevice();           JFrame mainFrame = new JF