UNZIP files in SAP system (HP-UX)

Experts,
I receive ZIP files (from windows system) to my SAP system (HP-UX). My requirement is to UNZIP it and use the contents (multiple PDF files). Is there a way I can do this? Thanks..
Regards
Arun.

Hi,
on HPUX system you can use below command:
If you have java installed,
#jar -xvf <filename.zip>
OR
#gzip -df <filename.zip>
Else you need to install "unzip". Have a look at the below link.
[Download unzip for HPUX|http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/]
Regards.
Rajesh Narkhede

Similar Messages

  • How to upload CSV file(Flat File) in SAP system.

    Hi All,
    Please guide me how to upload flat file into SAP system.
    Regards
    Avinav

    Use following syntax -
    DATA L_P_FILE TYPE STRING.
         L_P_FILE = P_FILE.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = L_P_FILE   <-------Your PC file name
        FILETYPE                      = u2018ASCu2019
        HAS_FIELD_SEPARATOR           = u2018Xu2019
      TABLES
        DATA_TAB                      = P_I_DATA[]   <-----Your internal table
    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

  • MDDataSetBW.GetCellData. See RFC trace file or SAP system log for more...

    Ingo,
    I am getting below error message in BO Test environment when I refresh WebI document.
    MDDataSetBW.GetCellData. See RFC trace file or SAP system log for more details
    It was working when we migrated the objects initially. Subsequently when we try to refresh WebI document we are getting the above error message. It still works in BO Dev environment and the no of records are the same in Dev and Test.
    I am able run the underlying BEx query in SAP BW Test environment and it does return data.
    I checked ST22 and SM21 log, but no details there.
    Is it related to Authorization on the Universe or Bex Query?
    We are in the middle of UAT and not able to move forward. I would greatly appreciate your input.
    Thanks
    Ram

    Ingo,
    I ran the zip file and added the required entries to registry.
    And then I tried to reproduce the error, but the files are not generated instead I noticeed below error message on the server:
    The description for Event ID ( 7939 ) in Source ( Crystal OLAP Client ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Registry Access Error: , [HKEY_LOCAL_MACHINE]Software\Business Objects\Suite 12.0\MDA\Log\Modules: The system cannot find the file specified..
    Does tha t mean we do not have permissons to read the registry?
    I would greatly appreciate your input.
    Thanks in advance.
    Ram

  • Regarding uploading .wri files in sap system

    Hi Experts,
    I want to know which all file types can be uploaded in sap system. Can we upload .wri file in sap system ?
    Waiting for quick replies.
    Thanks in advance,
    Akash

    Hi Experts,
    I want to know which all file types can be uploaded in sap system. Can we upload .wri file in sap system ?
    Waiting for quick replies.
    Thanks in advance,
    Akash

  • How to Import Transport Files to SAP System

    Hi Experts,
    I have installed BO XI R3.1 SP3 Integration tool kit for SAP Solutions with Java Connectors.Now i can able to see SAP after login into the CMC. I have installed prerequisites like SAP GUI,Xcelsius,BO XI 3.1 Enterprise.
    1)Can you please tell me how to import transport files to SAP System?So that i can connect to BW to Bo environment.I am unable to understand the process to do above task form pdf.

    Hi Venkat,
    in case you have never done that before I would suggest you talk to the basis admin person and let him do it.
    ingo

  • Import file to SAP system switch to SAP XI scenario

    Hi,
    we have scenario: download data from 3rd party system to the file and later on import this file to the SAP EPR system.
    What possiblity we have when we want to use SAP XI? Only create new RFC functions to be able upload files? Or it is possible to re-use currect program for upload file?
    And reverse scenario? We download data to file from SAP ERP and later on import to 3rd party system. It is possible to re-use program used for download data?
    Thanks a lot for ideas.
    Regards,
    Roman

    Hi,
    Downloading data from the third party system to File system will be out of XI Job.that ur other team has to take care.
    Coming to Xi
    From the file system to SAP R/3 we can do using XI
    File---XI-SAP R/3( Use IDOC/ RFC/ PRoxy)
    In the other way also
    SAP R/3( IDOC / RFC/ Proxy)--XI--File
    Check this to choose the right adapter when dealing with the SAP R/3 Application
    /people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems
    Regards
    Seshagiri

  • Files on SAP system

    Hi Friends,
    In our SAP system we have following files from 2002,
    Data files
    Cofiles
    Log files
    EPS.in files
    Can we delete the   above files, what are the precautions we need to take before deleting the same. Deleting the files means just using remove command at Unix level.
    What period of files we need  to keep in the system
    Are there any OSS notes regd the same.
    Please help me friends.
    Thanks,
    ram

    Hi Rama,
    You can delete the old transport request and log files according to parameter settings in RZ11 and also before doing this please refer Note 41732.
    You can delete files from EPS/in directory as these are installed support packs files (.PAT).
    Regards,
    Kshitiz Goyal

  • Download Font file from SAP system to local system

    Hi,
    How to download Font files (.TTF) from SAP to local system.
    Is there any Reports or Tcodes available?
    I need to download font from one SAP system and upload it to another system.
    I am referring to Russian fonts.
    Kindly help me.
    Thanks

    Hi,
    use the FM 'CAT_DOWNLOAD'
    i think this will help
    Thanks

  • How to transport the CO and DATA file to SAP system

    Hello Experts ,
                          I want to know the procedure to import a transport request into an isolated SAP system ( which is not in the transport route ) using the CO and DATA files .
    I know that user should have adminstrator role to do this but i dont know how to do this .
    Regards
    Vivek

    Simply copy the source cofile and datafile from the source system to the target system and then import.
    Data file is located at /usr/sap/trans/<sid>/data with format R<transport_number>.<sid> and cofile is located at /usr/sap/trans/<sid>/cofile with format K<transport_number>.<sid>
    Copy them to the same location on the target system and then go to STMS -> Extras -> Add -> insert the name of the transport in format <sid>K<transport_number>, this will add the transport to the import queue then just simply import the transport.
    Regards
    Juan

  • Send binary files from SAP System to SAP XI/PI

    Dear experts,
    in our SAP ERP-System we have a link to JPG files which are stored in an archive. We want to send these files with some other information to our SAP XI and then store them on a file server. Is there a way to send a MIME attachment via RFC? Or is there another way to send binary files from SAP ERP to SAP XI? We want to avoid polling the files on OS level.
    Thanks and regards,
    David

    Most recommended way is to go for ABAP proxies. They support attachments.
    Regards,
    Prateek

  • Re: Transfer Large Files between SAP Systems

    Dear All.
    Please can someone advice a quick way of transferring large files from one sap system to the other. Can we use ALE? Can Ale handle large files? If there are others ways please advice at your earliest. thx alot

    yes ,you can use ALE between two SAP R/3 system..
    it is efficient way to transfer from One SAP R/3 to Other SAP R/3

  • Unzip file using operating system command in file/ftp receiver adapter

    Hi,
    I'm wonderdering how to unzip a zip-file in the receiver file/ftp adapter. I know it is possible to do it using the 'Operating system command' feature, but somehow the command I use seems to be ignored! (I'm using SP14, unix).
    The command I entered is quite simple: unzip %F (also tried the %f, but i guess it doesn't really matter wich on I use).
    Is it possible that I'm unzipping to another directory than the one i expect? the unzip should be performed to/in the current directory, and assumingly current directory is the one stated in the 'Target Directory', right?
    Hope someone can clearify this issue for me.
    Best regards,
    Daniel

    Hi Daniel,
    It seems to me also, that the files are being unzipped to a different location than what you are expecting. The OS command might getting executed in some default location(i am trying to fnd that out)on the server and not in the target directory of the channel(It seems logical to me)....
    If you have time...pls try this out & see whether this would help...
    Have a shell script written with the following commands in them
    cd <path to target directory>
    unzip $1(filename from the channel)
    and in the OS command in the Channel give....
    <absolute path to the .sh file> %F
    Thanks,
    Renjith.

  • Transferring file from SAP system to another system.

    Hi all,
    i have created a report which saves PO details of a perticular vendor into sap internal system in *.xls format.
    but i need to drop that file into an external system whose ip address and password is known to me.
    I am facing the access problem with ftp connect.
    there is only one port open of that system. how can i connect that through the port. 
    with regards
    Vikash.

    Hi,
    Check this link..http://docs.google.com/Doc?id=dfv2hmgs_21g5nmwkgw&hl=en
    Are you calling HTTP_SCRAMBLE to scramble the password be passing to FTP_CONNECT FM.

  • Error while uploading script form text file to SAP system

    hi
      i down loaded a SAP Script from production server to local test file using RSTXSCRP
    it get downloaded successfully but when i am uploading it to development server it is giving ERROR as :
    Transport object FORM ZIV_MEDRUCK_PO is being processed        
    Language vector used: DE                                       
    Original language was set to E                                 
    ERROR: Save with SAVE_TEXT(FORM ZIV_MEDRUCK_PO SAP DEF ) failed
    Text ID DEF 1 for text object FORM 2 does not exist            
    001 fatal error(s) occurred during import                      
    ERROR: Invalid start marker: instead of H                      
    ERROR: Invalid start marker: instead of H                     
    please help .

    Hi ,
    The text used in the previosu script is not in language en or proabably the standard text is not existent at the application server .
    Create the same text first then try uploading it it shold work.
    Regards,
    Nisrin.

  • Unzip files through SAP PI

    Hi all, I have a question about the perfomance in a scenario. I have 250 files zipped (45Kb average each file) in a ftp folder, and I'm using File Adapter to pickup this zip file, and then unzip it, and then process the files which contains, next each file will be mapped to one IDOC.
    So, my question is how to improve the perfomance in this scenario??
    Does the unzipping process consumes PI Server resources??
    I hope someone could help me with this problem...thanks in advance

    Hello
    Check the Audit Log of the message in the RWB -> Message Monitoring. Here you can check the processing times of the message including the module processing times. This should give you an idea as to what processing stage is taking the most time.
    Regards
    Mark

Maybe you are looking for

  • Partitioning Problems

    I partitioned my hard drive a while back to run Ubuntu and decided I didn't feel like doing that after all. I tried to go back into Boot Camp to remove the partition but I get a notice saying "The Startup Disk cannot be partitioned or restored to a s

  • Row lock contention error to resolve

    hi, i m facing sever issue with row lock contention error for the statement and causing concurrency and application usage more making database vulnerable UPDATE RULE_DATA SET RULE_DATA = :B3 , UPDATED_BY = :B2 , UPDATED_DATE = SYSDATE WHERE RULE_DATA

  • Crystal Reports 9 over network: slow initialization

    We have a VC++ application that uses Crystal Reports RDC (actually 8.5, and trying to change to 9.2). By design our application is installed on a file server and users execute it directly from the server, without copying or install any component in t

  • E-Recruiting BSP to Web dynpro in EP4 scenario

    Hi All, We have currently upgraded EP3 to EP4. As per EP4 it no longer support BSP , it will support only Web dynpro. What settigs are required to convert exsisting BSP application to Web dynpro. Help from Experts would be great. Regards Pallavi

  • Unable to render the complete row when checkbox is ticked

    Hi all i my application I am trying to show the whole row selected when a check box is ticked by user , which we usually se in mail clients ex. gmail .I am attaching some rough code : - public class RenderedTable extends JFrame     public RenderedTab