User Status (OK02) without business trans control - any negative impact?

Hi,
I would like to know if there will be any negative impact if I do not maintain any business transaction control for my user statuses (OK02 config).
Thanks!
Vivian

Hi Vivian,
As such there will be no negative impact in general but user statuses are required to control business transactions according to one's need . For example say there is a project created in CJ20N but management doesn't wants to release the project without budgeting. So this can be achieved by various user statuses.
Otherwise if you do not set the user status , it will not make any negative impact.
Thanks,
Dhruv Kumar Malhotra

Similar Messages

  • Function Module to change the user status of a business transaction

    Hi,
      I want to change the user status of a business transaction. Plz let me know if there is a function module to change the user status.I found some FMs.
    - CRM_STATUS_MAINTAIN_OW
    - BBP_PROCDOC_STATUS_CHANGE_DIRE
    - CRM_ORDER_CHANGE_STATUS
      But these FM says that it has to be used for changing system status.
    Thanx,
    Sivagami.R

    hi Siva,
    here is some sample code :
    data :
      ip_guid            type  crmt_object_guid,
      ls_status            type  crmt_status_com,
      lt_status            type  crmt_status_comt,
      ls_input_field       type  crmt_input_field,
      ls_input_field_names type  crmt_input_field_names,
      lt_input_fields      type  crmt_input_field_tab,
      lt_obj_guids         type  crmt_object_guid_tab,
    ip_guid = <your guid>.
    ls_status-ref_guid = IP_GUID.
    ls_status-ref_kind = 'A'.
    ls_status-status = lv_newstat.
    ls_status-user_stat_proc = 'ZCRMCOM1'.
    ls_status-activate   = 'X'.
    INSERT ls_status INTO TABLE  lt_status.
    ls_input_field-ref_guid = IP_GUID.
    ls_input_field-ref_kind = 'A'.
    ls_input_field-objectname = 'STATUS'.
    ls_input_field_names-fieldname = 'ACTIVATE'.
    INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
    INSERT ls_input_field INTO TABLE lt_input_fields.
    ls_input_field_names-fieldname = 'STATUS'.
    INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
    INSERT ls_input_field INTO TABLE lt_input_fields.
    insert IP_GUID into table lt_obj_guids.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
    EXPORTING
        it_status       = lt_status
    CHANGING
        ct_input_fields = lt_input_fields.
    CALL FUNCTION 'CRM_ORDER_SAVE'
    EXPORTING
        it_objects_to_save = lt_obj_guids
    EXCEPTIONS
        OTHERS              = 2.
    COMMIT WORK.
    please award points if helps
    cheers

  • CIF variants exist in system for last 4 years - Any negative impact ??

    Hi Experts,
    I observed that we have variants of CCR existing in the system for last 4 years!!! Will it make any negative impact on the system in terms of performance ?
    If yes then do you suggest to delete unnecessary Logs?
    Thanks.
    Regards,
    Chandan

    Hi,
    We have not observred measurement of  performance deterioration due to number of variants over a period.
    Variants are stored in VARID database table.
    Please check how many entries are there in this table for the CIF related programs.
    You may check with Basis team , if the table size is okay and also find out the rate of increase.
    This can be a good housekeeping activtiy to delete obsolete variants older than say a few years.
    Regards
    Datta

  • Any negative impact on Customer system after switching on Delta...

    Hi
    Could u pls let me know that:
    1) In general client switch on their Delta System for Data Extraction or not?
    2) If they switch on Delta, Is their any negative impact on customer system?
    Thanks...

    Hi Harpal,
    First of all if you switch on delta there is no negative impact. The only thing is you need to follow some precautions before you switch on delta.
    1) It is always a good idea to have DSO before you load data to cube in case of delta.
    2) When you are loading delta for first time you need to be careful with delta initialization. Because whatever initialization you do that will remain constant for your future delta.
    And the reason behind the delta mechanism is as your system becomes old then it becomes very difficult to extract Full or All data on daily basis. The extraction time will also increase and there are more chances of load failures.
    Regards,
    Durgesh.

  • Creating user status - OK02

    Please help me in creating user status and assigning it to  wbs element by using the transaction OK02.

    Enter OK02
    click on "Create" or "Copy"
    tick the "initial" status
    example
    St.No      Status       Shot text   low         high         
    10     NEW     New     10     50     1     1
    20     REL     Released     20     50     1     1
    30     COMP     Completed     20     50     1     1
    40     APPR     Approved     30     50     1     1
    50     BLCK     Blocked     20     50     1     1
    double click on the particular status and restrict the business transactions by clicking create button on the screen

  • User status in E-business suite shows external instead of active

    Hi,
    RHEL 4 64 bit, RDBMS:10.2.0.4, ERP:12.0.6
    we have this ERP database on RAC along with SSO on it .
    Now we are facing issue of user status in User Define status Shows external.
    What needs to be done so that all the user account shows status either active or inactive and then we can change the Password.
    Regards,
    Milan

    Now we are facing issue of user status in User Define status Shows external.Is the issue with all users or specific ones only?
    What needs to be done so that all the user account shows status either active or inactive and then we can change the Password.Have you reviewed these docs?
    SSO Login With OID AD External Authentication Fails Only For Specific Users [ID 421480.1]
    Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On [ID 376811.1]
    Thanks,
    Hussein

  • Is there any negative impact disabling view merging?

    Hi
    To fix an ORA error, it was suggested to set :
    simpleview_merging=FALSE
    complexview_merging=FALSE
    bug is still on Development and customer wants to know the impact,implications of
    disabling view merging and if there is any way to identify queries that currently does
    simple and/or complex view merging.
    For the second one, I guess the answer is no, I just want double check.
    Oracle version: 11.2.0.1
    Thanks,
    Deyanira

    Doing system-wide change is always a big challenge.
    Since you know what queries are affected by the bug, why don’t you set those parameters for those queries only.
    alter session set "_simple_view_merging"=FALSE ;
    Buggy query…
    alter session set "_simple_view_merging"=TRUE ;You can play with OPT_PARAM hint, but I do not think it is documented hint.
    Iordan Iotzov
    http://iiotzov.wordpress.com/
    Edited by: Iordan Iotzov on Dec 6, 2011 12:42 PM

  • Any negative impact to having DEBUG enabled by default in PRODUCTION

    Newbie to PL/SQL DEBUG, are there any downsides to having DEBUG enables by default for all packages in PRODUCTION?
    Performance? Security Risk? Stability?

    Usually you want debug on in an development environment and debug off in a production environment.
    Main reason certainly is performance. I'm not aware of any major security issues. Although simply that those debug messages might include data is a little security hole by itself. For example: Some projects require that neither admin nor developer have access to the "real" data. This could be circumvented with debug messages.
    You also might want to check out some white papers from http://www.oracle.com/technology/tech/pl_sql/index.html . Among others the [Conditional Compilation in Oracle Database 10g Release 2 (10.2) (PDF)|http://www.oracle.com/technology/tech/pl_sql/pdf/plsql_conditional_compilation.pdf] has some thoughts about the debug topic.
    Edited by: Sven W. on Aug 26, 2009 5:17 PM

  • Is there any negative impact if _newsort_enabled = FALSE?

    Hi,
    To fix an ORA-600 error, it was suggested to set newsortenabled = FALSE,
    bug is still on Development and customer wants to know the impact,implications
    of reverting to the old sorting algorithm from performance point of view.
    Oracle version: 11.1.0.7
    Thanks,
    Deyanira

    user704798 wrote:
    To fix an ORA-600 error, it was suggested to set newsortenabled = FALSE,
    bug is still on Development and customer wants to know the impact,implications
    of reverting to the old sorting algorithm from performance point of view.
    Oracle version: 11.1.0.7
    The version 1 sort will use more memory and more CPU to do an in-memory sort.
    It's hard to give much indication of the difference, but it will be related to the number of items sorted.
    Regards
    Jonathan Lewis

  • WBS User Status issue

    Hi All,
    I have configured WBS User status with one user status as LFI - Locked for Financial posting.
    For this user status following buiness transactions are forbiddesn:
    Create billing document --> Forbidden
    Create sales document --> Forbidden
    I have tested one scenario as :
    I have created one sales order on WBS Element not having LFI User status and then I have activated LFI user status for that WBS Element. Now when I try to create billing document for sales order created earlier -- whther system shoul allow me or not?
    - Swapnil Kharul

    LFI User status has following Business Transaction control as forbidden:
    Acct. assignment order/project
    Actual activity allocation
    Assignment order/WBS
    Create billing document
    Create sales document
    FI: Postings
    Funds commitment
    Goods Movement
    Goods issue delivery
    Goods receipt for purch. order
    Incoming invoice
    Manual cost allocation
    Material purchase order
    Material purchase requisition
    Post goods issue
    Schedule order
    Hi Srini,
    Thanks a lot for your help in this matter.
    My test results are - system is allowing to create billing document but FI document not got posted.
    Also in my sales order used WBS Element is billing element. I know about substitution rule for determination of higer level billing element.
    Please suggest.

  • Use of user status and business actions

    Hi all,
    I'm new at status profiles, user status and business actions.
    Currently we are using status profiles and user status for orders - but business actions aren't assigned to the user status. In a project I should evaluate whether we can use those business actions.
    After reading a lot of documentations there is still one question left. What are the business-actions for and how can I use them?
    Let's say I've a status profile with following user status with according business actions:
    - status: new;   business action: to progress
    - status: in progress;   business action: to confirm
    - status: confirmed;   business action: decline or close
    - status: closed;   business action: close
    What happens when a user sets the status of an order to "confirmed"? Will be done additional checks for my order? - If yes: Wich checks will be done and exists there an API to effect these checks or to implement additional checks?
    Regards,
    Christian

    Christian;
    If you´re wanting to speak about Status Profile in OP. You can execute whole theses steps in T-code BS02, when in this IMG:
    1. Enter a Status Profile.
    2. Assign the status profile to an Object Type.
    3. Define the User Status.
    4. Assign Business Transactions to user statuses.
    5. Translate the status profile and user statuses.
    You can also to use this function to simulate the status development for a particular object.
    To do this, select a status profile and branch to the screen "Allowed Object Types". Then place the cursor on one of the object types.
    Using the function Extras -> Status simulation, you can simulate the status changes that could be caused by performing various business transactions, or by changing the staus manually, during the lifetime of the object concerned.
    You can also branch directly from simulation to status maintenance for the object concerned, to display information on which transactions are allowed or disallowed in the current situation.
    The log function records all the changes you simulate and allows you to navigate freely to see what effects these are having.
    Status profile info
    Using the function Extras -> Status profile info, you can display a list of all the entries you have made for a particular status profile. The list is structured as follows:
    The first block contains the permitted object types.
    The second block contains the user statuses.
    The third block contains the following information for each user status:
    which transactions it allows
    which transactions it allows with a warning
    which transactions it disallows.
    I hope help to you
    Regards
    Luciano Nobrega

  • How to restrict manual setting of User Status?

    Hi,
    I have created an User Profile where a particular User Status is "set" based on the Business Transaction "Release".
    However, we are also allowed to set this User Status manually without carrying out the Business Transaction "Release".
    How do I restrict manual setting of those User Statuses that are "set" based on a Business Transaction?
    Raj

    Pete,
    I did read that post. But it is about providing authorisation to set a Status for an User.
    The case I am referring is, an User Status is auto set by a Bus. Trans Release. But I am also permitted to set the status transition manually. This way, Users tend to skip Releasing the Service Order. This is affecting upstream processes.
    Is there a way where we can restrict manual setting of User Statuses that have to be normally auto set by Bus. Transactions?
    Raj

  • How to define user status that forbids editing the document

    Hi All,
    Im working on CRM 7.0
    I need to define a user status say " ON HOLD" . when this user status is set the document should not be edited or changed by anyone.  However as soon as we move to next status document should be editable.
    I configured a user status and in the TRANS column
    selected CLks .
    in the transaction control i have change document set to forbidden.
    The problem is when i set this status on the document , the document is locked as desired and i am not allowed to change the status itself (not desired) .
    How do i configure the status so that i can also switch between on hold  and other user statuses  or  how can i release the On Hold status?
    How do you set the Delete  option in transaction control for any allowed transaction for a user status.
    Thanks In advance!
    Survee

    Robert,
    Thank you for your input.
    We have defined a simple status  where in editing is  not alllowed by validation during save.
    We are controlling the status change from "On hold" to next status  by authorization group.
    Basically if the user has access to the auth group he can change the status to next status.
    Cheers
    Survee

  • System status and user status Priority

    Hi All,
    We have system status and user status for the production order, I would like to know which has higher priority.
    E.g In system status some business activity are not allowed but at the same time for user status those activites are active, then which status has high priority.
    Regards,
    Ranjan

    Hi,
    As per my understanding both the status work together. If User status forbids a business transaction and system status allows it, then also the business transaction cannot be carried out.
    Also if system status forbids a business txn and user status allows that, then also you wont be able to carry out the txn.
    Both work with "AND" condition.
    Regards,
    Rohit.
    Added: you can try it by creating a User status profile. Allow Goods Movement to CRTD status. Now dont release the production order, only save it. Then try issuing goods (261), the system will block you.
    Now, other way round, forbid GR without confirmation. Though System Status allows GR without CNF or PCNF status, but the user status will forbid the transaction.
    Hope the example helps.
    Regards,
    Edited by: Rohit Chauhan on Jun 5, 2009 9:09 AM

  • IO system status and user status

    Hi all,
    Could you please tell me where the link between IO sys and user status.
    Thank you.

    Hi
    System status and User status:
    System Status
    o        The system sets a system status informing the user that the system has executed a certain business transaction for an object.
    o        You can only influence this status by executing a business transaction that changes the system status.
    o        If you release an internal order, the system automatically sets the Released system status.
    User Status
    o        You can set a user status in addition to the existing system status.
    o        You specify the user status in a status profile, which you create for each order type in Customizing.
    o        You can specify and activate any number of user statuses.
    o        In a production order you can simultaneously
    The system status and the user status influence the business transactions in the same way.
    The status profile allows you to:
    o        Define the user status and document its functions with a corresponding long text.
    o        Assign a status number that specifies the order in which the system reaches the user statuses.
    o        Define an initial status, which is then automatically set when an object is created.
    o        Determine that a user status is automatically set when you execute a business transaction.
    o        Permit or forbid specified transactions, if a status is active.
    VVR

Maybe you are looking for