Transaction code to see the archive file logical path

Hello,
Some data is archived.
In which transaction we can get the archive file logical path.
( Just like transaction al11 for sap directories )
Thanks..
Vijay

Hi Vijay,
Check transaction FILE or use FM FILE_GET_NAME_USING_PATH or FILE_GET_NAME_AND_LOGICAL_PATH
to retrieve the path.
Also check program RSFILENA and table PATH.
Thanks
Lakshman
Message was edited by: Lakshman Tandra
Message was edited by: Lakshman Tandra
Message was edited by: Lakshman Tandra

Similar Messages

  • Transaction Code for seeing the files in the  Application Server

    Hello All,
      Can anybody please give me the transaction code for seeing the files in the Application Server
    Thanks in Advance,
    Regards,
    LIJO.

    hi
    good
    try with tcode AL11.
    thanks
    mrutyun^

  • What is the transaction code for see the Web Services available in SAP

    Hi
    I came to know that SAP has provided its own webservices... I need some information on that... If any one has documentation on that can u please send it to me... My ID is <b>[email protected]</b>.
    What is the trasaction code for see the web services available in SAP.... Can any one help.. Please its  urgent
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B

    Hi,
    you can find Web Services (Enterprise Services) in the Enterprise Services Workplace (ES Workplace). The ES Workplace allows you to explore, test, and use enterprise services to make enterprise SOA tangible. Here, you will find all of the currently productized enterprise services by SAP.
    Best Regards,
    Boris Mueller
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/esa/esapreview">ES Workplace at SDN</a>
    <a href="http://esapreview.sap.com:82/socoview(bD1kZSZjPTgwMCZkPW1pbg==)/flddisplay.asp">ES Workplace</a>

  • Transaction Code to see the integration points between modules

    Dear Gurus,
    I came to know that, there is a trnsaction available in SAP ECC to see the integration points between modules.
    Eg. PP-MM & MM-PP
    If anyone found pls post it here.
    Regards,
    Siva.

    HI Siva
    Plz tell us from where you came to know, since we all havnt yet got that Tcode.Its various settings and configurations and Masters which intergrate the various  Modules like PP SD FI CO etc.
    BTW
    For  PP-SD
    Availability Check in Material master,MTO Scenario-MRP Run, thru Sales order 
    PP-MM
    Material Master ,Goods movement ,STO, Reservation , Purchase Requisitions, Purchase orders , MRP Run
    Quota arrangements etc
    PP HR
    In work Center capacity
    PP QM
    QM view Inspection type for each type of material
    PP CO
    Activities Confirmations COPA
    PP PM
    Euipment master, workcenter euipment
    I hope it is clear to you now
    Regards
    Anupam Sharma

  • Transaction code to see function group

    transaction code to see function group

    Avinash,
    there is separate T Code function group. SE37 and then go through the menu.
    Go To--> Function Groups.
    Regards,
    Ravi
    Note : Please reward and close the posts.

  • Unable to see the uploaded file using gos object

    Hi Experts,
    I uploaded the file to server by using the below code. But I am unable to see the uploaded file. Please help me out hot to view the uploaded files (list the file name and view the content) (i want to upload the file by getting the url as input and by clicking the button)
    Code to upload the file.
    DATA: wa_zqtc_gos_request TYPE zqtc_gos_request.
      DATA: l_attachment        TYPE swo_typeid.
      DATA: lo_gos_service      TYPE REF TO cl_gos_document_service.
      obj-objkey  = req_num.
      obj-objtype = objtype.
      CREATE OBJECT lo_gos_service.
      CALL METHOD lo_gos_service->create_attachment
        EXPORTING
          is_object     = obj
        IMPORTING
          ep_attachment = l_attachment.
    I tyied with this to view the files but the attachement link is disabled. (i want to view the files by clicking the icon-GOS icon in tool bar)
      DATA: wa_zqtc_gos_request TYPE zqtc_gos_request.
      DATA: l_attachment        TYPE swo_typeid.
      DATA: lo_gos_service      TYPE REF TO cl_gos_document_service.
      obj-objtype = objtype.
      obj-objkey = req_num.
      CREATE OBJECT manager
        EXPORTING
          is_object = obj
        EXCEPTIONS
          OTHERS    = 1.
    Please help me out how to view the file and list.
    thanks & regards
    T.Tamodarane
    Edited by: T.Tamodarane on Oct 23, 2009 9:55 AM
    Edited by: T.Tamodarane on Oct 23, 2009 9:56 AM

    Hi,
    Please post ur thred below:
    PL/SQL
    Regards
    Meher Irk

  • Unable to see the imported files in ODI after executing my java program

    Hi,
    I am using the following java code to import the physical topology into ODI11G.
    ===========================================================================
    ImportServiceImpl importService =
    new ImportServiceImpl(pOdiInstance);
    importService.importTopologyFromFolder(importService.IMPORT_MODE_SYNONYM_INSERT_UPDATE,FolderPath, true);
    ===========================================================================
    The above code went through fine while executing my program.But, i can't able to see the imported topology in ODI.
    Can you suggest me how to import the topologies as well as work repository into ODI through Java programming.
    Thanks in advance,
    Ganesh Kesavarapu

    I would do that as a last resort, as it happens to be a client server, I don't think they'd appreciate me needing to reboot a Unix server during the day. Would anyone have any other suggestions?
    I just removed the JSPs from the live server, and refreshed the page and Tomcat could not find the JSPs, so I'm sure I have the correct directory. I then made sure the .java and .class files were deleted from the work directory, uploaded my new files (again) and hit refresh... and yet again I was served the same code as always, when I view source it still shows me the old source code even though the JSP file and compiled java files and class show that the new file should be shown, not the old one.

  • Want to see the previous file name in the selection screen field

    Hi,
    I am working with flat file upload. Now my problem is in the selection screen field when i press space bar or backspace i want to see the previous file path which i have taken before. How to do this functionality.
    Thanks in advance,
    Vijay.

    Hi,
    Hope the following code will help u.
    PARAMETER: in_file type ibipparms-path MEMORY ID FID.
    at selection-screen on value-request for in_file.
      call function 'KD_GET_FILENAME_ON_F4'
        exporting
          mask      = ',CSV,*.csv,'
        changing
          file_name = in_file.
    But here when u give a path and execute and come back or executing it again the previous path will automatically come to the in_file field.
    Just check this code.
    Thanks.

  • What is the T-code to see the stock at tank level?

    What is the T-code to see the stock at tank level?
    Regards
    S.Senthil

    Hi Senthil,
                    In Order to Overview the stock at tank level do the following:
                1. Tcode-   O4_TIGER
                2. In the screen launched set the 'Transaction' Field as 'Stock Overview'.
                3. In the 'Pre selection' frame, enter the Storage Location and the Seq. No (Tank ID) details
                4. On execution you will get to see a Report. Refer to the 'Corr. Book Stock' column for the available stock.
                5. If there are more than one materials assigned to a tank. Click on the line item of the Report to see the break up materialvice.
    P.S: To fine the seq No of the tank use tcode 'O4NA'.
    Please let me know if this has helped you.
    Regards,
    S. Satish

  • Transaction Code to see all automatic account determination GL

    Hi All
    Please let me know the Transaction Code to see all automatic account determination GL like FI -GL integration with other modules/ submodules like AA,MM,SD, FM,CM etc. I tried with FBKP, but it is not giving all.
    Regards
    Sekhar

    Hi
    OMWB  will give  you  account determination by  parameter selections combinations  viz,
    1)  plant / material / movement types
    2) by company code / valuation area
    3) the  account  determination in  OBYC  can also be seen here.
    Thanks
    kamala

  • No sound after recording but i see the notes on Logic

    No sound after recording with my Keyboard. My keyboard make the sound when i record it but after there is no playback i see the notes on Logic but nothing. And if i try to copy or cut and paste the part i record from the keyboard it work after..i really don't understand!

    Does it say Midi Ch 1 in the event list for the Midi region you recorded?
    This is most likely to be User error... but to identify what exactly.... and to rule out any corrupted settings in LPX..
    Try trashing Logic's preferences and CS prefs as per this support note.
    Delete the user preferences
    You can resolve many issues by restoring Logic Pro X back to its original settings. This will not impact your media files. To reset your Logic Pro X user preference settings to their original state, do the following:
    In the Finder, choose Go to Folder from the Go menu.
    Type ~/Library/Preferences in the "Go to the folder" field.
    Press the Go button.
    Remove the com.apple.logic10.plist file from the Preferences folder. Note that if you have programmed any custom key commands, this will reset them to the defaults. You may wish to export your custom key command as a preset before performing this step. See the Logic Pro X User Manual for details on how to do this. If you are having trouble with a control surface in Logic Pro X, then you may also wish to delete the com.apple.logic.pro.cs file from the preferences folder.
    If you have upgraded from an earlier version of Logic Pro, you should also remove~/Library/Preferences/Logic/com.apple.logic.pro.
    Restart the computer.
    if that doesn't fix things then...
    Which Software instrument (SI) are you trying to play?
    You do have a SI loaded in yes?
    You are using an Instrument Track yes?
    You are not usimg an external Instrument track are you?
    If you drag an Audio loop from the loop browser to an Audio track.. can you hear sound on playback?
    Please post a screenshot of your arrange window showing the channel strip for the track you recorded midi to... That will help us see how you have set things up.

  • Choose the archive file in wich inserting an archive.

    Hello,
    I am currently archiving FI_Document and as you may knom open items can't be archived and so the corresponding document is rejected. So many documents are archive except a few of them.
    Imagine I am archiving a particular year.
    Imagine a few years latter this previous item is cleared and I naturally want to archive it in the same archive file as the documents of its corresponding year.
    Does any one know a mean to say to SAP in SARA transaction when archiving in  which archive file put this new archive session ? For the time being a new archive file would be created with another name and thus the archive file maintenance is quite difficult.
    Thanks for any help,
    Regards,
    Jean-Baptiste Gosset
    France

    Hi,
    There is no means in SAP to route documents to already existing archive file. A new archive file is created for every session. Archive Routing is a new feature introduced by SAP in NW04s, which may be of use provided you are storing the archive data in content server.
    Cheers,
    Samanjay

  • Time Machine only shows the current copy of the file I am trying to restore. There is none of the time machine backup histories shown. I am running OSX 10.7.5. I see the backup files on my external Time Machine hard drive. Help

    Time Machine only shows the current copy of the file I am trying to restore. There is none of the time machine backup histories shown. I am running OSX 10.7.5. I see the backup files on my external Time Machine hard drive in the Backups.backupdb folder.
    Time Machine does show the history of my Macintosh HD, but when I try to navigate to the folder I wish to restore the backup history disappears. I've been searching for answers and I have not found one that works for me.

    Time Machine only shows the current copy of the file I am trying to restore. There is none of the time machine backup histories shown. I am running OSX 10.7.5. I see the backup files on my external Time Machine hard drive in the Backups.backupdb folder.
    Time Machine does show the history of my Macintosh HD, but when I try to navigate to the folder I wish to restore the backup history disappears. I've been searching for answers and I have not found one that works for me.

  • How can I see the stored files in cache?

    How can I see the stored files in cache? I need them!
    Thanks for helping me.

    The History menu lets you revisit the page where you can drag any page element from it.
    How would you sort through thousands (tens of thousands) of files found in a cache?

  • I recently upgraded to 10.8 from 10.6 and I would like to be able to see the folder/file size for each like in version 10.6

    I recently upgraded to 10.8 from 10.6 and I would like to be able to see the folder/file size for each, like in version 10.6. It used to show the size at the bottom of the "window" for the selected folder,drive etc.

