EXIT_FORM and OPEN_FORM acting inconsistent

I recently started testing the IAS forms on my laptop using multiple form instances. My application is a multi-application system using a menu with nodes to open various forms in the system. Lately when testing out the forms using multiple sessions (logging into the system through different windows and different user IDs) EXIT_FORM has not been closing the form windows, and some times I have to continously click on a node to get it to fire the OPEN_FORM built in. In other words, im having trouble closing my form windows and opening new form windows on multiple session tests... usually works okay with single session... anyone run into this before?
Thanks in advance!

sorry. it was a mistake. not intentional.
and i searched about this topic in this forum but didnt get any direct solution though ive solved it.

Similar Messages

  • Photoshop CS4: Cursors disappear and UI acts weird when fullscreen + UI hidden...

    Photoshop CS4 11.0.1
    Windows 7 x64
    NVIDIA driver 196.21 [GEFORCE GTX 260]
    Cursors disappear and UI acts weird when in fullscreen mode with UI hidden [ex: using tab key].  However, it can be brought back to normal by toggling the UI back on.  Can this be fixed?

    Submit a bug report to Nvidia.

  • HT1551 1st Gen Apple TV - Remote worked fine yesterday and today acts like it is unpaired.  Is it possible to pair it again without a working remote?

    My 1st Gen Apple TV remote worked fine yesterday and today acts like it is unpaired (amber flash when I hit a button).  Is there a way to pair it or another remote now?
    Thanks.

    A 5 GHz network cannot reach as far as a 2.4 GHz one, nor is it able to penetrate walls and the like anywhere near as well, it is not therefor always an ideal solution. It can help avoid interference from neighbouring networks but it may not avoid interference from other household appliances. You might want to try another wifi channel or even temporarily move the Apple TV closer to the AP for diagnostics.

  • I just received a iPod Touch 5th generation for xmas and it acts like it is locked, when you slide the slider it says unlock button and nothing happens.  Can't slide the power off either.  It tells you the time, unlock button, power off button but nothing

    I just received a iPod Touch 5th generation for xmas and it acts like it is locked, when you slide the slider it says unlock button and nothing happens.  Can't slide the power off either.  It tells you the time, unlock button, power off button but nothing happens.  Voice just tells you the unlock button, time, poweroff button.
    Please help also itunes says I need to enter on iPod the passcode to reset to factory.  I can't get it open to enter passcode, slider doesn't work.  It is one day old and this happen xmas afternoon.  PLEASE Help someone

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • Adobe Acrobat Pro X - Canadian ATI and Privacy Act Redaction Code Sets

    Hi,
    Could anyone tell me if there are any redaction code sets for the Canadian ATI and Privacy Acts, like the U.S. FOIA and U.S. Pricacy Act code sets?
    Thank you.
    D. 

    Hi Dominic ,
    Please be informed that by default Acrobat supports the following two redaction code sets .
    1.U.S.FOIA
    2.U.S.Privacy Act .
    Regards
    Sukrit Dhingra

  • Cyber Intelligence Sharing and Protection Act

    Whether or not you may approve: House and Senate are deciding on YOUR phone and computes PRIVACY.
    See: Cyber Intelligence Sharing and Protection Act - Its always innocuous at first then PUFF! All gone.
    Do you want some agent scrutinizing your **bleep** snapsots only to find yourself in jail? 
    A US Empire is coming if you do not voice opposition to tyranny now.  Afterward you'll only wish you had spokne up when you had the chance. Verizon agreed to the program. Tell Verizon NO - you do not agree. Find another service if they bow to the whim and will that best suits them.

    I've recently read that BT allegedly colluded with ACS:Law in the form of assisting in the drafting of the court submission for the IP addresses it received. To me, this shows little more that utter contempt for those innocent customers who would eventually be accused of copyright infringement.
    I also read that BT were to be financially compensated for this, showing complicity in effectively strong-arming suspected file sharers with bullyboy tactics, regardless of whether they were or not... I'm utterly appalled.
    My view is generally "don't believe anything you read"
    I also read (wikipedia) that the company in question is a one-person solicitor company, and their solicitor is being investigated for the third time by the Solicitors Disciplinary Tribunal. I don't think that BT with millions of customers would collude with any company in the way you say, as they have better things to do and have more to lose by losing customers than any financial compensation you mention by a small firm..
    Also, the bbc article clearly mentioned that the information was only given for customers for whom a court order was presented ordering them to do so, not willy-nilly because they asked nicely.  How the company got the p2p info in the first place and what happened at the court I dont know, but I cannot expect BT , or any other ISP, not to give the information when someone has a court order..

  • What is the usage of START_FORM and OPEN_FORM

    Hi,
    In sap script,exactly what is the usage of START_FORM,OPEN_FORM,CLOSE_FORM and END_FORM.Could you please help out.
    Thanks,
    Madhu

    Hai Madhu
    For START_FORM
    SAPscript: Start a form
    The layout set can be changed in the current print procedure with START_FORM. It is therefore possible to combine several different layout sets in one printer output. Before a new layout set is opened with START_FORM, an open layout set must be closed with END_FORM.
    Parameters
    ARCHIVE_INDEX
    FORM
    LANGUAGE
    STARTPAGE
    PROGRAM
    MAIL_APPL_OBJECT
    LANGUAGE
    Exceptions
    FORM
    FORMAT
    UNENDED
    UNOPENED
    UNUSED
    SPOOL_ERROR
    CODEPAGE
    For OPEN_FORM
    SAPscript: Open form printing
    The module OPEN_FORM opens layout set printing. This function must be called up before you can work with other layout set functions (WRITE_FORM, ...).
    It is not obligatory to enter a layout set name to open it. If a layout set is not specified, one must be opened with START_FORM.
    For information on DEVICE MAIL see function module SO_NEW_DOCUMENT_SEND_API1
    Parameters
    APPLICATION
    ARCHIVE_INDEX
    ARCHIVE_PARAMS
    DEVICE
    DIALOG
    FORM
    LANGUAGE
    OPTIONS
    MAIL_SENDER
    MAIL_RECIPIENT
    MAIL_APPL_OBJECT
    RAW_DATA_INTERFACE
    SPONUMIV
    LANGUAGE
    NEW_ARCHIVE_PARAMS
    RESULT
    Exceptions
    CANCELED
    DEVICE
    FORM
    OPTIONS
    UNCLOSED
    MAIL_OPTIONS
    ARCHIVE_ERROR
    INVALID_FAX_NUMBER
    MORE_PARAMS_NEEDED_IN_BATCH
    SPOOL_ERROR
    CODEPAGE
    For CLOSE_FORM
    SAPscript: End layout set printing
    Form printing started with OPEN_FORM is completed. Possible closing operations on the form last opened are carried out.
    Form printing must be completed by this function module. If this is not carried out, nothing is printed or displayed on the screen.
    Parameters
    RESULT
    RDI_RESULT
    OTFDATA
    Exceptions
    UNOPENED
    BAD_PAGEFORMAT_FOR_PRINT
    SEND_ERROR
    SPOOL_ERROR
    CODEPAGE
    For END_FORM
    SAPscript: Terminate a form
    Closes the current layout set. Final operations required on this layout set are carried out.
    CAUTION: END_FORM is not a replacement for CLOSE_FORM.
    Parameters
    RESULT
    Exceptions
    UNOPENED
    BAD_PAGEFORMAT_FOR_PRINT
    SPOOL_ERROR
    CODEPAGE
    Thanks & regards
    Sreenivasulu P

  • Losing network connection and NIC acts weird from warm/hot weather/temperatures?

    Hello.
    Is there a known issue on MSI P43 NEO3-F (MSI-7514) motherboards' onboard RealTek RTL8168C (P)/8111C(P) PCI-E Gigabit Ethernet NIC network disconnecting and acting weird during warm/hot weather?
    I noticed lately and back on 1/11/2009 night when weather got warm/hot (e.g., my room can get over 85F degrees, but lately it has been 80F degrees), my network would lose its connection. See http://img9.imageshack.us/img9/5580/screenshots.gif for a few SpeedFan's sensor readings when the incidents occurred. I have never seen this happen when the weather is cooler (60-70F degrees in my room).
    I also think this only happens if I am using the PC lightly (nothing intensive) like watching fullscreen videos (video overlay), surfing the Web, etc. I don't see any errors or evidences that it happens when idled (e.g., asleep or out). Uptime doesn't seem to matter since I have seen days to 3.5 hours.
    I tried upgrading network driver twice (e.g., Realtek_XP_5714_0219 from
    http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false ...), disabling Kerio Personal Firewall v2.1.5 (XP's disabled already), releasing and renewing IP address (works, but still no network -- can't even ping my router!), unplugging and replugging the cat5 cable (do see the network port lights on), touching the network jack and hardware inside and outside of the case (not hot), trying another cat5 cable and a network port on a switch instead router's), changing from "Minimal Power Management" to full power (no underclocking/slowing down when idled), etc.
    During the disconnections, I tried:
    C:\>tracert 192.168.0.1
    Tracing route to 192.168.0.1 over a maximum of 30 hops
      1     *        *        *     Request timed out.
      2     *        *        *     Request timed out.
      3     *        *     ^C
    IPCONFIG.EXE /ALL when having network problems:
    Windows IP Configuration
            Host Name . . . . . . . . . . . . : FOOBAR
            Primary Dns Suffix  . . . . . . . :
            Node Type . . . . . . . . . . . . : Hybrid
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter VMware Network Adapter VMnet8:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet8
            Physical Address. . . . . . . . . : 00-50-56-C0-00-08
            Dhcp Enabled. . . . . . . . . . . : No
            IP Address. . . . . . . . . . . . : 192.168.134.1
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . :
    Ethernet adapter VMware Network Adapter VMnet1:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet1
            Physical Address. . . . . . . . . : 00-50-56-C0-00-01
            Dhcp Enabled. . . . . . . . . . . : No
            IP Address. . . . . . . . . . . . : 192.168.80.1
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . :
    Ethernet adapter HDTV Tuner 2:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : TechniSat DVB-PC TV Star PCI #3
            Physical Address. . . . . . . . . : 00-D0-D7-30-19-C1
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 169.254.178.3
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . :
            DHCP Server . . . . . . . . . . . : 169.254.178.1
            Lease Obtained. . . . . . . . . . : Saturday, February 28, 2009 6:55:04 PM
            Lease Expires . . . . . . . . . . : Monday, July 13, 2009 11:28:08 PM
    Ethernet adapter HDTV Tuner 1:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : TechniSat DVB-PC TV Star PCI
            Physical Address. . . . . . . . . : 00-D0-D7-30-1A-1D
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 169.254.178.4
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . :
            DHCP Server . . . . . . . . . . . : 169.254.178.1
            Lease Obtained. . . . . . . . . . : Saturday, February 28, 2009 6:55:21 PM
            Lease Expires . . . . . . . . . . : Monday, July 13, 2009 11:28:25 PM
    Ethernet adapter Local Area Connection 15:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : Realtek RTL8168C(P)/8111C(P) PCI-E Gigabit Ethernet NIC
            Physical Address. . . . . . . . . : 00-21-85-1A-C6-72
            Dhcp Enabled. . . . . . . . . . . : No
            IP Address. . . . . . . . . . . . : 192.168.0.82
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . : 192.168.0.1
            DNS Servers . . . . . . . . . . . : 192.168.0.1
                                                4.2.2.1
    I checked Windows XP Pro. SP3's event logs and noticed these during the disconnections:
    Event logs showed:
    Event Type:    Information
    Event Source:    Tcpip
    Event Category:    None
    Event ID:    4201
    Date:        2/28/2009
    Time:        6:42:23 PM
    User:        N/A
    Computer:    FOOBAR
    Description:
    The system detected that network adapter \DEVICE\TCPIP_{51FDDE0F-0935-416E-8FE0-3E1A50847D41} was connected to the network, and has initiated normal operation over the network adapter.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 00 00 00 00 02 00 50 00   ......P.
    0008: 00 00 00 00 69 10 00 40   ....i..@
    0010: 02 00 00 00 00 00 00 00   ........
    0018: 00 00 00 00 00 00 00 00   ........
    0020: 00 00 00 00 00 00 00 00   ........
    Event Type:    Information
    Event Source:    BROWSER
    Event Category:    None
    Event ID:    8033
    Date:        2/28/2009
    Time:        6:47:22 PM
    User:        N/A
    Computer:    FOOBAR
    Description:
    The browser has forced an election on network \Device\NetBT_Tcpip_{89F40100-0D8D-4C33-A32D-3D91CAEB3FBD} because a master browser was stopped.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Event Type:   Information
    Event Source:   Tcpip
    Event Category:   None
    Event ID:   4201
    Date:      3/1/2009
    Time:      6:19:08 AM
    User:      N/A
    Computer:   FOOBAR
    Description:
    The system detected that network adapter \DEVICE\TCPIP_{51FDDE0F-0935-416E-8FE0-3E1A50847D41} was connected to the network, and has initiated normal operation over the network adapter.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 00 00 00 00 02 00 50 00   ......P.
    0008: 00 00 00 00 69 10 00 40   ....i..@
    0010: 02 00 00 00 00 00 00 00   ........
    0018: 00 00 00 00 00 00 00 00   ........
    0020: 00 00 00 00 00 00 00 00   ........
    Event Type:   Information
    Event Source:   Tcpip
    Event Category:   None
    Event ID:   4201
    Date:      3/1/2009
    Time:      6:19:20 AM
    User:      N/A
    Computer:   FOOBAR
    Description:
    The system detected that network adapter \DEVICE\TCPIP_{51FDDE0F-0935-416E-8FE0-3E1A50847D41} was connected to the network, and has initiated normal operation over the network adapter.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 00 00 00 00 02 00 50 00   ......P.
    0008: 00 00 00 00 69 10 00 40   ....i..@
    0010: 02 00 00 00 00 00 00 00   ........
    0018: 00 00 00 00 00 00 00 00   ........
    0020: 00 00 00 00 00 00 00 00   ........
    I also noticed the disconnections usually start with red X icon in my taskbar with its bubble and then later the long disconnection even though no red X (1 GB and connected). If I were to disconnect the cat5 cable from NIC, then it wouldn't even detect it is missing the cable!
    The only way to fix this was to reboot (best way and last longer) OR disable network connection and re-enable it (Windows XP's Network Connections) or the NIC itself (Device Manager), but that doesn't always last long (maybe a minute). Example of my pings right after disabling and re-enabling NIC:
    C:\>ping 192.168.0.1 -t
    Pinging 192.168.0.1 with 32 bytes of data:
    Request timed out.
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    Request timed out.
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    Request timed out.
    Request timed out.
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    MSINFO32 in case it helps (seems OK to me, but I am not a hardware expert):
    [Conflicts/Sharing]
    Resource   Device   
    I/O Port 0x00000000-0x00000CF7   PCI bus   
    I/O Port 0x00000000-0x00000CF7   Direct memory access controller   
    I/O Port 0x000003C0-0x000003DF   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    I/O Port 0x000003C0-0x000003DF   ATI Radeon HD 4800 Series   
    IRQ 21   Intel(R) ICH10 Family USB Universal Host Controller - 3A38   
    IRQ 21   OHCI Compliant IEEE 1394 Host Controller   
    IRQ 21   TechniSat DVB-PC TV Star PCI   
    IRQ 23   Intel(R) ICH10 Family USB Universal Host Controller - 3A34   
    IRQ 23   Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A   
    I/O Port 0x0000B000-0x0000BFFF   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    I/O Port 0x0000B000-0x0000BFFF   ATI Radeon HD 4800 Series   
    IRQ 16   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    IRQ 16   ATI Radeon HD 4800 Series   
    IRQ 16   Intel(R) ICH10 Family USB Universal Host Controller - 3A37   
    IRQ 16   Standard Dual Channel PCI IDE Controller   
    IRQ 16   Intel(R) ICH10 Family PCI Express Root Port 2 - 3A42   
    IRQ 16   Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A   
    IRQ 16   ASUS TV880 Video Capture (NTSC)   
    IRQ 17   Microsoft UAA Bus Driver for High Definition Audio   
    IRQ 17   Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40   
    IRQ 17   Realtek RTL8168C(P)/8111C(P) PCI-E Gigabit Ethernet NIC   
    Memory Address 0xD0000000-0xDFFFFFFF   Intel(R) 4 Series Chipset PCI Express Root Port -
    2E21   
    Memory Address 0xD0000000-0xDFFFFFFF   ATI Radeon HD 4800 Series   
    IRQ 18   Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C   
    IRQ 18   Intel(R) ICH10 Family USB Universal Host Controller - 3A36   
    IRQ 19   Intel(R) ICH10 Family USB Universal Host Controller - 3A39   
    IRQ 19   Intel(R) ICH10 Family USB Universal Host Controller - 3A35   
    IRQ 19   Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20   
    IRQ 19   Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26   
    Memory Address 0xA0000-0xBFFFF   PCI bus   
    Memory Address 0xA0000-0xBFFFF   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    Memory Address 0xA0000-0xBFFFF   ATI Radeon HD 4800 Series   
    Memory Address 0xFED90000-0xFED93FFF   System board   
    Memory Address 0xFED90000-0xFED93FFF   System board   
    I/O Port 0x000003B0-0x000003BB   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    I/O Port 0x000003B0-0x000003BB   ATI Radeon HD 4800 Series   
    [IRQs]
    Resource   Device   Status   
    IRQ 9   Microsoft ACPI-Compliant System   OK   
    IRQ 16   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   OK   
    IRQ 16   ATI Radeon HD 4800 Series   OK   
    IRQ 16   Intel(R) ICH10 Family USB Universal Host Controller - 3A37   OK   
    IRQ 16   Standard Dual Channel PCI IDE Controller   OK   
    IRQ 16   Intel(R) ICH10 Family PCI Express Root Port 2 - 3A42   OK   
    IRQ 16   Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A   OK   
    IRQ 16   ASUS TV880 Video Capture (NTSC)   OK   
    IRQ 17   Microsoft UAA Bus Driver for High Definition Audio   OK   
    IRQ 17   Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40   OK   
    IRQ 17   Realtek RTL8168C(P)/8111C(P) PCI-E Gigabit Ethernet NIC   OK   
    IRQ 21   Intel(R) ICH10 Family USB Universal Host Controller - 3A38   OK   
    IRQ 21   OHCI Compliant IEEE 1394 Host Controller   OK   
    IRQ 21   TechniSat DVB-PC TV Star PCI   OK   
    IRQ 19   Intel(R) ICH10 Family USB Universal Host Controller - 3A39   OK   
    IRQ 19   Intel(R) ICH10 Family USB Universal Host Controller - 3A35   OK   
    IRQ 19   Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20   OK   
    IRQ 19   Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26   OK   
    IRQ 18   Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C   OK   
    IRQ 18   Intel(R) ICH10 Family USB Universal Host Controller - 3A36   OK   
    IRQ 23   Intel(R) ICH10 Family USB Universal Host Controller - 3A34   OK   
    IRQ 23   Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A   OK   
    IRQ 20   Creative SB Audigy 2 ZS (WDM)   OK   
    IRQ 22   TechniSat DVB-PC TV Star PCI #3   OK   
    IRQ 0   System timer   OK   
    IRQ 8   System CMOS/real time clock   OK   
    IRQ 13   Numeric data processor   OK   
    IRQ 4   Communications Port (COM1)   OK   
    IRQ 6   Standard floppy disk controller   OK   
    IRQ 1   Standard 101/102-Key or Microsoft Natural PS/2 Keyboard   OK   
    IRQ 12   Microsoft PS/2 Mouse   OK   
    IRQ 14   Intel(R) ICH10 Family SMBus Controller - 3A30   OK
    My detailed computer configurations can be found here: http://alpha.zimage.com/~ant/antfarm/about/computers.txt (primary computer).
    Thank you in advance.

    Quote from: NovJoe on 02-March-09, 23:10:05
    Force your NIC to run at 100Mbps full duplex and see how it goes.
    Check your router / switch ports as well as cables.
    I will try 100 Mbps if it happens again. So far, it hasn't occurred after installing the driver supplied by MSI's Web site and not RealTek's Web site. The room temperatures even got warmer like 83F degrees.
    As for router and switch, what am I checking for? Other computers didn't have any problems. As for cat5 cables, I already tried another one like I said in my original post.

  • Container element in task item text and task description inconsistent

    We use the purchase order release workflow 20000075: Workflow for release of purchase order
    The container element Release indicator (&_WI_Object_Id.ReleaseIndicator&) is used in the PO release effected task TS20000168 in work item text (title) and task desription (body text). 
    When we release the PO a workflow notification is send to the PO creator, the title text shown Release indicator = Z (released) and task body text shown release indicator = Z (same). 
    However, we do a cancel (undo) to the release of the PO, now when we view the same workflow nofication again the task work item text (title) shown Release indicator = Z (released) and task body text shown release indicator = X (blocked) -latest status.   
    In this scenario the title text does not updated with the latest release indicator value, the task body text does. Task work item title text and task body text is inconsistent for the release indicator. When we view the workflow notification at this point is confused with the release indicator Z and X (approved in task tile  and Blocked in task body text).
    Please help how to resolve this issue, any way to make the body text release indicator does not change once the notification is generated??

    This is very weird!!!!!  I will suggest you to check the binding such that the PO Object is binded from Workflow to Task and viceversa.
    Thanks
    Arghadip

  • Globals and Open_Form with new session

    How are Globals treated when calling Open_Form with the SESSION parameter? Are they session specific?
    I am trying to pass information between two forms within different sessions. Would parameters allow me to do this? Is there a way of passing globals between forms in different sessions?
    thanks in advance
    n

    Sorry but global variables are specific to session and do not span over multiple sessions. U could use parameter forms instead.

  • Raid manager and format utility inconsistency

    Hi,
    I have two A1000 module attached to Sun Fire 280 R with X6541A through both channels. Here is raidutil info for (c3t4d0 and c4t8d0)
    # raidutil -c c3t4d0 -i
    LUNs found on c3t4d0.
    LUN 0 RAID 3 381620 MB
    Vendor ID Symbios
    ProductID StorEDGE A1000
    Product Revision 0301
    Boot Level 03.01.02.33
    Boot Level Date 06/16/99
    Firmware Level 03.01.02.35
    Firmware Date 08/12/99
    raidutil succeeded
    # raidutil -c c4t8d0 -i
    LUNs found on c4t8d0.
    LUN 0 RAID 5 172345 MB
    Vendor ID Symbios
    ProductID StorEDGE A1000
    Product Revision 0205
    Boot Level 03.01.04.00
    Boot Level Date 04/05/01
    Firmware Level 03.01.04.68
    Firmware Date 06/22/01
    raidutil succeeded!
    # lad
    c3t4d0 1T04469376 LUNS: 0
    c4t8d0 1T03843281 LUNS: 0
    Those output actually reflecting the settings,
    But what format command gave me is inconsistent with raid manager:
    AVAILABLE DISK SELECTIONS:
    0. c1t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
    /pci&#64;8,600000/SUNW,qlc&#64;4/fp&#64;0,0/ssd&#64;w21000004cf092afe,0
    1. c1t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
    /pci&#64;8,600000/SUNW,qlc&#64;4/fp&#64;0,0/ssd&#64;w2100002037cd9c32,0
    2. c3t4d0 <Symbios-StorEDGEA1000-0205 cyl 43084 alt 2 hd 128 sec 64>
    /pseudo/rdnexus&#64;3/rdriver&#64;4,0
    Select 2 -->partition-->print
    Part Tag Flag Cylinders Size Blocks
    0 root wm 0 - 43083 168.30GB (43084/0/0) 352944128
    1 swap wu 0 0 (0/0/0) 0
    2 backup wu 0 - 43083 168.30GB (43084/0/0) 352944128
    so in format, c3t4d0 is actually reflecting c4t8d0
    Anyone can give me a hint,
    Thanks,
    Wei

    Yeah, you probably want to go through rebuilding the device paths. This amounts to removing everything in /dev/osa/dev/dsk, /dev/osa/dev/rdsk, and /devices/pseudo/rdnexus. Then performing
    a reconfiguration boot.
    If you're uncomfortable with this, open a service call, or look for
    the string hot_add, under Infodocs and Symptoms and Resolutions in the Sunsolve search engine.
    Another string is "Syncing lad and format".
    Good luck!

  • Case expression and ORA-00932: inconsistent datatypes

    I m trying to use the following case condition
    select
    case
    when
    count(exception.exception_number) > 1
    then 0
    else
      ENTITY_TYPE_DEF.NAME
    end as NAME
    In table exception , exception_number has a varchar2 datatype. My requirement is such as if the count of exception number is more than 1 , it should show 0 (integer ) and if not then show name column (varchar2) from table entity_type_def .
    My query fails with following error
    ERROR at line 7:
    ORA-00932: inconsistent datatypes: expected NUMBER got CHAR
    Please could someone suggest a workaround for above issue.

    Whatever is the data type of the first case result, it expects all case results to be the same. The first part of your CASE returns 0 which is a number, it expects the second part to also return a number but it returns a string. Hence the error. You can fix it by returning a string in the first part of your case which you do by putting single quotes around your 0.
    CASE WHEN count(exception.exception_number) > THEN '0'
    ELSE entity_type_def.name END

  • Sapscript and OPEN_FORM

    Hallo,
    i use the FM OPEN_FORM to send some Sapscriptformular
    per email. This works correct. The Formular is an Attachment in PDF. This is also correct.
    Now i want to change the email-Header and the email-Text
    to give the Receiver some Information.
    Is there any Parameter in OPEN_FORM to do this, or
    is there a special FM?
    I hope anyone has an Idea.
    Regards,
    Dieter

    Hallo,
    i solve it.
    Thanks for all help.
    Regards Dieter
    Here my Code-Extract:
    REPORT ZTEST.
    DATA: BEGIN OF DR_PARAM.
            INCLUDE STRUCTURE ITCPO.
    DATA: END   OF DR_PARAM.
    DATA: OTFDATA      LIKE SOLI     OCCURS 0 WITH HEADER LINE.
    DATA: PDFDATA      LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    DATA: PDF_FILESIZE LIKE SOOD-OBJLEN.
    DATA: OBJ_PACK LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE,
          OBJ_HEAD LIKE SOLISTI1   OCCURS 0 WITH HEADER LINE,
          OBJ_BIN  LIKE SOLISTI1   OCCURS 0 WITH HEADER LINE,
          OBJ_TXT  LIKE SOLISTI1   OCCURS 0 WITH HEADER LINE,
          REC_LIST LIKE SOMLRECI1  OCCURS 0 WITH HEADER LINE,
          DOC_DATA LIKE SODOCCHGI1.
    DR_PARAM-TDDEST    = 'LOCAL'.        "Ausgabegerät
    DR_PARAM-TDIMMED   = ' '.            "Sofort ausgeben
    DR_PARAM-TDPREVIEW = 'X'.            "Druckvoschau
    DR_PARAM-TDGETOTF  = 'X'.            "Ausgabe in  Tabelle
    CALL FUNCTION 'OPEN_FORM'
         EXPORTING
              DEVICE   = 'PRINTER'
              DIALOG   = ' '
              OPTIONS  = DR_PARAM
              FORM     = 'ZTEST'
              LANGUAGE = SY-LANGU
         EXCEPTIONS
              CANCELED = 01
              DEVICE   = 02
              OTHERS   = 03.
    IF SY-SUBRC <> 0. WRITE: / SY-SUBRC. EXIT. ENDIF.
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
              WINDOW = 'ADDRESS'
         EXCEPTIONS
              WINDOW = 1.
    IF SY-SUBRC <> 0. WRITE: / SY-SUBRC. EXIT. ENDIF.
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
              WINDOW  = 'MAIN'
              ELEMENT = 'ANSCHREIBEN_ANFANG'
         EXCEPTIONS
              WINDOW  = 1.
    IF SY-SUBRC <> 0. WRITE: / SY-SUBRC. EXIT. ENDIF.
    .... Here are more 'WRITE_FORM'
    CALL FUNCTION 'CLOSE_FORM'
         TABLES
              OTFDATA                  = OTFDATA.
    exit.
    CALL FUNCTION 'SX_OBJECT_CONVERT_OTF_PDF'
         EXPORTING
              FORMAT_SRC  = 'OTF'
              FORMAT_DST  = 'PDF'
              DEVTYPE     = ''
              LEN_IN      = ''
         IMPORTING
              LEN_OUT     = PDF_FILESIZE
         TABLES
              CONTENT_IN  = OTFDATA
              CONTENT_OUT = PDFDATA.
    prepare email (example)
    DOC_DATA-OBJ_NAME  = 'Report: ZTEST'.
    CONCATENATE SY-SYSID '/' SY-MANDT ':'
                'Übertragung von Testdaten'
                INTO DOC_DATA-OBJ_DESCR SEPARATED BY SPACE.
    email-User (U)
    CLEAR REC_LIST.
    CLEAR REC_LIST.
    REC_LIST-RECEIVER = '[email protected]'.
    REC_LIST-REC_TYPE = 'U'.
    APPEND REC_LIST.
    PACKING_LIST
    CLEAR OBJ_PACK.
    OBJ_PACK-TRANSF_BIN = ' '.
    OBJ_PACK-BODY_START = 01.
    OBJ_PACK-BODY_NUM   = 02.
    OBJ_PACK-DOC_TYPE   = 'RAW'.
    APPEND OBJ_PACK.
    CLEAR OBJ_PACK.
    OBJ_PACK-TRANSF_BIN = 'X'.
    OBJ_PACK-BODY_START = 01.
    DESCRIBE TABLE PDFDATA LINES OBJ_PACK-BODY_NUM.
    OBJ_PACK-DOC_TYPE   = 'PDF'.
    OBJ_PACK-DOC_SIZE   = PDF_FILESIZE.
    OBJ_PACK-OBJ_NAME   = 'Attachment'.
    OBJ_PACK-OBJ_DESCR  = 'Test'.
    APPEND OBJ_PACK.
    OBJ_TXT-LINE = '1. Line of email'.
    APPEND OBJ_TXT.
    OBJ_TXT-LINE = '2. Line of email'.
    APPEND OBJ_TXT.
    LOOP AT PDFDATA.
      OBJ_BIN-LINE = PDFDATA-LINE.
      APPEND OBJ_BIN.
    ENDLOOP.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
         EXPORTING
              DOCUMENT_DATA              = DOC_DATA
              PUT_IN_OUTBOX              = 'X'
              COMMIT_WORK                = 'X'
         TABLES
              PACKING_LIST               = OBJ_PACK
              CONTENTS_TXT               = OBJ_TXT
              CONTENTS_BIN               = OBJ_BIN
              RECEIVERS                  = REC_LIST
         EXCEPTIONS
              TOO_MANY_RECEIVERS         = 1
              DOCUMENT_NOT_SENT          = 2
              DOCUMENT_TYPE_NOT_EXIST    = 3
              OPERATION_NO_AUTHORIZATION = 4
              PARAMETER_ERROR            = 5
              X_ERROR                    = 6
              ENQUEUE_ERROR              = 7
              OTHERS                     = 8.
    CASE SY-SUBRC.
    ENDCASE.
    Programmende
    Message was edited by: Dieter Gröhn

  • Mac Pro with SSD and PPro acting doggy

    Not 'good doggy' either! I think maybe I blew it by placing EVERYTHING on the SSD - media files, scratch, application, everything. I kinda thought that since it's SSD it'd be faster than putting all my media on my internal 'Black Caviar' WD drive (which I've always done in the past). This is the first time I've tried it all on SSD, and the TL was acting very (excuse me...) doggy. The SSD is my startup, application and now, media too. It's 960 gigs, and the Mac Pro is running 10.8.5, 12 gigs ram. Built in '09, not terribly recent. So, should I just go back to placing my media on the Caviar? BTW, it's only the TL that gets doggy, the program seems fine in other ways. 10 minute piece, multiple clips and effects...

    Kevin, OK, I'm from SF too, and I DO say 'Doggy' but only behind her back. I suppose I might've said 'Not catlike performance'.

  • PS CS6 files not opening and text acting funny

    In the last day my copy of PS CS6 has been acting up.
    Firstly, when I started going to modify text that was already there by clicking on it with the text tool, the text would change to the text from another layer. For example, if I went to modify the text on layer 3, it would be replaced by the text on another layer such as layer 1. And this kept happening with every text layer.
    Secondly, now PS doesn't open any files for me. When I go to open an image or PSD file, I get a big white screen where the document should be. I can see the layers in the layer panel and PS doesn't crash but I can't see my files now.
    Any help would be greatly appreciated.

    Hi Oli-Flo2,
    Have you updated photoshop cs6 with the latest updates?
    That would be the 13.01 update.
    If not you can go to Help>Updates in photoshop cs6 to download and install the latest updates for photoshop cs6.
    What operating system are you using?

Maybe you are looking for