Directly printout of document

hi SAP gurus,
What happen , at the time of giving print command of any document e.g. print of ledger
than instead of print one spool request number is generats and than users have to note that print number and use one T code SP02 and give print out from there.
So how can it be possible to give direct print without generation of spool request number.

Hi Rakesh,
Spool is generated in case of background processing, normally if you give print through print icon it will print to your default printer.
Normaly background job is schedule in case of larger data.
Hope this helps
pls assign points as way to say thanks

Similar Messages

  • On my mac when i click on pages, a new document doesn't open instantly  but a window with my files open and then  have to click on the left bottom new document in order to open one. How can i have directly a new document when i click on pages icon

    On my mac when i click on pages, a new document doesn't open instantly  but a window with my files open and then  have to click on the left bottom < new document> in order to open one. How can i have directly a new document when i click on pages icon

    How to open an existing Pages document?
    Click Pages icon in the Dock to launch Pages.
    When Pages is open, click File menu in the  Pages menu bar.
    Select “Open”.
    When the select document  dialog box opens up, highlight/select the document and click “Open”
    at the bottom right corner of the dialog box.
    s
    https://support.apple.com/kb/PH15304?locale=en_US

  • Drawing directly in the document window

    Can anybody provide sample code showing the basics of drawing directly in the document window? I'm thinking of something along the lines of the measure tool (pardon the pun).
    It looks like I'm supposed to use either the Annotator Suite or the Document View Suite to "invalidate" a rectangle in the document, followed by doing the actual drawing with the ADMDrawer Suite. But the documentation in this area is pretty sparse (for example GetDocumentViewInvalidRect and SetDocumentViewInvalidRect refer to a "fudged" invalid rect without explaining what that is) and I don't see anything in the Sample Code folder that explains this feature.
    Are the little text annotations ("path" "anchor") that pop up when using Smart Guides done using this method?
    Thanks,
    John

    (Sound of crickets chirping...)
    Boy, this forum is awfully dead in comparison to the InDesign SDK forum. Is no one writing Illustrator plug-ins anymore?
    But hey, I'll keep posting, if only for my own amusement, about my saga of writing a plug-in.
    I figured out some of the annotation stuff, but I'm still puzzled by some things.
    I started by simply trying to create a tool which would carry a 100x100 box around with it when moved on the screen -- no clicking or dragging yet -- much as the symbol sprayer, for example, has a nice circle (albeit of varying size) around it. I created the tool and added it as an annotator. When it receives a kSelectorAITrackToolCursor message, it simply captures the cursor location in a global and sets the PlatformCursor. When the tool receives a kCallerAIAnnotation message, I have this code:
    extern AIErr toolAnnotate( AIAnnotatorMessage *message ) {
        AIErr error = kNoErr;
        error = sView->ArtworkPointToViewPoint( message->view, &g->cursorPoint, &g->cursorPointScreen );
        g->annoBoundsScreen.top = g->cursorPointScreen.v - 50;
        g->annoBoundsScreen.bottom = g->cursorPointScreen.v + 50;
        g->annoBoundsScreen.left = g->cursorPointScreen.h - 50;
        g->annoBoundsScreen.right = g->cursorPointScreen.h + 50;
        ADMDrawerRef dr = sADMDrawer->Create(message->port, &g->annoBoundsScreen, kADMPaletteFont);
        ASRect myRect;
        myRect.top = 0;
        myRect.bottom = 100;
        myRect.left = 0;
        myRect.right = 100;
        sADMDrawer->SetDrawMode( dr, kADMXORMode );
        sADMDrawer->SetADMColor( dr, kADMBlackColor );
        sADMDrawer->DrawRect( dr, &myRect );
        sADMDrawer->Destroy( dr );
        sAnnotator->InvalAnnotationRect ( message->view, &g->annoBoundsScreen );
    This (should) convert the cursor location (in artwork coordinates) to screen coordinates, set the annotation boundaries based on this location, create the drawer reference, and draw the 100x100 rectangle within this reference. Finally, it invalidates this rectangle as per the Annotation suite documentation.
    I fired up the tool in Illy 10 and saw a single box created down at the 0, 0 point on the page. No box followed the cursor. Hmm. I added an sADMBasic->Beep() to the annotation code and realized what was happening -- my tool was getting an annotation message when first selected, but none when it was merely moved around the screen.
    After some futzing around I discovered that if I added a call to sView->SetDocumentViewInvalidDocumentRect in the TrackToolCursor code, I got an annotate message every time the mouse was moved! I captured the previous cursor position and invalidated the rectangle 50 points on all sides from it. and tried again. Success -- partially.
    At this point, the cursor could be moved around with the box following it. It suffers, however, from the following bugs:
    1) The SetDocumentViewInvalidDocumentRect is in artwork coordinates and so only works at 100% or greater. If I zoom out, my little box leaves trails all over the screen. In addition, if I zoom in, the cursor stutters noticeably -- I assume because Illustrator is forcing a redraw on large portions of the document. I think I can fix both these bugs by recalculating the SetDocumentViewInvalidDocumentRect into screen coordinates. However I note that the circle of the symbol sprayer can be made huge -- as large as the screen -- and it still moves smoothly. So maybe calling sView->SetDocumentViewInvalidDocumentRect is not the way to force annotations. But I haven't been able to discover another way.
    2) When the mouse moves into a palette, the square remains "hung up" at the last position where the cursor was in the document window. I think I can fix this by utilizing the Suspend and Resume notifiers and doing one last InvalAnnotationRect when I get the Suspend notification.
    3) For fun I tried clicking and dragging. Bad news. If I do this, thereafter the entire Illustrator window only redraws iself in the small rectangle that was set when I created the drawer port. By chance I found that if I use another tool that annotates such as the pencil *before* I use my tool, then everything is fine (although of course the box doesn't follow the cursor around anymore because my toolMouseDrag code is empty). How is using a previous tool "fixing" my code? I don't understand this one at all.
    Anyway, I suppose I could fork over a wad of cash and join the ADN and purchase a support case -- but hey, I'm just a hobbyist messing around at this point and facing some rather crappy documentation. Any tips will be much appreciated.
    John

  • In SFP transaction , when i press layout buton , give me error 'Direct display for documents not activated'

    in SFP transaction;
    when i press layout buton , it give me an error.
    SOFFICEINTEGRATION020
    'Direct display for documents not activated'

    Yes i installed .
    One of our product systems , i take  this error but  another one it works correctly . 

  • How do you type directly on a document in Adobe 10?  I used to use the typewriter in Adobe 8

    How do you type directly on a document in Adobe X?  I used to use the typewriter function in Adobe 8, but I don't see that in Adobe X.

    It's now called "Add or edit text box".
    http://blogs.adobe.com/acrolaw/2011/01/where-is-the-typewriter-tool-in-acrobat-x/

  • Directly Printing RTF document using java

    Hi,
    can we directly print RTF document using java, without giving any preview or any other screen in between.
    Actually we created inventory system, in which when user create any sale information, it should print the bill for the same with single button click.
    Any sample code or help will be highly appreciated
    Thanks in advance

    Hi,
    can we directly print RTF document using java, without giving any preview or any other screen in between.
    Actually we created inventory system, in which when user create any sale information, it should print the bill for the same with single button click.
    Any sample code or help will be highly appreciated
    Thanks in advance

  • Direct Archival of Document Files in Public/Private Folder

    Dear Experts,
    If I create documents using Tcode CV01n or with the customized upload progam, I can see the files in SAY Easy Doc Mgmt only in serach results.
    I have to copy the files from search result & give the link in my folder which I have created under Public/Private Folder. If I copy & paste the document file in private/public folder from the serach result, system is creating one more document number internally for the same document file.
    To avoid this, How Can I automatically archive the document files directly in my folder which I have created under Public/Private Folder
    Thanks for your inputs
    Regards
    Damodar Pai

    Hi,
    When u create files using CV01n or any other method in SAP the DIR is created but it is not a part of any Document structure.
    But when u create it using EDMS u are creating the document in the public / private folder under som specific folder of ur choice. these folders are nothing but Document structures.
    If u want the files created using CV01n to appear in any specific folder then u have to assign it to that specific structure using CV12.
    Regards

  • Direct access to document image via webservice - best practice?

    Howdy,
       Rookie "Post-er".... be gentle.  I've searched and I've read... didn't find this.  I've not taken training.  I may be way off base.
    We have multiple manufacturing sites around the world with local Operator Qualification appls that want to access the enterprise SAP DMS mfg document images (stop dual maint - enterprise & local)....  without dependency on SAP ECC being up.  If we can pass them DMS meta-data via near-realtime msgs (including the document image access "key" data); then we would assume they can direclty access KPRO for the document image as needed.
    Would this be considered a "best practice"?   Webservice controlled (access only from known source).
    Is PHIO-ID the only dynamic variable needed (based on info below I found in WIKI)?
    *Alternatively, the url as below can be used to retrieve the documents from the content server[*http://<Server_Name>:<Port_No>/archive.dll?get&pVersion=<Version_No>&contRep=<Content_Rep>&docId=<PHIO_ID|http://<Server_Name>:<Port_No>/archive.dll?get&pVersion=<Version_No>&contRep=<Content_Rep>&docId=<PHIO_ID|\||]>
                <Server_Name> = Content server (IP address or name of content server)
                <Port_No> = Port No. of the server
                <Version_No> = Version No of content server (Transaction OACT)
                <Content_Rep> = content category of the server (Transaction OAC0)
                <PHIO_ID> = PHIO Id derived for each upload method

    Hello,
    This reply posted to help others who may refer this in the future.
    As Amit Maheshwari mentioned, it is possible to give access to a document stored in the Content Server even when the partner system(ECC) is down.
    As per your requirement, you want to access documents when the ECC System is down, but the content server is up and running.
    The following steps can be of help to you:
    1 - Create a program, that will create URL for the documents stored in the content server and send the URL to the external system.(Refer: FM- SDOK_PHIO_GET_URL_FOR_GET)
    The URL refers to the public IP of the Internet Server on which the content server is hosted on.
    2 - With this URL and few configurations on the Content Server (to allow access from external systems) you can fetch the file from the content server to the external system. Access privileges may vary based on your security settings.
    Note: Since the ECC system will be down, creating URL for all the documents can be a bottleneck.
    Probable Solution: While adding a document to the ECC system, the respective URL can be created and transferred to the external system along with the master details and stored there.
    This can be undertaken if it is really important for the business, as it will increase the load for the external system. The solution can be modified based on the business requirement.
    Thank you,
    Regards,
    Tamilnesan G

  • Mass Printout of Documents viewed through FB03

    I want to print a number of documents from SAP. I am viewing these documents through FB03. In FB03 when I select a range of documents it gives the result as a list. Is it possible to print each of the documents through a single T-Code?
    At present I am having to double click each line item in the list and print the documents individually.
    Any help in this regard would be appreciated.
    Thank You.

    Please use transaction code F.62 to print the documents in mass. Please follow instruction in transaction help for any issues you face during printing.
    Regards
    K.R

  • Does anyone knows a way to work with various Pages documents at the same time, for example with a system of tabs to switch directly from one document to the other?

    Hello everyone,
    Working with numerous Apple Pages documents at the same time, I am looking for an efficient solution to switch faster from one document to the other. Integrating all them in a single framework, for exemple by switching from one to the other with a system of tabs would be of great help. Does anyone knows if such a possibility exists?
    Thanks in advance,
    Jean-Baptiste

    jbp- wrote:
    Thanks. It works and is very efficient. Not as much as a real system of tabs, but is allows to switch very fast between different documents. Only regret I would have is that it doesn't work with a document which is on full page mode. But that's already very helpful!
    You're very welcome but Peggy really gave you the answer already. 
    With regard to the full screen apps, I don't think Apple have yet worked out how to make them elegantly coexist with other apps.  The closest you can get is the four finger swipe gestures you may use on a trackpad if you have one (Mission Control and App Exposé).
    In fact nowadays I use the App Exposé (four finger swipe down gesture) more often than I use Command-Accent to move between documents in the same app (when not in full screen).  It also as the advantage of showing you thumbnails of recently opened documents below the ones already open within the app.  If you haven't tried it, I suggest you give it a whirl.
    I can't remember now but I think the four finger gestures are not enabled by default and you must switch them on in System Preferences > Trackpad > More Gestures. 

  • !!!!!!!!!urgent!!!!!!!!!!!!!1classical report output to direct printout

    if i click on check box and execute the program the output should print immediately, can any one give me te code for it urgent

    Hi,
    Check this example..
    DATA: DAYS(1)  TYPE N VALUE 2,
          COUNT(3) TYPE N VALUE 1,
          VALID    TYPE C.
    DATA: PARAMS LIKE PRI_PARAMS.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING DESTINATION           = 'LOCL'
                COPIES                = COUNT
                LIST_NAME             = 'TEST'
                LIST_TEXT             = 'First NEW-PAGE PRINT ON'
                RELEASE               = 'X'
                IMMEDIATELY           = 'X'
                NEW_LIST_ID           = 'X'
                EXPIRATION            = DAYS
                LINE_SIZE             = 79
                LINE_COUNT            = 23
                LAYOUT                = 'X_PAPER'
                SAP_COVER_PAGE        = 'X'
                RECEIVER              = 'SAP*'
                DEPARTMENT            = 'System'
                NO_DIALOG             = ' '
      IMPORTING OUT_PARAMETERS        = PARAMS
                VALID                 = VALID.
    IF VALID <> SPACE.
      NEW-PAGE PRINT ON PARAMETERS PARAMS NO DIALOG.
      WRITE / 'First Spool'.
    ENDIF.
    Thanks
    Naren

  • Scanning directly to a .pdf document

    I just bought a new computer (with Windows 8) and installed Adobe Reader XI.  With that Adobe product is it possible to scan directly into .pdf documents?  Or must one upgrade/buy to some other version of Adobe?  I used to be able to scan directly to .pdf documents from my scanner/printer using file/create pdf/from scanner  but that route doesn't appear available now.

    robby629 wrote:
    I used to be able to scan directly to .pdf documents from my scanner/printer using file/create pdf/from scanner  but that route doesn't appear available now.
    If you did that using an Adobe product, it wasn't Reader. More than likely Acrobat.
    But, you're scanner may have software that will scan directly to PDF. I'd check with the manufacturers.

  • The way SharePoint open office documents will differ if the user try to open them from the document library directly, or if users try to open the document from the search result page.

    I have a document library where I have uploaded an excel sheet to it. Now If I click on the excel sheet directly from the document library page , I will get the following error ““The webpage cannot be displayed””. While if I do a search and I open the excel
    sheet from the search result page , it will open the excel sheet using the excel services inside the browser !!.
    So can anyone advice on this ?
    Also if I have a PowerPoint document , and I try to open it from the document library I will get the following error “The webpage cannot be displayed” , and the URL will be prefix with the following “ms-powerpoint:ofv|u|”. while if i do a search and i open
    the PowerPoint from the search result page i will be prompted to either open or save the document ? So why SharePoint is reacting totally different when trying to open document library items from the document library Or from the search result page?

    Hi,
    The behavior in the document library could be probably because of the Documents handling setting. Please try setting it to default behavior (Open in browser) as i hear from you that the default behavior is to open from browser.
    Thanks, Suneetha
    Currently I have set the following;-
    1. On the library advance setting :- I define  “Open in the client application”
    2. On the web application setting:- I define stricked for Browser File Handling
    And I have noted if I delete the browser cache and I access the document , then I will be prompted with the download dialog. but if I re-click on the same document I will be redirected to the
    The webpage cannot be displayed
    And the ms-powerpoint:ofv|u| will be added to the beginning of the URL. So could this be a caching problem ?

  • Link directly to document?

    Is there standrad portal solution to allow an external application and/or browser to go directly to a Document Info Record?
    For example, I have an external appliation that knows the pertinent DIR information and would like to direct a user directly to it rather than making the user go to the portal and search for it manually.
    If this functionality is not available, has anyone done a customization to do this and would share the principle and level of effort?
    Thanks!

    Save your document in KM . Then create a urliview and give the path of the document in the url property of the iview. Attach the iview to a link on the homepage or elese attach it to a seperate role if you want and let user find the document directly.
    Regards;
    Anzar.

  • Drop a user document to directly instanciate the proper service.

    I previously created some custom components linked with some specific Business Documents.
    So invoking the custom components (services) I am able to view the document.
    It's not really user friendly, so I developped an explorer to list all the usable documents, and plugged it into Workbench ES.
    What I would like to do, is directly drop these documents into the Process Editor to automaticly invoke the proper service. (at design time).
    So I'm sure I have to create the "process object" able to use the document using the SDK.
    And then, I would have to add a droplistener on the Process Editor.
    That's the theory, but I didn't found any way to code it.
    All is develloped in java eclipse, so it should be possible, but how ?
    Thx in advance.

    Hi Robin. It is a neat trick. CSH in reverse. I fear though
    that it is beyond the reach of most companies to achieve. Microsoft
    have the resources and money to develop solutions such as this.
    Maybe someone out there does know how to do it in which case I'll
    eat humble pie.

Maybe you are looking for

  • Problem in creating Excel file

    Dear all, i have occured aproblem while creating an Excel file while using JSP. in my jsp file i have given the two codes of line: <% response.setContentType("application/vnd.ms-excel"); response.addHeader("Content-Disposition", "attachment"); %> whi

  • Sap script creating dynamic box problem

    Hi all, I am unable to create dynamic box in sap script. Because the printing lines in the main window changing from one customer to another customer. So could you please guide me how to create a dynamic box in sap script and also how to know the pri

  • Why is the latest version of Itunes causing my firefox 9 to crash?

    My firefox 9, which i love btw, started randomly crashing on me very often. I read in a thread online that ppl have fixed this problem by ininstalling Quicktunes or Itunes. I did just that (uninstalled the latest Itunes update version 10.5.02) and my

  • Camera Roll 100 photos missing.

    I updated my iphone 3g to the new software version 4.0.1 a few weeks ago. I had taken over 100 photos from my iphone after that. 2 days ago I plugged in my iphone to my computer to put the pictures on my computer. When I plugged my phone in itunes po

  • Conditional Grouping

    I want the user to be able to choose between two formats: Group by Order.Date or No Grouping. Conditional suppression of the group does not satisfy this requirement; the group header is not visible but the groupings are still present in the body of t