User should only work on created Form

Hi all!
Here is my problem.
A user is working in B1. For example:With a double_klick on a Textfield and a user created Form will be shown.
No the User should only work with this Form until its closed! There should be no possibility to open an other form or so.
Like if you get a MessageBox, there is no other "normal" way to work on until you close this Messagebox.
May it is possible to let the Form act like such a Messagebox.
Thanks for replies..
Matthias

The Sample you speak of show the hack/workaround (Not true modal functionality).
From the sample:
    Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.ItemEvent
        ' Don't let the user to move to other forms
        Dim EventEnum As SAPbouiCOM.BoEventTypes
        EventEnum = pVal.EventType
        If bModal And FormUID <> "Modal" Then
            oForm.Select() ' Select the modal form
            BubbleEvent = False
        End If
        ' If the modal from is closed...
        If FormUID = "Modal" And (EventEnum = SAPbouiCOM.BoEventTypes.et_FORM_CLOSE) And bModal Then
            bModal = False
        End If
    End Sub
In the sample the bModal bool set to true when opening the form block all events by selecting the modal form on each event and setting bubbleevent to false.. the EventEnum = SAPbouiCOM.BoEventTypes.et_FORM_CLOSE set the bModal to false so events can continue
Biggest problem with this is if you use a eventfilter (which you should do)... here you need to remove the event filter along with setting the BModal (not in the sample), and reapply it after form close.
<i>Kind Regards
Rasmus Wulff Jensen | http://www.b1up.net</i>

