Attaching a document from program running in batch

Hi experts,
i need to find a way, to attach a document (e. G. a CV) to an applicant via object services. Problem is, the document will be provided by a program, running in batch-mode without front-end access. I tried to debug the manual action, but unsuccessful.
My initial idea was, to find out what happens directly after uploading and then using the same function modules in my prog.
Shed your light on me please.
regards
Jörg

Hi Jorg,
In a way when the batch job runs it polls that document and you need to attach that doc to an applicant. Firstly , I don't know whether debugging can help. But normally I had almost the same situation wherein I needed to change something to the file that was being used by the batch job and I didn't know where the file was.
There's a T-Code 'FILE' that I had used which gives you the location of all the files from where the batch job or the program picks them whenever they get executed.
But in my case even this didn't help. Then I had to ask the respective guys as to where it was stored. Maybe you could try the above t-code or if you do have time, again check using de-bugging for any logical path mentioned in the code.
Please let me know if this could help.

Similar Messages

  • How can I attach a document from Dropbox to an email?

    I am having trouble with attaching a document from Dropbox to an email. The only choice it is giving me is picture or video. Please help, thank you.

    Attach document from Dropbox to email (tap to enlarge image)

  • How to attach a document from cloudOn to my online application form or website

    How to attach a document from cloudOn to an online application form or website?

    You will need an app (web browser) capable of both storing a document and accessing the site's functionality sufficiently enough to upload a file. Safari can't do this (and I'm pretty certain CloudOn can't either). A couple of options:
    iCab Mobile - store documents in the Downloads section and has settings to both change the BrowserID to a non mobile browser to unlock site functionality, and has a setting for uploading files from its storage rather then iOS in general. Its not free, but not very expensive and is a pretty could all around web browser in its own right. I've been using it for quite some time.
    iUploader - has both free (trial) and paid versions. I've only experimented with it a bit, but works fairly well. Like iCab, has its own file container that you up load from.
    In both cases you would need to transfer your files from the source app (CloudOn, in this case) to the file storage, and then access the website.

  • HT2128 Does any one know how to attach a document from your mail, while you are already in your e-mail, meaning not having to look for your file first and then open the e-mail.

    Does any one know how to attach a document from your mail, while you are already in your e-mail, meaning not having to look for your file first and then open the e-mail.

    Luis
    Good question - and one that a lot of (business) people would like solved!
    Your question prompted me to do some research, and I found this workaround posted by Scott Grossberg:
    His solution actually addresses a second problem too - how to attach a document when replying to an email message. In your case you may not need to consider the "reply" aspect - but if not right now, it'll come in useful someday!
    I've pasted it verbatim - if it works for you (it does for me) then all credit goes to Scott for solving the problem. There's just one thing I'd add to his solution: you will probably want to rename the message, as by default Goodreader gives it the Subject line: Mail with GoodReader attachments.
    THE GOODREADER OPTION
    1.  CREATE the document you want to send.
    2.  SAVE it to GoodReader (this will require you to buy and install the app).
    3.  Go to your email and OPEN the email thread to which you want to Reply and attach your file.
    4.  COMPOSE your Reply.
    5.  DOUBLE TAP the message.
    6.  TAP SELECT ALL. This will copy the entire email thread.
    7.  OPEN GOODREADER on the iPad and go to the file you want to send as part of your Reply.
    8.  At the bottom of the GoodReader screen you will see an EXPORT icon (it looks like a rectangle with an arrow pointing to the right).
    9.  TAP the Export button.
    10.  TAP EMAIL FILE. Depending on your needs, tap either SEND FILE “AS IS” or “FLATTEN ANNOTATIONS.” This will open a compose message screen with the chosen document already attached.
    11.  TAP in the body of the email screen. TAP PASTE. This will place your composed Reply and the prior email thread into the message.
    12.  ENTER the Recipients’ names in the TO: field of your message.
    13.  SEND your email Reply.
    The modified version (= when composing a new message rather than a reply):
    1 Make sure that the doc you want to attach is saved in GoodReader
    2 In the message you are composing, double tap, select all, and then copy.
    3 Open GoodReader and select the file you want to attach
    4 Select the export button at the bottom of screen
    5 Select e-mail file
    6 Position cursor in body of the email message, tap and paste. You may want to delete the "sent from GoodReader" text that precedes the attachment.
    7 Rename your message (as by default it will be Mail with GoodReader attachments)
    8 Add the recipient's address in the To field.
    Hope this helps! All thanks to Scott for this workaround.

  • How can I attach a document from one email to a reply email?

    When replying to an email, I would like to attach a document from another email attachment

    Attach document from Dropbox to email (tap to enlarge image)

  • Why when i tried to attach a document from pages it will send in jpeg not text?

    Why when I tried to attach a document from pages it will send in jpeg(image)?
    How can I attach pages to email in simple text format?

    Possibly.
    You could test that by dropping a largish image into a test Pages document and duplicating it until your document won't send.
    Some eMail clients have ceiling levels for file sizes, as do some receiving servers.
    Also test to see if you can simply export your file to pdf, in which case it will be retained on your iPad. That would be a first step.
    Peter

  • Download file from program run in background

    Hi. I have a program that downloads the data into the application server. I need to download the data from the application server to the local pc.. can I do it in the same program?

    Hi katchak,
    1. can I do it in the same program
    Ofcourse not.
    2. BCOS, that program will run in backround,
       and at that time,
       no GUI is available !!!
      (So it won't work)
    regards,
    amit m.

  • Attaching Office Documents from web

    We understand attaching documents other than text is only available from GUI planning. Has anyone built a solution to do it from web application?

    Yes William,
    Go to transaction SE80>MIME repository>public--> BW there you can create a folder. RMC on the folder and then "Import MIME object". Import your word file.
    Now in WAD go to your query and insert this small line in your html tab page. You can do some html thing so as to arrange the link where you want. I had given it the name as REPORT.
    <A href="/sap/bw/Mime/public/Customer/YOUR FOLDER/YOURFILENAME.doc">YOURLINKNAME</A>
    In the above process the path is important. Let me know if does not work.
    Regards,
    Nikhil

  • Export data to Excel through a ABAP program run in batch mode

    Dear Experts,
      The requirement is that a ABAP report should run through background job, which will do the followiing :
       1) Collect data from predifined CRM tables ( Activity , Order for example ).
       2) Create a Excel file in a Application Server ( physical file server location ) location.
       3) Push the data collected in the step 1 to the Excel file.
       I have found 2 function modules which does the export to Excel after creating the Excel file. They are :
        a) XXL_FULL_API
        b) MS_EXCEL_OLE_STANDARD_DAT
       But it seems that the ABAP report needs to run in the foreground ( correct me if i am wrong ) in order to create the Excel file.
       Please can anyone suggest a possible ABAP code to achieve OR how to use these FMs in background mode ?
      The excel creation needs to be automated and send to a administrator email id every day, so the need of exporting the data in background mode arises.
    Thanks and regards,
    Sudipta

    hi,
    In SM36, you can create a job(give your report prog name)..
    call the fun. module by storing all the values into final int. table it_data.
    but u need to open one excel file in your desktop...
      v_file = 'C:\file.xls'.  " path should be like this...
    CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                      = v_file
         filetype                      = 'xls'
      has_field_separator           = 'X'
      HEADER_LENGTH                 = 0
      read_by_line                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
        TABLES
          data_tab                      = it_data
    EXCEPTIONS
       file_open_error               = 1
       file_read_error               = 2
       no_batch                      = 3
       gui_refuse_filetransfer       = 4
       invalid_type                  = 5
       no_authority                  = 6
       unknown_error                 = 7
       bad_data_format               = 8
       header_not_allowed            = 9
       separator_not_allowed         = 10
       header_too_long               = 11
       unknown_dp_error              = 12
       access_denied                 = 13
       dp_out_of_memory              = 14
       disk_full                     = 15
       dp_timeout                    = 16
       OTHERS                        = 17
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    regards
    vijay

  • Why I can't attach my document from hotmail? Before I can do it, but now I don't.

    Hi,
    My name is Athicha.  My question is I tried to attach my word doc. at hotmail by using iMac, but I can't attach any thing.  Before I can do that, but now I can't. How can I do?
    Thanks

    Hello Athicha,
    Is this in Mail, or in WebMail at HotMail?
    If Mail, what happens if you drag that DOC to Mail's compose window?

  • Store incoming document from RFC

    I'm sure somebody has done this.  I need to call an archivelink fm to attach a document from a browser app to a SAP object, in this case the vendor master.  The func modules work when running in SAP GUI but not from browser app or from a batch process.  Is there an RFC that will load a document from an external source.  I need to pass the filepath, object id and archivelink type.  (Most existing RFC's cannot find the document.
    thanks in advance for any input

    Hi Friends
    Any sugestions?
    Regards
    Kumar

  • SRM: Automatic attachment of documents / pictures saved per material no.

    In SRM, when creating a bid invitation, we have many product lines (item lines). For each of these ítem lines we have one or more document (drawings etc.). As it is standard, we have the option to attach a file manually to each item line. But how can we automatically attach the documents from each Material no, when creating these item/product lines i.e. that when we enter the material number, then the related docs automatically get attached to the item line ? Our SRM system is running on a separate system, however our material numbers we get from the R/3 system.

    Hi,
    cFolders is web based collaboration folder. Please see other thread.
    [CFolder implementation|CFolder implementation]
    Regards,
    Masa

  • How do I attach multiple files from the pages app to my email

    I'm trying to attach multiple documents from the "Pages" app to my email.  I'm using an ipad.  It is only letting me attach one at a time and send each document as individual emails.  I would like to be able to send one email with all 4 documents at the same time.  Any suggestions?
    Another thought- When I go to my gmail app to compose an email, I have the following to send:
    to:
    cc:
    subject:
    But there is not a paperclip to click to attach any documents either.  Is this all connected and something in my ipad settings needs to be adjusted?

    You can only attach one file at a time to email in the Pages app
    You cannot attach files in the mail app. If you want to email a file, you do it from within the app where the file is saved such as what you did with Pages.

  • Getting error while opening Excel document from SharePoint site

    Hello All,
    I am getting following error while opening Excel document from SharePoint site.
    This issue appears when we open Excel document from Windows>> Run using below mentioned command:
    Excel.exe "{File Name}"
    If once I go to Excel back stage and browse for the SharePoint location, then this problem disappears.
    I have a work around for this issue but main problem is that i do not have any work around when i need to open Exel document using Excel COM interop in C#.
    Thanks,
    Amit Bansal
    Amit Bansal http://www.oops4you.blogspot.com/

    Hi Amit Bansal,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing developing issues involve Excel application.
    According to the description, you got an error when you open the document form SharePoint site.
    Based on my understanding, this issue maybe relative to the SharePoint, I would like move it to
    SharePoint 2013 - General Discussions and Questions forum.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Attaching a document to an email message

    I recently transferred by mistake (I intended ONLY to copy them) three documents to my cloud storage.
    I'd like to know teo things:
    1) How can I restore the documents to my MacBookPro;
    2) If it is possible to attach these documents from the cloud to a mail message.
    Thanks

    You do not have to use Pages 5.
    All the new iWork applications use an obscure and unparseable zipped bundle for a file format, that third party server software such as GMail, DropBox, Amazon etc do not understand.
    You can zip the .pages document before attaching it to eMails but this is an inconvenience and removes all the supposed reasons for using it in the first place.
    Pages '08/'09 is still in your Applications/iWork folder.
    Peter

Maybe you are looking for

  • "Object Required" error when using the script block from the code behind

    I try to use the following script block on the code behind page <script defer='true' id='NavID' type='text/javascript'>Nav();</script> and the function Nav() is on the .aspx page. It gives me the "Object Required" error message. BUT if I add an alert

  • Hook up more than one iPod?

    My sisters' computer was broken and she needs more music on her iPod. Is she able to hook up her iPod to my computer and with out deleting my music on iTunes? iBook G4    

  • Plugging ipad to tv

    When I plug my ipad to my tv it says change device resolution but I don't know how to change screen resolution on ipad 2

  • Where in the Code can I Call a function Before Insert

    Hi, using DWMX and VBSCRIPT with n MS Access table set on a W2k3 server and ASP I need to insert a value 'intGradID' from a function into a hidden field 'hGradID' when the submit button (to insert a record in an access database) is clicked (and befor

  • Is there a bug related to inline power of 3550?

    Hi: We are using the inline-power function of some WS-C3550-24PWR-EMI to power on some aironet 1230 APs. There are less than 5 APs on one 3550 usually. For unknown reason, those 3550s keep shutting down those FE interfaces connected by APs. We can do