Limiting user access to field FPLA-AUTKOR in Billing Plan

Hi,
I have a wish to regulate the use of the above field in our Billing Plans.
I have done quite a lot searching without luck on this topic.
Will I have to do it via Authorizations or perhaps via a User Exit ?
Any Help is appreciated.
Peter

Hi venkeeg     
im facing with a similar issue than yours, im trying to update fpla-perio and fpla-horiz, can you help me?
i Will try with your solution.

Similar Messages

  • Field FPLT-FKSAF- In billing plan

    Hello to all.
    We are creating sales orders and their billing plans with function module BILLING_SCHEDULE_GENERATE using structure FPLTVB.
    We have a problem with the FPLT-FKSAF when the data field is created with"C"(completed). Althought if you see in the table FPLT, the data field is "C", if you enter in the tc va02 or va03, the data field is "A".
    We don´t know if we have to fill any other field in the function module or if we can fill other tables apart from FPLT.
    Thanks in advance.

    Hello,
      The best way to avoid these issues is not to use that particular FM, during the Order creation.
    Instead, please follow these steps.
    1. Using the main program, create the Sales order utilizing the standard BAPI or BDC(If you're using that method).
    2. Soon after creating the Sales order, Submit the program SDFPLA02 passing
         Sales document No., Item No., Start date of billing plan & End date of billing plan and come back to the main program
         to process the next item no. or next contract.
    3. This way, the standard FM's will update related tables without any failure.
    Hope this helps.
    Gopakumar
    Sr.SAP ABAP Lead

  • SOAP Basic Authentication - How to create a limited user access

    Hello
    I have a lots of scenarios that use XI´s WebService for integration. For the 3rd party systems be able to use the WebServices, they need an authentication in Web Application Server.
    The question is: How can I create a user with LIMITED access to ONLY ONE Webservice in XI ?
    For example, I want a user called webservice1 that can access only http://myserver:50100/XISOAPAdapter/MessageServlet?channel=:SERVICE:SOAP_Sender_CC.
    I don´t wanna use HTTPS because the 3rd party systems are very limited and they don´t have HTTPS support.
    Thanks

    Yes, I have up the user in the Send Agreement. My SOAP Adapter Communication Chanel is configured there.
    I´m using the correct user in webservice authentication. Its the same I created in SU01.
    Without those authentication configurations (when All users can use the webservice), I can log in with this user. But when I restrict by doing the configurations, it doesn´t work.
    I just made a test by restricting the service for another user and the error message is different.
    When I log with a different user than the configured one, the error is:
    java.security.AccessControlException: USER has no permission for accessing party service :SYSTEM_TEST...
    When I log with the configured user authentication, the error is:
    com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:NO_EXEC_PERMISSION:....
    Seems there´s still some missing configuration.
    Thanks

  • R12 GL - Limiting User Access To Two Accounting Key Flexfield Segments Only

    Hi there,
    Oracle E-Business Suite R12 RUP 4 - General Ledger
    I have a question regarding limiting the Segment values available for data entry to certain Responsibilities or Users. We have 6 segments in our COA. One of the Segments - Campus - has two dependant Segments - Class and Sub-Account.
    What we want to achieve is to allow End Users to add and update only these two Dependant segments that pertain to their Campus through the Standard Oracle Forms. i.e. we don't want them to be able to query any of the other 4 segments and make changes to the values there.
    Any suggestions on how this could be achieved?
    Have a great day.
    Kind Regards,
    Gary.

    Hi Gary,
    The question is regarding maintenance of the Value Sets
    or
    ability of the user to enter values for only these two segments while entering the data?
    Gajendra

  • Domain access issue with limited user access

    Hi all,
    I have to deploy a flex site (without the flex data services,
    unless essential) that acesses xml data from servlets that arent
    neccessarily under the same domain, and some will be physically
    located on different servers.
    I am using the cross-domain policy file, and this works fine
    provided the server is logged in with Administrative privlidges.
    However if it is logged in under a domain (with some limited
    access) I can no longer access the required data. This data is
    still available if I access it direct by typing the location into
    the browser address bar. So there is definately something stopping
    me from accessing the data within flex.
    If anyone has encountered similar problems and come up with
    solutions (which does not involve forwarding data using additional
    servlets) then your tips and advice would be much appreciated.
    Thanks!

    It was issue due to some configurations in 'External Facing Extension Service' inside configuraton-content management-global service.

  • Why don't java applets run when using Firefox 4.0 in a windows limited user account?

    Java applications will not run in Firefox 4.0 when the windows user/process only has limited user access rights. The systems, I see this behaviour on have Windows XP Pro SP3, Firefox 4.0 and JRE 1.6.0_24 installed. The java application will run when when full administrative rights are present. This issue did not occur with the 3.6 firefox version that was previously installed.

    The problem also exists with the newer Firefox 4.0.1 and Java 1.6.0_25 versions.
    Enabling administrative rights resolves the issue ... though this defeats the purpose of using a limited user.
    The underlying bug appears to be in the Firefox java plugin detection code. The issue is related to the detection code requiring write access to the HKLM\SOFTWARE\mozilla.org windows registry key. The limited user only has read access for this registry key. The behaviour was identified using the Sysinternals ProcessMonitor utility ... showed firefox calling an interface to create the registry key and getting an access denied response in the limited user case.
    A more targeted workaround for the issue is to grant the limited user write access on the HKLM\SOFTWARE\mozilla.org windows registry key. This avoids the need to grant administrative rights to the user and enables the java plugin to be detected. That is, it works on the 2 XP systems where the java plugin wasn't being detected in limited user accounts.

  • Using SSDs to limit user access to hosts

    I have a question about limiting user access to a host using SSDs. Is there any reason I should not do the following?:
    In the profile for the ldap client, myhost:
    serviceSearchDescriptor: passwd: ou=People,dc=example,dc=com?sub(|(host=myhost)(host=production)(host=ALL))
    Then in the users account:
    dn: uid=juser, ou=People,dc=example,dc=com
    host: myhost <---------------------------------------------------------------
    loginShell: /bin/ksh
    gecos: Joe User
    cn: juser
    uidNumber: 5555
    gidNumber: 5555
    homeDirectory: /export/home/juser
    objectClass: posixAccount
    objectClass: shadowAccount
    objectClass: account
    objectClass: top
    uid: juser
    etc
    I can add a single host, an environment (production), or all hosts for admins by editing user account. It seems to work fine in testing. I just don't want to get blind-sided by some glitch later. I am using Solaris 8,9, and 10 native clients and SunONE 5.2 DS with TLS.

    Thanks Gary. I sent you an email before I posted here. I wasn't sure if this is where you "hang out". :)
    I was thinking after posting here that I might want to do it with shadow instead of passwd so that permissions of files still showed the owner instead of id even if the owner were not allow to login. A somewhat rare situation, but it happens.

  • Can we add users to the 'Manage Access Request' field to process site access request in SharePoint Online?

    Hi,
    I have a requirement in which I have to assign couple of email ids to the "Manage Access Request" field to process site access requests. And, this is possible using server object model but I have to achieve this on SharePoint Online with the help
    of CSOM.
    There are two properties which control the access request configuration, first is "RequestAccessEnabled", a Boolean flag which turns on or off the access request feature for the site. The second property defines one or more email addresses where
    requests will be sent to. It is named "RequestAccessEmail".
    The above both properties are available for server object model but not for CSOM.
    So, is there any other workaround or way to achieve the sane in CSOM?
    Thanks,

    I don't think there is a programmatic workaround for SharePoint Online.  But the email address is just used for Notification.  Anyone with Manage Permissions can approve Access Requests.  If you create an email distribution list for the multiple
    addresses that should be notified you should be able to add the email address for the distribution list into the Access request email field using the user interface.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Satellite M40-307: Accessibility utility doesn't work with limited user account

    Hello everybody,
    I have got a Satellite M40-307 (PSM44E), and I have got a problem with the "accessibility" utility, that displays an icon in the Windows XP notification bar, to let the user know whether the "Fn" key is active or not.
    That this utility would not work for the administrator would not worry me a lot, as the administrator is supposed to know what he does. But the limited user does not have access to it, this more bothering.
    In an administrator session, this utility works pretty fine. But in a limited user session, if I try to launch it by [runas /user:admin "C:\Program Files\TOSHIBA\Windows Utilities\TACSPROP.exe"],
    I am answered that the file TCMSVR.DLL cannot be found. If I launch it normally, a message tells me that this utility requires I am connected as an administrator.
    So, what can I do to use this utility normally, i.e. in a limited user session*?

    Hello Markus,
    Did you read ?
    I executed TACSPROP with the admin rights, and it does not run.
    So, to follow you, I had a look, on TACSPROP.EXE and TACSPROP.DLL, the users had "read/execute" and "read" rights. I provided "full rights", and it solved nothing.
    Obviously another program must be launched before, that is by default launched only by the administrator, and I am searching what program it is.
    Thank you.

  • ThinkVanta​ge Access Connection​s and Limited User Account (LUA) on XP SP3

    Is it really so that one has to be logged on with at least Power User privileges to get the Access Connections utility working properly with 3G/HSDPA? When logging on as a Limited User, the computer can find all the cell phone operators nearby but does not let to do a connect. But when logged on as a Power User, all problems go away.
    I would not like to bump up my user privileges from Limited User to Power User, since all else seems to work fine with a Limited User Account. Any ideas about what is going wrong -- or did I just hit into a wall here?
    The environment in question is Thinkpad X200 and XP SP3. Access Connections and the HSDPA driver are the latest ones I could find from the Lenovo driver download site (Access Connections v. 5.21, Ericsson HSDPA driver v. 1.0.1046.221).
    Would there be any other way to use 3G connections than to use the Access Connections utility (without changing to another o/s)?
     --sami

    Hi Sami,
    I just got stuck on the same problem as you and following is what I found in details fro ThinkVantage Access Connections version 5.30. Hope this helps.
    Jakub
    <Limited User>
      A Limited user can create and apply only modem profiles. However, if
      Administrator sets "Allow Windows users without administrator
      privileges to create and apply location profiles" option in the
      Global settings then the user can create and apply any kinds of
      profiles in the system.
      Also, a limited user cannot:
      1. Edit setting for the Automatic Ethernet and Wireless location
         profiles switching.
      2. Edit Global settings.
      3. Edit profiles created by another user in the system.
      4. Renew or release IP in the Diagnostics panel.
      5. Export profiles.
      The limitations on Power user also apply on Limited user.

  • Access level to users at specific fields

    Dear Techies,
    I am new guy In BO and also to this forum icon_smile.gif
    I am designing my universe and now i little concern
    I want to design one universe for 5 departments in company
    and then i want to give specific rights for users for specific fields in the universe level
    any best way / solution there...
    any suggestion / help / link / tutorial would be highly appreciated
    regards
    Nadir Firfire

    Hi,
    You can deifne metadata restrictions for group of users in the universe.
    In Universe Designer, select the "Tool" menu then the menu option "Manage Security" and finally menu option "Manage access restrictions".
    Then click on "New" button to create an access restriction and select the "Object" tab.
    Last you have to associate the restrictions to users or group of users.
    Didier

  • Database Access in limited user account

    I have made an application in which I am communicating with database. 
    Let me explain about my application first.
    1. Application starts and it asks for user name and password
    2. After successful login data reading or writing from /to database.
    All this information whether its data or user name or password, I am storing in same database but in different tables
    Now If I login from limited user then I am able to login by entering user name and password but later I am not able to read/ write to database, but If I login from admin accout then everything runs smoothly.
    This happened recently and I am sure this is permision issue..
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet

    SQL?? MySQL, MS SQL Server, Oracle SQL, PostgreSQL, SQLLite, .......
    ADO driver you use?
    versions of SQL server and ADO drivers?
    There is obviously some security! If there wasn't any you would not get andy trouble to connect to your server with a normal user account.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Officejet pro 8500 a909g, limited user accounts can't use printing preferences

    The above discription explains most of it. I had install this 8500 printer, then shortly after, uninstalled the other two older  printers I was previously using. That is when the problem started. I can not access printing preferences from a document or from control panel\printer and faxes. But I am able to access from the administrater account. I did an online chat with HP help and what we did made sence, but did not work. We went into the security tab in properties and added the limited user account for all permissions and reboted the computer. Did not work!!!!    I have a dell laptop, windows xp pro, and the printer software is now uninstalled.    the window that pops up when I click on properties is: Function address 0x50085a97 caused a protection fault. (exception code 0x0000005) Some or all property pages may no be displayed. I don not have this problem as an administrater only as a limited user.

    I had this similar problem.  Installed this printer a few months back and for some time it was printing fine.  Recently, I changed the default preferences to black/white, draft, low ink etc etc.  Now if I click on the Properties I get this same window:
      *** (x50085a97 caused protection fault (exception code 9xc0000005 some or all property pages could not be displayed) ***. 
    Running XP on an Dell Intel Pentium and it happens irrespective of the application I am using - usually firefox or staroffice.  9 times out of 10 I can't change the properties, but occasionally it allows me too then reverts back.  So now I am stuck with everything printing black/white as that's the default I set!  Any suggestions welcome.

  • Access to fields of a form through IAC

    Hello everyone!
    I created with Adobe LiveCycle Designer ES2 (included with Adobe Acrobat X Pro) an example form with several fields.
    After that I wanted to access the fields through the Acrobat SDK's Interapplication Communication (IAC) capability by using OLE.
    As programming language I choose C# from the .NET framework. But the only field that I could access was the signature field and only when it was signed. I could not figure out the mistake. Is my code wrong? Or is the created form wrong? Can somebody help?
    The code that I used:
    Acrobat.AcroApp app = null;
    Acrobat.AcroAVDoc avdoc;
    AFORMAUTLib.AFormApp formApp;
    AFORMAUTLib.IFields fields;
    app = new Acrobat.AcroApp();
    avdoc = new Acrobat.AcroAVDocClass();avdoc.Open(@"Form.pdf", null);
    formApp = new AFORMAUTLib.AFormApp();
    fields = formApp.Fields;
    int fieldsCount = fields.Count;
    foreach (var item in fields)
      AFORMAUTLib.IField field = (AFORMAUTLib.IField)item;
        result = field.Name + " = " + field.Value + "[" + field.Type + "]";

    Yes, if the form is Reader Enabled, then a Reader user can add a graphic as the icon of a button via scripting to an AcroForm.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 27 Sep 2011 00:31:26 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Access to fields of a form through IAC
    Re: Access to fields of a form through IAC
    created by gatch<http://forums.adobe.com/people/_gatch_> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3939773#3939773

  • Portal content in Arabic for limited users

    Hello Colleagues
    We are about to implement ESS on EP.In our backend system ECC 6.0 data is available in English.
    Our client requirement is that for certain users Portal content should be available in Arabic.I have gone through some threads in which we can change the Portal language to Arabic for all with Portal Translation .But my question is whether it is feasible for limited users as rest of users will access Portal in English.
    Best Regards

    Hi,
    Based on the Language set on UME standard things will change in portal. To translate your Custom application language in Portal then follow the below link and translate it manually . So that only users with Arabic language set can see portal in Arabic Language.
    http://wiki.sdn.sap.com/wiki/display/SRM/TranslationofEnterprisePortalContent
    Regards,
    Srinivas
    Edited by: Nivas209 on Jan 23, 2012 6:44 AM

Maybe you are looking for