Authrization Object for 'contact' field in BP

Hello,
I want to make a condition to display/change BP due to certain value in the field 'contact'.
('STATUS' Tab in BP)
Is there any authorization object that deals with this field?
Thank you very much.
Ohad.

i found this thread regarding to the object....
Problem creating a new field
it is telling that field "identification type" in a view. This field is existing as a attribute of "BuilIdNumber" object. However, I cant find the BOL object as well...
Does it mean i need to do cuztomization on the object model for Business Partner??? Any guide on this, I have read thru.. but not sure where to start.. and if it is correct path..
Thanks for ur guide again.....
Any help??

Similar Messages

  • Matchcode Object for ORGEH field in Selection-Screen

    Hi,
       I need to create a Matchcode Object for ORGEH field in my Selection-Screen. But, I want to have the selection Criteria as the Tcode: Po10 does. Please guide me how to do it. Is there any Standard Matchcode Object provided by SAP for this kind of functionality?. Please provide some kind of solution. I am in urgent need of this.
    Thanks in advance,
    Exertive.

    Hi,
    You can try the following are the search helps (matchcode objects) available for ORGEH (Org Unit).
    HRBAS00OBJID
    RESP_ORG_UNIT
    H_T527X                          Help View for Organizational Units                         
    H_T527X_1                        Seach help for T527X                                       
    Regards,
    Suresh Datti

  • What name Properties in Bussiness Partner Object for add fields TypWTRepr

    What name Properties in Bussiness Partner Object for add fields OCRD.TypWTReprt

    DDE,
    I do not see that there is a property exposed by the SDK for this in Business One 2005A SP01.  Apologies ...
    Eddy

  • BOL object for a field

    I have a field in the UI needs to be mapped to a field of a particular table in the back-end. How can I determine which BOL object I should use. Also, what if the field is not standard.
    Thanks, Dave

    hi Dave,
    If you want to find the BOL object for a particular field, follow the steps below:-
    1 Press F2 on the field and note down Component / View / Context ndoe
    2 Open the Component / View in BSP_WD_CMPWB
    3 Goto the Context node class (...._CN01, _CN02, _CNXX)
    4 Goto the attributes tab and check the value of attribute - BASE_ENTITY_NAME
       This is the name of the BOL entity
    (In the above step, if you dont find the attribute, then navigate to its super class. You will find it there)
    If you want to find the structure for the BOL entity, then Open the same in  GENIL_MODEL_BROWSER.
    Thanks,
    Ashish

  • Authorization Objects for Multiple Fields on a Screen

    Hi,
    I have a requirement to create authorization object on a screen with 20 fields and there are 3 users, each user for eg: User-A has rights to Display and modify a few fields and User-B has rights to diplay and modify a few fields and same is the case for the 3rd user, and there are some fields which all can modify.
    what i can do is create 2 authorization objects for each user one with all fields that he can modify & Display and other with all fields which he can display only. In this way i will have to create 6 authorization objects for 3 users, is there a way to reduce to 3, one for each user or even bring it down to 1 for all.
    Thanks,
    Thirumal

    Hi again,
    1. Thanks for the transparent example.
    2. Taking the same,
        it would be like this, in the program.
    ( u must agree that
    if there are six different cases,
    then there will be six different IF ENDIF
    in your program, for edit/display combination of fields)
    (you may also use GROUP1, GROUP2..GROUP4
    concept along with authorisation concept
    to group related fields )
    2. suppose user2 or user 1 has logged in.
    3. in the program,
       before displaying the fields,
      a) use authority-check
       with 1, 2 and check sy-subrc to know
       which VALUE (1,2) is there for rights.
       b)then, logic would be like this
          (for display/edit of all fields)
        IF value =  1.
        field1-visible = true
        field1-editable = true
        field2-visible = true
        field2-editable = true
         field3-visible = true
        field3-editable = true
       endif.
       if value = 2.
        field1-visible = true
        field1-editable = <b>false</b>
        field2-visible = true
        field2-editable = <b>false</b>
       endif.
    regards,
    amit m.

  • Required object for my field

    hi
    i have this table and field
    INVFO-WMWST
    at rsosfieldmap i didnt find any suitable object ? please let em know if any standard info object is theer for  WMWST field
    my system is new, i am unable find table field relation

    Hi,
    Method of payment
    LFB1-ZWELS
    List of payment methods which may be used in automatic payment transactions with this customer/vendor if you do not specify a payment method in the item to be paid.
    If you do specify a particular payment method in the item to be paid, this specification has priority over the specifications in the master record. You may also specify payment methods in the item which are not listed in the master record.
    Payment method
    ZLSCH
    Payment method with which this item is to be paid
    If you enter a payment method, then only this payment method can be used in automatic payment transactions. If you do not enter a payment method, then one of the payment methods which was allowed in the master record is selected in the payment program according to specified rules.
    Thanks
    Reddy

  • Authorisation object for Supplier field in Shopping Cart

    Hi Team,
    In Shopping Cart Source of Supply tab field Supplier is not getting displayed as it in hidden for some users, sor those users an authorisation object has to be provided to display the Supplier field.
    Can you please Suggest me the authorisation object to be used to display Supplier field in Source of Supply tab of Shopping Cart.
    Thanks & Regards,
    Goutam Kolluru.

    Question is solved.
    Answer can be find in bellow link
    Field Supplier is not displaying in Shopping Cart with Std Roles SRM 7.0

  • Creating Lock object for a field in a sap table

    Hi ,
           I need to lock a field in sap table
    eg.  To lock a Standard price(stprs) field in Material Valuation (mbew) table.

    Try with the following Code :
    CALL FUNCTION 'ENQUEUE_EZMBEW'
    EXPORTING
       MODE_MBEW      = 'S'
       MANDT                = SY-MANDT
       MATNR                = '000000000000000043'
       BWKEY                =  '0001'
        STPRS                =  '20,00'
    EXCEPTIONS
      FOREIGN_LOCK         = 1
      SYSTEM_FAILURE       = 2
      OTHERS               = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thank you,
    Sekhar.

  • Find lock object for field

    Hi Friends,
    I have one qurey. I would like to know the lock object for field MATNR.
    Any suggestion how I can find it out the lock object for specific field.
    Regards,
    Poonam

    hi,
    GOTO se11.
    select Lock object Radio button.
    Press F4.
    A popup appears, in that popup, under Short Description, type
    *Material* and press enter. you will get a list of lock objects, select your required.
    Always give the first letter in CAPS. like *Material*.

  • Authorisation object for field level

    Hi all,
    In support desk ,Is there any authorisation object for controlling field level changes such as category or priority by message processors.
    Balamurugan

    Hi.
    Not that I know of. I was also looking for something like this and could not find anything.
    I think there is even no logging if someone makes any changes to those fields.

  • How can I disable the Reason for Rejection field in VA02 line items

    Hi,
      I dont want the users to be able to change the reason for rejection field in the sales order line items. Can someone please suggest a tried and tested way of doing this
    Thanks for reading.

    Set up an auth object for the field.  In userexit field modification check the auth object and set the field to be grayed out if they don't have authority.  Users can then not change the value of the field  Sample code
    IF screen-name = 'VBAP-ABGRU'.
           AUTHORITY-CHECK OBJECT 'Z_BLK_REAS'
                   ID 'ABGRU' DUMMY.
          IF sy-subrc EQ 0.
            screen-input = 1.
          ELSE.
            screen-input = 0.
          ENDIF.
      ENDIF.

  • Authorization object for delivery block

    Hi ,
    How do I check the authorization object for any field? I specifically need one for delivery block.
    Please help.
    Thanks,
    Shailaja

    Hi,
    If your looking to put a delivery level block or its removal then i guess you explore it through userexit mv45afzz
    Regards,
    Saurabh

  • Authorisation object for cost center

    Hi all,
         I need to know the authorisation object for the field COST CENTER in ME21N(creation of PO) screen. How to find it? Since I am creating roles for users with help of BASIS I need to know it. I need to restrict the values for the cost center field while creating the purchase order.
    Thanks in advance.
    Regards,
    Raj

    Hello,
    Master Data:
    CO: Cost center master      (K_CSKS)
    CO: Cost center groups      (K_CSKS_SET)
    CO: Cost element master      (K_CSKB)
    CO: Cost element groups      (K_CSKA_SET)
    CO: Activity type master      (K_CSLA)
    CO: Activity type groups      (K_CSLA_SET)
    CO: Statistical key figures      (K_KA03)
    CO: Stat. key figure groups      (K_KA03_SET)
    Planning:
    CO: Version      (K_KA09_KVS)
    CO: Planner profiles      (K_TKA50)
    CO: Cost center planning      (K_CSKS_PLA)
    CO: Cost element planning      (K_CSKB_PLA)
    CO: Budgeting      (K_CSKS_BUD)
    Regards
    Mahesh Naik

  • Matchcode Object for fiels STRAS in SANS1

    Hello All,
    The table SANS1 conatims the field STRAS for street for 35 charcaters
    and STRAS_MC as the matchcode object for this field which is of 16 characters in upper case.
    I want to create a search help. Its working fine with STRAS_MC but with only 16 chacters search
    and doesn't works with field STRAS. I found a note 547538 but that is for version 4.7.
    I want some solution for this in 5.0 server.
    Please give your inputs on this.
    Sumit.

    Hi,
    You can try the following are the search helps (matchcode objects) available for ORGEH (Org Unit).
    HRBAS00OBJID
    RESP_ORG_UNIT
    H_T527X                          Help View for Organizational Units                         
    H_T527X_1                        Seach help for T527X                                       
    Regards,
    Suresh Datti

  • How to find out Authorization Object for Plant

    Hi,
    I have to implement an Authorization check for Plant in My Report Program.
    Is there any transaction which can help me to find out Authorization Object for any field like Material and plant?
    Thanks,
    Mamta

    Using SU21 u can create Authorisation Object.
    The ABAP command AUTHORITY-CHECK is used for performing authorizaton checks in programs.
    check f1 help on AUTHORITY-CHECK for the syntax.
    check these links
    link:[http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c;jsessionid=(J2EE3417500)ID1605942050DB11298929682009193279End]

