Download PDF Version of Sales Document.

Hi Guru's
I want to open up an discussion regarding ability to Downlaod PDF version of Documents in Sap.
we are using RFC interface to create Sales Document and that user is defined as "Communication " User in Sap.
So as per Sap in order to Download we need a connection to presentation server and since these are the background users so download will not work with this type of user and also scheduling a Job will also not work (Sap Note 7925)
Now my question is
Is it possible to submit Program to Sap Dialog work process(please note NOT BACKGROUND) to use some other user to run it.
LIke SUBMIT ZPREP1
      USER ABC
but the user who is submitting is XYZ
I had tried but it is using the current user who is submitting the Job. Am i missing something?
Please give your valuable suggestions
Regards
Lakhbir

Bottom line is background processes are not run in the presentation server. They are always executed in the application server and so you can access directories only there. Having said that, a round about way to achieve it could be to initially download it to the application server and then ftp it to the desktop of the user. I am assuming that since you are doing an rfc, you are doing it from a remote application which happens to know the desktop. So that remote application has to make a call to the rfc which creates the file in the application server. Depending on the success of this call, the remote application will then logon to the application server and ftp the file to the desktop. This ftp step is outside of the SAP world.
Another solution is to have you network gurus mount the windows network onto the unix network. I have seen this done in a couple of places. What they do(I don't know how) is they will have the same directory be visible as a directory in the application server as well as the desktop's network location. This they call mounting. This way your SAP world will treat it as an application server directory so you can run it in the background and then your users access the same file as if it is in the windows network.
Regards,
Srinivas

Similar Messages

  • Where can I download PDF-versions of the manuals for 3.6?

    For 3.5 I found Coherence manuals in PDF-format but for 3.6 I cant find them. Where are they loacated?
    /Magnus

    Hi Magnus,
    You can find 3.6 documentation at the following location:
    http://www.oracle.com/technetwork/middleware/coherence/downloads/index.html
    For example, under Technical Information, you can select Coherence Documentation, then Developer's Guide, then "View PDF" option on the upper right corner for the PDF version of the manual.
    -Luk

  • Extract pages in same PDF version as original document

    That's it!
    It is annoying to extract pages from a PDF 1.3 doc. and have the resulting files be in PDF 1.6.
    It is also somewhat strange that the format is not even the native 1.7 format from Acrobat 8.1.1, which I'm using...
    The most useful implementation would be to have a choice of output format with the original doc. format set as default.
    I would also like a keyboard shorcut for the Extract feature, as requested in other posts...
    /eac

    Optimal application behaviour is subjective based on the user's needs.
    My request stems from needing to split PDF documents into single-page documents without altering the format.
    Adding a preference setting for the default behaviour would allow all users to have it their way: options to preserve format or save as specific format.
    In addition, the save dialogue should contain an option to select the desired format, with the default being set from the preference setting.
    /eac

  • Where can I find the pdf version of workshop document

    Hi
    Can anyone please point me to the URL where I can download copy of the workshop 9.2/9.3 documentations in pdf format.
    Thanks

    Hi Gary,
    Please refer to the "Using Help in a Standalone Mode" section if you are concerned about switching between the IDE and Help.
    http://edocs.bea.com/workshop/docs92/ws_platform/introduction/conDocRoadmap.html
    hope this helps.
    cheers
    Raj

  • Page Formatting for downloaded pdf version

    the document is not formatting the pages correctly - any suggestions how to control the page formatting?

    Its been almost 3 years, has there been any update on this issue? We are experiencing the same issue. Our numerous customers are thinking about just using a different pdf reader that supports this standard. All workarounds we have encountered are hacks around the URL and are unacceptable for our customers.
    Please respond, we would hate for Adobe to lose all of the users that our customers have.

  • How to set PDF version for the output file in ES4

    I am using LiveCycle ES4 for converting word docs to PDF. In our client we invoke createPDF method of GeneratePdfServiceClient class. We are using a custom PDF setting in LiveCycle in which we have defined configuration as per the business requirement.
    We need the PDF version of the document to be set to 1.4.  For this, we are setting the value for compatibility (under File Option) to Acrobat 5 (PDF 1.4) in custom PDF setting template in LiveCycle adminui and in Acrobat preferences. Both these setting are not working and the resulting document has PDF version set to PDF1.5. Can you tell me how the version of resulting document be set to 1.4??

    Hi Neelam,
    I tried it and did the personalization as the help documentation said.
    But I don't know why it doesn't work:(
    I followed these steps:
    1. open workbook and select a value for the variable used in query
    2.click personalized variable and new window pop up then I select the value I chose and added to the selection.
    3.click ok and quit
    4.save workbook
    but next time I open this workbook, the variable selection window still pop up.
    BR
    Fanchest

  • PDDocSaveWithParams does not change PDF version from 1.8 (Acrobat 9, Acrobat X) to 1.4

    Dear all,
    this post seems similar to this discussion:
    http://forums.adobe.com/message/1160826#1160826
    but it is not.
    Our customers prepare documents to be presented at regulatory  authorities, and it is required that these documents have PDF Version  1.4, are linearized, etc. In a plug-in we change the document properties accordingly. This used to work fine with Acrobat versions from 6 to 9. Then came Acrobat X.
    We detected the problem with a document created with Acrobat PDFMaker 10.0 for Word: a very simple 1-page 3-lines document with no Acrobat X features.
    When using Acrobat X, after calling PDDocSaveWithParams, the PDF version was not changed as required. (We check this calling PDDocGetVersion from the plugin after saving.)
    Doing the same conversion with Acrobat 9 seemed to be OK: PDDocGetVersion reported PDF Version 1.4.
    But when opening the converted document in Acrobat X, it still reported "PDF Version: 1.7 Extension Level 8 (Acrobat X.x)".
    Opening it in a text editor showed that the header was "%PDF-1.4", but it still had "<</Extensions<</ADBE<</BaseVersion/1.7/ExtensionLevel 8>>>>..."
    With Acrobat 8 and below, the version could not be downgraded, but this was reported correctly.
    Downgrading the version directly via the "Optimize" function of Acrobat X worked.
    I could not test Acrobat 9, since I have no Professional version available.
    In Acrobat 8 Prof, I saw the message "This file appears to use a new format that this version of Acrobat does not support.", and the "Optimize" function was disabled.
    Now I have the following questions:
    (1) Is it a known problem that PDDocSaveWithParams does not downgrade the version with Acrobat X ?
    (2) Is it a known problem that PDDocSaveWithParams does not downgrade correctly with Acrobat 9 ?
    (3) Is it a known problem that Acrobat9 wrongly reports the PDF Version of the document, in this case ?
    (4) Why is downgrading (or optimizing) disabled for Acrobat 8 and below ?
    Thank you !

    Remember that as of PDF 1.4, the version number in the PDF header can be overridden via a /Version key in the /Catalog dictionary.  In addition, the presence of an /Extension dictionary (ISO 32000-1) will also override the header version. 
    The header version is JUST A HINT - it is NOT a guarantee of any sort.
    Based on both of the above, neither of your "bugs" are bugs. 
    Acrobat 9 (and I assume X as well) are reporting correctly. If you have a PDF that you believe IS being reported incorrectly, please post! 
    If the Extensions dict is present, the Save command will NOT override it since it takes precedence.

  • Sales Document initial load Authorization check.

    Hi Guys,
    I am trying to do an initial download of all the Sales Documents from R/3 to CRM but I get the error "An authorization check could not be executed".
    SU53 is not showing any authorization failure for the corresponding user.
    Thanks in advance,
    Regards,
    Siva.

    Hi Siva,
    As SU53 is not showing you anything, means there could be problem with rights of RFC user.
    Check if your RFC user have all the required rights.
    Best Regards,
    Pratik Patel
    Reward with points if it is of any help to you!

  • Acrobat Reader X cant's save "old" PDF versions

    I'm creating PDF documents in PDF Format 1.4 for compatibility reasons.
    The published documents will be opened in Acrobat Reader. If the user is using Acrobat reader X and saves the document it will be stored in PDF Version 1.5.
    These PDF 1.5 documents could not be managed in the following automated process steps.
    (That's why I'm creating PDF 1.4)
    How can I keep the PDF version saving a document in Acrobat READER X.
    Regards
    J.B.

    We know that Acrobat Pro or Standard can save version 1.4.
    We have more than 30.000 computer installations worldwide.
    This would be a good deal for adobe to install the acrobat product instead of the acrobat reader only for viewing pdf documents correctly ;-(((
    For security reasons and new features we are forced to update the acrobat reader version
    For compatibility reasons we should use old versions
    ==> There' somethind wrong in your version strategy.
    ????? WHY DOES A READONLY PRODUCT CHANGE THE FORMAT OF A PDF DOCUMENT  ??????

  • I just renewed my subscription to convert a Word document to a pdf.  Your sales department told me there was a hold up in confirming the purchase.  I need to do the conversion now.  In fact, if it had worked, I would be done now.

    I just renewed my subscription to convert a Word document to a pdf.  Your sales department told me there was a hold up in confirming the purchase.  I need to do the conversion now.  In fact, if it had worked, I would be done now.
    [private information removed by moderator]

    Hi bobbij,
    I'm sorry to hear there was a holdup with your order. Have you been able to access your subscription yet? If not, and you're on a time crunch, you could get the job down with Acrobat. You can download a free 30-day trial from http://www.adobe.com/products/acrobat.html.
    Best,
    Sara

  • ALWAYS unresponive to my iphone. Just stops working when I plug it in. downloaded older version, newer version.....use my iphone for my pdf book in college.....this is just ridiculous....

    ALways love my iphone. Now itunes is ALWAYS unresponive to my iphone. Just stops working when I plug it in. downloaded older version, newer version.....use my iphone for my pdf book in college.....this is just ridiculous....

    Downloaded older version and newer version of what. Any attempts to downgrade iOS are not allowed. Also, using iTunes with the latest iOS and iTunes requires the latest version.
    I suggest that you remove and reinstall iTunes using this support document. You need to follow the steps exactly or you will just create more problems, which I think you already have. http://support.apple.com/kb/HT1923

  • I have downladed a trail version of Adobe XI.  I tried to convert a PDF to a Word Document.  It wont let me.  Why?

    I have downloaded a trail version of Adobe XI.  I tried to convert a PDF to a Word Document.  It wont let me.  Why?

    Usually it is because Adobe Reader is opening, not Acrobat Pro. Be sure that the program you are using is Acrobat Pro, not the free Reader. In Acrobat Pro, File > Save As Other > Microsoft Word.

  • Why dont i ever see downloaded pdfs in the "documents section" in adobe reader on my ipad?

    Why dont i ever see downloaded pdfs in the "documents section" in adobe reader on my ipad? They only stay in the Acrobat.com section and when I try to move them the "documents" partion is not listed as an option. Only the folders i have within acrobat.com are listed

    The pdfs have been uploaded to Acrobat .com (from my computer) I open the Adobe reader on my ipad and see them in the acrobat partition of the reader. I tap on them and they open.  To test whether they were truly downloaded ,I turn off wifi and they still open. I consider this "downloaded" BUT... they stay in the acrobat.com partition of the reader. Nothing ever goes or lives in the "Documents" partition..nor can I move anything there.....Why not? What is the"documents" partition there for if nothing lives or can be moved there?

  • Download older version of a file from SharePoint Document Library using CSOM and 404 error

    Hi,
    I am trying to download previous versions including Major and Minor versions of documents from SharePoint Online using CSOM. I get 404 error when I try to download the file. I found several posts on various discussion forums where people are getting same
    error but none of those have any solution/answer. Below is one of the threads and sample code I have tried that results in 404 error. If I use the link in browser directly, I am able to download the file. Also I am able to download the current version of file
    using CSOM without any problem, it is only the older versions that give me 404 in CSOM.
    http://qandasys.info/how-to-download-the-historical-file-version-content-using-csom/
    public int GetStreamFromFile(string docid, string lib, string fileurl, ClientContext clientContext, int iuserid, string Version, bool isCurrrent)
    if(!isCurrent)
    List LibraryName = clientContext.Web.Lists.GetByTitle(lib);
    clientContext.Load(LibraryName);
    clientContext.ExecuteQuery();
    CamlQuery camlQuery = new CamlQuery();
    camlQuery.ViewXml = "" + fileurl +
    Microsoft.SharePoint.Client.ListItemCollection collListItem = LibraryName.GetItems(camlQuery);
    clientContext.Load(collListItem, items => items.Include(item => item.Id, item => item["FileLeafRef"], item => item["LinkFilename"],
    item => item["FileRef"], item => item["File_x0020_Size"], item => item["DocIcon"], item => item.File.Versions));
    //clientContext.Load(collListItem);
    clientContext.ExecuteQuery();
    foreach (Microsoft.SharePoint.Client.ListItem oListItem in collListItem)
    //string fileurl1 = (string)oListItem["FileRef"];
    //string filename = (string)oListItem["LinkFilename"];
    foreach (FileVersion version in oListItem.File.Versions)
    if (Version == version.VersionLabel)
    //Added excutequery to get object one more time as per blog
    //http://social.technet.microsoft.com/Forums/de-DE/sharepointdevelopmentprevious/thread/88a05256-8694-4e40-863d-6c77512e079b
    clientContext.ExecuteQuery();
    FileInformation fileInformation = ClientOM.File.OpenBinaryDirect(clientContext,version.Url);
    bytesarr = ReadFully(fileInformation.Stream);
    Darwaish

    Hi,
    According to your description,
    I know you want to get older version of a file from SharePoint Document Library using Client Object Model.
    The following code snippet for your reference:
    public void GetVersions()
    ClientContext clientContext = new ClientContext(“http://SPSite”);
    Web site = clientContext.Web;
    clientContext.Load(site);
    clientContext.ExecuteQuery();
    File file = site.GetFileByServerRelativeUrl(“/Shared Documents/mydocument.doc”);
    clientContext.Load(file);
    clientContext.ExecuteQuery();
    ListItem currentItem = file.ListItemAllFields;
    clientContext.Load(currentItem);
    clientContext.ExecuteQuery();
    FileVersionCollection versions = file.Versions;
    clientContext.Load(versions);
    clientContext.ExecuteQuery();
    if (versions != null)
    foreach(FileVersion _version in versions)
    Console.WriteLine(“Version : {0}”,_version.VersionLabel);
    More information:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.file.versions.aspx
    Best Regards,
    Dennis Guo

  • HT4859 I used a purchased program iannotate to download, highlight and store many documents. My ipad is brocken and I m ahtinking of getting it replaced by Apple for a payment of 240 or so. Is there a way to make sure that I do not lose pdf documents in i

    I used a purchased program iannotate to download, highlight and store many documents. My ipad is brocken and I m ahtinking of getting it replaced by Apple for a payment of 240 or so. Is there a way to make sure that I do not lose pdf documents in iA?

    I am sorry that you don't find the answer to be correct. In THIS forum, telling you that you are in the wrong forum, and suggesting where to post for correct answers, or indeed any support, IS the answer.
    I'm also sorry that you purchased a phone that you are having trouble with. If the vendor cannot help you (HTC), and the eBay seller cannot help you, then you really do need to either follow up with the forums Ken suggests, or the HTC forum, or with eBay.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog:http://unlockpowershell.wordpress.com
    My Book:Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

Maybe you are looking for

  • Error message when doing SUBMIT

    Hello there, i am just working on BSP pages that call ABAP Reports with "Submit" and display the Results within the BSP. My Problem now is that some reports may come up with an Error message (type 'E') that stops the report and the processing of the

  • Fraudulent application for more credit

    An application [removed for privacy] for Euro15 credit was made today BUT NOT BY ME OR ANYONE AUTHORISED BY ME. Please check the source. Meanwhile I am ordering Euro25 more credit and please do not refuse this.

  • A lot of us have iBooks that are slowing down.

    What iBook do you have? Memory? CPU usage? OS? Etc. I purchased my iBook in January of this year. 1.42, 14", 512 memory. It ran so fast. Faster than my 1.25 Power PC G4 at work! I installed Tiger a few month or so ago and now it's running much slower

  • Problem wiht right click

    hello sorry for my poor english this morning without any change (no new program or cancelled program) the right click of my trackpad (*same problem when using a mouse*) opens SPACES (???) RIGHT CLICK is well configurated on Preferences i run ONYX to

  • Error iOS 7 ocultar aplicaciones

    Al tratar de mover aplicaciones en mi iPhone 4, a la versión final del iOS 7, se me ha ocultado una aplicación. Sólo puedo abrir esta aplicación por buscador. Lo más probable es que sea un error de la versión final del iOS 7. Solicito me puedan ayuda