Avoid the printing of Pallet lebel address in transaction VL02N.

Hi Friends,
We  confirms a T/O via transaction LT12. Once the T/O is confirmed , then i opens up Transaction VL02n and u201CSAVESu201D the screen. Once I hits save, the system will generate the u201CINTERNAL PACK LISTu201D and the u201CPALLET ADDRESS LABELSu201D automatically. The Internal Pack list is fine the way it isu2026.
Once I saves his transaction in VL02n, I would like a box to come up that asks  to print pallet labels and if so, how many. Then i would save the screen and, if selected , the pallet labels would print.
Can anyone tell me how to do it? weather to use userexit , customer exit or badi?
Plz help me..
Thanks and Regards,
Rakesh.

I would probably pick an unused delivery header field to store the number of pallet labels the user wants. This will be updated by a popup window during a user exit or BAdI implementation. BAdI LE_SHP_DELIVERY_PROC / method SAVE_DOCUMENT_PREPARE or the good ole' USEREXIT_SAVE_DOCUMENT_PREPARE in SAPMV50A could be utilized for this.
Then a proper VOFM requirement routine assigned to the print conditions could check the header field value. If it is not 0, the condition is fulfilled and the pallet label print request is created.
We'd want the field ANZAL in NAST to be set to the number of labels entered by the user... I don't know off the top of my head where can this be done while the output request is generated during the document save process, so this needs a bit of investigation but it's doable if I remember correctly.
Alternatively if setting NAST-ANZAL doesn't work out, the print progam could handle the number of the labels that are printed when the print request is processed.
There is no need to create a custom transaction to achieve this...

