How to give authorization for create and change particular Condition Type

Hi...
   In my requirement is , Only one user can be authorized to create and change a particular condition type 'ZABC' in vk11 and vk12 .
For remaining condition type can be used as in normal .
How to do this ? How to give authorization for a particular user for particular condition type ?
Plz guide me ..
Thanks in advance .
Deepa .

Hi Deepa ,
u can check A.Object V_KOND_VEA, in user profile u can assign condition type or tables.
have a word with ur basis guy , so he can help u in better way.
aand also ref FM SD_COND_AUTH_CHECK
Regards
Prabhu

Similar Messages

  • How to give authorisation to create and change request?

    How to give authorisation to create and change request? Which T Code is needed to create request and change request?
    Rajkumar.

    Hi,
    For creating/changing/displaying change requests, you need to give access for SE01, SE09/SE10.
    You needn't give access to transaction SE03 to all users, only super users should have that access from security point of view.
    Regards,
    Sarita

  • Table for Created and Changed Requests...

    Dear all,
    I need a program to fetch the created date and changed date for given
    1. Tcodes
    2. tables
    3. structures
    4. domains
    5. bapi
    6. badi
    7. smartforms
    8. scripts
    etc.
    Can you plz suggest me from which table i could get all these details.
    I tried TRDIR and i have got the dates for reports.
    Regards
    Sivaprasad...
    best suggestions will be rewarded with points.
    Edited by: Sivaprasad ML on Aug 4, 2008 2:20 PM

    Hi,
    Check this out
    RSRREPDIR                Directory of all reports
    TADIR                          Directory of Repository Objects
    TCDIR                          Control Directory
    TDDIR                          Active field exits for data elements
    TFDIR                          Function Module
    Thanks,
    Muthu

  • Can we use IDOC_INPUT_ Message type for creating and changing the document

    Hi,
    I have a requirement to create or change the requisition data.
    Can I use IDOC_INPUT_PREQCR01 function module for both the purpose.
    OR shall I go for custom function module by using BAPI function modules to create or change the data.
    Please help me in this regarding.
    Answers will be rewarded.
    Thank you.
    Eswar

    Hello Eswar
    You could use the IDoc processing function module if you had the data already available in the IDoc specific format (which is unlikely). This would mean you are receiving the IDoc data from another SAP system.
    Instead, check the BAPI explorer (transaction BAPI) if you can find an appropriate BAPI.
    Regards,
      Uwe

  • Create and change BP of type Person but only display BP of type Orgnization

    Hi,
        I would like to build a role which enables creation of BP of type person but only dispaly Bp's of type org unit. using B_BUPA_RLT auth obj we can only control whether we can dispaly or maintain BP's but we cannot control what kind of  BP can be created and what can be displayed.
    Is there any way to achieve this.
    Thanks.

    Hi Neha,
    To be able to restrict acces by business partner type the process needs to be defined in customizing. after the following authorization objects should be maintained:
    B_BUPA_FDG Business Partner Relationships: Field Groups
    B_BUPR_BZT Business Partner Relationships: Relationship Categories
    B_BUPA_GRP Business Partner: Authorization Groups
    <b>B_BUPA_ATT Business Partner: Authorization Types</b>
    B_BUPA_RLT Business Partner: BP Roles
    B_BUPA_FDG Business Partner: Field Groups
    Hope this helps.
    Cheers,
    Damien

  • JDBC to iDOC (DEBMAS) for create and change.

    Hi all,
    I have this problem...
    my Scenario: JDBC(MultiBase) -> iDoc (Debmas06).
    with iDoc DEBMAS06, i'm creating customers...
    but the POS can send the same customer again...
    XI process it but... show an error... because, the STCD1 is already created...
    so i'm thinking use one interface with the iDoc and a BAPI(BAPI_CUSTOMER_CHANGEFROMDATA1) for this purpose...
    but somebody told me (in SDN) than with debmas I can change a customer... but I can't find information about how to do it... everybody talk about.. the change in SAP and then send it to POS... but... in the other way????
    any help, any info??
    thanks a lot.
    Regards

    > if you change customer with IDOC do you use the same sales tax as
    > the customer already has? and then you have this error ?
    yes, I'm using the same Sales Tax... and when see in trx WE02 the iDoc, it say's: "
    No batch input data for screen SAPLID_TAXNUM 1000"
    SAP give this error only when I use two times the same STCD1.
    so i assume, than can't use the iDoc for change an unique customer...
    but may be I'm wrong and this error, tell me another thing.. i don't know.
    > if not did you try leaving this field empty? as BAPI cannot change it anyway...
    but thinking logically how the iDoc will find the customer than I want to change??????
    may be I have to use my look up.. ask if  the customer "XXXX" exists, and if it is true, don't use the STCD1 and use the KUNNR ?????????
    Thanks

  • BAPIs for Create and Change Classes

    Hi experts,
    Is there any BAPI to Create or to Change the classes.
    Thanks,
    kruthik.

    Hi
    Class Creation first u need to check whether the class is alreay created or nor for that use the below BAPI
    CALL FUNCTION 'BAPI_CLASS_EXISTENCECHECK'
          EXPORTING
            CLASSTYPE = CLASSTYPENEW
            CLASSNUM  = CLASSNUMNEW
          TABLES
            RETURN    = RETURN.
        CLEAR RETURN.
        READ TABLE RETURN WITH KEY TYPE = 'S'.
        IF SY-SUBRC = 0.
          MESSAGE RETURN-MESSAGE TYPE 'I'.
        ELSE.
    CALL FUNCTION 'BAPI_CLASS_CREATE'
            EXPORTING
              CLASSNUMNEW          = CLASSNUMNEW
              CLASSTYPENEW         = CLASSTYPENEW
              CLASSBASICDATA       = CLASSBASICDATA
            TABLES
              RETURN               = RETURN
              CLASSDESCRIPTIONS    = CLASSDESCRIPTIONS1
              CLASSCHARACTERISTICS = CLASSCHARACTERISTICS.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
            EXPORTING
              WAIT = 'X'.
    for Changing the class
    CALL FUNCTION 'BAPI_CLASS_CHANGE'
        EXPORTING
          CLASSNUM                = CLASSNUM
          CLASSTYPE               = CLASSTYPE
          KEYDATE                 = SY-DATUM
          CLASSBASICDATA          = CLASSBASICDATA
          CLASSBASICDATANEW       = CLASSBASICDATANEW
        TABLES
          RETURN                  = RETURN
          CLASSDESCRIPTIONS       = CLASSDESCRIPTIONS1
          CLASSDESCRIPTIONSNEW    = CLASSDESCRIPTIONSNEW
          CLASSCHARACTERISTICSNEW = CLASSCHARACTERISTICSNEW.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .

  • Authorization for Infotypes and Actions

    Hi Experts,
    In my project i have a requirement to give authorization to individual infotype level and also give authorization for each and every PA40 actions .
    Please give me a solution if any.
    thanks..
    Avik

    Hello:
    For authorization to individual infotype, use object P_ORGIN, authorization field INFTY. In here you can specify individual infotypes, and also authorization level on field AUTHC:
    R - Read access
    W - Write access
    M - Matchcode access
    E, D - Enqueue, dequeue access (Asymmetrical double verification principle)
    S - Symmetrical (Symm. double verification principle)
    For authorization for each and every action, use:
    INFTY: 0000 (Actions infotype)
    SUBTY: ## (Specific actions)
    This is done with basis team cooperation in transaction PFCG.
    Hope this helps
    Regards.

  • How can create and change PCA line items.

    How can create and change PCA line items.
    Please tell me the process and t.codes.

    If you are in version < 4.7 ee then use 9KE0 tcode for passing profict center entries or trasnafer of balances from one profit center to another.
    If you are in new GL regular FI entry like FB50 will hold good for account types "S"

  • I have bought an used Iphone 5. I dont have the password for the existing login id of the old owner. How do i use the phone and change the log in id?

    I have bought an used Iphone 5. I dont have the password for the existing login id of the old owner. How do i use the phone and change the log in id?

    Unfortunatly the only way that you can get it off is to get the old user to input the password.  You may need to contact that old user and see if he can put the old password in.  hope this helps.

  • User Exit For PR Create and Change

    Hi,
       Please help me for finding User Exit while creating Purchase Requisiton(Me51/Me51n)  and aslo changing Purchase Requisiton(Me52/Me52n).
    Mainly i want to exit for validating Plant and material code while creating and changing PR.
    Thanks,
    Sunil sahoo

    Hi,
    Use the exists
    M06B0001  Role determination for purchase requisition release
    M06B0002  Changes to comm. structure for purchase requisition release
    Regards,
    Nandha

  • Is there a Business Object for Sales Order Create and Change VA01 and VA02

    Hi experts -
    I am looking for a business object for Sales order create and change VA01 and VA02 respectively?
    Thanks,
    Mark

    Hi Mark,
    I think this question is best answered in [SAP Solutions|/community [original link is broken]; Forums.
    - Subhodeep
    Edited by: Subhodeep on Aug 29, 2009 11:14 AM

  • Function module which uses both BAPI's for sales order create and change

    Please name the function module which uses both BAPI's for sales order create and change.
    BAPI_SALESORDER_CREATEFORMDAT2
    BAPI_SALESORDERCHANGE

    Yup.
    you must write a piece of code for this.
    with if else condition.first check if SO is exsist than use second FM to change it else create new SO from first FM.
    logic somethig like this.
    Amit.

  • Hi. I tried switching my Apple ID email address to my new email address and I don't know how to switch it for iCloud and iTunes. Please help!! It seems like Apple thinks I have two separate accounts, when I just tried to simply change it!

    Hi. I tried switching my Apple ID email address to my new email address and I don't know how to switch it for iCloud and iTunes. Please help!! It seems like Apple thinks I have two separate accounts, when I just tried to simply change it!

    Settings > Store > Sign Out.
    Sign in with the correct ID.

  • How to give Authorization?

    I have created a 'Z' application which consists of create, change and display User interface.Whenever the user selects craete all fields go editable, change will have some fields editable and display all uneditable.I used only one view and i handled all three modes using invisible and enable property.
    Now i want to allow only certain users to access create and change but display for all users.How to give this kind of autorization in webdynpro????
    Please explain me about authorization in webdynpro taking my scenario?

    Hello,
    I hope you are aware of authority checks in ABAP in general. In your scenario, what you can do is: create one context attribute IS_AUTHORIZED of type WDY_BOOLEAN.
    And in WDDOINIT of the component controller or view controller,
    do the authorization check using AUTHORITY-CHECK stmt and if the check fails i.e. sy-subrc is not equals to 0, then
    set the attribute  IS_AUTHORIZED to false. Otherwise set it to true.
    And you have to bind the enabled property of the buttons to this context attribute IS_AUTHORIZED.
    Please refer to the following code sample:
        DATA lo_nd_selection_type TYPE REF TO if_wd_context_node.
        DATA lo_el_selection_type TYPE REF TO if_wd_context_element.
        lo_nd_selection_type = wd_context->get_child_node( name = wd_this->wdctx_flex_config ).
        lo_el_selection_type = lo_nd_selection_type->get_element( ).
      AUTHORITY-CHECK OBJECT <objectName>
      ID <name1> FIELD <f1>
      ID <name2> FIELD <f2>.
      IF sy-subrc <> 0.
    * Prohibhit the user from modifying config
        lo_el_selection_type->set_attribute(
          name =  `IS_AUTHORIZED`
          value = abap_false ).
      ELSE.
        lo_el_selection_type->set_attribute(
          name =  `IS_AUTHORIZED`
          value = abap_true ).
      ENDIF.
    Hope this helps!
    Regards,
    Srilatha

Maybe you are looking for

  • Report is not getting displayed in Web

    Hi All, I have got two big reports whic have goot lots of data. The report is generated in PDF format, but when it is trying to display, it gives message 'Page cannot be displayed' & the report is lost. Please advise. Thanks Awadh

  • How can I have one calendar on one machine with 2 users

    I just replaced my macbook with a mac mini.  I created a second account, for my wife, on the machine.  Being 2 retired people, we don't need separate calenders. In fact, we often need to see what the other is doing.  So, what i'd like to do is have o

  • How to move Time Machine backup

    Up until recently, I have been using an external hard drive connected directly to my computer as a Time Machine drive. When I bought the drive, I was the only person using a Mac in my house, but as time went by, and technology failed, other members o

  • WBS wise Line Items in PO output

    Hi, In a PO there are several line items and some have different account assignment for different WBS elements.The requirement is that the printout of the PO given to the vendor should have the sub-total for each WBS element and at the end the Total

  • Statistics Collection to a Table

    Hello, i need to gather statistics for few tables from a schema, to a separate table. Basically i have gather the stats into newly created table. my question is how can i do this? i know how to generate statistics using the dbms statspack, but do not