Multiple Status Restrictions in BSVW

Hi Experts,
   I want to trigger a workflow whenever a Maintenance order user status has been changed to some other staus.
For this I have created a subtype Z_BUS2007 of BUS2007 and added that an event STAUSCHANGED to that subtype.
I have also delegated the same. After that, in BSVW transaction I have added a row using StatusOT as ORI, Schema as WMSTATUS, BusinessOT as BUS2007 and event as STATUSCHANGED.
   I have used this event to trigger my workflow. When I gave one staus restriction the workflow is being triggred but it is not working when i am giving multiple status restrictions.
Please help.
Regards,
Hariom

Hello Hari !
         I developed a workflow for the same scenario.For this scenario, I didn't configure any thing in BSVW.  
         Instead I created an event "CHANGED" in ZBUS2007 and delegated to BUS2007.You can define the status restrictions with respect to triggering the workflow either using a check function module or creating s database attribute(Table : JEST, field : STAT).
         Still, if you want to use BSVW, the configuration required is :
         Status OT : ORI,Business OT : BUS2007, Event : CHANGED, Name :     Changed
Regards,
S.Suresh.

Similar Messages

  • Message M7 - 665 -Batch & has the status restricted-use )

    Hi
    Batches with are reached expiry date are giving Restricted status by using deadline monitoring transaction. (QA07 & QA05)
    With restricted status Batches are allowing for the Consumption to the order/ cost center and also for the 311Movement.
    In order to control this consumption we made the information message in to Error message. (M7 -665 -Batch & has the status <restricted-use>).
    This setting done in MM-SPRO- Inventory management ---Define attributes of system messages.
    This setting is applicable for all the Movement types.
    Now the requirement is For the Movement type 344, 551 exemption need to be given so that posting to be happen from restricted status to Blocked stock / Scrap.
    How to Exempt the 344, 551 From the Message u2013M7 -665 Category?
    Regards
    Sasikanth

    You cannot make exceptions. If you want the error message selectively, use the user exit at the time of goods issue. Here you can issue the error message by movement type.
    Lakshman

  • Multiple Months restriction

    HI all
    we need to have multiple Months restriction on different measures in a single report.
    how can that be done

    Hi Vinay,
    Please try it out like this once.
    Create a 5 Restricted keyfigures like this.
    In Each Restricted Keyfigure mainatain No.of Blocked Invoices, Calmonth Variable , Unit Measure characteristic value.
    Use Standard Customer exit variable for Current data or Current month. You need to install through Business content.
    I hope in this way you can meet your requirement.
    Please let me know whether i came up with required solution?
    Regards,
    Chandu.
    Edited by: chandu guduru on Sep 17, 2009 7:28 AM

  • Report to exclude entries where on id could have multiple statuses.

    Hi ,
    I have a table where it keeps record of a status number and a corresponding r_number(report number) where one r_number could have multiple amount of statuses.
    As shown below.
    id     r_number     Sta      date     setupby
    1     1111     2     11/11/2006     me
    12     4444     2     11/11/2006     me
    34     3333     2     11/11/2006     me
    2     1111     5     11/11/2006     me
    5     1111     3     11/11/2006     me
    8     2222     4     11/11/2006     me
    I want to pick
    Select r_number, stat
    From table1
    Where stat = 2
    And stat !=4
    Group by r_number.
    So that it’ll be displaying on the report:
    id     r_number     Staus_id      date     setupby
    12     3333     2     11/11/2006     me
    5     1111     3     11/11/2006     me
    So it only pick the r_number where only status_id is 2, (if there was a status_id 4 corresponding to the r_number it omits taking that record even though there was a status_id 2)
    Please let me know a way I could approach this. (Hope my explanation making sense)
    Thank you in advance.

    I think this should explain better. sorry for the trouble
    Behavior: Selects all records from r_number [table1] where,
         Stat [2] exist in the r_number status history AND
         Stat Name [4] does not exist in the r_number status history
    Output:
         Column Headings
    1.     Name
    2.     R_Number
    3.     Title
    4.     Date
    5.     Award
    6.     Agency
    Table 1
    ID     R_Number     Stat     date     setup_by
    12     1111     2     11/11/2006     m
    23     2222     4     11/11/2006     m
    54     1111     3     11/11/2006     m
    54     1111     5     11/11/2006     m
    876     3333     2     11/11/2006     m
    89     4444     4     11/11/2006     m
    Table1.id = table2.id (since the above columns are coming from another table)
    And the report out put
    ID R_Number     Stat     date     name     Project title award     
    12 1111     2     11/11/2006 joe     project1     j33     
    876 3333     2     11/11/2006 kim     project2     k11

  • ESS Tax Declaration Multiple Records Restriction

    Hi,
    My client wants to restrict the tax declaration records to only one record.
    ex: as an employee if i want to declare HRA amount, then thru ESS, under compensation & benefits, i should be able to create only one record.
    presently employee am able to create multiple records for the same component & send for approval to my manager which requires a lot of time to go thru all of them.
    please suggest a solution for it...
    rgrds,
    ravi

    Thanks Mithun,
    Actual problem is:
    approver is able to see the same record for tax declaration type for the same employee, twice.
    ex: if the declare HRA once thru my portal, then my approver is able to see the record twice.
    Please let me know if we can restrict this to one record..
    Thanks & Regards,
    Ravi

  • One Plug-in Points with multiple status instances

    Hi,
    I deployed the following plug-in point that works as expected:
    <oimplugins>
    <plugins pluginpoint="oracle.iam.request.plugins.StatusChangeEvent">
    <plugin pluginclass="com.zeropiu.custom.oim.pluginpoint.EmailNotificationOnRequestStatusChange" version="1.0" name="SendEmailOnRequest">
    <metadata name="status">
    <value>Operation Initiated</value>
    </metadata>
    </plugin>
    </plugins>
    </oimplugins>Now I would like to "extend" the same Plug-in Point adding more than one status values; is it possible?
    I tried with both syntax:
    <oimplugins>
    <plugins pluginpoint="oracle.iam.request.plugins.StatusChangeEvent">
    <plugin pluginclass="com.zeropiu.custom.oim.pluginpoint.EmailNotificationOnRequestStatusChange" version="1.0" name="SendEmailOnRequest">
    <metadata name="status">
    <value>Operation Initiated</value>
    <value>Request Rejected</value>
    </metadata>
    </plugin>
    </plugins>
    </oimplugins>and
    <oimplugins>
    <plugins pluginpoint="oracle.iam.request.plugins.StatusChangeEvent">
    <plugin pluginclass="com.zeropiu.custom.oim.pluginpoint.EmailNotificationOnRequestStatusChange" version="1.0" name="SendEmailOnOperationInitiated>
    <metadata name="status">
    <value>Operation Initiated</value>
    </metadata>
    </plugin>
    <plugin pluginclass="com.zeropiu.custom.oim.pluginpoint.EmailNotificationOnRequestStatusChange" version="1.0" name="SendEmailOnRequestRejected">
    <metadata name="status">
    <value>Request Rejected</value>
    </metadata>
    </plugin>
    </plugins>
    </oimplugins>
    {code}
    but no one works and I don't get any error message just the Plug-in does not fire any more...
    Thanks,
    Gabriele.
    Edited by: user1175296 on Mar 13, 2013 8:36 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Not sure what is the real issue you are facing. For resolving the concurrentUpdateException in order, ATG is suggesting some steps to follow while updating the order.
    Check the below solution, you need to have a support id to access this article.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1362812.1
    Regarding your second question, for invalidating the cache for multiple instances, ATG provides different Caching Modes, you may check the documentation.
    http://docs.oracle.com/cd/E23095_01/Platform.93/RepositoryGuide/html/s1003cachingmodes01.html
    Cheers
    R

  • Material Status : Restricted Procurement.

    Dear Experts ,
    I need to maintain the Plant status for procurement in such a way that :
    1. No POs should be created against external vendor .
    2. Stock Transfer Orders to be created . That  PO with vendor as site .
    In define material status , plant specific settings , Purchasing  if i use B , the system stops creation of all POs .
    Please tell me how can i control the creation of POs as stated above ?
    Regards
    Anis

    Hello Experts ,
    Thanks for your valuable inputs ,
    @Satish Kumar - We need to restrict a few materials & hence we cannot do anything at the material type level .
    @Prashant - Thanks a lot , it is a very helpful suggestion .
    @Raja - We dont need to block the material at plant level , but need to restrict its PO usage .
    @Indranil - ABAP development is a solution , but will always call for changes if one needs to add/delet the material usage restrictions .
    @Jurgen - Procurement Type settings are at Material Type level . Hence will not server the purpose.
    @SRK - Authorization is for an entire document type , we need the control for a material for all users & not user specific control .
    Thanks all of u for the help.
    Regards
    Anis

  • User Status - Restrict FI Posting

    Hi All,
    The scnerio in my project is as follows,
    After completion of the project system status set as "TECO". I am not going to set system status as "CLSD"
    After TECO, system is allowing FI-Postings to WBS Elements. I nned to restrict this posting through User Status.
    1. How to go ahead?
    2. If I set user status to Project definition, Will it apply to all WBS elements?
    Regards
    Suresh

    Hi ,
    For creating user status we have to  use transaction  OK02
    Here create a user status profile with user status NFIP- FI posting not allowed.
    Select object type as WBS element and once u double click on the NFIP - FI posting not allowed u can see the system status. For the system status TECO select the radio button set. So that when u do the TECO for WBS the NFIP status will be activated.Also similarly for FI posting options select forebidden option against the individual system status.
    This user status profile u have to assign to the project profile.
    2.If I set user status to Project definition, Will it apply to all WBS elements? As per me this is not possible. Only PREL ie partial realeas of Project defn can restrict release of project.
    Rgds

  • DB Adapter for Logical Delete - selecting multiple Statuses

    Hi,
    I am using SOA 11.1.1.3 and I am using a DB Adapter to poll ERROR/NEW Records. Once Polled, I want the status to be changed to "PICKED" (Logical Delete)
    The DB Adapter only allows for a single Unread Value to be selected. I tried to edit the SQL to use a "OR" condition but the code always replaces it with an "ADD":
    Polling SQL:
    SELECT QUEUE_ID, BATCH_ID, STATUS, DEL_ID, ORDER_NUMBER, HEADER_ID, LINE_ID, ORD_TYPE, OPERATION, ERR_MESG, CREATE_DT, INV_ORG_ID, PROCESS_DATE FROM DEV.DEV_Q WHERE ((STATUS = 'ERROR') AND (STATUS = 'NEW')) ORDER BY QUEUE_ID ASC
    After Read SQL:
    UPDATE DEV.DEV_Q SET STATUS = 'PICKED' WHERE (QUEUE_ID = #QUEUE_ID)
    I tried to edit the SQL in the +<PartnerLink>-or-mappings.xml+ but it isn't working.
    I did read some posts http://blogs.oracle.com/soa_how_to/2009/11/a_db_adapter_sample_for_pure_sql_and_logicaldeletepollingstrategy_scenario.html that mention that sql edits can be made in DB Adapter only if a Delete is used.
    Question is - Where can I get the sequel generated (it is not there in the TOPLINK mapping) in order to edit it? Can someone please provide the steps?
    Thx a ton!
    Suhas.
    Edited by: user13616720 on Apr 28, 2011 3:37 AM

    Hi,
    wrong form. Use the SOA forum here: SOA Suite
    Frank

  • UWL : Multiple providers, restrict user to few.

    Hi Experts,
       I have EP 7.0 SP18.
    It consists of 5 providers. webflow connectors for SRM,CRM, ECC....
    However for a group of users who are accessing only the ECC application, the UWL tries to connect to all the providers(which is expected) and throws the error "An error occurred while trying to connect the provider".
    However, I want to restrict this and for a group of users I only want to hit the ECC provider. Is it possible to be achieved in Portal.
    Thanks in advance.
    -Brian

    Check this out
    http://help.sap.com/saphelp_nw04/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    And look for property "Users Roles'.
    Suppose  there are three users
    A having access to Z_ECC and Z_CRM
    B having access to Z_CRM
    C having access to  Z_ECC
    Register two system ECC (with users role property as Z_ECC) and  CRM with (users role property as Z_CRM).
    So if users A having Z_ECC and Z_CRM role will access the UWL using inbox iView, he will see the task from both teh system but if users B will login, he will get task from CRM system only.
    Hope this helps.

  • Multiple Selection Restricted to 5000 : How to increase it ?

    Dear experts ,
    When i make a multiple selection for list inputs , the system restrics the input to 5000. How can i increase the no. of hits ?
    Pls help ....
    Regards

    from OSS note 421576:
    Database selections can only process a limited number of input variables which is dependent on the database. The number of values which can be processed at a maximum differs according to database. For a MS-SQL server, this number is approx. 1000.
    Solution
    Limit the number of selection values correspondingly.

  • Multiple Logon Restriction in EP5.0 SP6

    Hi,
    We are using the EP5.0 with SP6. BVackend CRM System.
    We have to restrict the users for single logon into the enterprise Portal.
    Can any one please let us know how to achieve this Single Logon. Its Very Urgent. WE are in Testing Phase and need to Go-Live. Before that we need to solve this.
    Thanks & Regrads
    Sumanth

    What do you mean by "restrict the users for single logon"? Any way setting up single sign is a bit involved process and hard to explain in a post. SAP's help site does an excellant job of explaining it. You can start from this URL
    http://help.sap.com/saphelp_ep50sp6/helpdata/en/02/ae0d3dbd82fe2fe10000000a114084/content.htm

  • Multiple status bars in forms 9i

    I have recently upgraded from forms 6i to 9i. I have removed some stuff (like the default menu). I am close to being done with this upgrade. I have one issue that I am having difficultly with. When I load my form, that form gets a status bar. I have a tabbed canvas and when I click on the next tab (which is a new form) the new form gets its own status bar. So, now I have a case where I have two status bars visible when I open a new form. The first forms status bar is still there after I load the new form. In forms 6i, I do not have this problem so it must be something new.
    Is there anything I can do about that? I really only need the status bar for the form I am using? When I exit the other form and return back to the first form, the status bar associated with that form goes away.
    Any pointers in the right direction would be appreciated...

    clear the form level property called "console window".

  • No Internet with Multiple Access Restrictions

    Hi,
    I have a WRT54Gv5 and have setup the following Access Restrictions for an Ipod Touch.  Having a single AR works fine but adding another kills internet for that user.  I am using the MAC filter for that user.
    M-F: 6am-7:30am, allow Internet but block MSN.com, live.com and facebook.com
    M-Th: 2:45pm-7:30pm, allow all
    F-Sa: 6am-8:30pm, allow all
    Su: 6am-7:30pm, allow all
    I was thinking of using block instead of allow but that would make a lot of block windows (or maybe that is the only solution).
    Thanks

    Make sure that your router is running on latest firmware.
    If not then try to upgrade/re-flash the firmware on your router.
    Download the latest firmware from Linksys website and save it on your computer. Open the setup page of the router and upgrade the firmware. After upgrading the firmware on your router, reset the router and reconfigure it.

  • Multiple status IDOC

    In our production system for an Inbound IDOC two outbound STATUS IDOCs were created.
    My question was, what is the setup for this outbound STATUS IDOC creation ? is there any function module is there?
    For example the inbound IDOC use message type ORDERS. Once it created how it is creating the outbound STATUS IDOC? Is it  any function module or program or any set up required for this? Please let know

    Hi, Welcome to SDN.....
    For Creating Outbound IDOCs, there are 2 options 1 is ALE and the other is EDI, since you have mentioned ORDERS(message type), it seems in your system EDI (Electronic Data Interchange) is configured which is used to as interface with customer or vendors. You can check out for these documentation also you can refer these table - EDID4, EDIDC, EDIDS.
    Cheers...
    Santosh.
    Message was edited by:
            santosh D

Maybe you are looking for

  • Search H_T555V is not working in ECC6.0

    Hi,   I have a requirement to enhance a search help similar to H_T555V. when i execute this search help in ECC6.0 its not giving the hit list based on the restricted values for ZTERF,  where as its giving results for language field and text fields. C

  • Assigning Equipment Number to MIC (Use of class type 005)

    Hi, I want to assign equipment number to MIC. For this i have made a class with class type 005 and assigned a characteristic for equipment number(EQUI table field). I have assigned the class to MIC. Now i want to enter the equipment number, when MIC

  • J2EE Design Question -- Am I On The Right Track?

    There are multiple tables in my database. Each table has a primary key, and the table that relates to other tables has foreign keys. I have to match the primary key and foreign key to go from one table to another. The specifics are spelled out below:

  • Report on fonts from batch of documents

    Hi, does anyone know if there is a script that can go through a folder of a thousand indesign files and create a report (with two choices) of what fonts are used. Choice 1: Just a list of fonts have been used without repeating what fonts have been us

  • How can i open the "Convert to Indexed Color" dialog with custom presets?

    Hi, I need to automatically open the "Convert to Indexed Colors" dialog in Photoshop. Before and after that i have some scripts running so its not possible to open the dialog manually. Also i want to set some custom presets (like number of colors etc