Similar Messages

  • How to avoid the printer device option screen when calling smartform?

    Dear gurus
    i have create a smartform and i have called it from my program.
    i dont want to show the printer device options how can i achieve that ?
    below is the code for calling my smartform.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname                 = 'ZSNAK_VF03_PRINTING'
       IMPORTING
        fm_name                  = smart_form_function_nm
       EXCEPTIONS
         no_form                  = 1
         no_function_module       = 2
         OTHERS                   = 3
      CALL FUNCTION smart_form_function_nm
        EXPORTING
          itab1              = itab1
          temp4              = temp4
          temp3              = temp3
          ref_doc_no         = ref_doc_no
          po_no              = po_no
          printno            = printno
        TABLES
          itab_tab           = itab_tab
        EXCEPTIONS
          formatting_error   = 1
          internal_error     = 2
          send_error         = 3
          user_canceled      = 4
          OTHERS             = 5.
    Regards
    Saad Nisar.

    Hi,
    check this link
    smartforms  -   print option
    Regards and Best wishes.

  • How to change printer's Gateway IP address

    Trying to setup wireless networking on my Officejet 6500 Wireless
    When working thru the configuration, utility reports:
    The gateway IP address 0.0.0.0 of the printer does not match your router.  Reconfigure the setting on your printer to match.
    How do I do that.  I can't find any mechanism.
    I do have Norton firewall, and running some of the [HP printer] utilities complains about it (when I try to troubleshoot), but I have now disabled it, with no luck re-configuring/installing the wireless for the printer.
    PC wireless address (VistA) 10.0.1.4
    printer 10.0.1.198
    default gateway should be 10.0.1.1
    primary DNS is 10.0.1.1
    network is built onb Airport Extreme, to cable modem.
    thanks
    This question was solved.
    View Solution.

    It sounds like your printer is connected wirelessly to your router (the IP of 10.0.1.198 seems valid).
    Your best bet is to set a static IP for the printer and set the gateway at the same time.  Here is how:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP.  Enter the current IP address.
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Leave the gateway and DNS blank.  This should take care of the error you are getting.
    - Click 'Apply'
    Now, shut down the router and printer, start the router, wait, then start the printer.
    After this you may need to redo 'Add a Printer' using the new IP address.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Printer needs static IP address - I think I know what to do, but not sure

    I got a new HP 8500A wireless network printer. I have used a US Robotics MAXg wireless router (Model 5461A) for years with zero issues. I have 2 Windows XP PRO computers, and 1 Windows 7 Home Premium. (Plus the Wii, a Kindle, Blu-Ray player, and couple cell phones at various times on the network.)
    When I first installed it, the IP address was 192.168.2.9. Today, one of my XP computers couldn't find it, and the IP address had changed to 192.168.2.4. (I have no idea why the other two computers caught the change.) My understanding is that I need to give the printer a static IP address.
    My Router status page says that the DHCP server uses a range from .2 to .31.
    Therefore, this is what I think I need to do:
    In my printer network settings, I need to change from "automatic" to "Manual" with the following values:
    IP = 192.168.2.32
    Subnet = 255.255.255.0 (from router LAN status page)
    Default Gateway = 192.168.2.1 (from router LAN status page)
    DNS server = 192.168.2.1 (from router LAN status page)
    Alternate DNS server = ?? I have no idea for this one
    Then I have to re-install the printer on all three computers with the new static IP, right?
    Do I do anything to the router?

    You have it right.  For ease of input, use the printer's Embedded Web Server (EWS).  Type the current IP into a browser from any of the PC's and you will see it.  Navigate to the Networking tab, then choose IPv4 on the left (or similar, there are getting to be a lot of variations in the EWS structure).
    Leave the second DNS server blank.  You should not have to do anything in the router, except perhaps reboot it with its power cord to issue the new IP.
    After that you should be able to delete the printer in the PC's control panel and then re-add them.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Tracking the printer usage

    Hi,
    I'm new to Linux administration. Is there any log file available to check for the printer usage in a network, which gives details like
    1) user who gave the print command
    2) IP address of the machine from which print command is given
    OR
    can we write a script to manage it...
    OR
    is there any tool available for doing so...
    Thanks in advance...
    Srikanth

    Assuming that you are using cups as the print manager, there are log files in /var/log/cups
    If this doesn't answer the question, you might want to look here: http://www.linux-foundation.org/en/OpenPrinting/Database/ErrorLogFAQ
    cheers,
    R

  • I cannot install a Canon MX420 printer to my Imac.  It will not show up in the printer preference bar

    I am trying to install an all-in-one printer CanonMX420 and the printer is not showing up as a printer option.  At a loss

    Have you downloaded latest drivers from Canon web site ?
    Have you tried setting the printer using its IP address ? (you can configure it either from the web interface embeded within the printer or via the config screen)
    Mine is just showing up in the preference pane. My only issue (after having setup vuescan and removing it) is that I can not access it using default interface. I have to use VueScan and nothing else...
    But i's working fine.

  • The print tab does not work in mapquest

    The print tab does not work in mapquest

    You are on the right track to getting the printer installed regarding firewall but perhaps it has saved in a different port on your computer than can communicate correctly.  Search Devices and Printers on the Windows 8 PC so you can pull up the printers' folder. Do you see the Officejet 6500 in here (meaning have you installed it again)?  If you do not see it here, check your Print Server Properties and make sure the driver is not in here either, if so remove it.  Restart the Print Spooler. Make sure you uninstall it completely and shut down the PC (see video link on how to uninstall HP drivers and restart the print spooler in Windows 8 if needed).
    Remember to re-install the Full Feature Software and Drivers (for your OS and region) when the PC reboots.  Try the test print and if it does not print:
    1. Right-click on it and select Printer Properties.  
    2. Under the Ports tab make sure you see the printer's IP address here or a serial number.  Sometimes the HP network -rediscovery ports can be tricky.  
    3. When the printer is high-lighted in this window, click Add Port.  
    4. Select Standard TCP/IP and follow the rest of the prompts in the Wizard to enter in the printer's current IP address.
    5. Try to print.
    If this does not help you, you may have other computer problems.  
    Have you ever installed a printer on this PC before?  
    What is the name of the anti-virus software you use?
    Are you on a server, proxy, or other elaborate wireless setup?  
    Answer those questions for me please if the above information does not help you. I will do my best to assist. 
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • I can not find the printer email/code to get more apps on my Photosmart Plus B210

    My printers App section has the "get more" button and it directs me to  HPePrintCenter.com , so I doubt it isn't compatible. However, when I follow the directions to get the printer's email/code the Wireless Network Test Report that prints automatically when I re-establish the wireless connection there is no information suggesting  the printer has such an address.
    I am absolutely lost as to how to get this code now.
    Any help would be appreciated. =D

    I bought a HP Officejet 6500A Plus e-All-in-One. setup was quick and easy and nothin went wrong as far as I know. my problem is that I cant add a printer in my account at the hpeprintcenter because it asks for a printer code. It says my printer should of printed it out after the setup. that didnt happen. so now i cant find it and dont know where to look. the only icons on the display of the printer are the fax setup wizard, wireless network wizard and an icon called 'Discovery'. within discoery there are icons named eprint, and web app and two others i cant think of. when I click on one of them, it doesnt bring up options for settings, it just brings up little 'animations'. what should I do? is there a way to restore the printer completey and start again? or any other solution? It's connected via wireless if thats relevant. Thanks for your help!

  • I have an epson xp600 and a mac book pro. Wireless printing is OK if I'm lucky for one time only then a 'failed to connect' message so I have to delete and re add the printer to get it working again (but just once!) then the same occurs. Why?

    I have an epson xp600 and a mac book pro. Wireless printing is OK if I'm lucky for one time only then a 'failed to connect' message so I have to delete and re add the printer to get it working again (but just once!) then the same occurs. Why?

    I am not certain this will fix your problem but I suggest you assign the printer a static IP address.
    Using the printer's front panel, select Menu > Network > WLAN > TCP/IP > Boot method, and change it to "static". Provide a static IP address that is on your LAN's subnet.
    For example, if you are using an AirPort Extreme, you might give it an IP address of 10.0.1.100. If you are using a Netgear or Linksys router that defaults to issuing 192.168.x.x addresses, you might give it an address of 192.168.1.100. That way, the printer will always "reside at the same address" on your network. If your router has the ability, you should reserve that address so that the router does not attempt to assign it to another DHCP device.
    Then, go to System Preferences > Print & Scan, and delete your existing printer with the "–" (minus) button. Add it again, using the "+" (plus) button. In the window that appears, select the IP pane, and from the Protocol menu select "Line Printer Daemon (LPD)". In the Address field type the IP address you gave your printer.
    If all goes well the "Pring Using" field will detect the printer at that address and automatically select the appropriate driver. You will see something similar to the following screenshot ("name" can be whatever you decide, and "location" is optional):
    Click Add, then you can close System Preferences.
    There are other possible reasons your printer is "not responding" which could include wireless interference from competing wireless networks, but try this "static IP" method first. It should mitigate the problem.

  • Need to Find out the Print Program

    Dear All,
    I am designing a layout for the Printed stationary (cheque Print). I am stuck in a place where in i am not able to find the Print Program.
    Can anybody please help me.
    With rgds
    Ranjith Singh

    Hi Ranjit,
    USe TNAPR table to check for the print programs.
    Alternatively use NACE transaction and select the Application relavant to you and check out the output types and their settings.
    Cheers
    VJ
    Message was edited by: Vijayendra  Rao

  • How to disable printing "Issue Output to" options in transaction va03

    hi friends
    we would like to disable the printing option "Issue output to" in transaction code va03. We just want our users to see/display the sales order through va03. This is the requirement from our management.
    Now i have tried to control the access on this but its not working. there is no field settings for "print:" or value "04" in the authorization object concerning this namely : V_VBKA_VKO,V_VBAK_VKO & V_VBAK_AAT . i also tried creating a new authorization object Z_Vbka_vko and made the settings for authorization check in su24 but still its allowing to print.
    i am starting to feel that this setting must be predefined in code for va03 and i might have to insert an "authorization check" option in the standard report for va03. but i am not sure about it.
    so i request if anyone can share their views on this or help me with a definitive solution for blocking this "issue output to" option in va03.
    thanks in advance.
    nate.

    Dear Nate,
                You can restrict this with small bit of ABAP code in the routine. Create a routine with the logic of which suits your requirement & assign this routine against output condition type.
    You want this to be controlled in VA03. So you can assign this in Output type assigned in Output procedure.
    Here you would like the system not to print output for all the users or specific users.
    if its applicable for all the users , then routine will suffice your requirement, if you wish to restrict only for specific users, then wihtin the logic, user Zcustom table, with "username " as one of the key field & write the logic in routine, so that print in VA03 is possible only for the listed userID s maintained in this Ztable.
    Hope it helps
    Regards,
    Reazuddin MD

  • When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page.

    When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page. I don't want to have to check off an additional 5 or 6 attributes each time I print out contact information. Is there a way to change the default setting for printing lists, so it is not just "phone," "photo," and "job title?"

    I have a user who wants to do this same thing. I did not find any way either to default the attributes to anything other than what you see the first time. Seems like such a trivial thing, hard to believe they do not allow it. I did find a program for this called iDress but I can't seem to download it from any links on the Internet. Not sure if it is free or not, but it was recommended by a link on the Mac support site.

  • In Contacts version 8, how can I print ALL information in each individual card? When I select the print command the only thing printed is the name and address. I need phone number(s) and all other information in the cards.

    In Contacts version 8, how can I print ALL information in each individual card? When I select the print command the only thing printed is the name and address. I need phone number(s) and all other information in the cards. We enter various pieces of data, other than the standard name address & phone numbers and we print all information on each card so it fits in a 5x7 inch loose binder. We have used InTouch software for many years and it has served us extremely welll, however, the publisher (The Prairie Group) has not, and apparently has no plans to update their software to be compatible with any Mac OSX OS beyond 10.6. Any help will be appreciated!

    You can select what you want included in a list format. In the Print command from Contacts, click the Show Details button. Then in the Style pulldown menu select "Lists" and there you'll be able to select what you want included. You can also select what you wish included if you select the Pocket Address Book style.
    If neither of those options will work for you, then you will need to look to third-party software. Here's one possibility that seems to get good reviews:
    https://www.macupdate.com/app/mac/15485/labels-&-addresses
    I haven't done more than try it to make sure that it works with OS X 10.9's Contacts, which it does, but you can download their demo and try it yourself.
    Regards.

  • I have made a book of my I Photo pictures. In certain layouts there is a textframe. How can I avoid the frame becoming visible in the print if I don't want to write anything? Should I just leave it or should I delete the text "Write your text here" ?

    I have made a book of my iPhoto pictures. In certain layouts there is a text frame. How can I avoid the frame becoming visible in the print if I don't want to write anything?  Should I just leave it untouched or should I delete the instructing text "Write your text here"?

    Most pages have layouts for pictures only or pictures with text boxes. Either select the same layout for that page but the one without the text box or put a space in the text box.
    Putting a space in the text box will avoid getting the warning when ordering that there's an unfilled text box in the book. The box will not be visible in the final product.  You can and should check the book before ordering by previewing it as described in this Apple document: iPhoto '11: Preview a book, card, or calendar before you order or print it
    Happy Holidays

  • How to avoid the dialog box "SAVE, Open, Cancel" When we take a pdf print.

    I have an item entry form. User select different items and then submit the order by pressing submit button.
    I want that when the user click the submit button he is directet to the print preview page. I have done that and it is running fine but the issue is when user click on the submit button the dialog box appear showing file name and an option to save or open the file. I want to avoid that dialog box and I want that the file is opened directly.
    In shot I want that the user goes directly to the open file option instead of giving him the options.
    Thx,

    Hello Syed,
    I thought this is a browser behavior. In Firefox it asks the first time what I want to do.
    If I select open and select the checkbox to do that always like that, it's opening directly.
    I searched a bit in javascript, use an iframe or specify different targets, the behavior is the same, unless I check the checkbox I get the dialog box. Maybe there's a workaround, but I didn't find that yet.
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://www.apex-evangelists.com/
    -- http://www.apexblogs.info/

Maybe you are looking for