Maybe you are looking for

  • Rebate issue

    Hello, we are having an issue on the rebates. The rebate report is showing a difference between manual accrual and settlement amount: the last one is greater than the first one. (settlement amount > manual accrual) settlement amount - manual accrual

  • Dreamweaver site edit and upload not working

    I use dreamweaver to edit various websites on two different hosting sites. Since yesterday, I can't upload files to any of these websites. Dreamweaver is running normally when I edit pages in my local directories, but when I try to edit a site or upo

  • Replacement heatsink for CPU board for M5000

    I am looking for a replacement heatsink that goes on the cpu module for an M5000. I have had no luck online or calling support. Does anyone have the part # or know where to get them.

  • No 5.1 sound from my X-Fi Fatality in Vista

    hi everyone I`m a x-fi fatality user with Logitech Z-5400 and windows vista ultimate SP my problem is when i set up the sound from control panel to 5. I cant get sound from all my speaker just from the front LEFT-RIGHT speaker.Recently find out that

  • Spanning tree problem

    I have a CAT4006 with 2 layer-2 uplinks to 2 CAt3750 switches respectively CAT4006 as PLWARBITES008 connected to: Connection 1 ============ PLWARBITES008 (G1/1)connected to PLWARBITMP001 (G1/0/8) Note: Connection down Connection 2 ============ PLWARB