File interfaces

hi friend's,
i want to code for file interfacing in different system to sap like
mainfram, java  \[removed by moderator\]
THAKNS  AND REGRADS
Edited by: Jan Stallkamp on Sep 3, 2008 3:52 PM

Hi Vikash,
Check this link:
http://help.sap.com/saphelp_di46c2/helpdata/EN/dc/6b7f6343d711d1893e0000e8323c4f/content.htm
Hope this helps you.
Regards,
Chandra Sekhar

Similar Messages

  • Getting  error when testing Proxy to File interface

    Hi Guru's,
    While I am testing a Proxy to File Interface, using SPROXY transaction i am sending a message from  R/3 to PI.
    the message showing successful in R/3 Moni,but in PI moni I am getting the following Error..
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Determination
      -->
    - <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    In this inreface, I am suppose to send the mesasage to only one Target system(ftp server) . i have checked in ID part also,
    every thing is clear in ID. Can any body please tell where the mistake might exists...
    Thanks in advance..
    Regards
    Raj

    Hi,
    No receiver could be found means Check your Receiver Determination. Activate and update cache. Asysnchronous messages can be manually restarted.
    have you seen this threads,
    NO_RECEIVER_CASE_ASYNC
    No receiver could be determined
    regards,
    ganesh.

  • How to create the Export Data and Import Data using flat file interface

    Hi,
    Request to let me know based on the requirement below on how to export and import data using flat file interface.....
    Please provide the steps involved for the same.......
    BW/BI - Recovery Process for SNP data. 
    For each SNP InfoProvider,
    create:
    1) Export Data:
    1.a)  Create an export data source, InfoPackage, comm structure, etc. necessary to create an ASCII fixed length flat file on the XI
    ctnhsappdata\iface\SCPI063\Out folder for each SNP InfoProvider. 
    1.b)  All fields in each InfoProvider should be exported and included in the flat file. 
    1.c)  A process chain should be created for each InfoProvider with a start event. 
    1.d)  If the file exists on the target drive it should be overwritten. 
    1.e)  The exported data file name should include the InfoProvider technical name.
    1.f)  Include APO Planning Version, Date of Planning Run, APO Location, Calendar Year/Month, Material and BW Plant as selection criteria.
    2) Import Data:
    2.a) Create a flat file source system InfoPackage, comm structure, etc. necessary to import ASCII fixed length flat files from the XI
    ctnhsappdata\iface\SCPI063\Out folder for each SNP InfoProvider.
    2.b)  All fields for each InfoProvider should be mapped and imported from the flat file.
    2.c)  A process chain should be created for each InfoProvider with a start event. 
    2.d)  The file should be archived in the
    ctnhsappdata\iface\SCPI063\Archive directory.  Each file name should have the date appended in YYYYMMDD format.  Each file should be deleted from the \Out directory after it is archived. 
    Thanks in advance.
    Tyson

    Here's some info on working with plists:
    http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Introduc tion/chapter1_section1.html
    They can be edited with any text editor. Xcode provides a graphical editor for them - make sure to use the .plist extension so Xcode will recognize it.

  • Communication between thread in the same process using file interface.

    Hi,
    I am developing  driver and i need to communicate between two thread.
    >can anyone guide me on implementing communication between two thread in the same process using File Interface. First thread will be driver and second will be application.I need to send IOCTL like commands using File interface ie is WriteFile(),ReadFile()
    from Host process to driver through file-interface(which run's in driver context).Host process should not be blocked for the duration of the driver to process the command.
    >File-interface will run in driver context and it will be responsible to receive command from application and pass it to the driver.
    what are the complexity introduced?
    >Can anyone also give me the link/reference to get more information on this topic?
    >How to replace IOCTL command's for instance baud _rate change command with a file interface for example with IRP.

    Here  is the detailed query:
    Hardware Abstraction Layer will interact with Driver(Both will be running in complete different process) .there is a IOCTL for command and  File interface for read and write.
    My requirement is:
    Both should run in the same process so HAL will run as one thread and driver as another thread in the same process .I don't want HAL to wait for completion of request and also i don't want driver to be blocked .
    We are planning to use a File Interface for communication between Hardware abstraction layer and Driver
    HAL will send the command or read/write operation to a file interface and driver will get the command or read/write request from the File interface
    There is a flexibility to change Hardware Abstraction layer and also the Driver
    Is it possible to use IOCTL between two thread under same process? if not what other options do we have.
    Can we use File interface to  send command (like IOCTL) between two thread?

  • Record File in Window Server with RFC to File Interface

    Hi ALL,
    I´m with problem to record files in Windows Server through RFC to File Interface.
    Tried to record in my local machine (C:TEMP), without success.
    Can someone help me?
    Tks.
    Rodrigo

    Then Pooja,
    It don´t message with error.
    In SXI_MONITOR display with sucess but not record file in windows directory...
    Tks

  • File-interface - how to populate the file correctly?

    Hi there,
    I have to write my first interface to another non-sap-system using a file-interface. Now I have a little question in case of filling such an interface file. I have a documentation of the other system which describes how to fill the file.
    There is said that I should write DEC-values in the following way to the file:
    DEC 13.3 : -0000012345.123 (leading sign and zero's for filling the field to the complete length)
    Can anybody give me a hint how to convert such a DEC-value in the format the interface wants to have it? I think I can do it via "string operations" but I'm sure that there is another way which should be used and which is more elegant.
    Please help me.
    Kind regards
    Markus

    Try with this,
    data : s1 type p decimals 3.
           s2(16) type c value '000000000000000'.
           s3(16) type c.
    s1 = '12338383'.
    s3 = s1.
    overlay s3 with s2.
    S3 would be your required output
    Regards
    Sasi

  • File to File Interface without ESR objects

    Hello everyone,
    I have a requirement where our business users will  produce the .csv files in one location and we need to move to another location.
    I recon that we can build this File to File interface( usin FCC) without using ESR objects, can any one help me with the procedure since i am new to PI.  
    Thanks in advance

    HI Chandrika ,
    File to File Interface without ESR objects
    this is very simple , you need to create Configuration objs
    1. sender Communication channel and agrrenment
    2. receiver Communication channel and agrrenment
    3. u have to provide dummy service interface names and name space in interface determination,
    4.in receiver determination , we have to provide source and receiuvers bu.components and remaining dummy names.
    thanks,

  • Need help on IDOC to file interface.

    Hi Folks,
    I am working on IDOC to file Interface. We are pushing 15 Idocs from SAP R/3 system to SAP PI. Idocs in R/3 system are in correct order. When it comes nto PI system IDOC order is diffrent.
    For Example :  I am sending 6 idocs 1000, 1001,1002,1003,1004,1005 from R/3 system. WHen these idocs coming into PI its order is changing so in PI system IDOCS order is 1000, 1004,1001,1005,1002.  But, I want IDOCS are should be same as R/3 system.
    For handling this issue, what are the necessary steps I need to follow in PI?
    Thanks,
    Enivass

    Hi Enivas,
    Check this link regarding serialing IDOC: http://help.sap.com/saphelp_nw04/helpdata/en/bd/277264c3ddd44ea429af5e7d2c6e69/content.htm
    http://www.saptechnical .com/Tutorials/ALE/Serialization/page1.htm
    Thanks,

  • IDoc to File interface

    Hi Experts Team,
    My scenario is IDoc to File interface. I need to create 12 different files based on the Plant code (WERKS). At the end of the day, i need to ftp the file to different locations. How can I do the design and is there any need for BPM here?
    Please explain..
    Thanks & Regards,
    Kanda

    Hi S.P ,
    You may use the variable substitution functionality of receiver file adapter and can generate the file based on the xml payload content which contains your WERKS field.
    You may refer the following blogs for the understanding of the concept.
    An interesting usage of Variable Substitution in XI
    Thanks & Regards
    Prabhat

  • FEH for File Interfaces?

    Hello Experts,
    Can we use Forward Error Handling (FEH) for implementing error handling in File Interfaces ?
    Like for simple Application Server file interfaces, if something goes wrong during the process of writing/reading a file on App Server, can we use FEH for showing the log?
    I know it is a concept used for PI...so we want to know if it can be used for file interfaces as well? Just want to keep similar approach for error handling and logging (for both PI and File Interfaces).
    Thanks.

    Edit 1 May 2015: Added inbound
    Just a slight correction.
    FEH is used in the ABAP backend systems and are only for asynchronous inbound proxy interfaces. It is not available for sync proxies, IDocs, BAPIs. Neither is it available for any error handling on the PI system itself.
    PI/XI: Forward Error Handling (FEH) for asynchronous proxy calls with the use of Error and Conflict Handler (ECH)
    Message was edited by: Eng Swee Yeoh

  • Forward Error Handling - File interfaces?

    Hello Experts,
    Can we use Forward Error Handling (FEH) for implementing error handling in File Interfaces ?
    Like for simple Application Server file interfaces, if something goes wrong during the process of writing/reading a file on App Server, can we use FEH for showing the log?
    I know it is a concept used for PI...so we want to know if it can be used for file interfaces as well? Just want to keep similar approach for error handling and logging (for both PI and File Interfaces).
    Thanks.

    Edit 1 May 2015: Added inbound
    Just a slight correction.
    FEH is used in the ABAP backend systems and are only for asynchronous inbound proxy interfaces. It is not available for sync proxies, IDocs, BAPIs. Neither is it available for any error handling on the PI system itself.
    PI/XI: Forward Error Handling (FEH) for asynchronous proxy calls with the use of Error and Conflict Handler (ECH)
    Message was edited by: Eng Swee Yeoh

  • What do you mean by file interfaces in ECC 6.0?

    Hi
    Pls tell me about file interfaces in ECC 6.0?
    send any document regarding this and give me some idea on this
    thanks

    ECC - Enterprise (ERP) Core Component.
    5 and 6 being versions.
    If you want to be more confused 5 is MySAP ERP 2004 and 6 is MySAP ERP 2005!
    You also get 4.6c 4.7 1x110 and 470 2x200 - These being more recent versions...
    Here is a brief history of versions:
    http://www.sapdesignguild.org/resources/r3_history.asp

  • Inbound for File Interface.

    Hi,
    I need  a sample code for inbound interface via file interface.Can any send the code.
    Thanks
    Raj

    Can you please try with these functionmodules???
    1)ITS_DIRECTORY_LIST_FILES
    2)CL_GUI_FRONTEND_SERVICES=>DIRECTORY_LIST_FILES

  • JDBC to XML file interface

    Hi
    in JDBC to XML file interface
    i want to generate the XML file with encoding of ISO-8859-1 instead of UTF-8 which is normal encoding standard since i have to include foreign character

    Hi Gabriel,
    Additing to your information after sandeep setting idea
    in data type as
    Text
    Under File Encoding, specify a code page.
    The default setting is to use the system code page that is specific to the configuration of the installed operating system. The file content is converted to the UTF-8 code page before it is sent.
    Permitted values for the code page are the existing Charsets of the Java runtime. According to the SUN specification for the Java runtime, at least the following standard character sets must be supported:
    1) US-ASCII
    Seven-bit ASCII, also known as ISO646-US, or Basic Latin block of the Unicode character set
    2) ISO-8859-1
    ISO character set for Western European languages (Latin Alphabet No. 1), also known as ISO-LATIN-1
    3)UTF-8
    8-bit Unicode character format
    4)UTF-16BE
    16-bit Unicode character format, big-endian byte order
    5) UTF-16LE
    16-bit Unicode character format, little-endian byte order
    6)UTF-16
    16-bit Unicode character format, byte order
    When you will go with this link.it will clear more to clear
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/a63d40c6d98437e10000000a155106/frameset.htm
    follow this link go to Adapter/file/FTP adapter/configuring
    **PS:reward points if useful***
    Regards,
    Sumit Gupta

  • Send e-mail on successful delivery of Message (File to File Interface)

    Hey Friends,
    We are on PI 7.11. we have a simple File to File interface, we pick up a file from FTP server, do some transformation in PI and send it across to another FTP server. we have a requirement that once the file is transmitted successfully to the receiver FTP server, we should send e-mail to a business user.
    I was thinking of adding a e-mail interface in Interface Determination and checking "Maintain Order at runtime". File Interface will be the first and e-mail will be second. In this way if File interface fails, e-mail interface will not be executed.
    Will my solution work or is there any better solution to achieve my requirement.
    Appreciate your feedback.
    Thanks
    Saif

    Hi,
    Your approach looks perfect...i.e sending of mail once the file has been delivered using EOIO concept...
    Only drawback in this approach is the monitoring required for clearing of queues whenenver the error occurs...need some care for clearing of the queues...
    you can use the Messaging System EOIO Queue Monitor for knowing the blocked queues or failed queues..for monitoring..
    HTH
    Rajesh

Maybe you are looking for

  • Upgraded to 7.3.2.6, can't connect to store

    I can't connect to the iTunes store after upgrading to the latest version. Obviously I can connect to the internet or else I couldn't have posted this message. iTunes was working fine previously. Is the store just offline now or is there a new settin

  • Setting links to open in new window/tab

    How do I set my page and file links to open in a new tab/window?

  • Color shift after upgrade to 7?

    I just upgraded from FCP 6 to 7, and I could swear my footage (AVCHD converted to ProRes) looks just slightly bluer now. Is this possible? Is there something different about how FCP 7 handles the video that could cause this? thanks!

  • SD customer creation in background when Business Partner (ISU) is created

    Hi, In ISU, when Business Partner is created via FPP1, it creates a SD customer in the background once required settings are maintained. I have observed that the name field passed in Customer is a combination of various name fields (such as: first na

  • How to "crop" a clip

    Hi, I need help with the following. I edit medical clips and need to remove the patient's identification data on the edges of the clips. I recently upgraded from Premiere 6 to CS6. In the older version the "CROP" tool covered the cropped area with bl