WAD change user's input before the elaboration (ex SAPbeforedataput)

Hi
I need to change user's data input in a web layout (eg. user writes X and I need to write 1 in the cube and than I need to show X instead of 1)
In BPS i woudl use the exits SAPbeforedataput/afterdataget
How can I manage this using IP and WAD?
Thanks in advance.
S.

Hello Stefania,
there's no standard functionality to do this. You didn't say how the mapping works in general. Is it based on a table or some formula? When you enter Y does it map to 1 as well or to 2?
Anyway, I think it's strange to show another value to the use than what is in the database. What is the business case here?
In general I would say you need a different data model. For example use two key figures: One for the X value and one that stores 1. Then you can use a planning function to calculate one from the other (no exits or coding required).
Regards,
Marc
SAP Techology RIG

Similar Messages

  • Changing Users Name - different from the other post below

    I want to change my home name under the places folder. It's not my account name that can be viewed in the preferences under account. When I got this new MacBook Pro and went thru the set up, somehow I must have agreed to use the name that is next to the house icon under places in the finder sidebar. I really don't know where they got it from and when I search the whole computer all that comes up is the user folder. I tried to rename the name but it won't let me. There has to be somewhere I can change that name short of clearing out the contents of the MacBook and loading a new system from the supplied start up disk.

    Hi,
    Just to amplify -
    An account actually has two names, the "long name" (now called "Full Name" in System Preferences), and the ""short name" (normally a single word in lower case, called "Account Name" in System Preferences when you first set up an account).
    When you set up a user account and enter your "Full Name," the system will suggest an Account Name (the "short name"), and you have *just this one chance* to change it:
    Once set, the short name becomes the name of your home folder (the house icon in Finder) and is not easily changed. You can't just change the home folder name, because the short name is also an intrinsic part of your user account. However if you very much want to change the short name, there are a few ways to do this. Apple's method is here:
    *Mac OS X: How to change user short name or home directory name*
    http://support.apple.com/kb/HT1428?viewlocale=en_US
    It's somewhat complicated as you will see, and changing the short name this way can sometimes introduce a few permissions glitches. You could still try it, or since your Mac is still new, you might instead consider wiping the HD and starting over.

  • Changing user profile attributes via the admin console

    Hi all,
    I created my own login module (like the existing Membership module) which
    extends the Login class. It works just fine, and can create user profiles
    and allow people to log in. When I log into the admin console and try to
    bring up the user profile to edit the attributes for this module [Manage
    Domains->(domain)->(role)->Users->(user)->Authentication(authentication
    module)] it displays an error stating 'This profile contains no data which
    can be administered.' It also does this when I create a user via the admin
    console. I know the profile exists (the user can log in, and doing a
    'ipsadmin get user (user)' produces the profile). In the login module XML,
    all the necessary attributes are set as "userConfigurable=TRUE" with the
    right privileges. Looking at the Membership module as a template, I saw it
    puts a configuration file in the '/opt/SUNWips/locale' directory which is
    used apparently for editing the profiles created by this module. I made a
    similar one for my module, but the same error occurs. Does anyone know what
    I am failing to do?
    Thanks,
    Mark

    Hi,
    After creating your own Authentication module You have to import your "iwtAuth[NewModule].xml" to the profile server.
    You can find a sample file for Membership module
    " iwtAuthMembership.xml" at "/etc/opt/SUNWips/xml".
    Modify "iwtAuthMembership " in the above xml file with "iwtAuth[NewModule] "and import the
    "iwtAuth[NewModule] .xml" using
    # ipsadmin -import iwtAuthNewLogin.xml
    and restart the server.

  • Changing user store - what's the impact, what are the pitfalls?

    Dear all,
    we're thinking into moving the userstore from portal DB to ABAP backend (or maybe to LDAP). I could not find any valuable documentation regarding aspects like complexity, costs, required ressources, impacts, and pitfalls, regarding portal content.
    Now I got told that especially content managament (KM) could be a source of serious problems becaus of documents being linked with old unique user-ids, which after moving the user store wouldn't be valid any longer.
    Installed version is EP 7.0 w/ EHP4.
    Has anyone already tried this, or has other experience with this matter?
    Thanks in advance,
    Chris.

    Dear Christoph,
    About which change i would switch to ldap because if you change to abap then never return back, And besides, would have access to the portal synchronized with the network, and users only handle a username and password.
    With regard to the problems this can bring if you keep the user id equal you don't have problems, but if you change it you loose the reference to their things stores.
    Regards.

  • Are user events valid before the event structure executes?

    If I create and register for a user event and immediately generate that event before my event structure has seen the registration refnum, is the event still guaranteed to be seen by the structure? That is, are events queued up? It works but I am wondering if I can rely on it. I am very sure that I can but I am creating some production code and want to be assured that I am not just taking advantage of a bug.
    A picture is worth a thousand words.
    =====================
    LabVIEW 2012
    Solved!
    Go to Solution.

    Generally, Felix's explanation is correct and the queue exists from the moment the register node executes, so the answer is that you can rely on this.
    You should, however, be aware that when playing with dynamic registration you can experience some unexpected side effects, as you can see, for example, in this LAVA thread - http://lavag.org/topic/13607-dynamic-event-reregistration/
    Another example would be this - http://lavag.org/topic/13970-unexpected-event-structure-non-timeout-behavior/page__view__findpost__p...
    Or what happens if you split the registration refnum to more than one event structure (hint - NEVER do that).
    Try to take over the world!

  • View/Change User Accounts From Across The Network - Do not have Server

    Is there a program or utility that can be run in Mac OS X Tiger or Leopard to manage user accounts on other Macs that are located across the network? Is there anything that will do this that is free, or not too much money?
    Our setup: multiple Macs on a network that is primarily a Windows AD Domain. For various reasons, we do not have the Macs setup as members of AD. We also do not have a Mac OS X Server. I am wondering if there is something that is built-in, free, or on the cheaper-end, to manage user accounts and their permissions from across the network on the Macs?
    Thank you for your help!
    Dan

    If the systems are not bound to a parent domain, then local account policy will need to be set individually. There is a way to get Workgroup Manager working on OS X client, but I do not know of a way for it to see remote NetInfo/DS Local data stores. It will only see the local store. NetInfo in the 10.2 days could pull this off. But Apple removed those features in favor of LDAP and eventually DS Local.
    You will probably need to use a combination of tools. Start with defining base settings in the User Template to ensure that all new home folders are created equal. Then use ARD or ssh to define user policy with pwpolicy and other tools like niutil (Tiger) or dscl. Test with mcxquery. If you get Server Admin Tools, you can use Workgroup Manager to craft the needed xml for mcx values, then inject into the user account.
    But this is only going to get you local policy. If users are connecting to file shares and mail, they are using their network credentials so those policies need to be managed at the domain level.
    I would encourage binding the machines to the domain. While this can, and has (sadly), been done, being part of the domain is so much easier. If you need a system for storing the LDAP schema, get a Mini and do it on the cheap. Otherwise, consider AD schema modification and then practice your xml skills.
    Hope this helps

  • Can I lock a course if the user closes it before the end?

    So if I have a 10 question quiz and if on question 5 the user closes the course can I lock them out?

    Sure. Set the LMS not to allow them any more than a single attempt on the module. The Captivate content doesn't control this.

  • Hotkey to go to change user menu / to lock the session.

    1) We are two whom used the computer. Is there a hotkey to swap to the menu of selection of user ?
    2) Is there a hot key to lock the session ? (such as "ctrlaltsup / lock the session" on windows) ?
    Thank you !

    Recent crashes of certain multimedia contents (this includes Youtube videos, certain flash games and other applications) in conjunction with Firefox are most probably caused by a recent Flash update and/or a malfunctioning browser plugin such as Real Player.
    In order to remedy the problem, please perform the steps mentioned in these Knowledge Base articles:
    * [[Flash Plugin - Keep it up to date and troubleshoot problems]]
    * [[Flash 11.3 crashes]]
    * [[Flash 11.3 doesn't load video in Firefox]]
    Other, more technical information about these issues can be found under these Links:
    * http://forums.adobe.com/thread/1018071?tstart=0
    * http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html
    * http://forums.adobe.com/thread/891337
    Please tell us if this helped!

  • User exit to open field for change / ready for input in delivery

    Hi !
    We need to open a field for change / ready for input in the header level of a delivery after it has been goods issued. Is there a BADi / User exit that can open a field for change / ready for input in the delivery after the delivery has been goods issued ?
    Regards,
    Ashok.

    Hi,
    As per the SAP Process it is not recommendable to edit the closed delivery. In order edit the devlivery you have to cancel the post goods issue and then update the same.
    So there is a option like in PBO user-exits, we can force the status fields values and open up the delivery fields. But this would lead to inconsitency.
    If you are updating just any information, you can always use the Text fields in header or items to update at any time of delivery processing.
    Regards,
    Sivparatap

  • How to get the values inputted by the user in Classification view of  MM02

    Hello,
    Does anyone know how to get the inputted values in Classification view of MM02/MM01? I tried to use CLAF_CLASSIFICATION_OF_OBJECTS but this gets the values that is currently saved in the tables and not the values that the user recently inputted in the screen.
    Regards,
    Alfred

    hi
    try this...
    How to Display the Batch Characteristics in BOM?

  • ExpressVI prompt user for Input dialog floating

    I am using ExpressVI "prompt user for Input". The question is, when the dialog window pops up for input, I cannot activate other windows .
    So how can I change this expressVI's dialog window to floating windows appearance?

    Short answer: you have to make your own.
    You can start with the Express VI by right-clicking on the express VI and selecting "Open Front Panel" and click "Convert". This will create a brand new VI that is the equivalent of the Express VI. Save the VI under a new name within your project hierearchy, and then change the properties on the VI from a modal to a floating:
    Select File->VI Properties.
    Select "Window Appearance" from the pulldown menu.
    Select "Custom" option and click "Customize...".
    Select "Floating" in the "Window Behavior" section.

  • Changing user login in single user mode?

    Hi my computer (server10.3) is no longer booting up (stops at the blue screen just before the login).
    only 2 things have changed since last time restarted
    1) changed user login in in the prefs to automatic as my name
    2) installed a security update
    I am wondering - if I can get into single user mode - whether i can change or force the login details
    thanks

    Hi John,
       You can get into single user mode by depressing <Command>-s after the chime and holding it until you're in single user mode. Once you get there, I recommend that you run the following:
    /sbin/mount -uw /
    /usr/sbin/diskutil repairPermissions /
    Repairing permissions is the classic first thing to do when you have problems after an update. After that, if we can help it will depend on your posting the error messages that are printed to screen before the login. If they get scrolled off the screen, you should be able to get them again with the command "dmesg".
    Gary
    ~~~~
       The system was down for backups from 5am to 10am
       last Saturday.

  • Problem with Notifications on Create User/ Change User Password

    Hello,
    I'm having a problem sending emails to users when an account is created in OIM.
    I added a notification to the user and user's manager on the Create User task in the Xellerate User process definition but the emails are not being sent.
    I know that if I create another task with the purpose of sending emails and invoke it through the response in the Create User task, it will work.
    My aim is to avoid adding tasks for something OIM should be able to do OOTB.
    I'm also unable to send an email when a password is updated.. I did the same thing as for the Create User and I know the task (Change User Password) is being invoked by looking at the logs but the emails aren't being sent.
    Has anyone ran into such problems?
    I'm having these problems in the Xellerate User process task.. i've added notifications in other process tasks (mainly approval tasks) and they are working fine.
    Thanks in advance

    Hi,
    I am just confuse with your response.Have you added the "Password Updated" task in xellerate user provisioning process?
    Now if you changing password in OIM profile it will trigger "Change User Password" task not the "Password Updated" task and even if you add "Password Updated" task on Xellerate User provisioning task you can't see this task in Resource Details.
    Now assume if you added your notification on "Password Updated" task of any resource which user is provisioned to even then when you change oim password it only trigger "Change User Password" task.So try to have your notification on "Change User Password" task.
    Please clarify so that I can response correctly.
    Regards
    Nitesh

  • Variable input for the time shift NEXT()

    Hi Sap support,
              Is there any way to make the parameter on the time shift 'TIME=NEXT(%var%)'
    the idea is the user would input/send the value that will be place on the NEXT parameter..
    I've tried using the get statement but it doesn't retrieve the values.,..
    *REC(ACCOUNT="ACCT1",TIME=NEXT(GET(ACCOUNT="ACCT2")))
    Thanks,
    Rey

    Hi Rey,
    First you have to create a DM dtsx file then go to modify -> view package file -> advance
    disable a standard prompt by using " ' " then replace it using script like this
    PROMPT(TEXT,%Dimension%,"Select Dimension",,"") << this prompt could only work on one selection only
    under the execute formula logic file place this
    TASK(Execute formulas,FORMULASCRIPT,"*FUNCTION LOGICPARAM=%Dimension%|")
    Done from here and then save the Dtsx
    open your script, and make this additional script 
    *SELECT (%DimensionID%,"ID","Dimension","[CALC]='N' and [ID]=substring('LOGICPARAM',1,charindex('|' , 'LOGICPARAM')-1)")
    and then place that %DimensionID% anywhere on the script. But remember while script run on input schedule can take CV as xdim will not work with this one, you have to make xdim to all dimension in application in your script each time after commit.
    hope helps.

  • ***How to use Java to change user password in *mdw file?

    Hi,
    Is it possible to use java to change user's password in the MS Access workgroup file(*mdw)? I have been searching for this topic for a long time, but no discoveries yet. Anyone has any idea?
    Sincerely,
    nonameisname

    There is probably a windows API call that does it.
    Once you find it, you wrap it in C code and then use JNI to call it from Java.

