Disable the screen field of  quantity field

This User Exit is required for Validation check for Partial Delivery in reservation
Using T.Code MB22 the quantity in reservation once created and partial issue has been completed then it should not be allowed to change the qty. Quantity change can take place till an issue is made. which should be done in the migo tcode for
posting

my requirement is to print the cheque to my requirement in that i want to print date , vendor name ,ammount and ammount in words in a cheque which will be put into the printer
so i have modified the standard layout  F110_PRENUM_CHCK  in Z_F110_PRENUM_CHCK  and also the print program ZRFFOUS_C every thing i have done sucessuffuly and my cheque dimention is in width is 207 mm and height  is 94 mm. for which i  have created an output device in spad tcode  and i have design in portrait form .
and my printer is of HP laser jet and the device type is HPLJ5.
the problem  is when i am putting a physical cheque horrizontally into the printer the cheque is going into the printer
and getting printed into the required blocks of a cheque . but it is not comming out of the printer i have to manually open the catrig and have to take out the cheque , can any one give the
solution how to bring the cheque out of the printer automatacally when it is printer , its urgent.
Regards
sarfaraz

Similar Messages

  • How can we remove the following zeros from quantity field ?

    Hi All.
    how can we remove the following zeros from quantity field while populating ALV by using FM REUSE_ALV_GRID_DISPLAY ?
    eg:getting output zqty = 2.000
    but i need           zqty = 2.
    help me to reslove this issue.
    Regards.
    jay

    Hi,
      While populating the field catlog do the following thing to   avoid zeros.
      wa_fieldcat-tabname = 'I_OUTPUT'.    " Curr
      wa_fieldcat-fieldname = 'FWAER'.
      wa_fieldcat-seltext_l = text-023.
      wa_fieldcat-no_zero = 'X'.
      APPEND wa_fieldcat TO i_fieldcat.
      CLEAR  wa_fieldcat.
    Thanks,
    Khushbu.

  • Is it possible to disable the screen saver for a certain app?

    Is it possible to disable the screen saver just while a certain application is running?
    The app seems to crash when the screen saver comes on.
    Just so you know, application I'm using is Hogwasher; a newsgroup reader.

    Not really. Just disable it manually when you run that application. Then, send off a bug report to the app's developer and tell him to update it for the latest Tiger. Alternatively, use another newsgroup reader.

  • Can you disable the screen shot feature?

    I need to be able to disable the screen shot feature.  Anyone know how to do this?

    I can't tell you how to use it, but I do know that the iPhone Conficuration Utility can be used for this purpose.
    http://support.apple.com/kb/DL1465
    Matt

  • I need to disable the screen code airplay

    I need disable the screen Code of AirPlay because every time I want to do a doubling in the AppleTV asks me this code?

    First, stop being impatient.
    Second, turn it off in Settings on the ATV.

  • Is there any way programmatically to disable the screen shot capture using Home   power button in the iPad device?

    Hi Team,
    Is there any way programmatically to disable the screen shot capture using Home + power button in the iPad device.We need to avoid the screen capture option due to security reason.
    thanks ,
    Bala

    Hi Peace, Clyde,
      Thanks for information. Using the API  UIApplicationUserDidTakeScreenhotNotification (iOS7)  send the notification after the screenshot taken.  Using this api is it possible to block the screen shot caputure option.
    Thanks and Regards,
    Bala

  • How to disable the screen of copyright  at logon?

    Hi,
    How to disable the screen of copyright  at logon?
    "   SAP user name...............
         Last system logon...........
         Copyright(c) SAP AG 2002.
         All rights reserved.
          License expires on........... "
    Vitalii.

    HI,
    As I know this is not possible, due to license agreement between SAP and DB vendors.
    This popup should appear only frist logon and if you again logon with other language.
    You can disable it but NOT recomended do change coding
    screen 020 of SAPMSYST.
    Ask you developers to check that.
    Best regards,
    Peter Nechala

  • Quick way of disabling the Screen Saver

    Hi - is there any way of quickly disabling the screen saver when giving a presentation.
    I know about using a corner on the screen but that means the mouse has to be kept there and using it to scroll through the presentation may mean the screen saver becomes active if you move it out of the corner by mistake.
    Thanks

    There's really no need to disable it; the screen saver won't activate while playing a presentation in Keynote.

  • Disable the Screen Field

    Hello Abappers,
    I have two radio buttons and two text box.
    The text box refers to data dictionary and named as
       ZIXHR_S_APPROVAL-APPUSER
    ZIXHR_S_APPROVAL-APPORG
    When i click on a radio button the first text box should be disable and similar with the secon one.
    How to disable the text box from the screen?
    Please reply soon.
    Regards,
    Rahul

    Hi,
    Try the code given below.
    Regards,
    Wajid Hussain P.
    if rb1 = 'X'.
    loop at screen.
    if screen-name cs 'ZIXHR_S_APPROVAL-APPUSER'.
      screen-input = 0.
      modify screen.
    elseif screen-name cs 'ZIXHR_S_APPROVAL-APPORG'.
      screen-input = 1.
      modify screen.
    endif.
    endloop.
    else.
    loop at screen.
    if screen-name cs 'ZIXHR_S_APPROVAL-APPORG'.
      screen-input = 0.
      modify screen.
    elseif screen-name cs 'ZIXHR_S_APPROVAL-APPUSER'.
      screen-input = 1.
      modify screen.
    endif.
    endloop.
    endif.

  • How To: Disable the Print button until Required Fields are filled out

    I have a PDF Form that I have created using LiveCycle Designer 8. On my PDF Form, I have a bunch of fields that are required. Is it possible to disable the Printer button until the user fills out all the required fields? We don't want a user being able to print out an incompleted form.

    It's not possible.
    However, you can create buttons on your document that "help" the user print
    just a part of the document: a certain page range, just the current page,
    etc.

  • Shouldn't the proximity sensor disable the screen during call w/headphones?

    I've noticed that the proximity sensor does not automatically disable the touchscreen when I'm on a call if I have the headphones plugged in.Is this the case for others as well? Since I keep my 3GS in my pocket during these calls, what tends to happen is that the "end call" (or whatever it is called) button gets pressed from my movements and my call terminates at some point.
    Does this make sense?

    I am experiencing the same issue. This has not been fixed as of 7.0.3. It's a very annoying issue since it completely breaks the "hands-free" benefit of using siri. Now I always have to take the phone out of my pocket, voice dial, turn the screen off, and put the phone back in my pocket. very hard to do on a bike.

  • Disabling the screen

    Hi,
    I have written a swing program and am running it through windows. I was wondering if there is any way of disabling the rest of the screen ie : the start button and the rest of the desktop when the program is run until they click on the exit button I have designed which closes the program.
    Thanks in advance
    Craig

    Hi,
    I don' t think, that you can suppress all the functions and there must be system-calls to Windows also - e.g. for making the taskbar invisible - and how to prevent the taskbar from redisplay, when then user shifts the mouse to the lower edge of the screen?
    I personally would not use programs, that try to isolate me from my other tasks - i.e. programming, mud-windows, chat-channels, Forum and so on, only because such a "selfish" program runs - I would run the selfish program no more - think about that - I guess, more users are thinking that way too.
    greetings Marsian

  • How do I disable the screen from moving when I move the cursor on an ipad?

    When I move the cursor, sometimes the whole screen moves.  I need to disable this.  Suggestions?
    The zoom is already turned off under system preferences.
    Sincere thanks!

    air84 wrote:
    Pogopossum & Julian Wright,
    I am using iteleport.  But regardless of the app, what I would like is that I can move my finger/cursor around the screen to select things without having scrolling (moving the entire screen up/down/left/right).  This is something the ipad does regardless of the mirroring app.
    Thank you!
    Sounds like you have zoomed in. Can you see the clock and battery at top?
    Three finder double tap drag down to zoom out.
    See this -> http://support.apple.com/kb/HT4064

  • How can I disable the screen dimmer as the screensaver starts?

    I want to see my screensaver pictures but the OS dims the screen so much I can't really see it. I turned off the "dim before sleep" settings in the system preferences, but that must be a different setting. The screen still dims within just a few minutes of not touching the computer after the screensaver starts.

    It's one of those annoying bugs that seems to still be around.
    Happens in 10.3 and 10.4 too on some Macs.
    I just learned to ignore it because it's still happening on some of my Macs as well.
    Scott

  • New computer at work, multiple users, I want to disable the feature that completes a field automatically when the first letter is typed - i.e. login info

    I've got Firefox 3.6.13, on Mac OSX btw.

    [http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > Privacy > History: [ ] "Remember search and form history"
    See also [[Form autocomplete]]

Maybe you are looking for

  • How to customize the Product Item lines numbers incrementation in Orders?

    Hello everyone, We are using structured products in CRM 7.0 that are replicated from ECC SD. These products consist of a high level product to which are attached sub-level products (BOM in ECC SD). When we select a high-level product in a CRM sales t

  • OSA - ERROR while downloading \ uploading appraisal template

    Hello! May be some of you came across the same problem: when appraisal template using object Q as reference object for VB or VC is being uploading into the other client it is copied with error. The relationship 607 between objects is not ceated in th

  • Display Port HDMI Cable for Lenovo X220

    I want to connect my X220 laptop to TV . Need to know which of the following options will work for me to transmit both audio and video from Laptop to TV.  1. http://www.amazon.com/6feet-Displayport-male-HDmi-male-Adapter-Cable/dp/B001TUZ6EU/ref=cm_cr

  • Magic mouse disconnecting for a few seconds, pretty often

    Wireless, changed the batteries so its not that.. getting annoying Help please?

  • Functions in Graphical message mapping

    Hi All, I hve a scenario where i have to use various functions in Graphical mapping tool like lastindexof,  format number, etc etc . Can anyone has sample examples explainng the functionality of all the functions in message mapping tool. Atleast a fe