Change title according status of block

I would like to keep user informed what's going on, and like to change title of window according to status of window, something like in pcode under:
If status = new or then title = "New"
elsIf Status = query then title = "Query"
else
title = "Id From record"
end if;
What triggers I have to write to get those actions done... Currently I have when-new-record-instance and key-entqry but latter doesn't seem to work well (It doesn't change title)...

There should be no particular triggers that you have to use. SET_WINDOW_PROPERTY is not a restricted built-in.
The logical place to put this code would be in the Key triggers for Enter Query execute Query and Exit as these are the paces the status would change.

Similar Messages

  • Possible to Change the Order Status

    Hai
    When i am booking the sales order the status is showing the Booked is it possible to change the Booked status according to the customer requirement ....
    thanks in advance
    M.Meenashi Sundaram

    Hai its possible to change the order status from the
    setup>quick codes>order management>
    type --flow status
    we can able to change it
    thanks
    M.Meenashi Sundaram

  • TO change the user status in the PM order

    Hi,
    My requirement is that a techician is assiged to do the work using MRS and based on that user status is update in the PM when the save button is clicked on the MRS board.
    Now according to my requirement if anybody click on the save button and the technician is assigned to do the operation is done through MRS than the User status in the PM order should get changed.
    As a part of standard functionality the user status is not updated.
    A new user status is created in the trasaction BS02.
    Can anybody please let us know how to achieve this functionality
    Thanks
    Mohit

    We had a similar requirement and this is what we did :
    1) Set up a task as a reciever for the WORKORDER SAVE event.
    2) In this task called a method of a business object.
    3) In the method called STATUS_CHANGE_EXTERN to change the user status.

  • AR Invoices not getting changed to the status Close

    Hi,
    The AR - Invoices are not changing the status - from 'open' to 'close' even after applying the receipts aganist the invoices.
    Kindly advice what could be the problem or any functional setup should be done to change the status.
    Thanks
    Ramya Nomula

    Hi,
    Do you mean ra_customer_trx_all.status_trx or ar_payment_schedules_all.status?
    If you mean the first one, it is not supposed to be changed when the invoice is totally paid.
    When the balance goes to 0, AR changes the column status in ar_payment_schedules_all. According to AR user guide, you can use ra_customer_trx_all.status_trx to define your own approval system.
    Regards,
    Ketter Ohnes

  • How to change designer workflow status manually?

    Hi All,
    I need to change designer workflow status manually. I tried to edit with datasheet view but couldn't. How to do this? thanks in advance!

    Hi Sam,
    According to your post, my understanding is that you wanted to change the workflow status manully in SharePoint Designer.
    There is no out of the box way to accomplish this with SharePoint, and we also can not achieve it with SharePoint Designer.
    We can use the Visual Studio to custom the status.
    In SharePoint object model the status of the workflow is modeled through the SPWorkflowStatus enumeration. Each status value is an integer that represents its place in a zero-based ordered list.
    The status values can be extended through the StatusColumn element in the ExtendedStatusColumnValues section of the Workflow.xml file.
    More information: http://blog.naikoo.com/?p=25
    http://sharepoint.ginni.me/2010/01/setting-workflow-status-to-custom.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Order change vs. order status

    Hi experts,
    The Completion Rule for item category has been set as blank, why partial deliveries triger order status to be Completed? How to make order complete until it's completely delivered?
    Case:
    Aug 5 - create sales order A
    Aug 5 - release credit block for order A
    Aug 12 - create partial delivery
    Aug 15 - change order price
    Then, overall order status "completed", reject status "nothing rejected", delivery status "fully delivered", overall blocked status "not blocked", the confirmed quantity in the schedule line automatically shows the partially delivered quantity.
    When creating another delivery for order A, the system pops up "No delivery-relevant items in order A, Message no. VL455".
    Edited by: Cathy on Aug 20, 2009 3:41 PM

    Hi Ravi,
    Is it caused by the field "fixed date & qty"? This field defaults as checked. This is a MTS scenario. On Aug 5, the confirmed qty only can be confirmed against delivery date Aug 8 until credit block is released. After 2 partial deliveries, order A is changed price on Aug 15.
    Pls correct my assumption as followings if I'm wrong. The change on Aug 15 trigers the similar "availability check" or "order update" again. Because "fixed date & qty" is checked, the total partial delivered qty only can be considered as the confirmed qty against delivery date Aug 8 on Aug 15.
    If my assumption is correct. I wonder why "availability check" or "order update" can be carried out. U know, the schedule line category CP does NOT activate "availability check". I simulate the case in the test system (same server) but no such issue occurs.
    Any advice?
    Hi Chris,
    I use the standard item category L2N for debit meno. As I cannot access the system now, I'll respond later.

  • Forcing status to Blocked

    Hi Gurus,
                  I have got following issue in Inquiry
    We do credit check in inquiry, When credit is not Okey we dont apply credit block we will just give a warning message. This happens based on my inquiry Configuration. Now i want to force that header "Overall Blocked status" to "Blocked" when i get one particular value from Portal.
    Can i force the "overall blocked status" and change the value?
    My actual requirement is when i get some value from portal i should not be able to create quotation
    Thank you
    ANil

    Hi Prasanth,
                      Thanks for your response.
    Is there any other status that i can change to blocked or rejected so that i can block creating quotation.
    No line items exist in Inquiry. Only Header info.
    Thank you
    ANil

  • OIM 9.1 DB Recon Changes Locked Account status in OIM back to Provisioned

    Hi,
    I have a scheduled task that runs the OIM DBAccessReconTask but am seeing some unexpected behavior. Here are the steps to produce the error:
    1. Provision a DB account to a user in OIM (this creates an account in the target database and the account shows in the user's resource profile with a status of "Provisioned")
    2. Disable the DB account in OIM from the User's Resource profile screen (this successfully disables the account in the database and changes the account status to "Disabled")
    3. Run the DBAccessReconTask
    4. After the DBAccessRecon task completes the status of the DB account in the database is still disabled but in OIM on the user's resource profile screen it is marked as "Provisioned"
    I did not expect this to be changed to provisioned in OIM since it is disabled in the database. Has anyone seen similar issues when running the DBAccessReconTask or know a way to fix this?

    Hi Suren,
    Thanks for the reply. Originally I thought your solution would work but after analyzing it closer there is a more fundamental problem we are having with the DBReconTask. We only want the reconciliation to take place going from OIM to the database and not vice versa (i.e. changes to an account in OIM should be pushed to the database but not from the database to OIM). However, currently if a change is made in the database (a role is added, the profile is changed, etc...) and the DBReconTask is run then it will be updated in OIM. Do you know how this can be achieved? These are the properties we currently use when creating the task:
    Properties props = new Properties();
    props.put("Target System Login Recon - Resource Object name:", ro.getName());
    props.put("Target System User Recon - Resource Object name:", ro.getName());
    props.put("Trusted Source Recon - Resource Object name:", "Xellerate User");
    props.put("Server", itResource.getName());
    props.put("Record Size", "ALL");
    props.put("isTrusted", "NO");
    props.put("DBName", "nodata");
    props.put("ExcludeSystemUsers", "nodata");
    props.put("ReconcileLockedUser", "YES");
    props.put("Login Name", "nodata");

  • Change the transaction status when creating a follow up activity

    Hello All
    We need to change the activity status if a follow up document is created from. E.g. If an activity is created type 001  then a follow-up activity type 003 as a follow up document from 001 the system automatically changes the activity status from open to in process. I need detailed steps regarding how to reach this
    Regards
    Jacopo

    See if you can "exploit" CRM_COPY_BADI and function modules CRM_STATUS_CHANGE_EXTERN to change the User status or CRM_STATUS_CHANGE_INTERN for System status.

  • Is it possible to change the user status of a TECO Order

    Hello Folks
    Is it possible to changes the user status of a TECO Order?
    I have tried to change it using the FM 'STATUS_CHANGE_EXTERN'. Its working fine for NON TECO Orders but not for TECO Orders.
    On the other hand I was able to manually change the user status for a TECO Order in transaction IW32.
    I need to change the user status from NFBK to FBK.
    Please provide some inputs for the same.
    Thanks n Regards
    Ramesh

    The simple way is via the Internationalization settings via ARD or RDP or Screen Sharing, either via System Preferences or (if enabled) via the menu bar. If you're looking for a lower-level approach, there's not AFAIK a direct command for this. As for one possible approach, might [threadID=2106201|http://discussions.apple.com/thread.jspa?threadID=2106201] help?

  • Exit or Badi for controlling the change of user status in notification

    Hi,
    I want to check the current user status of notification while saving the notificaton. If the current user status satisifies particular situation, then the notification should be save else not.
    Is there any user exit or Badi which can be used to control the change of user status in notification.
    Thanks
    SUMIT

    Hi Pushpa,
    Thanks for the reply.
    the problem over here is that the BADi IQS0_STATUS_MAINTAIN only allows to disable the user status.
    the other function module STATUS_READ only fetches the data from JEST.
    whereas my problem is that i want to check on the changed status on the screen(which is not saved also).
    Appreciate your reply on the same.
    Thanks
    SUMIT

  • How to change Work order status ?

    Hi,
    I am using an ABAP program to change the user status of a work order to "CLOP" , This is like IW32 , Here Which function module I can use to do this ?
    Thank you for your help.
    Thanks

    Hi,
    You can use the FM 'STATUS_CHANGE_EXTERN' for updating the user status. and 'STATUS_CHANGE_INTERN for updating the system status.
    Hope this solves your problem.
    Regards,
    Hari

  • How to change the IO status to CLOSE after it has been settled through ko8g

    hi ,
    I have the following scenario : An internal order is assigned to a PO and after setllement of such an order i need to CLOSE the order .
    The PO has a GR done (no IR) . Currently Internal Order is in the status : TECO [technically complete] and setlement has ben doneusing Actual Settlemnet Run using KO8G.
    Now i need to change the IO status to  [ CLOSE ] : it is gving an error in KO02 : Balance is not zero .
    How  to change the Internal Order status to CLOSE or rather how to make teh balance in that Order toZero?
    Is it reqd to process some GR's for teh same PO ?
    Thansk
    Trina

    Hi,
    Check the order balance in Ko02
    Menu -->  Extras  -->  Order Balance if balance exist it means that the order has not completely settled.
    Regards,
    Raj

  • How to change title of Employee Master Data form (in add-on creation) in SAP B1 9.1?.

    Hi all,
    I have a problem of how to change title of my add-on in SAP B1 9.1.
    I created the add-on of Employee Master Data but I want to change its title, is it possible?
    When I change the title as (Member Master Data) in property, it will display Employee Master Data again.
    If it is possible to change it, how can I do?
    Please anyone can help me.

    Hi,
    Try this:
    If pVal.FormType = 60100 AndAlso pVal.EventType = BoEventTypes.et_FORM_LOAD AndAlso pVal.BeforeAction = False Then
      Dim oForm As SAPbouiCOM.Form = DirectCast(oApplication.Forms.GetForm(pVal.FormType.ToString(), pVal.FormTypeCount), SAPbouiCOM.Form)
      oForm.Title = "New Title"
    End If
    Or you can try:
    If pVal.FormType = 60100 And pVal.EventType = BoEventTypes.et_FORM_LOAD And pVal.BeforeAction = False Then
         Dim oForm As SAPbouiCOM.Form = CType(oApplication.Forms.GetForm(pVal.FormType.ToString(),pVal.FormTypeCount), SAPbouiCOM.Form)
    oForm.Title = "New Title"
    End If
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • How do I change title/footer messages in a template?

    I am redacting a magazine template Indesign.
    Pages already have titles and footers.
    How do I change TITLE message and add a footer message? 
    I can't do so by just clicking on the text in the footer or header.

    Edit the master page or Alt-click on the tecxt to convert it to a normal text object.
    Mylenium

Maybe you are looking for

  • GF4 MX460-VTP

    I bought a MX-460 about 2 months ago and have had it in my MSI K7 board, with a Slot type Athlon 500MHz. and I have had no problems with it. Yesterday I bought an MSI Turbo2 LE and AMD Athlon XP 1800+ . When I turn the computer on, right from the sta

  • "Missing port information" and NoClassDefFoundError

    I'm developing a Web Service using JWSPD1.2, and I'm having some problem in executing a client which accesses to the service I'm publishing. On Client side the error is: java.rmi.ServerException: Missing port information at com.sun.xml.rpc.StreamingS

  • Inbound Queues in XI --System error

    HI Friends, sceanrio : Outbound IDOC     I have observed some messages struck in inbound queue and first message stoped because of system error. I know if we delete this message , rest of the message will restart and process it. BUt i don't know , if

  • Firefox 4 stops opening new windows after browser window dragged to second display

    Firefox 4 stops opening new windows after browser window dragged to second display. It's weird. Behavior is fine until I drag any browser window to the attached second display, and after this point it stops opening new windows but will still open new

  • Uploading from MSP Client to cProjects 4.5 -- Leveling Delay

    Does SAP cProjects support leveling delay functionality as contained within Microsoft Project?  The intention is to import task-level information regarding leveling delays (an offset from the task start date as defined by predecessor/successor relati