Maybe you are looking for

  • Where is the correct place to put a property file to be read by bpel ?

    Hi. I need to create a custom property file and configure SOA Suite to load it as it's own resource during its start. So i can read this property file from my BPEL embedded activity with some code like this: Properties prop = new Properties(); InputS

  • Which files may be deleted when cleaning MacBook disk?

    My MacBook has been running slowly so I'm trying to use "Sponge" to clean-up my MacBook disk. Sponge tells me which files are the biggest "disk hogs," but it does not tell me which files are okay to remove. I'm a novice at this and I don't want to de

  • Upgrading windows 7 home premium 64 bit to windows 7 professional 64 bit

    Can I upgrade Windows 7 Home Premium SP1 64 bit to Windows 7 Professional 64 bit without losing my program information, my settings or my desktop? If yes, how to proceed? Thank you for your answer! Manuel

  • Can't increase storage !

    Made the mistake of "upgrading" to iOS7 and since that nothing works on neither in Mail on the Mac or the iPAD ... so painful to see a great company totally destroyed by the new moneymaking geeks at Apple. They gave me the wrong iCloud address and cl

  • Replicated idletimeoutsecs in 5.1 Cluster??

    It looks like when <idle-timeout-seconds> is changed in the console for a           given stateful session bean in a WL 5.1 cluster, that change is applied           across all nodes in a cluster, even though if one views the value from any