Shipping customized BOL report needs to be printed from 'Print BOL' button

Hi All,
We have requirement whereby
Our customized Bill of Lading (BOL) report should be printed when ‘Print BOL’ button is clicked on shipping transaction form. Can this be achieved with any setup change? (we would like to check this option before going for customization)
Our customized BOL report is ready and as of now we print it by manually submitting concurrent request. As of now clicking ‘Print BOL’ button submits Oracle seeded/standard BOL report.
(Oracle EBS R12.1.3)
Thanks
SidK

This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

Similar Messages

  • HT204135 I can't stop my printer from printing in color.  Any suggestions?

    I have tried to stop my printer from printing in color and can't change.  Any tips on how to change?

    One of the nice things about owning a Mac is never having to be concerned with drivers, dlls, or virus's. Regarding your question simply let Software Update do the work. In System Preferences - Software Update choose how often you want the computer to check. I have mine set for daily. That way it will automatically check for you and if it finds an update your system needs it will advise you.

  • Customer Master Report needed for jurisdiction, tax code, and district

    I am trying to pull a customer master report and need to include the following fields:
    Name (NAME1)
    Account (KUNNR)
    Jurisdiction ( TAXJURCODE)
    Tax Code (TAXKD)
    District, which is County for US addresses (CITY2)
    I haven't seen a report with CITY2 and have tried S_ALR_87012180 or opening KNA1, KNVI, etc.
    Any ideas?
    Thanks,
    Michelle

    No there is not such report or transaction.
    You may look at tables KNA1 + ADRC.
    In table KNA1 there are fields ORT01, ORT02, COUNC and CITYC that could help
    Otherwise you must link KNA1 and ADRC with field KNA1-ADRNR = ADRC-ADDRNUMBER
    Sorry
    BR
    Alain

  • Customer aging report-needs the line items behind it

    We have created a Z report for customer aging report,is it feasible to get the drilldown against each aging bucket.I.e to call the FBL5n report to be displayed to see the line items behind each aging bucket.
    Regards
    Rekha

    If standard report does not suffice your requirement, then create your own.
    FOR vendor USE K in transaction code instead of D.
    Hello,
    The following example I have given is for customers.
    The only difference is in transaction codes. For customer you go to FDI1, for vendor you go to FKI1 (reports).
    For Customer you go to FDI4, for vendor you go to FKI4 for forms.
    Remaining all are the same.
    Hello,
    Go to transaction code FDI4
    Select Form Type RFFRRD20 Line item analysis
    Give your form name and description
    Structure (Two axis) - as defaulted
    Click on Create
    You will have lead column
    Delete the rows 2, 3 and 4
    Double click on column 1
    Enter the customer numbers from 1 to 999999
    First column double click (A)
    Slelect following values
    Due date analysis 1
    Days for net due date 0 to 30
    Give the short name, medium name and long text for the column.
    Repeat this step in next columns like 31 to 60, 61 to 90, 91 to 120 and 121 to 99999 days etc in other columns and select due date analysis 1. (B,C,D,E)
    Create one more column by way of formula. To create a new column you need to double click on blue line. Put formula add all five columns you have created above. (F = ABCDE)
    You prepare one more column with
    Due date analysis 2 (G)
    Now you prepare one more column add (F+G) = This will be total open items = over due and not due.
    Now go to FDI1 and prepare a report - assign the form created in FDI4 to the report.
    Characteristics you need to select are
    Account Type (Select Account Type as D for customers)
    Currency
    Customer
    Document Type
    Special G/L Ind
    Company Code
    Change the output types and options according to your requirement.
    Refer FDI2 and FDI3 for other standard reports created.
    Refer FDI5 and FDI6 for other standard forms created.
    Save your report and execute.
    From there you can put the cursor on customer number and from the menu goto -> line items then it will go for each line item wise..
    Regards,
    Nauma

  • Wont print from printer friendly page

    i'm having trouble printing my printer friendly confermations from the state and goverment web sites. no problem just plain printing   when go to printer friendly page it want print

    Hi @ponzi ,
    I see by your post that you are having issues printing from a web page. I can help you, but I will need some more information.
    In the mean time, try another web browser to see if you have the same results.
    What web browser are you using?
    What is the full name and product number of your printer? There are several Laserjet 200 series. How Do I Find My Model Number or Product Number?
    What operating system are you using?
    How to Find the Windows Edition and Version on Your Computer.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    How is the printer connected? (USB/Ethernet/Wireless)
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Adding Printer from Print and Fax does not bring up the correct Window.

    Hi,
    When I first had my Macbook, OSX Leopard, I tried adding a printer and saw that the Window that popped up allowed me to add printers from IP, Windows, Local, Etc.
    However, when I came back to add a printer now, all I get is this window:
    http://img502.imageshack.us/img502/2748/picture1vc9.png
    That window pops up when I press the + on this window:
    http://img264.imageshack.us/img264/8923/picture2sc1.png
    I remembered when I press the + button, it would come up with a different window than the one I get now, which allowed me to add a printer from Windows, among other options.
    Please let me know if the window I get right now is supposed to happen. I can't add any printers from the window I get now.
    Thanks alot.

    Just to add a bit of clarity to the previous response, you need to click on the clear, oval widget at the upper right-hand corner of the the window. That will reveal the Toolbar with the options for IP, Windows, etc.

  • Determine Printer From Print Event

    Hi,
    I am trying to use the PrintEvent and ReportDataEvent to handle printing of some forms bypassing SAP.
    From the SDK help.
    "You can use this event as an "exit" point for integrating third-party reporting tools instead of the SAP Business One Document Editor."
    Unfortunately I am unable to obtain the printer that the user selects in the print common dialog. It doesn't seem to be exposed by the UIAPI anywhere.
    There is a field in the PrintEventInfo called WithPrinterPreferences but it is useless without more information as to what the print preferences are.
    The print dialog appears before either the print event or the report data event so I can't stop it appearing using Bubble Event.
    My only workaround is to catch the print and print preview menu events and for specific forms stop them from propagating back to SAP. Then show my own printer selection dialog. The problem with that is I have no way of setting the document as "Printed". The printed field on the form is ReadOnly from the DIAPI. The only way of setting the form printed looks to be calling MarkAsPrinted during the print event.
    Regards Jared

    Hi Jared,
    i know this issue:
    it is possible to catch the print common dialog with .NET functionality.
    but very restriced - you can send "OK" to window - thats it.
    but at least the document has than the status "printed".
    the trick is catching the dialog window with searching the "Form Title".
    lg David

  • Print from printer connected to pc with windows 7 from a imac

    I have a pc with windows 7 and a HP Deskjet f300 series printer connected to it.
    I would like to print from my iMac. Help please.

    There are a number of requirements with the Windows 7 and Mac OS X setup. If one of these requirements is not met, then the printing will not be successful.
    *Windows 7 Setup*
    Windows 7 introduced a new sharing feature called HomeGroup that is supposed to replace the workgroup for home networking. However, the feature only works for Windows 7 connected to other Windows 7. Therefore, if the Windows 7 computer has been configured to use HomeGroup, the first thing you need to do is detach Windows 7 from the HomeGroup.
    The next setting is the network profile for Windows 7 computer. Windows 7 provides four network profiles; Home, Work, Public and Domain. Based on the network location you choose, Windows assigns a network discovery state to the network and opens the appropriate Windows firewall ports for that state. Ideally the computer should be set to the Home or Work profile.
    With the network profile selected, another setting within the profile that can hinder the discovery of the shared printer is the network discovery setting. With this setting turned off, the Windows 7 computer will not appear under the respective workgroup (or if the setting has been changed after the computer was seen by the Mac, then it can appear in the workgroup computer list but will not show any shared printer - this is most likely due to the LAN manager timing). This setting can be accessed via Control Panel > Network and Sharing Center > Advanced sharing settings.
    Also, within the Advanced sharing settings for the Work or Home profile, another setting called Password protected sharing can stop the shared printer from appearing. With this setting turned on, the Win7 computer will still be seen when adding the Windows shared printer, but after selecting the Win7 computer, the shared printer is not displayed as no prompt is given to enter user account details. So this setting needs to be turned off. Then when the Win7 computer name is selected, a prompt will appear requesting user account information. The Guest account can be selected here to see the shared printer name.
    *Adding the Printer*
    Now that you can see the printer share, the next step is to add a printer driver that will support the printing via a Windows computer. The instruction shown above by musicwind for adding a shared Windows printer is correct, however you need to be aware that some vendor drivers do not support this type of connection. In this case you need to use a CUPS based driver, such as those provided by the Gutenprint driver set included with Snow Leopard. You may need to reload your SL disc and run the Optional Installs package to get all the Gutenprint driver for your model.
    One last note. If the Gutenprint driver for your model does not exist or does not work, then you will need to install the HPIJS for Mac OS X driver suite. Ensure you read all the documentation on this page as there are three packages that need to be installed.
    Hope this helps you.
    Pahu

  • Won't print from printer

    Does the usb cord need to be connected to my computer for me to be able to print from the computer.  Thought wireless
    meant I didn't need any usb cords.  
    THANKS

    PeerOne wrote:
    So tell us again why do you need to connect to the router to print to the printer? Is the printer not a wireless printer? If so you don't need to go through the router? And if your setup for the printer is for wireless printing you setup should've been in wireless setup installation. Did you do this? I don't get why you need to connect to your router to print if your printer is a wireless printer?
     I may have been inaccurate in describing my set up.  Apologies. I have BT Infinity which means I have a box (BTOpenreach) which has the Power DSL and Lan1 lights and I have a box (BTHub) which has Power, Broadband and Wireless lights (all working).  It is the BTHub which I described as the router (maybe incorrectly) which I have to turn on and off to make the PC recognise the printer.  The printer is not connected to either of these boxes by any wires.
    The printer is a wireless printer and when I touch the Wireless Summary button it shows that all appears to be working. I did set up my printer for wirelss printing and at first when I loaded my PC with the software and drivers etc, it did recognise the printer and worked.
    Now it doesn't seem to be able to find it (unless I turn the BTHub power off then on.  Interestingly the HP Scan and Print Doctor confirms it can't detect the printer and suggests I turn it on (when of course it is on!).
    Does this make it clearer?  Thanks.

  • Can't print from print server

    I have an HP PSC 1610 all in one. To set up my printer I pluged the USB cable into the Mac and had no problems. It obviously has the drivers because it added my printer in Print & Fax and it prints with no problem. What I want to do is unplug my USB and plug it into the print server, and then tell the Mac that the printer is located at IP address. This works very well with a PC. I just can't find out where to put in the IP address. If I install an IP printer, I have to use the drivers from another printer because my PSC 1610 is not on the list of drivers. It will print, but I'm not sure what i'm sacrificing. I doesn't make sence.

    cadillacjoe,
    Have you played with this network configuration guide offere by DLink?
    http://www.dlink.com/configurator/index.asp?vendorID=dlink&adLoc=rightNav&pid=6&
    I ran some senarios and came up with assorted products and plug-in options.
    This site:
    http://www.compuplus.com/i-D-Link-DPR-1260-RangeBooster-Wireless-80211g-4-Port-U SB-20-Print-Server-1006974~comboid-803.html?sid=wqi0i4dj031t958
    indicated the following:
    "More Info & Product Specifications:
    The Ethernet port on the Print Server can be used as a wireless bridge.
    This provides wireless connectivity for any Ethernet-enabled device, such as a computer, Digital Video Recorder (DVR), or Network-Attached Storage (NAS) to the wireless network."
    What flexibility do you have in where you locate the G3 and the printer. Could the D-LinkDPR-1260 be hardwired to the B&W instead of the otherway around?
    Ji˜m

  • HP Color LaserJet 4700dtn. Won't Print from printer queue.Event Code 68 8002

    From the start of using this printer about a year ago I normally just plug in the usb wire from the laptop and it works.
    For some reason about 3 weeks ago it seems to have stopped receiving data from the computer . A different wire to the printer will not work. but the same wire connected to a different printer on same laptop port does work.
    I have tried discovering the printer using the HP support system to try an update the driver/firmware.  The printer is discovered but the update seems to end up in th printer queue and gets stuck.
    The queue is empty at the moment.
    My normal printer repair company say its a software problem.
    The printer will print its own diagnostics pages but to be honest I don't have a clue what the info printed off means or if there are any answers to be found there.
    Anyone any ideas please.    ( answers in "printers for dummies" speak if at all poss please) 

    Hi,
    Please follow in the link below :
    http://h20000.www2.hp.com/bizsupport/TechSupport/D​ocument.jsp?lang=en&cc=us&taskId=110&prodSeriesId=​...
    I work for HP but my posts and replies are my own.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

  • Can't stop printer from printing

    Photosmart c4680.
    If the article is eight pages (could be any amount)
    I hit print and after the first page, I want to stop the printing. I click on the printer icon in the right corner , click on printer ,and or document and click on  --cancel all documents  but it keeps printing . How to stop printing ?    Thanks

    The cancel button is the red X (highlighted with the yellow arrow) on the control panel of the printer.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • I need to change my printer from printing back to front to front to back

    My printer prints the last page first and the first page last. I need to change the printer so that it always prints front to back.

    Hi,
    Please try this.
    Touch set up icon (wrench shaped icon) in printer display screen . Then select first option which appear on your  printer screen. After  touch OK again select first option appear on printer screen. Touch OK. A list of languages will appear. Select English from the list.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Adding printer from print server

    Hi All,
    We are migrating to a new print server, and i am writing a script to detect a users installed printers, change the server name and re add the printers (and also set the default printer). This is to be deployed from SCCM 2012 R2
    The problem is that the deployment runs but doesn't migrate any of the printers - when run manually, the script asks for drivers to be installed for certain printers.
    Is there a way to bypass this in pwershell?
    I have already tried to get around the problem in SCCM but it hasnt worked.
    My Script is below.
    Thanks in advance for your help :)
    $net = New-Object -ComObject WScript.Network
    $oldqueues = Get-WmiObject -Class Win32_Printer | Where-Object ServerName -Like '\\ukhem02001*' | select Name -ExpandProperty Name
    $default = Get-WmiObject -Class Win32_Printer | Where-Object Default -EQ 'True'| select Name -ExpandProperty Name
    $default = $default.Replace("oldprintserver","newprintserver")
    foreach ($queue in $oldqueues){
        $path = $queue.Replace("oldprintserver","newprintserver")
        $net.AddWindowsPrinterConnection("$path")
            $net.RemovePrinterConnection("$queue")
    $net.SetDefaultPrinter("$default")

    You should be using PrintManager to migrate printers.  It is part of the Server set and needs to be used because it will manage all printers in an AD domain correctly.  SCCM is only useful when you are running a pre-WS2008 domain.
    ¯\_(ツ)_/¯

  • Hp design jet 4500 no print from printer

    Unit asking for starter print heads, installed and ran purge ok. Came to a ready state and started the print head alignment. You could see from the start that only a small portion of the black was printing and nothing else. I had previously cleaned print head connector in the carriage, I then ran print head recovery, twice, very small improvement. Ran several diagnostics and had no error's. Switched print heads and still no change in print quality. If new set of prints heads do not fix issue, any suggestion on what would be the next part or path to follow. Oh yes, the started print head kit were full of ink.

    Hi Ravery, 
    This is a commercial line product. For the best answer to your questions you will need to repost your question to the following links. 
    http://h30499.www3.hp.com/t5/Business-Support-Foru​ms/ct-p/business-support 
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-​p/bsc-413 
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

Maybe you are looking for

  • Error to start the Admin Server of WebLogic

    Hi to everybody: I have a problem when I running the Admin Server of WebLogic, this is the message: ** Setting up SOA specific environment for win... PATH=C:\Oracle\MIDDLE~1\HOME_1~1\patch_wls1033\profiles\default\native;C:\Oracle\MIDDLE~1\HOME_1~1\p

  • SXMB_MONI - Message Status - Automatic Restart

    Hello, When a message in transferred, in transaction SXMB the message has an "AUTOMATIC RESTART" icon. Other messages stuck in the queue and are waiting for the message to restart. Only after some time, the "AUTOMATIC RESTART" icon converts to "Red F

  • C# using TransactionScope with sqlite command problem

    I have a sqlite data table named Customers. And I use few functions to change customer's data like name, TP, address, Email etc. Here are my functions. changeName(int id, string newName); chgangeTP(int id, string newTP); changeAddress(int id, string

  • Problems with the processor , fan , and energy consumption

    Hello . Well , for some reason , my two years old laptop started to behave in a weird way . I just ignored the slight slowdown with the boot because I believe it's to be expected with any machine but that's not the issue . Aside from the annoying fac

  • 11i vs R12 Exams - Which One!!

    Is it worth doing 11i EBS exams given that R12 is already out. Please give any useful pointers. Thanks