Maybe you are looking for

  • HP Pavilion dv6 Notebook PC: restore system and drivers

    Hi. Some days ago I faced a bad experience with my laptop HP Pavilion dv6 Notebook PC. System crashed. At anytime I tried to switch it on, a message error appeared and system was blocked. Message was: FILE:\BOOT\BCD Status 0xc000000f, asking for runn

  • Melting mirror effect in Final cut pro 7

    Hi Guys, I finally managed to get a tutorial which teaches me how to make the demon face effect but its in motion not in final cut pro.. but anyways I wanted to know if any of you guys know how to melt a mirror in final cut pro?? -A

  • VS2012 - Build - Transform text templates

    We have a relatively large solution file (25 projects). If I build any one of these projects, the final build step is "Transforming templates for all project items". Does anyone know where the setting is to toggle this functionality in visual studio

  • No STMS on Web AS Java?

    Dear forum users, I've installed a Web AS Java using the "SAP Netweaver '04 SR 1 -> Java System -> Oracle -> Central system". Now I noticed that I can't logon using the SAP Gui, thus I can't use the Transport Management system. The problem is: We wan

  • ACS incremental backup is OFF

    Dear Team, Incremental backup settings is changing to OFF state and getting below error message in the logs  ACS . Please find the attachement. """""  Aug 31 2014 04:01:21 com.cisco.nm.acs.view.common.incrbackup.IncrBackupJob.execute(IncrBackupJob.ja