Control user fields bound

Hello everybody,
I've added some user fields in a system form (Production) and everything works fine (fields are mapped,
updated and retrieved correctly during the Production browsing since they were added to the standard
OWOR table - order header).
There is only a small problem: when the form is show by the first time (thus with no data selected) the standard
fields (matrix, planed qty, warehouse, etc) are disabled selected until a ItemCode is selected in the
Order. However my user fields can be updated with any data which is not very good...
Is there any way to disable them automatically when no material is selected?
Regards,
Manuel Dias

Dias,
     I understand ur question or not i dont knw. U telling tht when there is no data at the first time the mentioned fields are diabled. For this u can change the form settings.
But one draw back is in SAP B1 standard form there is a problem while we making readonly and not readonly option for predefined fields.
Regards,
Anitha

Similar Messages

  • Control PO field one user can change

    Hello,
    We are implementing SRM 7 with ECS.
    We want to restrict fields a user can change in a Purchase order. How can we achieve that? For instance we do not want the user to be able to change cost assignment.
    Thanks in advance.

    The visibility and editability are controlled by IMG in SRM 7. In SPRO,
    SRM server >> Cross application basic settings >> Extensions and field controls >> Configure field control >> Configure controls for fields of substructure
    There you can hide or make accounting information display only.

  • How to make Credit Control Area field mandatory in fb01, f-01, f-02, f-04

    Dear all,
    Whenever we are trying to create any accounting document for a Customer, we need to make Credit Control Area a mandatory field in transactions fb01 / f-01 / f-02 / f-04.
    This is required because we have different Credit Control Areas for different Sales Areas for a Customer.
    Can this be achieved through Customizing (making screen field mandatory) or one needs to use user exit?
    Another option could be screen variant, however, it would result in multiple t-codes e.g. zfb01 / zf-01 / zf-02 / zf-04
    I appreciate your help in this regard.
    Thanks and Best regards,
    SAP_ROI

    Hi,
    You need to write validation rule for to make Credit Control Area field  as  mandatory field for the Transaction codes FB01 / F-01 / F-02 / F-04 and please  use T. codes GGB0 & OB28 for the same.
    Regards,
    Shailesh Verma

  • In BD87  T /c  is it possible to control user based in Comp code...?

    In BD87  T /c  is it possible to control user based in Comp code...?
    Thanks
    Mahi

    BD87 is a transaction to work with IDOCs.
    one IDOC e.g. for vendor master can have several segments with different company codes.
    But you cannot post an IDOC only partially, that is technically not possible and does not make much sense.
    Further the IDOC segment in the table is just one huge field, It does not have single fields like company code.It is a generic field that can keep the segments of any IDOC.
    In my opinion there is no way to control it at company code level.
    In any case you posted it in the wrong forum. BD87 is not a MM transaction.
    Hence, moving it to the Abap Connectivity forum

  • PS creating Operative Network from standard and need to copy user fields

    Hello All,
    has anyone tried to create Opertive Network(cn21) with reference to a Standard network. what we need to do is from the first line line item copy 3 user defined fields from the User Fields tab on the Standard Network to the header of the Opertaive Network and then on the additional fields tab put those 3 values.
    I have look at the User Exits and i am now looking into the BOR.
    thanks scott

    Hi,
    In copy controll Sales order 2 Delivery T-code VTLA
    Select  COPY item number  then item numbers form SO as it is come in delivery.
    If you not selected this number then system renumber item in deliver
    Kapil

  • Control User Input  - xRPM Project ID

    Hi,
    What is the simplest way (that is to say if it can be done only by customizing it's fine !) to control user inputs ?
    Indeed, in xRPM, when creating a Proposal, it is possible to enter a project ID with the '-' caracter. This is causing quite a lot of problems with BW. Therefore, we would like to be able to restrict possible values.
    Are the following possible solutions :
    - implement a regular expression on the field
    - modify the BAPI used in xRPM Backend (BAPI_DXPROJECT_CREATE ?)
    Thanks in advance for your answers.
    Best regards

    hi,
    no, i don't want from anybody to do my homework.
    i've wanted only to get some help.
    bye, Tuci

  • Control the fields spl gl indicator wise

    Dear Gurus,
    Can any one tell me how to control the fields spl gl indicator wise?
    Regards,
    Venkat

    Hi,
    Always remeber fields control are as said below:
    1) Using the Field statsu group - for the line items field control with the link in GL - at Company Code level
    2) Using the Field status in Posting Key - for the line items field control along with the GL   - at Client level
    3) Using the Validation - for the header and also line item Company Code wise
    4) Using the User exit - for any transaction depends upon the requirement - at client level but can control even at company code.
    In your case, if you want to control the fields based on Spl. GL use the Validation (TCODE ; GGB0)
    VVR

  • Query help needed for Sales order panel user field query.

    I have a user defined form field on sales order row level called = U_DEPFEEAMT
    1, I would like this field to get the value from a field on this sales order row level multiplied by what is in point 2 below. The details of field in point 1 is :
    Form=139, item=38, pane=1, column=10002117, and row=1
    2. The contents in field 1 should be multiplied  by a value coming from another user field linked to OITM master item.
    The details of user field attached to OITM is :
    OITM.U_DepositFeeON
    Appreciate your help.
    Thank you.

    Try this one:
    SELECT T0.U_DepositFeeON*$[$38.10002117.number\]
    FROM dbo.OITM T0
    WHERE T0.ItemCode = $[$38.1.0\]
    Thanks,
    Gordon

  • Custom exit or badi for changing the user fields in operation of process order

    Hi all
        I want to find a exit or badi to set default value to the user fields in operation of process order when COR1.
        I have tried exit 'PPCO0001', but this exit is call after commit work, so I can not change any thing
        I also tried to use badi 'workorder_update', 'before_update', but all parameters in this BADI are importing, can't be changed, I've tried to change it and then program dump.
        Do you have any solution for this question?
    Thanks

    Do a Implicit Enhancement at the PBO of this subscreen.

  • How to get an user field in a sap form

    SBO2004
    I'm trying to get an user field in a sap form(651).
    My code is:
    Dim FrmT As SAPbouiCOM.Form
    Dim Itm As SAPbouiCOM.Item
    FrmT = GestorSAP.SBO_Application.Forms.GetForm("651", 1)
    If (Not FrmT Is Nothing) Then       
       Itm = FrmT.Items.Item("U_Project")
    End If
    Frmt is not nothing, but itm is ever nothing and gives me an exception(item not valid). If i go to sap and look at this form, with debugging info activated, i see:
    Form=651 Itm=U_Project Variable=1 OCLG,U_Project
    What am i ding wrong?

    Hi Miguel Angel.
    Try with form "-651".
    UDF form is the negative sap form.
    HTH
    Juli
    P.S:I'm not sure your code works, I never work with GetForm method, but yes with UDF form

  • Change not done in the user fields of operation for production order save

    Hi Experts
    I need to change the user fields of the operation like (SLWID and USR00 )for a production order at the time of save.
    So am using the exit PPCO0001 and using the OPERATION_TABLE internal table in the exit to chang the details.
    I have done coding in the exit to change SLWID and USR00 in OPERATION_TABLE internal table, but its not updated in the database and the screen also. I dont understand why.
    Please let me know, why the update are not happening.
    Thanks in advance.
    Regards
    Rajaram

    Why Update is not happening in PPCO0001.
    Please let me know your views.
    Thanks in advance.

  • Added user field to CJI3 - missing in column set until post

    Hello,
    We added a user field to the CJI3 report using these instructions:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/400fbf3d-4be0-2d10-2d85-bbaf27f72258?QuickLink=index&overridelayout=true&49563922669358
    We added a user defined field in our WBS structure, PRPS-USR001, to the CJI3 report.
    On page 8 it says that once the change is made, the column will become availble.  We haven't found that to be the case.  What I found was that the field does not show up until 1) there is a value in it for a project and 2) there has been a new posting to that particular WBS element.
    So it appears that after we update the master data for the particular WBS on each project, we will not be able to use the data in CJI3 until there is a posting to that WBS element for each relevant project.
    Is there any way to "activate" or "push" SAP such that once the master data is updated in the project it is available in CJI3?  Or do we have to wait until something has been posted to that WBS?  Historically there are postings to the WBS but it doesn't appear in CJI3 until there is a new posting since we updated the field.
    Thanks much,
    Andrea

    Hi Andrea
    cji3 is the actual cost/revenue line item report of ps. In order for the new column to appear you need to satisfy both pre-requisites:
    1.actual line item in your wbs
    2.the user field to have a value.
    If you satisfy just one of the pre-req's i am afraid you will not get it in your cji3 output.
    Hope it helps somehow
    Panagiotis

  • Control User Specific button in ALV report

    Hi,
    Can anybody please suggest me how to control "USER SPECIFIC" button in ALV report layout using authorization object. I mean if you can tell me which authorization object is responsible to control the "USER SPECIFIC" button.

    additional info to what Lakshmi already said:-
    normally the restrictions for saving layouts/display variants are done at 2 levels:
    1) The developer of an ALV list first predetermines the authorization in the 'i_save' parameter within the code.
    I_SAVE = ' '     -
    layouts cannot be saved
    I_SAVE = 'A'   -
    user-specific and cross-user layouts can be saved
    I_SAVE = 'X'   --- cross-user layouts can be saved
    I_SAVE = 'U'  ---  user-specific layouts can be saved
    2) The second level comes to us restriciting the S_ALV_LAYO which gives access to users to save global layouts if I_SAVE for that particular transaction is A or X.
    for example, a report has I_SAVE= 'A', which means
    it will allow to save  User-specific  layouts without any restrictions.
    and if user has S_ALV_LAYO then he can save both User-Specific and Global Layouts(variants).
    it would be better to keep this object separate.

  • How do I allow parental controlled users to access third party apps on the admin account?

    I just set my son up with a separate parental controlled user account and he can't seem to access some third party games that we installed for him under my admin account. He has saved progress on these games that we don't want to lose, so I don't want to reinstall them. I checked them off as allowed apps, but when he tries to play- the game icon shows up in the doc then changes to the updater icon and they won't run. I've searched for answers to this question, but can't seem to find any. Please help? My son and I would be very grateful!

    jeremiahfromva wrote:
    Mavericks (isn't that an old Ford model?
    Sure was! They used it on 4 different models. But that was Maverick, as in horse. This will be Mavericks as in ocean waves.

  • Activation of Bank Control Key field (P0009-BKONT) in IT 0009

    Hi,
    We got a requirement to activate Bank Control Key field (P0009-BKONT) in IT 0009 for the Countries Barbados, Dominican Republic and Trinidad & Tobago.
    For activating this field, we copied a new screen for each country for IT 0009 and made the field P0009-BKONT as Standard in T588M (Screen Modifications). Updated the feature P0009 also.
    When checked IT 0009, Bank Control Key is not found. Again, we have added the entries for these countries in table V_T521A (Bank details: Relevance of special fields) by selecting Control Key as Relevant.
    Still no luck. Bank Control Key is not seen in IT 0009.
    Can someone help me by providing solution how to activate field P0009-BKONT for the above countries. Thanks !!

    Hi Sai,
    You mean system uses this new screen but you don't see the field on it?
    If this is npt the case and system does not select the right screen check the feature P0009 in PE03.
    Regards,
    Omid

Maybe you are looking for