One peculiarity

I have seen that whenever I give "!" (Exclamation mark) as value in input field which is defined as mandatory in the selection screen, SAP ignores it and gives error message.If you provide any other special character as input, there's no problem.. why this peculiarity?

hi,
Previously in R/2, ! had the functionality of SPACE. Don't know whether this property has been inherited into the new version or not.
Secondly,
in screen painter when you are creating screen elements, there's an attribute NO TEMPLATE when activated the characters such as ! ? _ also can be used which otherwise initiate special functions in SAP.
With respect to special functionality this was my observation, it might be helpful to you...
One such special function (for u201C!u201D)  Can be seen in BSPs.
Starting and Ending a BSP Application  (ref. to SAP Library)
Use
URL parameters can be used to inform the BSP runtime environment to start or end a BSP application (corresponds to the OK code u201C/nu201D in SAP GUI) To do this, the Query String parameter sap-session cmd is added to the URL and the HTTP request is sent to the server.
To be compatible with SAP Internet Transaction Server (ITS) and the SAP Enterprise Portal (SAP EP), you can also use ~SAP Session cmd.
For a list of all system-specific URL parameters that have a special use in the BSP application environment, see System-Specific URL Parameters.
Procedure
The following commands are supported:
open: Restarts a BSP application that is running. The application is started if it is not running already. To be compatible with the Internet Transaction Server (ITS), the following abbreviated format is supported, whereby the page name is replaced by an exclamation mark (u201C!u201D):
Thanks
Sharath

