File name of Document stored through OAAD

Hi Experts,
We are using tcode - OAAD to store any document against employee.
Following are the inputs provided to the system while storing the
document.
1. Business Object - The value used in our case is "PREL"
2. Document type - The value used in our case is "HRIRESUME"
3. Personnel Number
4. Infotype number
5. Date of origin
6. File path - path from the presentation server
We can display the document using tcode PA20.
Every time the system generates a different file name.
We are not able to find out the actual file name which was specified
while entering the file path.
Kindly help ......
Regards,
Santosh.

Hi Santosh
Please review below link if this helps
http://help.sap.com/saphelp_47x200/helpdata/EN/dc/92d8345388482be10000009b38f83b/frameset.htm
Best Regards

Similar Messages

  • Sharepoint 2010 -Script to get file name from Document Library

    Hi 
    can anybody send be script that works in "SharePoint 2010 management Shell" to get list of file names in document library.
    Thank

    See my updated answer. The double quotes need to be removed. Also note that you need to use $item.File.Name
    and not $item.Name to get the name of the files.
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • How to set attched file name while sending email through ABAP

    Hi All- tell me how to set attched file name while sending email through ABAP.
    regards...
    Abhay

    Sure,  when you are adding your entry to the packing list,  give the name in the obj_name field.
    *File 2
      mailbin = 'This is file 2'.
      append mailbin.
      data: start type i.
      data: end type i.
      start = tab_lines + 1.
      describe table mailbin lines end.
      mailpack-transf_bin = 'X'.
      mailpack-head_start = 1.
      mailpack-head_num = 1.
      mailpack-body_start = start.
      mailpack-body_num = end.
      mailpack-doc_type = 'TXT'.
      mailpack-obj_name = 'TEST2'.        "<-  RIGHT HERE
      mailpack-obj_descr = 'Subject'.
      mailpack-doc_size = tab_lines * 255.
      append mailpack.
    Regards,
    RIch Heilman

  • How to show document title instead of file name in Document Manager

    In WebCenter Portal 11g PS5, there is the Document Manager task flow:
    http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10149/content_doctf.htm#BABGAICC
    it displays a list of a Folder and its contents, much alike the output of the COLLECTION_DISPLAY service in the Content Server.
    I was wondering if there is a way (customization) to display the dDocTitle of content items (or particular content items) instead of the file name.
    While displaying the filename makes sense in a lot of cases we have a lot of Contributor Data Files that are saved as dDocName.xml which doesn't make much sense to the user viewing the folder they are stored in.

    This is now possible using a customization and additional command-line properties, see the following Support note:
    Support for Presenting Additional Content Metadata in Document Explorer View Task Flow [ID 1480966.1]

  • Printing file name on document.

    I want to print the name of the file when I print out a document. Instead of writing out the file name on each document, can't I just choose some preferance to do this for me?

    In the Print dialog box, select "Marks and Bleed" in the left column, then select "Page Information"
    This will print the document title, date and time of printout at the top of the document but if your document is 8.5x11 and you print it on an 8.5x11 piece of paper, then this information will not make it on your printed page.

  • File name into document

    Is there a way to create a master doc page that automatically imports the current document file name into a desired location?

    Perhaps a text variable of the filename on the master? Look this up in the help.
    Mike

  • Fetch the file name form document name....

    Hello all,
    I am new to development...
    I have a doubt, I have a file name in one table like 011abc_XYZSupplier.pdf
    from this, I need to take Invoice number and the supplier name from the above file.
    ex: upto _ is invoice number (011abc), after _ is supplier name XYZSupplier.
    How to achieve this by cursor.
    Please help me on this issue.
    Thanks and Regards,
    Muthu

    select substr(file_name,1,instr(file_name,'_')-1) invoice_number ,
           substr(file_name,
                  instr(file_name,'_')+1,
                  instr(file_name,'.')-instr(file_name,'_')-1
                  ) supplier
    from your_table;
    INVOICE_NUMBER SUPPLIER 
    011abc         XYZSupplier Or REGEXP
    select regexp_substr(file_name,'[^_]+') invoice_number ,
           regexp_substr(file_name,'[^_.]+',1,2) supplier
    from your_table;
    INVOICE_NUMBER SUPPLIER 
    011abc         XYZSupplier Edited by: jeneesh on Feb 28, 2013 12:40 PM

  • Change file name when sending form through email

    Hi all,
    I created a form that can be downloaded, viewed and completed by the user in Acrobat reader, and then sent by email as a pdf-attachment by pushing a submit-button. As the form will be sent by several different users to the same address, in order to avoid confusion it would be good when the filename would not be the original form name, but someting based on the individal data entered by the user.
    Is there a way of between having filled in the form and actually sending it, automatically change the file name? I know users could save the file first and thén send it, but I would like to spare them the hassle.
    Thank! Mateo

    To do that you woudl have to certify the form which brings into play a whole other series of issues.

  • Set unique file name for document library in SharePoint 2013

    Hi,
    I have document library in the sharepoint 2013 with two dropdown fields-dept name,dept id.
    My requirement is to create a namiing convention for each file uploded in the document library.
    So the naming convention should be "deptname-deptid-filename-Id".
    I tried this naming convention using workflow as below-
    In this case ,first I attach the file and then it asks for dept name & id,Whwn i input these value,it shows error message as this file is modified by you at this point of time.On cancel it saves the attached file but does not save the deptname and dept
    id.
    please help if any idea or suggestion.
    Thank you.

    The only way I've ever seen this work while adding a new file is to use an Event Reciever.  Build an Event 
    Receiver that fires whenever a file is added and have the code change the name of the file from whatever the user titled it to the naming convention you are using.  
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Info about documents stored through GOS .

    Hi Experts,
    In FB03 transaction we use GOS to store business documents. We have content repository and http service handler class for creation of the documents. Documents should be stored in directory mentioned for content repository and document info should be stored in customized table. I have used CREATE, DELETE,INFO protocols in handler class and created service in SICF.
    Please let me know if anybody worked on this.

    Hi Milind,
    GOS is a Universal option and you can find this on every screen of SAP, and when you try to do this, the files are resided on the SAP server: means on the SAP DB.
    You can very well divert them to the Content Repository, This can be achieved.. Check in oac0 for the Content Repository SOFFDB.. Go the change mode and add the details of the Content server. By default the SOFFDB files would be stored in the SAP database.
    Hope this should solve the query.
    Best Regards,
    Ravi

  • How to keep original Uploaded File Name in SharePoint Document Library?

    HI,
    I have document library. After Uploaded the file in document library. I want to keep the file name in some other filed.
    Why because in future i may change the file name in document library so in order to know the original name of the file.
    I want to do without any workflow. Is there any other default column like that?
    How could i achieve it?
    Thanks & Regards
    Poomani Sankaran

    Hello,
    Here is list of operations for file element, and you can save it in library column:
    http://social.technet.microsoft.com/wiki/contents/articles/22156.sharepoint-2010-a-complete-list-of-spfile-operations-using-ecma-script.aspx
    http://sprider.org/2011/12/13/sharepoint-ecmascript-to-adddeleteupdateget-list-items/
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Original application file name

    hello,
    is it possible to view original application file name while searching document (attached file name not document name)?
    is it possible.currently i am not using EasyDMS.
    points will be awarded,be sure.
    thx in advance..

    Hi,
    maybe it is possible to create a special classification characteristic which includes the original file name. This file name is normally stored in table DMS_PHIO2FILE. Here you will find the original file path and name.
    You can also use report DMS_KPRO_READ. Here you can also enter document data and you will receive all necessary data on the attached originals as PHIO ID, LOIO ID and filenames.
    Hope this information is usefull and don't forget to reward points
    Best regards,
    Christoph

  • How to retreive the dynamic file name in the AAE configuration?

    Hi Guys,
    I have configured File to File with the integrated configuration and in the mapping i need to retreive the file name dynamically and i am unable to retreive it from the run time in AAE configuration. I am able to retreive with the normal configuration where integration engine is the run time.
    I am using the code as below.  Is it possible to retreive the file name dynamically in the AAE configuration? any help or suggestions would be appreciated.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName;
    Thanks,
    Srini

    Hello Srinivas,
    Brief Solution:
    1. Using dynamic configuration, set the attribute value of payload dynamically to ASMA
    2. Using AF module, write the value of ASMA in a variable
    3. Using the variable substitution, set the receiver file name schema
    Plz go through the below link:
    http://wiki.sdn.sap.com/wiki/display/XI/CombiningthreedifferentaspectsofPIinoneshot
    Thanks,
    Satya Kumar

  • B2B 11g: Getting File Name in inbound integration and passing it to SOA

    Hi,
    I am Reading a EDI x12 file in inbound B2B .I am checking the 'preserve File Name' check Box at Listening channel properties.....Then Integrating B2B to soa using AQ Adapter.But I couldn't find any property where I can pass the file name which I read through B2b to Composite. I need the file name because I am inserting all the records in Database and client wants to see which record in DB has been inserted from which file.
    Any pointers would be helpful.

    Hello,
    Try to use the b2b.fileName property. Although it probably is not shown on the list you should be able to access it.
    Also, please check the patch 18021286 which has many improvements and allows for two cases that can be useful for you:
    - Get information on back-end about which channel and agreement was used to deliver
    - Using callout Ret values which allow for specific properties to be set on callouts and passed all the way until the back-end application.
    Hope this helps.
    Best Regards
    Tiago Teixeira

  • Acrobat 7.1 OS: XP PRINT TO PDF file name problems

    Here is all the info.
    when i goto file print and select Adobe pdf as the printer.
    The window shows up titled: Save PDF File AS
    The current "Save in" window is Desktop / My Documents / CATALOG /     CATALOG PDF VERSION / PDF PORTFOLIO VERSION
    The preloaded "File name" is: C:\Documents and Settings\Chip\My     Documents\2009 - A PO\09 - AH - Ellouise Abbott, Houston\09 - AD -     5846, Lloyd, IBB, j-227\INDEX-glass,mica,linen.pdf
    The preloaded "Save as type" is: PDF files (*.PDF)
    I am sending out this pdf to a lot of customers  and I do not want them to see the preloaded information for file name.   Is this only happening because it is on my computer.  OR when i send the  same pdf to a different customer will they see the preloaded file name   "C:\Documents and Settings\Chip\My     Documents\2009 - A PO\09 - AH - Ellouise Abbott, Houston\09 - AD -     5846, Lloyd, IBB, j-227\INDEX-glass,mica,linen.pdf"
    Below is a screenshot to give you a better idea:
    Message was edited by: axlrose13

    this question is for a different machine running acrobat 9 on xp.  its a completly different question regarding the file names if they will show up on another persons computer if we send them the pdf file.

Maybe you are looking for

  • How do I fix this error response?

    When I bought my new Macbook Pro, replacing my old Macbook Pro, I can't open alot of documents now that I used to be able to before and they're just .doc documents.  I get this error response: "You can't open the application Microsoft Word because Po

  • Setting up Itunes in Windows 7

    How do I set up itunes to accept multiple ipods on the same computer all having separate libraries?

  • Importing photos from camera or compact flash so slow urgent help.

    Little bit gutted, As this happen on my old MBP  now i have a new one got the same proble, on the 25th took part in the canon marathon, taking near 1000 photos raw on canon 7d. I took so long, i could just get some of the photo to meat the dead line,

  • Issue with Users trying to contribute a file to content server

    Hi, I have an instance of UCM 10g 10.1.3.3 installed and off later suddenly some users have started getting the message "Unable to build check in form. User '<username>' does not have sufficient privileges." when they try to checkin a file. I checked

  • We need to implement EP Solution for Supplier Portal

    Hello All,      I'm working on BSP's and Portal since 1 Year. The Portal Implementation is already done before I started working on it. Now my scenario is as folows : We need to implement EP Solution for Supplier Portal . For this we want to know wha