A small app setting parameter on the user

Hello
I have a portal that use an ABAP system as a UME.
I need to make an webdynpro application that can update a parameter on the user in the ABAP system (parameter CVR set in su01).
Is this possible done by webdynrpo on the Portal (Java) ? Or should i consider an abap for webdynpro for abap on the system that has the UME (Abap) ?
Best Regards
Kristoffer Engh

Kristoffer,
that doesn't really matter, as long as the used JCo-Connection (in case of WD for Java) has the proper authorities to change the user settings.
I think, you can achieve this really easy with BAPI_USER_CHANGE.
WD/J has the advantage, the application can run on the portal itself.
kr, achim

Similar Messages

  • Batch ABAP uses GET PARAMETER of the user

    Dear all,
    I have the following curious effect when I start an ABAP in Batch. There are some selection criteria with a GET PARAMETER which are blocked in the variant. In dialog everything works fine. In batch mode the variant in SM37 is also correct. Example code :
    select-options:
        p_land1  for kna1-land1 memory id lan, 
        p_kunnr  for kna1-kunnr memory id kun.
    But when I switch on the ALV display of the selection the empty fields connected to a GET PARAMETER now have the values of GET PARAMETER of the user who runs the ABAP and the data base selctions get wrong !
    I tried to scan OSS but there is either too much information or not the right one.
    SAP is ECC6.0 and ABAP/Basis is on 70014
    Thank you for your help
    Rabanus Diehl

    I finally decided to open an OSS call and the result is that there is an inconsistency in the handling of SPA/GPA parameters in batch mode. Those parameters which are on the main screen will not be filled by GPA mechanism but those on Subscreens will be filled !
    SAP considers it illogic as well, but they hesitate to correct the error, because batch jobs at customers may be influenced.
    My impression is that, if someone has recognized this illogic behaviour at all, he has switched off the GPA handling in his program, which is my workaround as well. But I doubt that there were many people recognizing this problem.
    So if someone stumbled over it, please feel free to comment.
    Best regards
    Rabanus Diehl

  • If the iOS app I create emails the user, can the user upgrade from the link in the email or is that against the guidelines?

    I want to create an iOS app and for a variety of reasons (subscription, multiplatform, etc) I can't use the Apple app-store payment sytem. 
    However, if the user creates and account with my iOS app and we then email the user at a later date.  Can they upgrade from the link in the email, or is that against Apple policy as well? 
    Thanks!
    Ryan

    i am faceing a file download problem too..........
    i am protecting jboss application,,,,using apache, and jk....
    all work fine except for open a file(word,excel,txt,etc).
    Disable the policy domain, everything goes just fine. microsoft file dialogue opens,you can open the file directly, or save it to your computer........
    Enable the policy domain,, you can only save the file to your computer(file content is also correct),,,but cannot open it directly.it says the file path could not be found......but if the word/excel application is already running, you can open it fine...
    PS:not a computer issue,,,every computers faceing the same problem
    any avoice from you is good to me...............thanks very much

  • Removing App-V Applications when the User/Machine is no longer a member of part of an AD group

    Hi All,
    We currently use SCCM 2012 R2 Applications (not Packages) to deploy App-V application to users.  We use AD Security Groups for users who are to receive the relevant App-V apps.
    However what I am getting stuck on is the removal of the application when the user is no longer a member of the security group.
    I have followed the details in the blog listed below, however I running into a major issue when testing:
    http://blogs.technet.com/b/configmgrdogs/archive/2014/11/03/managing-app-v-deployments-in-configmgr-2012.aspx
    Whilst for the main part it works, the main issue is that if another user of the same application logs into the original users' machine, the app gets pulled down again. When the original
    user logs back in, although they will have no capability to launch the application (as no icons appear to be presented to the original user), the app will be back in the cache.  No
    good if a 3rd party licensing tool is producing licensing reports are based on the app existing within the client cache.
    The point/question I am trying to get to.............. is it possible to have the uninstall application (not package) deployment re-run everytime the SCCM client polls so that re-installed applications via A N Other user are removed again based on the
    above scenario?
    Cheers
    Andy

    Andy,
    Try out the following http://sccmentor.wordpress.com/2013/11/15/creating-a-user-collection-based-on-users-not-in-a-ad-user-group/
    Select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain  from SMS_R_User where SMS_R_User.ResourceID not in (select SMS_R_USER.ResourceID from SMS_R_User where SMS_R_User.UserGroupName
    like “<Domain>\\<AD Group>”)
    This just checks AD membership and unpublishes if not a member of the AD group. It's not the nicest of methods as will run for every user if not a member of the group - but may get round your issue.
    Cheers
    Paul | sccmentor.wordpress.com

  • Chat App: how to store the user IP in database when they login.

    hello,
    i am working on chat application. first i made a login GUI form. after login when we run the Chat program, it ask the ip address of the server to whom it want to connect. and if u enter the ip address, it will connect to the server and chat will begin, thats working perfect.
    but i want to show the list of users who r logged on and when i simply click on the user name, chat should begin.
    i have the logic that when any user log in, then its IP address will be stored in the database. this ip address will shown to the online users.
    but i dont know how to store the user information in database when they log in. can any body suggest me wht lines of code i should use.
    thanks.

    palakk wrote:
    i have the logic that when any user log in, then its IP address will be stored in the database. Bad approach. That will only work if this chat is only intended for use on a LAN. If it's used on the internet, then your users' IP addresses will almost always be either a) those of their routers, or b) private IP addresses, and in both cases, multiple users can have the same IP address.
    this ip address will shown to the online users. Why would you want to do that? I want to chat with "Bill", not with "1.2.3.4".
    but i dont know how to store the user information in database when they log in.Do the same thing that you're currently doing to store the IP address, but with the other information you want to store.
    can any body suggest me wht lines of code i should use. This is not a code writing service.

  • Set the user paramater

    Hi,
    I have a requirement where i want  to set and get the user parameter.
    I am using set/Get parameter for that, but once i logoff from system amd login again it does not get that value.
    Also do you know some functional module where we can set the value su01.
    Best regards,
    Rohit Mahajan

    Hello,
    Try this
    /community [original link is broken]
    http://help.sap.com/saphelp_erp2004/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm
    Write code SET PARAMETER-ID <PID NAME>.
    Then doble click on PID NAME to create your own PID.
    SM32 transaction to create/maintain parameter ids.
    Simply go to the table where your field is and double click on the data element. You will then see the definition for the data element. Choose tab Further Characteristics and on Parameter ID simply write down your desired parameter ID name. Double Click on the parameter ID name and describe the Parameter ID as desired and click Save.
    Save and Activate the data element for the field and you are now good to go.
    Using SM30 give the TPARA in the Table/view input and press Maintain, in the Next screen give the parameter id and press enter, in the pop give the text and press continue.

  • About User command & SET Parameter

    Hi All,
    What is the User Command? What it means? And how to handle in normal and ALV Report..?
    What is happening when I write the statement like below.
    SET PARAMETER ID 'TAB' FIELD 'ZPCA' ? What is the purpose of set parameter in the program..?
    Akshitha.

    Hi,
    see this prog..
    sy-ucomm is for doing the functions what the user wishes to do at that particular event. You use it in menus and other place . this mainly in using <pfstatus>
    USER COMMAND will perform actions on radiobutton click, or wen puhbutton is cliketced
    in this if the user clicks a push button, see bold letters..in the prog
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 10(15) lb1.
    PARAMETERS : a(10).
    SELECTION-SCREEN COMMENT 40(15) lb2.
    PARAMETERS : b(10).
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN PUSHBUTTON 10(10) lb3 USER-COMMAND pb1.
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN PUSHBUTTON /10(10) lb5 USER-COMMAND pb3.
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN PUSHBUTTON /10(10) lb4 USER-COMMAND pb2.
    *SELECTION-SCREEN BEGIN OF SCREEN 200 AS WINDOW TITLE T2.
    SELECTION-SCREEN BEGIN OF BLOCK b1.
    PARAMETERS : ch1 AS CHECKBOX, ch2 AS CHECKBOX, ch3 AS CHECKBOX.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2.
    PARAMETERS : rb1 RADIOBUTTON GROUP a,
                 rb2 RADIOBUTTON GROUP a,
                 rb3 RADIOBUTTON GROUP a.
    SELECTION-SCREEN END OF BLOCK b2.
    *SELECTION-SCREEN END OF SCREEN 200.
    INITIALIZATION.
      lb1 = 'ENTER A VALUE'.
      lb2 = 'ENTER B VALUE'.
      lb3 = 'DISPLAY'.
      lb4 = 'EXIT'.
      lb5 = 'CALL NEXT'.
    AT SELECTION-SCREEN.
      CASE sy-ucomm.
        WHEN 'PB1'.
          LEAVE TO LIST-PROCESSING.
          WRITE : a, b.
          IF ch1 = 'X'.
            LEAVE TO LIST-PROCESSING.
            WRITE 'FIRST CHECKBOX IS SELECTED'.
          ENDIF.
          IF ch2 = 'X'.
            WRITE :/ 'SECOND CHECKBOX IS SELECTED'.
          ENDIF.
          IF ch3 = 'X'.
            WRITE :/ 'THIRD CHECKBOX IS SELECTED'.
          ENDIF.
          IF rb1 = 'X'.
            WRITE :/ 'FIRST RADIOBUTTON'.
          ELSEIF rb2 = 'X'.
            WRITE :/ 'SECOND RADIOBUTTON'.
          ELSEIF rb3 = 'X'.
            WRITE :/ 'THIRD RADIOBUTTON'.
          ENDIF.
        WHEN 'PB2'.
          LEAVE PROGRAM.
        WHEN 'PB3'.
          CALL SELECTION-SCREEN 200.
      ENDCASE.
    SET parameter :
    this is used to pass a value from one report a memory n from there we can use in the same report or the other report..
    SAP memory is a memory area to which all main sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session, or to pass data from one session to another.  Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters). These parameters can be set either for a particular user or for a particular program using the SET PARAMETER statement. Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement. The most frequent use of SPA/GPA parameters is to fill input fields on screens
    Hope this helps u,
    Regards,
    Arunsri
    Edited by: Arunsri on Mar 11, 2008 11:52 AM

  • CHARM: How the user status is updated for the documents

    Hi Experts,
    I want to know how a particular status is set for a document. In the configuration, we maintain status table where in all the statuses are defined and hence the same is assigned to the document. We also make use of default method in one of the actions, such as:
    Sets user status according to container element USER_STATUS
    How a status is set for each action in the action list? Do we pass any value to the above mentioned method so that it can set the same?
    If I am not wrong, this default method simply sets the user status according to the value available in USER_STATUS (as per the description of the method). But, where we are setting this variable/element?
    May any one please help me understand this? Your help will be highly appreciated.
    Regards,
    Faisal

    Hi Faisal,
          I dont know if I get your question very well, but in transaction SPPFDCADM you cant control this method. For example, select CRM_ORDER, then "Define Action Profile and Actions", select "SDHF Actions" , then "Action Definition", select "IN PROCESS", then "Processing type", there if you hit "Display definition" you will see the parameter this action is sending to the method (the parameter is the user status to be set).
    Hope that helps,
    Federico

  • SET PARAMETER AND GET PARAMETER

    What is the difference between Set parameter and Get parameter?

    Hi,
    Set parameter is used to put some value into ABAP memory area, get paramter is used to retrive values form ABAP memory.
    refer the below sample code.
    here i am taking one material number and i am passing that mateial number by using 'set parameter id', the material number will be stored in ABAP-memory area 'MAT', and then i am calling the Tcode 'MM03', after executing the Tcode  (from program) automatically 'MM03' will reads that material number from that ABAP-memory area and it will displays the 'MM03' tcode along with material number.
    you can find the parameter-id's from data element of that field.
    parameters: p_matnr like mara-matnr.
    set parameter id 'MAT' field p_matnr.
    call transaction 'MM03'.
    Reward if useful.
    Thanks,
    Sreeram.

  • Crystal Reports 2008 - passing a parameter in the Command Object

    Hi,
    I am using Crystal Reports 2008. I have 4 Command Objects where I have the following queries.
    select emrace, count(empl_id) cntFCiv  from emmain where emtype='CIV' and emsex ='F' and emdateterm is null group by emrace
    select emrace, count(empl_id) cntFSw  from emmain where emtype='SWOR' and emsex ='F' and emdateterm is null group by emrace
    select emrace, count(empl_id) cntMCiv from emmain where emtype='CIV' and emsex = 'M' and emdateterm is null  group by  emrace
    select emrace,count(empl_id) cntMSw from emmain where emtype='SWOR' and emsex = 'M' and emdateterm is null  group by emrace
    I want to pass a parameter  to all these command objects. I want the user to select a parameter from a list of values. So, I created a parameter object, Bureau. (I get the values for the parameter with this command object: select code_agcy, descriptn from systab1 where code_key = 'UNIT'). I want the user to be able to get the counts for each bureau.
    How do I pass the parameter that the user picked to those command objects. I tried doing this:
    select emrace, count(empl_id) cntFCiv  from emmain where emtype='CIV' and emsex ='F' and emdateterm is null
    and emunit = '{?Bureau}' group by emrace
    But it did not work. Any help will be greatly appreciated.
    Thanks.

    Hi,
    I am using Crystal Reports 2008. I have 4 Command Objects where I have the following queries.
    select emrace, count(empl_id) cntFCiv  from emmain where emtype='CIV' and emsex ='F' and emdateterm is null group by emrace
    select emrace, count(empl_id) cntFSw  from emmain where emtype='SWOR' and emsex ='F' and emdateterm is null group by emrace
    select emrace, count(empl_id) cntMCiv from emmain where emtype='CIV' and emsex = 'M' and emdateterm is null  group by  emrace
    select emrace,count(empl_id) cntMSw from emmain where emtype='SWOR' and emsex = 'M' and emdateterm is null  group by emrace
    I want to pass a parameter  to all these command objects. I want the user to select a parameter from a list of values. So, I created a parameter object, Bureau. (I get the values for the parameter with this command object: select code_agcy, descriptn from systab1 where code_key = 'UNIT'). I want the user to be able to get the counts for each bureau.
    How do I pass the parameter that the user picked to those command objects. I tried doing this:
    select emrace, count(empl_id) cntFCiv  from emmain where emtype='CIV' and emsex ='F' and emdateterm is null
    and emunit = '{?Bureau}' group by emrace
    But it did not work. Any help will be greatly appreciated.
    Thanks.

  • How do I tell the user she is out of memory?

    In my Swing app, a thread can try and get too much data from the database. It catches the OutOfMemoryError exception, and passes it back up to the GUI. And then.... the GUI crashes when it tried to display the error message, because it's out of memory.
    I tried putting System.gc() calls all over the place. No joy.
    Ideas?
    --- Eric

    Right now, what I have my app doing is warning the user when they initiate an unlimited query (queries have a default limit). The warning basically states that "If too many results are returned, then the app will abruptly exit, because it runs out of memory, and I can't figure out a way to trap this case. Have a nice day, I'm a lousy programmer."
    I wonder if there is some way to detect when the vm is running low on memory, but isn't quite out. Then it could abort the process cleanly, tidy up, and keep the app running. Here's the code that runs out of memory:
    DataInputStream in = new DataInputStream(connection);
    ObjectInputStream oin = new ObjectInputStream(in);
    thingy = oin.readObject();Has anyone attempted to subclass ObjectInputStream and override readObject() with readObject(int iAbortThresholdInKilobytes)? Would this be tough?

  • Does Apple have a way to manage iTunes accounts on Corporate owned devices, meaning if someone leaves the company how does the company access the purchase apps as they are the owner of them.

    Does Apple have a way to manage iTunes accounts on Corporate owned devices?  So, if someone leaves the Corp. how would the company have access to all purchased apps for any device.

    If the apps were purchased using a corporate iTunes account, someone at the company should have the password. If they were purchased under a user's iTunes account, even though the device was owned by the company, the apps are tied to the user's Apple ID and do not belong to the company.

  • Set parameter just for SAP account of Administrator

    Dears,
    1. Due to system audit that demand to set some special rules of password just for administrators in SAP system.
    for example, we need set password's expiration, length, complexity and so on.
    I know we could set parameters like ’login/passwd_expiration_tim’ ‘login/min_password_d’
    ‘login/min_password_letters’ and so on, but these parameters will set for all the users in SAP.
    Now we must set some special rules just for some 'Administrators' as the audit demand,
    Could you please give me any idea ?
    2. Need disable intreractive login for the system account and communication account in SAP, how to archive this ?
    Thanks,
    Hong

    Due to system audit that demand to set some special rules of password just for administrators in SAP system.
    for example, we need set password's expiration, length, complexity and so on.
    I know we could set parameters like ’login/passwd_expiration_tim’ ‘login/min_password_d’
    ‘login/min_password_letters’ and so on, but these parameters will set for all the users in SAP.
    Now we must set some special rules just for some 'Administrators' as the audit demand,
    Could you please give me any idea ?
    login parameters are system wide, only system users are exempt. Seems like your auditor have no idea of how a SAP system works. You cannot set special rules for Administrators...  I cannot find one single reason to have different rules for Admins.
    Need disable intreractive login for the system account and communication account in SAP, how to archive this ?
    You don't need to achieve that... system and communication users are by definition not interactive users (you cannot logon to the system with them).
    Regards, JP

  • Display the description of a parameter in the report

    Hi Guru:
    I have a parameter, for each value to be selected, there is a description.
    Now my question is, how to display the description of the value in the report?
    I tried to put the parameter into the report, but it display the value, not the description.
    For example, I have a parameter, for company code, each company code will have a description in the value list of the parameter, after the user pick 1000, I want to put the name of company code 1000 into the report.
    Thanks.
    Eric

    The only way I have found to do this without hard-coding a translation table is to return the value in your dataset.  In your case, cross join your results to
    select company_name from company where company_code = {?comp parm}
    (or something similar...)
    HTH,
    Carl

  • All the users are able to access all queries in all infoset's.

    Hello All-
    All the users are able to access all the queries in all the query areas and infoset irrespective of the user group setting. even though the users don't have access to a particular infoset they are able to access and execute the queries in them and also edit them.
    Please advice if there is a setting that is set at the client level or any other setting. We are in ECC 5.0 recently upgraded from 4.6.
    Thanks-
    Chakri.

    Thank you all for your prompt responses!
    The role all these employees are having is a composite role which is having SQ01, SQVI as a single roles in it.
    But if the users have the access to SQ01 then why are they able to edit or change any other queries which they don't have access as per the user group. What is the use for the user group?
    Please advice with any thoughts!
    Thanks-
    Chakri

Maybe you are looking for

  • IPod updater 2006-06-28 doesn't work

    Everytime I open the ipod updater with my ipod plugged in, I get a ipod service error. Then, if I just turned on my computer and plugged in my ipod, "My Computer" comes up instead of itunes. This is my second ipod and it's brand new. I can't update a

  • I am trying to chose an upgrade from iPhoto to either lightroom or photoshop elements 10

    I am trying to chose an upgrade from iphoto to either lightroom or photoshope elements 10, and would appreciate any comments/advice Thanks for your time Sandy

  • How to I get my CTV app to work for my ipad

    I downloaded the ctv app for my iPad and can get sound but no video display

  • Problem creating a new field

    Hi, Im trying to create a new field "identification type" in a view. This field is existing as a attribute of "BuilIdNumber" object. Im able to add this as context node. But when i include this field in view, and launch webclient, this field is disab

  • List editing of technical onjects based on Warranty

    Dear Gurus; Greetings! I am working on a scenario where I need to give list of Equipments/ FL's based on there warranty status. Means, if I enter warranty start & end date; system should give me equipments which fall under that warranty period. How c