FB02 how to restrict to certain fields only during editing

hi!
Would like to know how to restrict fields e.g. Baseline Date when using FB02.
Thanks

Hello,
Your Base line date is controlled from settings in payments methods. (This payment methods must have been assigned to your vendor or customer)
You have four options:
Posting Date
Document Date
System Date
No default
In first three cases, the system proposes the date, however, the user will have the option to overwrite them.
In the fourth case, the system forces the user to enter a valid base line date.
"Base line date is nothing but a date from which the due date stars get calculating"
If you want to restrict the base line date, write a validation in GGB0 and assign the same in OB28 for your company code.
Regards,
Ravi

Similar Messages

  • How to restrict AS02 access to certain fields only

    How to restrict AS02 (Asset Master Record) access to certain fields only. Currently when you assigned AS02 to a certain user, this will enable the user to change all the fields in the asset master record. Suppose i want only the user to restrict the access to certain field eg.NDJAR (Life in Yrs).
    Thanks for your inputs.
    Regards,
    Robert

    hello,
    basis has to assign the proper activity with object A_S_ANLKL. in this case they have to allow activity 03 only with combination of Cocode,asset class. see some more details below.
    This authorization object is the first part of the object "asset master record."
    The definition at this level determines whether the user is authorized to process data in a given company code. The activity type for the transaction is also defined here. This authorization object is used for master data transactions, for the display of value fields, and for reporting.
    Defined Fields
    The following fields are assigned to the authorization object
    Asset class (specified by entering a value in the pop-up window)
    Company code (specified by entering a value in the pop-up window)
    Activity type - there are three different activity types:
    01 = Create
    02 = Change (including blocking and deleting)
    03 = Display

  • How to restrict a text field to accept limited number of digits (only) with leading zeroes

    I am trying to restrict a field for accepting only limited number of digits that can have zeroes in the begining - this why I can't use Numeric field. Can anybody help?

    Hi Niall,
    Thank you very much,
    I did something like what you told me - thought I used script in ordetr to prevent entering any chracters except digits.
    In Change event I enterd the following script:
    // Restrict input to digits only - Number of digits (characters) assigned in Object Palette - Field Tab
    if((xfa.event.change != 1) && (xfa.event.change != 2) && (xfa.event.change != "3") && (xfa.event.change != "4") && (xfa.event.change != "5") && (xfa.event.change != "6") && (xfa.event.change != "7") && (xfa.event.change != "8") && (xfa.event.change != "9") && (xfa.event.change != "0"))xfa.event.change
    = "";
    This does the job.
    Thank you,
    Peter.

  • How to print out fillable fields only

    I'm a newb, help! I am trying to create a form in LiveCycle.
    I have brought in a pdf, made some fillable fields. So far so good, here's where I'm struggling.
    I want the recipient of the pdf to fill out the forms, (while still seeing the pdf in the background), BUT when they print, I want them to ONLY print out the information that they filled in the fillable fields.
    So basically, they receive a document in Adobe Reader, it has a pdf in the background, and they fill in some fields, then they place a page in their printer to just print the fillable fields only.
    Does anyone know if this is possible?

    "You can control the visibility of objects using the presence property"
    Here is where I get confused. I understand that you can change the visibilty in this area, but I want the pdf background that is part of my form to be the area that doesn't print, so I can't understand how I highlight that particular area to switch it to "screen only" because it isn't really considering a text field or anything like that, it was just a pdf that I imported from the start and then built all my text fields on top of.

  • How to gray out certain fields on the selection screen based on the radio b

    HI All,
      I have an ALV report. On the selection screen I have 2 radio buttons ..for eg..A and B.
    When radio button A(its on by default) is on..certain fields not relevant to this should be grayed out. Similarly when radio button B is on, certain fields should be grayed out.
    I did the AT SELECTION SCREEN OUTPUT and also did the
    LOOP AT SCREEN....ENDLOOP logic. The logic works but when I click the radio button B...the screen fields automatically does not gray out. I have to press ENTER and then its grays out.
    I know a USER_COMMAND needs to be attached.
    Can anyone give me a step by step details of how to do this. I truly appreciate it. if a screen painter thing is required..please give me the tcode and step by step detail to do this.
    Thanks

    Try this one too:
    REPORT ztest.
    TABLES: mara,
            bkpf.
    CONSTANTS:
                  c_pos(3) TYPE c VALUE 'POS',
                  c_acc(3) TYPE c VALUE 'ACC',
                  c_all(3) TYPE c VALUE 'ALL',
                  c_x TYPE c VALUE 'X'.
    The Selection Screen Definition
    SELECTION-SCREEN BEGIN OF BLOCK b_0 WITH FRAME TITLE text-000.
    SELECT-OPTIONS: s_mara FOR mara-matnr.
    SELECTION-SCREEN END OF BLOCK b_0.
    SELECTION-SCREEN BEGIN OF BLOCK b_1 WITH FRAME TITLE text-037.
    PARAMETER: rb_all RADIOBUTTON GROUP rb1 USER-COMMAND rad default 'X',
               rb_acc RADIOBUTTON GROUP rb1.
    SELECTION-SCREEN END OF BLOCK b_1.
    SELECTION-SCREEN BEGIN OF BLOCK b_2 WITH FRAME TITLE text-011. "Acct
    SELECT-OPTIONS:   s_blrtc1 FOR bkpf-blart MODIF ID acc,
                      s_blrti1 FOR bkpf-blart MODIF ID acc.
    SELECTION-SCREEN END OF BLOCK b_2.
    SELECTION-SCREEN BEGIN OF BLOCK b_3 WITH FRAME TITLE text-011. "Acct
    SELECT-OPTIONS:   s_blrtc2 FOR bkpf-blart MODIF ID all,
                      s_blrti2 FOR bkpf-blart MODIF ID all,
                      s_blrtv2 FOR bkpf-blart MODIF ID all.
    SELECTION-SCREEN END OF BLOCK b_3.
    AT SELECTION-SCREEN OUTPUT
    AT SELECTION-SCREEN OUTPUT.
      PERFORM f0200_screenfield_hide_logic.
    initialization.
      PERFORM f0200_screenfield_hide_logic.
          FORM f0200_screenfield_hide_logic                             *
    FORM f0200_screenfield_hide_logic.
      LOOP AT SCREEN.
        IF rb_acc = c_x.
          IF screen-group1 = c_all.
            screen-active = 0.
          ELSE.
            screen-active = 1.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
        IF rb_all = c_x.
          IF screen-group1 = c_acc.
            screen-active = 0.
          ELSE.
            screen-active = 1.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    ENDFORM.                    " F0200_SCREENFIELD_HIDE_LOGIC

  • How to restrict permissions of fields in a repository file?

    Hi Everybody,
    I am trying to restrict permissions to fields in the repository file without affecting existing reports/dashboards.
    When I restrict access to a variable (e.g. Job Requisition) it disappears from the available fields in the application, but the following error message appears when opening a analysis that uses that field:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27005] Unresolved column: "Requisition Facts"."Job Requisition Open To Offer Extended (Days)". (HY000)
    We want to avoid users continue including some fields when creating new reports without affecting existing analysis/report.
    Can this be done by changing something else in the repository file? Or is there any other way to do this?
    Thanks in advance for any idea/suggestion.

    Hi,
    You mean you restricted "Requisition Facts"."Job Requisition Open To Offer Extended (Days)" in repository for few users,but they are getting nQSError: 27005 when they are openings reports in which this column is already used? Is this what you mean
    If so stop your BI Server and go to NQSConfig.INI and change the parameter PROJECT_INACCESSIBLE_COLUMN_AS_NULL which is under security section. By default it is set to NO. Make it YES and restart BI Server.As you restricted that column its showing that error,if you make it show as NULL it will not show any error.
    Refer : http://obieeblog.wordpress.com/2009/01/15/obiee-data-security-column-level-security/
    Regards,
    Srikanth

  • In multiple web cam publisher environment for a room how to restrict subscriber to see only admin

    I am creating a video chat application, where admin can publish his video and all the subscribers to this admin room can see admin video feed. In this application Member list sections will display list of all user s including admin connected to this room. This member list panel is displaying images of respective user against each user’s name.
    Till now this application is working fine but I am trying to add following functionality in this application
    In member list section, in place of connected user‘s image I want to display each user‘s video feed. To achieve this functionality I am giving start video functionally [via a button click] for each subscriber which in return calling a web cam publisher component to publish the subscriber video feed. This is also working fine, but now problem is all the subscriber can see others subscriber video feed along with admin video feed. I want to restrict subscriber to see only admin video feed..
    Please provide me some suggestion / solution to resolve this issue.
    Note : I have created two video chat applications one for admin another for subscribers both are connecting to same room[admin room]
    Thanks ,
    Ritesh

    Hi Ritesh,
    Use two different WebcamSubscribers. One Subscriber would just subscribe to the Admin's Video feed, while the other subscriber would subscribe to all the user's: video feeds.
    Try exploring the publisherIDs API in WebcamSubscriber.
    Thanks
    Arun

  • What is meant by Selection, Hide,Inversion and Field only during Datasource

    Dear Mates,
    During Datasource Generation in LO extraction , I can see the tabs
    Slection
    Hidefield
    Inversion
    Fild only.
    Can any on please explain me elobarately each of them.
    Thanks,
    Sudha

    If you do a F1 on each you'll have a description, but here is a summary:
    Selection: You want to be able to select a value in this characteristic through the infopackage
    Hide: You don't want to be able to see this field.
    Inversion: For a key figure, change sign.  1 becomes -1 and vice versa.
    Field Only:  Field is available only for user exits and such but is not extracted.
    Hope this helps.

  • How to restrict the text field to enter only numbers???

    I have used "onkeyup" event to call a function "test", I am getting the alert message for every entry (even for a number), I dont know why I am getting this. Please help me out.....
    Number1 : <input type="text" name="myin1" id="a" onkeyup="test(this,event)">
    function test(ff,evt)
    evt = (evt) ? evt : event;
    var charCode = (evt.charCode) ? evt.charCode : ((evt.keyCode) ? evt.keyCode :
    ((evt.which) ? evt.which : 0));
    if (charCode > 31 && (charCode < 48 || charCode > 57)) {
    alert("Only numbers are allowed"); }
    }

    Hi,
    However this is java forum and you are asking for a solution of a javascript problem,
    I think I got the problem.
    This script works fine when I run it on IE and use the numeric keys above the text keys,
    but give error when I use the numerical keypad on the right.
    I think you should change your if condition like this
    if (charCode > 31 && ((charCode < 48 || charCode > 57) || (charCode < 96 || charCode > 105)) {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to restrict movement type field in MIGO Tcode

    Hello there,
    I want to restrict the users for 103 movement type through MIGO tcode.
    I have searched for the objects and assigned the value 103 in the movement type field, but it is not solving my problem.
    Is there any other way?
    Thanks in advance.
    Regards,
    Priya.

    If all your users are need to be blocked from using 103 movement type then go to OMJJ@Movement type 103@Allowed transaction@here remove  the assignment of 103 with MIGO
    If you want to do it through authorization then try out with your BASIS person M_BEFU_ALL for all authorizations in Inventory Management
    Regards,
    Indranil

  • How to restrict the screen field TASK in SWI2_FREQ tcode

    Hi All,
    The user who ever has authorization for this transaction code is able to access all the task types irrespective of SAP modules from back end.
    The concern is that the task type of any module should not be visible for un-authorized people.
    In the front end only the authorized people can see work flow items (mail's) and it's according to business requirement.
    Is there any solution?
    If Yes, Pls let me know .
    Thanks
    Heena.

    Hi Heena
    I'm afraid that you won't find any standard SAP Authorization object that can help you here,
    You might how ever be able to solve it with HR Structural authorization, but be carefull here, if you activate the structural authorization check you migh be looking at a large SAP Security Project.
    I would usually not recommend that you give access to this transaction to other than your workflow administrators. But if you need to you might be able to create transaction-variants with fixed tasks, and the assign thoose to a t-codes, to which you grant access
    Regards
    Morten Nielsen

  • How to restrict app to Phones only

    I'd like my app to be available only to phones as I'd like to build a different version for tablets. I didn't find any setting in the app xml put such a restriction.
    Is this something that can be done through the app.xml file or is it something I should do in the Android market? The only thing I see on the Android Market is a Devices option but there are thousands of devices in that list and I have no idea about some of those devices to make a decision on whether to allow it on that device or not.

    In the App Descriptor XML file use the following code to restrict to support screens:
    <supports-screens
              android:smallScreens="true"
              android:normalScreens="true"
              android:largeScreens="false"
              android:xlargeScreens="false" />
    You may want to read this as well to clarify on which screen sizes are what:
    http://developer.android.com/guide/topics/manifest/supports-screens-element.html
    For instance, I locked my app to tablets only by
    <supports-screens
              android:smallScreens="false"
              android:normalScreens="false"
              android:largeScreens="false"
              android:xlargeScreens="true" />
    In iOS devices you use:
    <key>UIDeviceFamily</key>
                    <array>
                        <string>2</string>
                    </array>
    Where the string is the value of the device type (2 being iPad only in this case)

  • How to restrict metadata to use only view values

    I have a metadata which takes values from view, i want to restrict it's value to use only view values( as it is editable , user can type any value , and right now it is allowing any value but i want to restict it to use only view values.
    Thanks.

    Hi Chely,
       Try doing below steps and let us know if this solves the problem
    Log in to WCC
    Click on Administartion --> Admin applets --> configruation manager
    Choose the metadata value for which you have problem
    Click on Edit
    Click on Configure button next to Enable Option List
    What value do you see in Option List Type?
    Change it to Select List validated and see if problem persists.
    regards,
    Deepak

  • How do i lock certain fields using a "lock" button?

    alright, I'm a totaly noob here. basically i have an Adobe PDF document and I'm trying to edit it in LiveCycle so that I can add a lock button for four text fields. Here are the fields:
    -name
    -manger name
    -cost center
    -dates
    we want our employees to be able to enter information, and then lock it so the recipients can't change the data. we have an existing form which has a button, but the new form someone created (it's  much different from the old one so we can't reuse that) doesn't have the feature. if there's an easier way to do this in acrobat that would also be helpful.
    thanks!

    You cannot lock it by the serial number. Report it to your carrier and the police. You said that the thief knows your pass code. Does that mean that the thief was a personal friend who would be close enough to you to know what your code was? If that is the case, ask your friend to return your phone.

  • How do you make certain information only availble with a login on a webpage?

    Hi,
    I am working on a site for people to download software upgrades.  I am trying to make it so they have to add their name and email then click a submit button.  Once they click submit the download links will be available on the webpage or open up in a new window.  Does anyone know how this can be done?
    Thank you

    Nancy O. wrote:
    You would also need to have your customers names in a database or data file.
    Or do what I do if I have a limited amount of clients that I want to allow access to the site (code below). Just change the usernames "Pink", "Blue" etc and passwords "Elephant", "Sky", etc to what you need. If the combination is correct a url link will drop down if not they will get a message that they don't have permission to access the page. You will need a host that is running php. Copy code, paste into a new Dreamweaver document and save it in your site root foder as passtest.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <?php
    if (array_key_exists('ewTest' , $_POST)) {
    $username = trim($_POST['username']);
    $password = trim($_POST['password']);
    if (($username == "Pink") && ($password == "Elephant"))
    $response = "Youre welcome! <a href='http://www.bbc.co.uk'>Enter Here</a>";
    elseif (($username == "Blue") && ($password == "Sky"))
    $response = "Youre welcome! <a href='http://www.itv.co.uk'>Enter Here</a>";
    elseif (($username == "Fat") && ($password == "Pig"))
    $response = "Youre welcome! <a href='http://www.adobe.com'>Enter Here</a>";
    else {
    $response = "Sorry, you do note have permission to access this webpage!";
    ?>
    <style type="text/css">
    #wrapper {
    width: 250px;
    padding: 20px;
    margin: 20px auto;
    background-color:#CCC;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    #wrapper p {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    input {
    width: 250px;
    input#submit {
    width: 100px;
    margin: 15px 0 0 0;
    </style>
    </head>
    <body>
    <div id="wrapper">
    <p style="margin-bottom: 10px;">Please enter your Username & Password below. (Case sensitive)</p>
    <form id="form1" name="form1" method="post" action="passtest.php">
    <label>Username</label><br />
    <input type="text" name="username" id="username" value=""/><br />
    <label>Password</label><br />
    <input type="text" name="password" id="password" value=""/><br />
    <input type="submit" name="ewTest" id="submit" value="Submit" />
    </form>
    <p style="margin-top: 10px;">
    <?php if(isset($response)) echo $response;?>
    </p>
    </div>
    </body>
    </html>

Maybe you are looking for

  • BPC 10.0 Technical ID of Multiprovider

    Hej Gurus, We made the first transport from DEV to PRD for about 18 months ago, and at that time there were no notes for stabalizing the technical names during transport. Therefore, The technical names of all the different objects in BW is now not al

  • Apache soap and java

    Hi I wanted to know which websites have Apache SOAP webservices which we can write a client for in java and implement

  • Using jrun how url can be mapped

    let suppose i am using jsp on jrun.i have to write http:\\localhost:8080\mypage.jsp to acces my page in browser.. i want that i should write www.mypage.com in browser to access my web page.

  • My iPhoto suddenly crashes on opening...

    My MacBook Pro w/10.6.8 suddenly has a defective iPhoto. Upon iPhoto opening, first I get a blank iPhoto window, then the swirling rainbow dot for appx. 1 min., then it crashes & closes [2 error codes displayed are "EXC-BAD-ACCESS" & "THREAD 0 CRASHE

  • Viewport query

    I have a tab canvas in which I set the viewport X Position to 5 and Viewport Y position to 80. I save the .FMB and close the form. when I re-open the fmb, the properties of the tab canvas states it is what I set it too but when I go to the layout edi