How can I turn off "customizing request"?

I'm programming a BDC program for KSV1. When I run the program i got a message saying "customizing request" and the program stops waiting me to put a request number. Is it possible to turn off "customizing request" setting for KSV1? or is there any way to input request number automatically?
thanks.

Hi,
Consult your Basis consultant.He will be able to help you in this case.
Regards,
Amrish Purohit

Similar Messages

  • How do i turn off the request to offer to remember passwords for a site ?

    ever since i upgraded to the new firefox verson i constantly get ask..
    Do i want to remember password for this site ?
    option one is......... Never remember password for this site
    option too is............ not at this time
    before i turn off the comptuer . i always clear my history . which is why it constantly keep asking me..
    How can i turn off this request forever and quit asking me.
    concern as one of these days i will hit the wrong button and it will remember password.. and that will be wrong
    thanks
    Frank

    Set Firefox not to remember passwords.
    * Tools > Options > Security: Passwords: [] "Remember passwords for sites"
    If you've already saved passwords then remove saved Password(s) here:
    * Tools > Options > Security: Passwords: "Saved Passwords" (Show Passwords)
    * http://kb.mozillazine.org/Password_Manager

  • E72 - How can i turn off the keyboard lock functio...

    How can I turn off the keyboard lock function?  If I don't want it to auto lock after 5 mins but stay active, can I turn the auto lock off completely?  I've checked Control Panel - Settings - General - Security - Phone and SIM Card and there appears to the the option, but when you try and select 'off' it doesn't allow you to turn it off.... Help?
    Solved!
    Go to Solution.

    "it is there my frend., go to Menu - Control Panel - Settings -  General - Security - Phone and Sim Card
    then scroll down and select keypad auto lock period"
    Got it from...
    /t5/Eseries-and-Communicators/E72-shortcut-key-key​pad-lock/m-p/572418 bout halfway down. I know I had a google need to find this answer.
    Samsung Galaxy S4 'Black' (current)
    My N9 Black (backup phone)
    My N8 Green runnin Xeon^4 3.2.1
    My E72 White
    My E63 BLUE
    http://www.youtube.com/Jeahavee
    http://www.reverbnation.com/jeahavee
    Stop with the popup notes Nokia sheesh I don't need help from you :/
    I run Windows 7 Home Premium 64bit/Black Opal on my HP Dv6 1030us (DiViUs)
    Windows 7 64 bit Pro and Black Opal on my custom desktop (Giniro)

  • How can I turn off the transition effect in Spaces?  - It's making me sick!

    How can I turn off the transition effect in Spaces?
    Can I do this through the terminal somehow?
    I have three monitors and the transition effect is giving me motion sickness.

    Hi,
    I'm afraid there does not appear to be anyway of turning off the sliding transition in spaces. There's no option to turn it off or to change it to another effect.
    I use spaces all the time as I have a 15" MacBook Pro and it's incredibly useful to have a screen dedicated to e-mail and IM and another for Safari and two other screens for applications. There's just not enough screen real estate for all those windows. I think Spaces is one of the most useful user features of Mac OS X.
    Maybe we should send in a feature request to Apple? I used to use some third party software to do the same before Spaces was released and it had a selection of transitions or none at all.
    Personally, I'm now used to the transitions but as I don't have multiple monitors perhaps I'm being spared the motion sickness!
    Good luck.
    Andy E

  • How can I turn off upgrade/update to Yosemite?

    Having tried the Yosemite Beta, I've decided to stay with Mavericks for a while. How can I turn off the notification / blandishment / request asking me to  upgrade / update to Yosemite so I don't inadvertently wipe out the hours & hours of effort it's taken me to revert to Mavericks on my MacBook Pro?
    I'm not opposed to going to Yosemite, but I need to be able to afford to upgrade from 2Gb RAM in this old MacBook Pro before it will make any sense.

    In your Adobe Application Manager you have something like this:
    Remove the tick marks (I believe you guys call it check marks) against the product for which you don't need updates.  See the red boxed item.  Also make sure the right side has the two ticks as shown because that is always required.
    G/L

  • How can I turn off the daily nagging about software updates?

    How can I turn off the daily nagging about software updates?
    I am _very_ annoyed at having to answer this every day, day after day after day.

    Thanks, PJRS.
    But if I'm reading that right, the only way to get the nagging to stop is to accept all the download that Software Downloads suggest. 
    Quite often it pertains only to software I never use. In these cases, I'm not interested in downloading it.
    And also -- if I'm understanding that document -- I have to respond every time the nagging drops down (at least once per day).
    99% of the time I have no desire to download the suggested software.
    In ANY case, it is outrageous that the software resorts to harassing a customer without at least a readily visible means to turning it off
    SO -- please let me know what I'm misunderstanding -- thanks..

  • How can I turn off the WLS 6.1 security in order to develop my own application-based security module?

    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit our company's needs.
    The security requirements are that, users' password need to be aged (30 days maximum) and we need to provided a GUI front-end (JSP) to allow users to change their password when these expire after 30 days.
    Our internal contacts in the company, have already taken the lead to find out about whether we will be able to use the WLS 6.1 platform to do this and the answer we got back, was.
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our own application-based security module?
    2. How can we develop a security module that allows us to age users' password and provide them with facilities to change their passwords when these expire?
    At the moment, we are using the default BEA WebLogic login.jsp page and there some configuration in the web.xml for this. I will be grateful if you could advise me on how to turn this default security off so that we can write our own security module.

    hi,
    1.You can write your own realm in 61 which can plugged for your security
    calls.
    2. once you write your ownrealm.. you can access it through weblogic
    api/ur api..
    thanks
    kiran
    "Richard Koudry" <[email protected]> wrote in message
    news:3dd0d081$[email protected]..
    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit ourcompany's needs.
    >
    The security requirements are that, users' password need to be aged (30days maximum) and we need to provided a GUI front-end (JSP) to allow users
    to change their password when these expire after 30 days.
    >
    Our internal contacts in the company, have already taken the lead to findout about whether we will be able to use the WLS 6.1 platform to do this and
    the answer we got back, was.
    >
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our ownapplication-based security module?
    >
    2. How can we develop a security module that allows us to age users'password and provide them with facilities to change their passwords when
    these expire?
    >
    At the moment, we are using the default BEA WebLogic login.jsp page andthere some configuration in the web.xml for this. I will be grateful if you
    could advise me on how to turn this default security off so that we can
    write our own security module.

  • How can I turn off my battery percentage warning?

    HI, how can I turn off the battery warning on my 4s phone? It freezes up my aps if I am using them when it comes on of when any pop up warning comes on like wifi network indicators. I can turn those off but not the battery thing.

    You can let Apple know here http://www.apple.com/feedback/

  • How can I Turn off my AppleTV

    How can I turn off my Apple TV?

    There is no power switch. You cannot turn off your Apple TV. You can only put it in standby (sleep) mode. To power the unit off your only option is to pull the plug.

  • How can i turn off my apple tv

    how can I turn off my apple tv? i can't , i don't know how...

    You don't. Just don't use it for a while and it will go to sleep, but it cannot be completely turned off (aside from unplugging it).

  • How can I turn off the yellow pop-up tool tips?

    Howdy,
    I have searched high and low in the preferences and found nothing that does the trick. How can I turn off the yellow pop-up tool tips?
    See attached screen shot. They are incredibly annoying. It's probably obvious, but I cannot find it anywhere on internets or this forum.
    Thanks!

    Thanks Nancy. Unfortunately that doesn't do it. I turned those off awhile back. Nor can I find anything under VIEW that seems to make a difference.  Just FYI: I'm on a Mac OS w/Dreamweaver CS6 - but this has happened on previous versions of DW. Thanks again.

  • How can I turn off the sound from the original midi  or audio tracks when I turned on the duplicate tracks for editing ?

    How can I turn off the sound from the original midi or audio tracks when I edit or listen to the duplicate tracks in Logic Pro 9 ?
    I'm using iMac desktop with Mac OS X Version 10.7.3. Pls advise.

    Dan,
    It sounds like one of your preferences has changed.
    Go to preferences > audio > general, and make sure "track mute/solo" is set to "CPU saving (slow response)". It is probably set to "Fast " at the moment.
    This setting (fast) basically causes immediate muting from the channel strip while your song is in play. This is because the audio is still being read from the hard drive, but the channel strip is simply muted.... like a hardware mixer. When set to "CPU saving", the audio from that track, when muted, is actually stopped from streaming from the hard drive, but there is a couple second delay before the audio is actually muted.
    One would think that the fast setting is generally preferable, except when you need to do what you are doing. The only way to keep duplicate copies of channel strips acting independent of one another is to leave this setting on the "CPU saving" setting.
    Hope that helps

  • How can I turn off sound controll whele on the Satellite A200

    How can I turn off the external sound controll in front of laptop - the wheel? It does not work, sound volume is permanently muted.
    OS: MS Windows XP
    Thanks

    Thank you Jaba,
    it is Toshiba Satellite A200 Series. Drivers, its configuration and configuration of operating system is OK. The wheel is mechanical damaged, so that is the point. I have to disable its function in operating system. But where can I disable it? I have tried to uninstall Toshiba utilities (controls, hotkeys), reinstall drivers. I have tried to find an option in BIOS, there was no one.
    btw: I am a linux administrator, but I have advanced knowledge of windows systems so you can be short.

  • In a Google search, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off th

    In a Google search within a Firefox session, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off this highlighting?

    Try to clear the Google cookies and redo those Google options.
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"

  • I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset?

    I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset/earphones?

    Other than iMovie, GB always incorporates the audio files into the GB package. So just save or move the GB project to the external drive, and you're done - anything you import, edit or record will be saved to the external drive.

Maybe you are looking for

  • Error when starting MI client 7.1

    Hi! I have developed a web dynpro application for handheld and it is working on the NWDS simulator. Now, I want to test my application on a mobile device with OS Windows Mobile 2003. After installation of the required files (see below), the popup "Lo

  • Changing the Header in a Hybrid Web Container app on BlackBerry

    Hello Experts! I am trying to add a custom header to Hybrid Web Container Apps on SUP 2.0.  It would be nice to add branding or additional text - even the ability to center the text would be nice.  I have tried various jQuery approaches and can see t

  • Two problems with SelectManyShuttle

    Hi, I've been trying to implement a SelectManyShuttle to edit a detail table in a master-detail relationshiop, mostly adapting code from the example in FOD (user/customer interests). The page has a tree for the master table and the shuttle for the de

  • Instead of publishing to mobileme, iWeb simply crashes

    I publish to mobileme, and it just freezes and becomes unresponsive...HELP!

  • Digitizer Palzy

    I've recently experienced several episodes of the screen locking-up to the point that stylus inputs are ineffective.  These episodes usually occur after the screen has been on for a while and almost seem as though the heat generated by the device is