Similar Messages

  • USB Keyboard Multimedia keys ; two input devices for one keyboard.

    Hi. I can't get my multimedia keys to work (Microsoft Wireless Laser Desktop USB keyboard). They don't show up in dmesg, xev, or the command line scan code program at all, even though the standard keys show as usual.
    One peculiarity is that the keyboard appears to be mapped to two devices /dev/input/event3 (the standard keys) and /dev/input/event4 (the multimedia keys) ; is there a way to "merge" the two inputs ? Is it a kernel problem ?
    TIA, Paul

    I solved my problem :-)
    Keyboard creates two event devices:
    lrwxrwxrwx 1 root root 9 lip 17 12:57 pci-0000:00:1a.1-usb-0:1:1.0-event-kbd -> ../event1
    lrwxrwxrwx 1 root root 9 lip 17 12:57 pci-0000:00:1a.1-usb-0:1:1.1-event- -> ../event2
    I had only first of it configured in xorg.conf (normal keys). I configured second device as below  (Identifier  "Multimedia keys"):
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Logitech Media Keyboard 600"
    Driver "evdev"
    Option "Device" "/dev/input/by-id/usb-Logitech_Logitech_USB_Keyboard-event-kbd" # it is my event1
    Option "XkbModel" "evdev"
    Option "XkbLayout" "pl"
    Option "evBits" "+1"
    Option "keyBits" "~1-255 ~352-511"
    Option "Pass" "3"
    EndSection
    Section "InputDevice"
    Identifier "Multimedia keys"
    Driver "evdev"
    Option "Device" "/dev/input/by-path/pci-0000:00:1a.1-usb-0:1:1.1-event-" # it is my event2
    Option "XkbModel" "evdev"
    Option "Protocol" "evdev"
    EndSection
    In Serverlayout I added entry for  InputDevice  "Multimedia keys":
    Section "ServerLayout"
    Identifier "Dual Head"
    InputDevice "Logitech MX620" "CorePointer"
    InputDevice "Logitech Media keyboard 600" "CoreKeyboard"
    InputDevice "Multimedia keys" "SendCoreEvents"
    Screen "Desktop"
    EndSection
    And almost all multimedia keys started to work.
    I had small problems with couple of keys which created keycodes greater than 255. I used keyfuzz to remap these keycodes to something smaller than 255.
    After that i scaned all keycodes with xev, and mapped them to keysymlinks with xmodmap.
    Now all media keys are working and I can configure KDE to use it.

  • PMTU discovery in IPv6 based on IPV6_RECVPATHMTU in Solaris 10

    Our application works with raw sockets and needs to discover PMTU of IPv6 paths.
    According to the RFC-3542 (http://tools.ietf.org/html/rfc3542, section 11) the socket option IPV6_RECVPATHMTU allows applications to know about the change of path MTU by receipt of new ancillary data item (IPV6_PATHMTU) which is delivered to recvmsg() without any actual data. Following construction should be used to enable this option:
        int  on = 1;
        setsockopt(fd, IPPROTO_IPV6, IPV6_RECVPATHMTU, &on, sizeof(on));In the online Sun documentation I found that this socket option is supported since Solaris 10 (http://docs.sun.com/app/docs/doc/816-5177/ip6-7p).
    However, in our test this socket option appears to be not working. After decrease of the PMTU via ifconfig and sending a big enough packet an ICMP (Packet Too Big) is received but there is no event with ancillary data item on the socket.
    One peculiarity that may be essential is that our application binds to a specific port in a raw socket (i.e. to IP address : port pair).
    Does anyone have information if the IPV6_RECVPATHMTU socket option is really supported in Solaris 10?
    Probably, ICMP should be off to be able to receive this event with ancillary data on the socket?
    Will appreciate any ideas how to make it working.
    Thanks in advance,
    Mike.

    Hi,
    I have a Sunfire V100 - and have the exact same problem. The settings are correct; I have configure dual-NIC cards many times in the past - but this issue is simply eluding me. I can swap in a Linux machine in router / ip forwarding mode and there are no problems, but when I put back in the Sunfire I encounter the same issues you have.
    In effect, packets from the LAN arrive at the NIC on the Solaris machine, but then don't get forwarded to the other NIC's gateway. I'm at a loss, but I have seen this problem pop-up (without answer) a half-dozen times in this forum alone, and multiple times on different support sites. Did you (or anyone) ever come across a solution for this? Is this not some easily overlooked yet possibly cryptic flag or variable that I've missed? Anyone?

  • All devices on network lose internet connection when Dell laptop connected

    I have successfully setup my AEBS network and am using two wireless clients--HP printer and Xbox access point (both 802.11 G) and a wired iMac that also is connected via Airport (so I can move it around if i want). I tried connecting my Dell Latitude D830 wirelessly and within a few minutes of connecting the AEBS loses internet connectivity. Unplugging and restarting the AEBS restores the internet but it just drops off again in less than 10 minutes. My question is, what might be causing this and what can I do about it? One peculiar thing to me is that I am using the WEP security option since the Xbox doesn't seem to support WAP2. When connecting the Xbox it reports the network as WEP but the HP printer and Dell Laptop but suggested the network was indeed WAP even though I'm clearing using WEP security. Maybe it's nothing but wanted to add for completeness.
    The Dell is running Vista Enterprise edition.
    Thanks for any help.

    I've noticed a similar issue. Any time my HP/Vista laptop is connected to my AEBS it loses the network connection at inconsistant time intervals(~10-15 min).

  • PR price to PO while creating PO

    Hi friends,
    Post to upgradation 6.0 from 4.70, we are facing one peculiar problem..
    Our scenario is:
    1. PR creation with Price
    2. Referencing PR for PO..Here price will be copied from PR
    Now problem:
    1. PR where there is no material master..Price is copied automatically from PR..
    2. Where as PR having Material master..Price is copied from Last purchase order..
    But we need for both the scenario, Price should be copied from PR..
    Kindly anyone can suggest solution for this scenario..
    regards,
    Sundaresan.k

    Hi,
    Are you sure this is an upgrade question, and not simply an MM issue?
    I suggest you test the same exact scenarios in your old 4.7 system and the 6.0 system.
    The functionality to copy the last PO price for POs for a specific material number was already present in 4.7.  This is controlled via the (usually automatic) creation of info records and also the EVO parameter ID which is configured in the IMG>Purchasing>Environment>Default Values for Buyer.  As long as you don't have a specific EVO parameter that has disabled the "last PO price" this is the standard behaviour.
    I don't believe a <blank> material PR will create any info record, so there is no feature to default the last PO price into a PO w/ref to a PR that is not material-specific (ex. a material group).
    In other words, even in 4.7 if you had a PO w/ref to a PR, and that material has already been purchased from the same vendor before, the last PO price will be proposed.  So I don't think this is an upgrade issue, I suspect a difference in the data you are using between the 4.7 and 6.0 system, user ID difference...etc...

  • Mavericks Notes App not syncing with iCloud

    The notes.app stopped syncing with iCloud after installation of Mavericks for users with networked home folders.  Was previously working properly with Mountain Lion.
    Notes syncing is enabled in icloud preferences.
    Signing out of icloud and signing back in does not fix the problem.
    Unselecting the notes checkbox and re-selecting has erratic effects->a)  sometimes crashing the notes.app unrecoverably (app won't reopen after force quite).  b) sometimes crashing the icloud system preferences altogether.
    All other icloud apps work fine: contacts, calendar, reminders, etc.   (all except icloud documents which is greyed out for users with networked home folders see: https://discussions.apple.com/message/23544576?ac_cid=tw123456#23544576 )
    Any fixes or work-arounds?  We use our notes app extensively and this is really debilitating.

    I was having the same problem with Notes not syncing. I also got duplicate notes. I found that spryt's solution fixed my syncing problem and signing in and out of icloud on my local devices finally fixed the duplicating notes problem. I am not using a networked home directory. Using Mavericks OS and believe the problem started with the upgrade.
    I did notice one peculiarity: on my iMac, it shows that I'm syncing notes to "All [email protected]". However, on my Macbook Pro, Notes shows I'm syncing to "All icloud". I tried to change my iMac to "All icloud", but I can't seem to find that preference. I hope they are one and the same.
    Syncing is almost instantaneous across devices including iphone and ipad now. If I find that I encounter any more problems, I'll update this thread.

  • IPad Notes App. not syncing with iMac

    I just set up my new iMac and began to sync my iPad (3rd Gen.) to the iMac over the iCloud with WiFi enabled.  Seems like everything syncs except for the Notes App. on the iPad.  When I open Notes on my iMac, I see "updating" listed on the title bar of Notes but nothing happens.  Any help or suggestions would be appreciated.

    I was having the same problem with Notes not syncing. I also got duplicate notes. I found that spryt's solution fixed my syncing problem and signing in and out of icloud on my local devices finally fixed the duplicating notes problem. I am not using a networked home directory. Using Mavericks OS and believe the problem started with the upgrade.
    I did notice one peculiarity: on my iMac, it shows that I'm syncing notes to "All [email protected]". However, on my Macbook Pro, Notes shows I'm syncing to "All icloud". I tried to change my iMac to "All icloud", but I can't seem to find that preference. I hope they are one and the same.
    Syncing is almost instantaneous across devices including iphone and ipad now. If I find that I encounter any more problems, I'll update this thread.

  • Delivery cost in scheduling agreement having time dependent condition

    Hi experts,
    We have one peculiar requirement.
    We have palnt at indonesia.  We are doing import there from india.
    Our requirement is as follows.
    1. We should use scheduling agreement with time dependent conditions.  Because we want to track the price changes and sometimes we want to retro pricing effect and revaluate it.
    2. We want to add importers vat and import tax.
    3. But those tax amount should not get added into inventory
    4. During MIRO it should get accounted to vendor.
    We could succeed this by removing "Time dependend condition" check in document type config.
    But our client is definitely required the point no 1.
    But when we activate time dependent condition check, during MIRO those conditions are not appearing.  But if you remove that check, it is appearing in MIRO accounting.
    Can any one suggest suitable solution?
    Or SAP MIRO will not permit this scenario?
    regards,
    K.Sundaresan.

    delivery cost will not work if u remove the tick Time dependend condition for SA
    SAP MIRO will not permit this scenario
    so u will have to decide what is more important to u and act accordingly
    Solution will be u ask client what is mor imp for there company
    as SAP will not support MIRO for deliver for time dependent condition
    I had a talk with SAP on this and they have told that
    SAP will not support MIRO for deliver for time dependent condition
    AS in Case of imports in india we need to do MIRO before GR
    hope this hel;sp

  • Issue in creating a STO Delivery

    Hi
    We are trying to create STO delivery for a particular product.
    There is enuf stock for the product in the supplying plant, however there is no  STO delivery created and control returns back to R/3 with  BAPI_APO_ATP_CHECK error.
    One peculiar thing abt the product is that the product has a field SATNR( Cross reference plant - which is populated with a configurable product.
    The configurable product is maintained in APO.
    Can you provide any leads what possibly could be the reason and if anyone has faced this kind of issue.
    Thanks
    Amruta

    Hi Amruta,
    There could be reasons like mismatches in stock, mismatches in sto between ECC and APO which can leads to non-delivery creation.  Also, please check whether the stocks are placed in storage location which will be recognized by APO for delivery creation.  The error you have received indicates that either the stock or the sto is not available at ATP during ATP check performed during delivery creation.
    Regards
    R. Senthil Mareeswaran.

  • Safari won't open on my Windows Vista PC

    Here is my scenario, I've had Safari working on my PC for some time now, but as soon as i updated to Version 4.0 (yeah some time ago) it just stoped working, i ofcourse upgraded to version 5.0 as soon as Safari 5.0 came out and still no luck i double click the icon, but i dont even get a flicker on the screen, so i uninstalled safari through control panel and even went as far as deleting the program files folder which housed the program but after installing the latest version from Apple still no luck.
    Heres a run down
    Windows Vista Ultimate Service pack 2 installed
    Itunes works just fine, Apple Software update works just fine.
    One peculiar fact is that i also tried google Chrome (second choice of course) but that wouldn't load either
    the only browsers that seam to work are Firefox (which crashes after a couple of minutes of use) and of course IE
    i figure something here is block webkit based browsers to work on this computer..
    but hopefully you guys can shead some light for me on what that might be or a work around i haven't been able to find searching the support forum here.
    Here are the programs i have installed
    Abbyy Finereader 8.0
    Acrobat
    Adobe AIr, Flash player, Reader, Shockwave Player
    Answerworks 5.0
    Apple Application support
    Apple mobile device support
    Apple software update
    Bonjour
    iTunes
    Java 6 update 24
    Logitech, Desktop Manager, Quick Cam, LogMeIn
    McAfee Security Scan and Center
    Microsoft .NET Framework 3.5, Framework 4 Client Profile, Money Plus, Office 2007
    Nero 7 Ultra
    PLATO Web Learning Network Clients
    Pop-Up Stopper Pro
    Power DVD
    Quicken 2011
    Quicktime
    Realtek Hi-Def Drivers
    TurboTax 2010
    Windows Live Essentials 2011, Syn, ActiveX
    Yahoo Messenger
    Yahoo Software update

    Could you check something for me please? (This isn't going to be a cure in itself, but can give us a heads up on possible causes of the problem.)
    Create a new user account on the PC with full admistrative rights. Log out of your usual account and log into the new one. (Don't use fast user switching to move between accounts.)
    Try to launch Safari in the new user account. Does it open in there, or do you get the same trouble as in the usual user account?

  • SAP R/3 to External System RFC issue

    Hi Experts,
    We have one Peculiar issue in our SAP R/3. Request you to help me in resolving this.
    Order Processing:
    During Sales Orders Processing, for every line item a RFC is being initiated from SAP R/3 to an external system called Trilogy Pricer to get the Pricing data.  Trilogy Pricer sends the Pricing data to SAP R/3 and the respective Orders are being processed in SAP R/3.
    Current Issue:
    The issue we are facing is that, once the Pricing data is sent to SAP R/3, Trilogy Pricer expects an acknowledgement (RFC_OK) from SAP R/3 in order to release the RFC connection.  Intermittently, Trilogy Pricer is not receiving this or any kind of acknowledgement from SAP R/3 causing the connection to hang which is causing several problems.
    For example:
    On every business day, there will be 50,000 Sales orders.
    So, 5 or 10 sales orders are getting hanged every day.
    We tried to simulate this issue in Dev and Stage environments by processing 30,000 to 40,000 sales orders.
    But we were unsuccessful, which means all the RFC connections were being closed as the external system is able to get the acknowledgements for all those orders from SAP R/3.
    We are having this problem only in Prod.
    Any thoughts to solve this issue is highly appreciated.
    Advance thanks for your great help.
    Thanks and Regards,
    Srinivasa

    Hi I am not sure if it was similar issue, but I once had a kindaa problem I solved using
    CALL FUNCTION func STARTING NEW TASK task
                  [DESTINATION {dest}]
                  [{PERFORMING subr}|ON END OF TASK].

  • SAP R/3 to External System RFC issue during Sales Order Processing

    Hi Experts,
    We have one Peculiar issue in our SAP R/3. Request you to help me in resolving this.
    Order Processing:
    During Sales Orders Processing, for every line item a RFC is being initiated from SAP R/3 to an external system called Trilogy Pricer to get the Pricing data. 
    Trilogy Pricer sends the Pricing data to SAP R/3 and the respective Orders are being processed in SAP R/3.
    Current Issue:
    The issue we are facing is that, once the Pricing data is sent to SAP R/3, Trilogy Pricer expects an acknowledgement (RFC_OK) from SAP R/3 in order to release the RFC connection.  Intermittently, Trilogy Pricer is not receiving this or any kind of acknowledgement from SAP R/3 causing the connection to hang which is causing several problems.
    For example:
    On every business day, there will be 50,000 Sales orders.
    So, 5 or 10 sales orders are getting hanged every day.
    We tried to simulate this issue in Dev and Stage environments by processing 30,000 to 40,000 sales orders.
    But we were unsuccessful, which means all the RFC connections were being closed as the external system is able to get the acknowledgements for all those orders from SAP R/3.
    We are having this problem only in Prod.
    Any thoughts to solve this issue is highly appreciated.
    Advance thanks for your great help.
    Thanks and Regards,
    Srinivasa

    Hi I am not sure if it was similar issue, but I once had a kindaa problem I solved using
    CALL FUNCTION func STARTING NEW TASK task
                  [DESTINATION {dest}]
                  [{PERFORMING subr}|ON END OF TASK].

  • Problem with file.listFiles() of File class??

    Hi all friends,
    Iam facing with one peculiar problem,Iam using [file.listfiles()] method of File class in my program and this method of file class introduced in Java2.Now when Iam runing on Mac OS classic(8 to 9)[it is my client requirement they can't change Mac OS classic to Mac OS X] it is giving me error file.listfiles() not found in java.io package coz in Mac classic I have used MRJ2.2.6(for runtime) and MRJ SDK2.2 which is based on jdk1.1.8 and this method[listfiles()] added in java2.But now for me I can't change this method in program coz it is a big code and I have to change lot of things in my program.Can any one plz tell me can i find any (java.io) package of java2 seperately in the from of .jar or .zip so that i can keep it in my MRJCLASSES folder and from there I can import it in my program.Eagerly waiting for reply.
    Regards
    Bikash

    Just use File.list(). There are minor semantical differences but they are easy to work around.

  • Time to time its giving error in the FTP connection

    Hi Gurus,
    Im doing File to File Interface. Im using FTP for File transfer and the message protocol is 'File'.  Im using the connection security as 'FTPS(FTP Using SSL/TLS) for control and data connection' and set the default command order.
        I have uploaded the required certificate in the FTP server and the XI server also. I can view the certificate in the keystore of visual Administrator. Its working fine. But the problem is time to time its giveing this error "Error occurred while connecting to the FTP server "170.135.128.149:20021": iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier"
    Can anyone please help to resolve this issue. i need to fix it as soon as possible.
    Regards,
    Rama

    Hi All,
      I m facing one peculiar problem with FTP server. I have desinged one R3 to FTP interface. I m trying to connect to FTP with secure SSL connection. For that we uploaded the certificate in the FTP as well as in the Visual administartor in the XI box. I didnt create any SSL socket for this. Our basis team told like we dont need this SSL socket stuff because here we are using FTP as a client. So just they uploaded the certificate in the trusted CA of Visual administartor. Our certificate is obtained from verisign. So the CN name in the certificate is Verisign. I didnt find any thing in the certificate other then this. In our communication channel we gave the hostname instead of IP address.  But here my problem is, When i send the file to FTP its giving error in the first attempt. After that the message retiried itslef, the file has been sent successfull in the retry process. Why it is always fails in the first attempt.
    Can anyone please help me to resolve this. I need to be fix today itself.
    Regards,
    Rama

  • Photo pages not appearing in IE browsers

    Hi,
    Now that I've worked out image quality issues in iweb 08, currently testing my published site (temporarily in protected directory test mode). Through Safari Develop Tool I've checked various browsers and all browsers display my site correctly except IE browsers. In all IE browsers I'm noticing the photo pages are not displaying my image thumbnails except captions. Hovering and clicking the mouse over where the image should be visible brings up the slideshow and images do appear. The photo album pages are less then 12 pictures per album; images have been optimized. So this is not the problem regarding the thumbnail pages. So what could it be? Javascript issues?
    Frustrated because this one issue is preventing me from displaying my site live! Of course, I could just forget about PC users but I have products I want to sell and don't want to lose potential customers. One peculiar glitch on a website scares people away.
    Been searching all over the internet for answers but growing more confused. Although new to safari's develop tool and unfamiliarity with javascript fixes, curious if clicking on debugging javascript would be a remedy. If so, what would I need to do to fix the disappearing images? Or, should I just accept that iweb 08 and IE are incompatible and inform my visitors to use non-IE browsers such as Safari and FireFox? Such a letdown!
    Help most appreciative!
    Cheers, June

    I figured it out!!!
    Somewhere along the way, the following permission class got added to the pagedef's of two of the pages but not the others
    <permission permissionClass="oracle.webcenter.security.auth.HierarchicalResourcePermission"
                  target="serviceID=oracle.webcenter.page,scopeID=s8bba98ff_4cbb_40b8_beee_296c916a23ed,resourceID=/oracle/webcenter/portalapp/pages/*<page name>*.jspx"
                  xmlns="http://xmlns.oracle.com/adf/security">
        <privilege-map operation="create" privilege="create"/>
        <privilege-map operation="delete" privilege="delete"/>
        <privilege-map operation="edit" privilege="update"/>
        <privilege-map operation="personalize" privilege="personalize"/>
        <privilege-map operation="view" privilege="view"/>
      </permission>once i added the permission class to the other pages they showed up in the navigation model.

Maybe you are looking for

  • ARD 2.2 and MacBook Pro

    I am sorry if this has already been answered earlier. I just bought a MacBook Pro and needed to install ARD on it. The only version I own is 2.2. After I installed it and tried to launch, I received a message that said I needed to update the software

  • Error 1311, missing file data1.cab

    I'm trying to install Acrobat XI but continue to get Error 1311. File data1.cab is missing, empty or something.  I've tried download the program several times. Each appears to be a successful download but won't install. I've tried disabling my spywar

  • I have error facing an error continuously on photoshop - Adobe Photoshop cc 2014 has stopped working.how can i resolve it?

    how can i resolve it?

  • Connecting ipod to my computer

    Up until tonight my ipod have been fine and it charges ok but..... When i connect to a usb to try and sync songs etc. its not recognized anywhere by anything have tried updating itunes using different usb ports and nothing. What is wrong?!?!?!

  • Non-Broadcast SSID being displayed on devices

    We have a couple SSID's that we don't broadcast.  Currently our desktop group is taking new Ipads out of the box, and they can see one of the non-broadcast networks. I've asked a couple of local wireless engineers, and they said they've noticed this