Similar Messages

  • BPC Security: User should only see status of packages started by himself

    Dear Experts,
    we have the users run packages to perform their planning process and we also trained them to check their package status so they know when to go on within the process. Until now we have not had a very intelligent security management since it's only a pilot system with a few pilot countries. Everybody had full_tsk profile. But now it should get a llittle more restrictive. Very important in the first place is, that the user only sees his own package. If he can see other user's packages this would meen he can see copied values too within the protocol but thats very sensitive data.
    I cannot find a security setting that helps me here. Do you have any hints for me?
    Thanx in advance,
    regards,
    Cora

    Sorry to confirm that security does not limit the visibility to the individual DM logs.  There is a filter capability however that could be taught to your users.
    Please include your request on the BPC page at SAP Idea place.  See the top of this forum for more information.
    Best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • Making buttons work when creating forms

    I am creating a form in Acrobat X Pro, Mac OS 10.6.8. I have setup several buttons for things such as printing, submitting a form, etc. I have set the trigger to Mouse Enter, but when I'm testing it, all you have to do is get the mouse NEAR the button, and it triggers it. How do I fix this?

    The instructions I was following said to use Mouse Enter. I initially tried Mouse Down (instructions from another site), but when that didn't work, I changed it to Mouse Enter, but that didn't solve the problem.

  • How come the same script only works in one form?

    I made a checkbox that when checked it makes another subform visible. The script works perfect in one pdf. When I used the same script in another pdf (except I changed the variables of course) it doesn't work??????
    It's set the same in both scripts. The subform name is exactly "CR" in uppercase. In the Events its set to click*, javascript at the client. Here is the script. Please let me know what's wrong????
    if (this.rawValue == 1)
    CR.presence = "visible";
    else
    CR.presence = "hidden";

    You have to have the object referenced correctly and that can include subform and section information.

  • SharePoint 2013 On-Prem- Can I limit users of only 1 group should be only able to create OneDrive?

    I have a requirements of limiting users to use onedrive for business site. What I want to do is below
    1) I want to configure in such a way that not all users should be able to create their personal site
    2) only members of a particular AD group should be able to create oneDrive?
    Is this possible? and how?

    You can do this by editing the permissions in the User Profile service application.  Access the User Profile service in Central Admin.  Click on the Manage User Permissions link in the first set of links on the manage user profile page.  By
    default the groups listed have all three permissions.  Remove the Create Personal Site permission from all the existing groups.  Now add the AD group that you want to be able to create personal MySites (OneDrive) and give them all three permissions.
     Click OK.
    This won't affect any existing users that already created mySites (OneDerive).  But only members of the AD group you gave permission to will be able to create OneDrive for business sites from then on.
    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.

  • User should not be voiding the dispute created by other User

    Hi,
    I having an Issue at my work place.I have got a Requirement from the Finance Functional Folks that the user should be able to create the dispute case and also void the case created by him.But the user should not be able to void the dispute case created by the Other user.
                                           As of now when I am testing the user is able to void the dispute case created by him and also void the dispute case created by other user.So now I am trying to restrict so that user should not be able to void the dispute case created by other user.
    In the Roles Built at work place I have fdm_coll01-collections Management and also udm_dispute-dispute manamgement T-codes built in One Role.can any one of you let me know at which authorization object this can be restricted as I am having a hard time trying to find out.
    In Ideal SAP World what my idea was a Dispute case created by the user in Production should not be allowed to void the dispute case.so creating a dispute case and voiding a dispute case should be treated differently and should be done by different persons in an organization.

    In Ideal SAP World what my idea was a Dispute case created by the user in Production should not be allowed to void the dispute case.so creating a dispute case and voiding a dispute case should be treated differently and should be done by different persons in an organization.
    So why not talk back to your FI Folks. Also check with your Compliance Team.
    But anyhow, I do not see in the real world a conflict of duties by giving access to both creating a Dispute and voiding a dispute and more over voiding a dispute is considered critical since it would allow to Release Blocked Orders.
    But the user should not be able to void the dispute case created by the Other user.
    If every transcation and conversation with a Customer is recorded in the Collections Management system, I do not see a requirement for the same Team Member having access to close a dispute created by other user. 
    AB.

  • Grant privileges to subprogram via role: should not work?

    I bought Selftestsoftware for 1z0-147 for 9i and 10g. Selftestsoftware is endorsed by Oracle, should be high quality.
    But its below sample question and answer seem to be wrong: It says that privilege for subprogram can be granted via role. But from Urman 9i book, all roles are disabled inside stored procedures.
    Did Selftestsoftware made a mistake? Or the question did not mention or assume that the subprogram is based on invoker rights not definer right?
    Question:
    All users in the HR_EMP role have UPDATE privileges on the EMPLOYEE table. You create the UPDATE_EMPLOYEE procedure. HR_EMP users should only be able to update the EMPLOYEE table using this procedure.
    Which two statements should you execute? (Choose two.)
    GRANT UPDATE ON employee TO hr_emp;
    GRANT SELECT ON employee to hr_emp;
    REVOKE UPDATE ON employee FROM hr_emp;
    REVOKE UPDATE ON employee FROM public;
    GRANT EXECUTE ON update_employee TO hr_emp;
    Explanation:
    The two statements you should execute are:
    REVOKE UPDATE ON employee FROM hr_emp;
    GRANT EXECUTE ON update_employee TO hr_emp;
    Unless you are the owner of the PL/SQL construct, you must be granted the EXECUTE object privilege to run it or have the EXECUTE ANY PROCEDURE system privilege. By default, a PL/SQL procedure executes under the security domain of its owner. This means that a user can invoke the procedure without privileges on the procedures underlying objects. To allow HR_EMP users to execute the procedure, you must issue the GRANT EXECUTE ON update_employee TO hr_emp; statement. To prevent HR_EMP users from updating the EMPLOYEE table unless they are using the UPDATE_EMPLOYEE procedure, you must issue the REVOKE UPDATE ON employee FROM hr_emp;
    All of the other options are incorrect because they will not meet the specified requirements.
    Edited by: user13270686 on Jun 7, 2010 9:22 PM

    The answer is correct, and the explanation complete.
    Inside stored procedures roles are disabled. This is because privileges are checked at compile time and roles can change between compile time and execute time.
    However, privilege to execute the procedure can be granted to a role. During execution of the procedure the privileges of the procedure's owner apply.
    This is because you want to have encapsulation: when tables and procedures are in the same schema, you won't have any privilege problem, as the owner of a set of tables will always have privilege (you can not revoke them).
    Sybrand Bakker
    Senior Oracle DBA

  • Limit change access to all useres exept the one that created the document

    Hi,
    I wonder if it's possible to limit the change access only to the user that has created the document when it's in a specific status.
    This is what the customer wants:
    When a document is set to status K the document should be locked and no other users should be able to create a new version.
    There should be a admin group that can create new versions and change the document. - This is solved
    Best regards Kristoffer

    Hi Krip,
    generally I would recommend you to maintain one status of type 'O' for a document type in your system. This kind of status will allow a second user to display an already checked out original. If user A checks out the original and there is such a status maintained for this document type the system will change the status automatically to this status of type 'O'. Then a second user is able to display the last checked in version of this original in CV03N too. Without such status type the second user is not able to display the checked out file. This was implemented to avoid that two users may be able to change the same original at the same time. I hope this information could be useful for you.
    Best regards,
    Christoph

  • Drag and relate from User query not working as expected

    Hi All,
    Could anyone shed some light on why using drag and relate from a user query is not working for me?
    Drag and relate works well from all system generated queries, but not from my user queries.
    For example:
    - System query/report - running a system stock report and dragging the 'Item number' field result to a D&R Sales Order generates a report of all Sales Orders for the selected Item Number. As expected - success.
    - User Query - running a item lookup report from a user generated query and then D&R to Sales order for the selected Item Number does not work. Error = 'No matching records found (ODBC -2028) [message 131-183]
    Any ideas?
    Best regards,
    John

    Hi John,
    I believe Drag and relate only works for system form.  The whole function is hard coded.  It will not work for any queries including system queries.
    Thanks,
    Gordon

  • Creating Form Fields

    According to the documentation I should be able to create
    form fields from within the Acrobat app. The instructions say to
    "choose Forms > Add or Edit Fields", but I do not get the option
    for Add or Edit Fields. The closest I get is Edit in Form Designer,
    which opens up the LiveCycle Designer application. I am unable to
    edit the options of the field here.
    I am attempting to add form fields to a pre-designed document
    to use as a template to interface with our ERP system to produce
    reports.
    Any help would be great.
    JGW

    Hello,
    I'm sorry I'm not able to address your question. These forums
    are specific to the
    Acrobat.com website and its set of hosted services, and do
    not cover the Acrobat family of desktop products.
    Any questions related to the Acrobat family of desktop
    products would be best suited in the Acrobat User Forums:
    Link to
    Acrobat Forums
    Thanks!
    Michelle

  • I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this?

    I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this? I have 4 blocks of Single Choice fields in order for the summary page to give me each day in the final report. But, I need the user to be able to make a selection of any day and time and that apointment to no longer be available to future users when they log in. Plus, when the user clicks on the time, they are unable to change their mind and choose another time. Here's the link if you want to see what I'm talking about: 2015-2016 Workload Apportionment Review

    I'm afraid not.    It's not rocket science but you need to do some coding. 
    You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
         <form action="path/form-to-email-script.php" >
    The input fields in your HTML form need to exactly match the script variables. 
    I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
    Related Links:
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    If this is all a bit beyond your skill set, look at:
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in oracle and yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in Oracle and  yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Thanks for your advise.
    However, I missed to mention that we have two set of users  One is for Finished Goods and another for Spares.
    Only Spares users need to be prevented from creating Direct/Manual Sales Orders in Oracle.
    As you suggested, if this will be done at Form level, that may Disallow FG users also to create Manula Sales Orders which should not be the case.
    Further, I tried to test one scenario through Processing Constraints but it did not work.
    Application
    OM
    Validation Type
    Entity
    Temp
    Short Name
    TBL
    Validation Semantics
    Created By
    Equal To
    User(Myself)
    Processing Cosntraint
    Application
    OM
    Entity
    Order Header
    Constraint
    Operation
    User Action
    Create
    Not Allowed
    Conditions
    Group
    Scope
    Validation Entity
    Record Set
    Validation Template
    101
    Any
    Order Header
    Order
    Above Created
    Please advise.

  • RMS stopped. Users told "only documents created in a signed application can be opened in a signed application"

    Hi
    I hope you can help and that this is the right forum.
    We have a RMS 1.0 sp1 server which has stopped working.
    Users get "only documents  created in a signed application can be opened in a signed application" when trying to protect a document in word or Outlook, and are unable to open previously protected documents.
    C:\Users\username\Local Settings\Application Data\Microsoft\DRM - only has the one file in it which is DRM-Machine. the .eul .CLC and .Gic files are missing from this folder.
    The server running the rms has an event id 82. " the callers machine certificate has a certificate chain that is not valid"
    I ran an irmcheck on the local machine which showed " No user Certificate"
    I can connect to the rms server urls , both licensing and certificate with no errors and IE shows the zone to be local intranet.
    Can anyone see what my problem might be and suggest why the workstations are not getting their certs and allowed protection? What else should I be checking?
    Best Regards
    Steen

    Hi
    Here is the answer which resolved my situation, I hope it helps yours.
    Guybrush-Threepwood I've marked your post as helpful as we had installed SP2 but it was not installed correctly and installing correctly was part of the solution.
    PROBLEM:
    Client began seeing the error:
    “Only documents created in a signed application can be opened in a signed application”
    On the server we were getting events:
    “The callers machine certificate has a certificate chain that is not valid”
    CAUSE:  
    Servers running RMS before SP2 can no longer get a valid Server Licensor Certificate.
    RESOLUTION:
    1. Install RMS v1 SP2 from:
    http://www.microsoft.com/en-us/download/details.aspx?id=14329
    2. Locate and then click the following key in the registry.
    For the enrollment URL on x86 versions of Windows Server 2003:
    HKEY_LOCAL_MACHINE\Software\Microsoft\DRMS\1.0\
    For the enrollment URL on x64 versions of Windows Server 2003:
    HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\DRMS\1.0\
    3. On the Edit menu, point to New, and then click String value.
    4. Type EnrollmentURL, and then press Enter.
     5. On the Edit menu, click Modify.
     6. Type
    https://activation.drm.microsoft.com/enrollment/enrollservice.asmx, and then click OK.
     7. On the Edit menu, point to New, and then click String value.
    8. Type CloudGicURL, and then press Enter.
     9. On the Edit menu, click Modify.
     10. Type
    https://certification.drm.microsoft.com/certification/certification.asmx, and then click OK.
    11. Go into the RMS Web interface and renew the SLC
    HTH

  • Downpayment should only be created with downpayment request

    Hello Experts
    I have requirement that F-48 (Downpayment to Vendors) should only allow payment using downpayment request.
    As of now our users have authorization for F-48. So he forgets to post downpayment using downpayment request. He creates downpayment directly without request. I want to restrict this direct downpayment.
    Please help me, how can I restrict F-48 without downpayment.
    Meena

    Hi Meena,
    Check with your basis team for the tab "New Item" in F-48 for not visible or restrict it by authorization.
    Regards,
    Mukthar

  • Need to create form that user can fill out and SAVE in Reader

    Hi,
    My form, which of course works fine in Adobe Acrobat 4 CS4, is unsaveable when typed into with Acrobat Reader. It says at the top:
    "Please fill out the following form. You cannot save data typed into this form. Please print your completed form if you would like a copy for your records."
    *I know it's possible* to make it writable/saveable for Readers users, because I have here a form that someone else created, and in Reader the message says, "Please fill out the following form. You can save data typed into this form."
    What setting do I need to change in Acrobat to make it saveable in Reader? Document attached.
    Thank you in advance!!!!

    WelltechSolutions wrote:
    Phillip,
    Thank you for the clarification.
    I cannot seem to find the post that mentioned that this could not be done; perhaps it was for an older version of Acrobat. If I find it, I'll send you the URL.
    This is a form that will reside on a web site for download, and the forms are used by individuals to track exercise as part of a community nonprofit wellness program. I doubt 500 folks will use it. We can monitor downloads.
    If we need to go above 500 downloads, how would we go about purchasing a license for additional use? And, is there a chance that Adobe will increase this limit for a purpose that is non-commercial and non-profit?
    Thanks.
    I don't know the answers to the question about license for additional use, nor would Adobe increase the limit. I  among other that were associated with Non-profits (I was treasury for an Electronics Association for 17 years) were the reason for adobe doing this to begin with. Before Acrobat 8, you had to use the other methods mentioned (The LiveCycle Server).

Maybe you are looking for

  • Need help in creating a user exit variable

    Hi all, I have created a query in which a key figure needs to be automated with an user exit variable.I want to derive the value of this key figure 'x' based on calender month. This key figure should get the cumulative value from the first month of t

  • How to use different Web Dynpro Applicat. in one view?

    hello all, i want to call at least 3 different Web Dynpro Applicat as main view in one component configuration (or as subtables in one page in portal). can anyone please show me how to resolve this? thank you SR

  • How can I put current date and time in Photo Info (Print module)?

    I often use the Photo Info option in the Print Module to caption my proofs with File Number plus the date and time the print is made.  This allows me to match up the print to the History state for the image, so I know which print version I'm looking

  • Html tags showing up in trace();

    summary: 1 swf with 3 movieclips. mc1 has input text field "name_txt", mc2 has dynamic text field "nameOutput_txt" When I: trace (mc1.name_txt); I get the following in the Output panel: "<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Times New R

  • How do I get a serial code for PS CS2

    So, someone told me it was free on the adobe website, but I didn't get something to give me a code to make it download... Where do I get one?