Relation between user status & system status in maintenance notification

Hi experts,
I have maintained some user status in notification.My requirement is to block NOCO for notification until & unless user status "accepted by production" is set ,I have tried by putting "complete notification" as forbidden against the same user status"accepted by production" & check "set" button. Still system is allowing me to set "NOCO" even though I have not set user status as accepted by production, but after NOCO , user status is coming as accepted by production.
How can I block to do NOCO if user status is not set as "accepted by production"?
thanks in advance.
rgds
rajib

Hi
I have 4 user status prior to this user status "accepted by production"& in all these 4 user status I have put "forbidden", "set" & in "accepted by production" user status I have put "allowed" for "complete notification" business functionality .System is not allowing me to do NOCO for the 4 user status, but when I am manually keeping the user status "accepted by production", system should allow me to do NOCO which is not happening.It is throughing error message no-IM259,as mentioned below-
Diagnosis
This refers to an error in central status management.
Procedure
Please refer to your system administrator
Pl suggest how to resolve this issue
rgds
rajib

Similar Messages

  • Posibilities of user and system status?

    Hi CRM experts,
    I've some doubts respect the user and system status configuration.
    My client wants to stop the upload process (to R3 site) of a Sales Order document, regarding a specific user status. Then, they want to restore the uploading process regarding into a specific user status different from the firts one.
    User Status -             System Status
    Status 1 -                Stop uploading process
    Status 2 -                Restore the uploading process
    I made the following customizing in my status profile (assigned to my Sales Order transaction)
    User Status -  Transaction Control -  Forbidden -  Set
    Status 1 -     To be distributed -    X -           X
    Status 2 -     empty -           empty -           empty
    When I save a Sales Order in Status 1, the BDOC is correctly generated and the document is not present in R3 environment. The problem occurs when I modify the Status, from Status 1 to Status 2. The document is in R3 environment (???) but the generated BDOC remains in Yellow light.
    Is correct to implement this uploading behaviour regarding a user status like my configuration? May I implement some checks on the upload BADI better?
    I need some help in these questions please.
    Thanks in advance

    Hi,
    It might be easier if you could come to a scenario were one specific user status should trigger the distribution. Then you have a direct link between a user status & a system status, meaning that there is no need for additional coding.
    If the bdoc remains in intermediate state, then that means there's an error in the queues or a short dump. check transactions smq1 & smq2 and ST22 in both systems.
    Michael.

  • How to get user and system status for a trade promotion

    Hi,
    I have to develop a batch program to change user status and system status of all trade promotions which satisfy some criteria. This criteria checks some dates related to trade promotion(like Changed on,Pallett buying, buying horizon dates) also.
    I thought of first extracting all external ids from CGPL_PROJECTS table and then run trade promotion query. But how can I get current user & system status and all dates as these can be taken from relations "TPMStatusActiveRel" and "TPMDateRel". I don't know to take data from relations. Please help me with a piece of code.
    Thanks.

    Hello Shikha,
    You can use these relations here, as you are not in the Business Object layer anymore. As far as my understanding is, all the batch programs or reports should be done at the API layer. Try this code, to read the status of the Trade Promotion object.
    data: lr_appl_base type ref to CL_CRM_MKTPL_APPL_BASE,
            lt_sys_status type CGPL_ISTATUS_TEXT_T.
    lr_appl_base ?= CL_CRM_MKTPL_APPL_BASE=>GET_INSTANCE().
    " To read system status
    call method lr_appl_base->STATUS_READ
    exporting
    IM_MKTELEMENT_GUID = "your Trade promotion guid
    ET_TJ02T  = lt_sys_status.
    " To read user status
    call method lr_appl_base->STATUS_READ_EXTERN
    exporting
    IM_MKTELEMENT_GUID = "your Trade promotion guid
    ET_TJ02T  = lt_sys_status1.
    To change the user status, use the method STATUS_CHANGE_EXTERN of the same class
    To set the system status, use the method STATUS_SET of the same class.
    Hope this helps.
    Regards,
    Vinay

  • Validate the user and system status

    hi sap,
    i have a requirment where i need to validate
    if system status = ( ISTAT = 'I0002' AND " released
    ISTAT = 'I0098' AND " create
    ISTAT = 'I0119' ). " active
    if the system status ( ISTAT = I0119 Which is ACTIVE then
    it should CHANGE the user status.
    if the system status ( ISTAT = I0002 Which is RELEASED then
    It should NOT CHANGE the user status.
    if the system status ( ISTAT = I0098 Which is CREATE then
    It should NOT CHANGE the user status.
    I have and internal table like this but i dont get the data what is the worng can you pls tel me where i went wrong
    how do i validate the above formula?
    data:begin of wa_itab,
    spras TYPE tj02t-spras,
    istat TYPE tj02t-istat,
    end of wa_itab.
    data: sys_itab like standard table of wa_itab.
    SELECT spras
    istat FROM tj02t
    INTO TABLE sys_itab
    WHERE spras = 'E'
    AND ( istat = 'I0002' AND
    ISTAT = 'I0098' AND
    ISTAT = 'I0119' ).

    Hi ,
    Use this.
    DATA:BEGIN OF wa_itab,
       spras TYPE tj02t-spras,
       istat TYPE tj02t-istat,
      END OF wa_itab.
      DATA: sys_itab LIKE STANDARD TABLE OF wa_itab.
      SELECT spras
      istat FROM tj02t
      INTO TABLE sys_itab
      WHERE spras = 'EN'
      AND istat in ('I0002','I0098','I0119').
    Regards,
    Vijay

  • User specific System Status

    Dear All,
                   I want to make System Status i.e. Rel, Teco, Clsd User Specific. Means, a perticular user are only authorised to do it. I know we can do it by controlling the object. Let me know what is the object for system status??
    or
    We can controlled it thorught any other way??
    Thanks and Regards,
    Atul R. Rajmane

    Hi,
    Create Authourization Key BS52 say ZREL
    Create User status NREL - WBS Not released in OK02 assigne the authourization key.
    During authorization the the authorization object B_USERSTAT make corresponding allowance for user.
    in PFCG.
    Smilarly do for TECO.
    User status authourization key is helpful for ur purpose.
    Rgds

  • Service tickets - User and system status

    Hi guys
    This is the scenario, there was a complaint raised by our resolver groups saying that they were unable to open any service tickets logged through to them from our Contact Centre Agents. All this happened in a space of 5 hours only
    Under the Header Overview of these service tickets, when I view the changes to this document, i saw that every service ticket that was logged user status shows CLOSED and system status shows COMPLETED
    Please advise what could have caused this?
    Ravi

    Hi Arden
    Went through a few of those cases and picked up this
    The last system status entered shows TO BE DISTRIBUTED - by the Interaction Agent user
    Responsible Group deleted - and new value shows the new responsible group
    But the time frame bewteen the old value and new value is what concerns me. Theres a gap of about 45 minutes on average from the time the case is logged "open" till the time the case is "in process" by the resolver
    But as per the resolver groups, they could not access these cases once they were logged. So it seems these cases were all "locked" basically and could only be access minutes later
    Ravi

  • SAP Kernel release - Difference between SM51 and System- Status ?

    Dear SDN colleagues,
    I am a ABAP developer, and have been told by our Basis department that our SAP Kernel is 640.
    When I check the following, I get different values:
    1) System -> Status : SAP_BASIS is 620
    2) Transaction SM51 -> Release Notes: I see SAP R/3 Kernel              640_REL
    Can anyone explain why there is a difference in these informations? (and which is the correct one !)
    Thanks in advance.
    Best regards,
    Jodie

    Hello Jodie,
    First of all there is nothing to be "implemented" as per the note.
    Additionally the poor basis guy is saying the correct thing. Check this part:
    Solution
    The changes are activated with the following patch levels:
    4.6D : 1495
    6.20 : 764
    The paging administration was enhanced.
    The error is no longer passed on to other sessions and the trace outputs to determine the error cause have been improved.
    The patch levels mentioned are kernel patch levels and have nothing to do with your SAP_BASIS release.Since your kernel is 640 this note is no longer applicable.  In my opinion you need to dig for some other note.
    Regards.
    Ruchit.

  • Notification Status - System Status Object1- Message - 0STATUSNTF1_TEXT

    Hello dear Experts,
    I'm trying to figure out what status texts do the extractors 0STATUSNTF1_TEXT, 0STATUSNTF2_TEXT and 0STATUSNTF3_TEXT (System Status Object1- Message, System Status Object2- Message and System Status Object3- Message) bring to BW. I suppose they are related to the notifications, because these datasources are under QM-IO Quality Management Master Data. When I try to use transaction RSA3 they extract nothing.
    I tried searching the internet, help.sap and SDN with no results. Does anybody know anything of these datasources?
    Thank you very much,
    Isabela.

    Note 300300 - PSBW: Application of the status concept

  • Relation between users with messages

    Hello,
    I have a table of Users:
    create table dbo.User
    Id int identity not null,
    Name nvarchar (400) null,
    // Other coluns as Login, Password, etc.
    create table dbo.Role
    Id int identity not null,
    Name nvarchar (20) null
    create table dbo.UserRole
    UserId int not null,
    RoleId int not null
    Each user has one or more roles.
    I need to relate users one to each other in periods of type.
    For example, one professor to its students during 4 months in 2015.
    And I also need to track messages between users.
    One of my ideas would be the following:
    create table dbo.UserToUser
    FirstUserId int not null,
    SecondUserId int not null,
    StartDate datetime not null,
    EndDate datetime not null
    Being both ProfessorId and StudentId FK's of Users table.
    create table dbo.Message
    ToId int not null,
    FromId int not null,
    Text nvarchar(max) not null,
    Created datetime not null
    Being both ToId and FromId FK's of Users table.
    Should this be done in another way?
    Thank You,

    Review the following design:
    create table dbo.Users
    Id int identity PRIMARY KEY,
    Name nvarchar (400)not null UNIQUE,
    -- // Other coluns as Login, Password, etc.
    create table dbo.Role
    Id int identity PRIMARY KEY,
    Name nvarchar (20) not null UNIQUE
    create table dbo.UserRole
    UserId int not null REFERENCES Users,
    RoleId int not null REFERENCES Role,
    PRIMARY KEY (UserId, RoleID)
    create table dbo.UserToUser
    FirstUserId int not null REFERENCES Users,
    SecondUserId int not null REFERENCES Users,
    StartDate datetime not null,
    EndDate datetime not null,
    PRIMARY KEY (StartDate, FirstUserID, SecondUserID)
    create table dbo.Message
    ToId int not null REFERENCES Users,
    FromId int not null REFERENCES Users,
    Text nvarchar(max) not null,
    Created datetime not null,
    PRIMARY KEY(ToId, FromId, Created)
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • User and system status

    Hello,
    I've used before a function module which returns the status of a maintainance notification. unfortunately I cannot recall the name of the function.
    Does anyone have a clue?
    Tomer.

    Hi,
    Thanks for the reply...
    I can get the logic from there. Anyhow, Do we have a function for getting the user status of a notification?
    Tomer.

  • Relation between CRM Order, Order Status by partner

    Hi,
    Can any one give me an idea to get Order, Order Status based on Partner in CRM.?
    Are there database tables or fm for that.? i can easily get them in R/3 but not in CRM.
    thanks,
    Macs.

    Pls let me close this.

  • Maintain the link between user status and system status

    Hi friends,
    my requirement is In crm transactions when we change the system status(inprocess) then the relevant user status            (inprocess) is also to be changed automatically. how can we do this? wt r the customisations we can do for this?
    pls suggest me? thanks in advance.

    Hi Madhu Sudan,
    When you create User Status in Status Managment...
    Eg: Inprocess
    You assign User Status Triggers Business Transaction.
    So, This maintain the link between the User and System statuses.
    Reward Points if helpful.
    Srini.

  • 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

  • System Status and User Status

    HI Team,
    Is there any way by which i can hide or make in display mode my user and system status icon in PM order, which i can do in notification.
    Thanx in advance

    To the best of my knowledge, you can not hide the Icon. But you can restrict the user not to change the status by Authorization key.
    For User status:-
    Create keys by
    SPRO setting
    Plant Maintenance and Customer Service >Master Data in Plant Maintenance and Customer Service>Basic Settings-->Create Authorization Keys for User Status Authorizations
    Assign this keys to your user statuses. Basis will use it for user roles.
    As the System statuses changed by the business transactions, need to find the authorization object (BASIS) and restrict the user.
    [Useful Info|http://www.sapfans.com/forums/viewtopic.php?p=823900].
    Babu

  • How to get system status and user status ?

    how to get system status and user status for the given production order?
    In which PP table we can
    find these?
    Thanks&Regards
    Satish

    Hi Ram,
    Use the FM "STATUS_READ" to read both the system and user statuses for an Order.
    Alternatively, the following tables store the user and system status info:
    JSTO- Status object information
    JEST- Individual Object Status
    Hope this helps.
    Let me know if u need further information.
    Regards,
    Sonal

Maybe you are looking for

  • Getting the following error when creating a table in the webdynpro project

    hello colleagues, I am able to navigate to a view from the initial view because in the second view I am having a table. It throws the following error while navigating 500 Internal Server Error The initial exception that caused the request to fail, wa

  • Printer help please

    Hi all I have two macs on a airport network and a printer connected to an Airport Express base station. Both macs can see the printer but the older iMac won't print to it. It says it has, but nothing comes out of the printer! Any ideas. Sorry if this

  • Macbook Pro fan not working!!!

    Macbook Pro Late 2011 13' 10.7.5 2.8 GHz Intel Core i7 I was walking around with my macbook and suddenly I hear a screaching sound. Please note that I was not moving my computer violently or anything, and I did not throw it. I did not know what it wa

  • Duplicate contact groups

    I have duplicate contact groups in itunes for windows. These duplicates do not exist in outlook. When syncing these duplicate groups our put on my iphone.

  • TS2446 When i go to buy an app i get a verification is required????

    When i go to buy an app i get a verification is required