Can SAP XI AS2 Adapter process flat files? Pl. tell me how to configure it

I have a requirement to read and write delimited ASCII flat files using the AS2 adapter in SAP XI. The AS2 adapter should be able to read from delimited ASCII Flat files and also write to delimited ASCII flat files. Kindly let me know how to configure the AS2 adapter so that it can read and write delimited flat files. I badly need to know this configuration for a client requirement which requires file processing by the AS2 adapter in XI 7.0. Thanks in advance

Hi,
Is the requirement is to just read the flat file and process it ? if so, u can use File Adapter provided , ur source system provides u the data in the file format in the some directory
following thread discussions may help u -AS2 adapter-
Seebuger AS2 adapter for XI as sender for multiple messages
Seeburger AS2 Adapter
Hope this helps,
Regards,
Morthy

Similar Messages

  • Can I process RAW files in PSE7 ?  How do I process RAW files in PSE7 ?

    Can I process RAW files in PSE7 ?  How do I process RAW files in PSE7 ?

    I go to program files\common files\adobe\   There is no plug-ins folder.  I see an adobe PCD folder.
    So far I am unable to follow your instructions!
    dj_paige <[email protected]> wrote:
    No, that's not the solution.
    PSE needs Adobe Camera Raw to work with RAW files. You probably have to download and install http://www.adobe.com/support/downloads/detail.jsp?ftpID=4626 than the one installed with PSE7. Please follow the installation instructions exactly.
    >

  • I can not convert pdf to word ,because file over 100 mb . how can I do ? if I can not convert file ,how can I cancel order ?

    I can not convert pdf to word ,because file over 100 mb . how can I do ? if I can not convert file ,how can I cancel order ?

    To convert documents larger than 100 MB you will need Acrobat; you can download the 30-day trial from https://www.adobe.com/products/acrobat.html
    To cancel a subscription follow http://helpx.adobe.com/x-productkb/policy-pricing/cancel-subscription-acrobat-online-servi ces.html

  • I want application name can display more than 13 character.  Could you tell me how to fix this problem?

    I want application name can display more than 13 character.
    Could you tell me how to fix this problem?

    Backup and restore your software via iTunes. If the problem continues, restore as a NEW device. If this solves it, that means there is some corruption in your backup file. If the problem is still there, you should take it to the Genius Bar at an Apple Store for evaluation.

  • Can any one please tell me how to configure the oracle data gaurd. in steps

    can any one please tell me how to configure the oracle data gaurd. in steps

    Hi,
    http://docs.oracle.com/cd/E11882_01/server.112/e25608/create_ps.htm#i63561
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/ha/dataguard/physstby/physstdby.htm
    Regards
    Yoonas

  • Down Loading  of data in Japanese Language from SAP R/3  30F to Flat file

    Hi All,
    We need to Extract the data (like MM ,SD, FI, CO Modulus for reporting purposes) which is  in Japanese from the R/3 30F to Flat file and the Upload from flat file to BW 3.5
    When we try to down load some sample records ,the Japanese Characters coming as boxes.
    Can anyone Suggest how to Extract the Data in japanese Language into Flat file  ,
    and also are there any standard Extractors Available to extract all MM,FI, CO SD ..etc so that we can use them...
    Please give some solution to above problem
    Thanks&Regards
    Ranga Rao

    Hi,
    I have no idea about this.
    I have read some document after seeing your question.
    may be helpful for you.
    check the below link.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5411d290-0201-0010-b49b-a6145fb16d15">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5411d290-0201-0010-b49b-a6145fb16d15</a>
    Regards,
    Vijay

  • How to Process flat File in Oracle Apps through Concurrent Program

    Hello Everyone,
    My client has a request, to process a bank file (Lockbox) which is a flat file that will be copied on UNIX box and I will have to create a new concurrent request that will process this flat file and will update receipt information in Oracle Apps database tables.
    Could you please suggest, if there are any other standard Oracle Apps functions (Example FND) available which can be used through Concurrent program that can be used to open a file from a particular directory and can be read from the flat file and after processing this file can be closed.
    Please let me know, if you have a small example, that would help me a lot.
    Thanks

    There are base concurrent programs in Accts Receivable that do consume lockbox flat files. Pl see the AR Setup/User Guides at
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    Srini

  • Unable to process flat-files without delimiters in ODI 11.1.1.7

    Hi,
    We have a requirement to process a flat file using ODI 11.1.1.7 (installed on Windows and mounted on Oracle 11g Database).  The flat-file is a normal ASCII file coming from mainframes machine and has no delimiters (column as well as rows).  The first 48 characters is ROW 1, from character 49 to 96 is ROW 2 and so on.  I am unable to create a DataStore for this file in ODI.  If I reverse engineer using the file RKM, it is creating a datastore with over 2000 columns which is not the case (actual file layout given below).  The absence of a row delimiter is making ODI think that the entire file has only one single row. 
    I am also unable to create a DataStore manually. If I am not providing any value for the "row delimiter" it is throwing me an error.  However, I am able to process this file using SQL*Loader (there is a FIX option available where we can specify the length of a row). 
    Is there a way to do it from within ODI?  I tried to modify a KM to create a control file for SQL*Loader and execute it but the control file is not getting generated as expected.
    File Layout:
    Column 1 - Warrant Number (Position 1 - 9) - Number
    Column 2 - Type (Position 10-10) - Number
    Column 3 - Warrant Amount (Position 11-18) - Packed Decimal Signed
    Column 4 - Issue Fund (Position 19-22) - String
    Column 5 - Issue Sub Fund (Position 23-24) - String
    Column 6 - Filler (Position 25-48) - String
    Thanks
    Srivatsan P

    Hi LuizFilipe,
    I tried also with your method but i am getting below error when i am trying to view data.
    See com.borland.dx.dataset.DataSetException error code:  BASE+62
    com.borland.dx.dataset.DataSetException: Execution of query failed.
    Chained exception:
    java.sql.SQLException: ODI-40439: Could not read heading rows from file
      at com.sunopsis.jdbc.driver.file.FileResultSet.<init>(FileResultSet.java:164)
      at com.sunopsis.jdbc.driver.file.impl.commands.CommandSelect.execute(CommandSelect.java:57)
      at com.sunopsis.jdbc.driver.file.CommandExecutor.executeCommand(CommandExecutor.java:33)
      at com.sunopsis.jdbc.driver.file.FilePreparedStatement.executeQuery(FilePreparedStatement.java:135)
      at com.borland.dx.sql.dataset.o.f(Unknown Source)
      at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
      at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
      at com.borland.dx.dataset.StorageDataSet.refresh(Unknown Source)
      at com.borland.dx.sql.dataset.QueryDataSet.refresh(Unknown Source)
      at com.sunopsis.graphical.frame.edit.AbstractEditFrameGridBorland.initialize(AbstractEditFrameGridBorland.java:628)
      at com.sunopsis.graphical.frame.edit.AbstractEditFrameGridBorland.<init>(AbstractEditFrameGridBorland.java:869)
      at com.sunopsis.graphical.frame.edit.EditFrameTableData.<init>(EditFrameTableData.java:50)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
      at oracle.odi.ui.editor.AbstractOdiEditor$1.run(AbstractOdiEditor.java:176)
      at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:656)
      at java.lang.Thread.run(Thread.java:662)
    Well i created file datastore with selected below things
    File format : fixed
    Heading(number of lines) : 0
    field separator : null
    record separator : by default --> MS-DOS
    text delimiter: (blank)
    decimal separator : (blank)
    then when i did reverse engineering, able to see the row of data and then i separate the data with c1,c2,c3,c4
    please let me know did i miss something.
    Thanks
    Himanshu

  • Can We Find AS2 Adapter in XI latest releases

    Hi,
    Any body is aware of the AS2 adapter in XI latest releases like 7.0 and 7.1 . I heard that this adapter is included  along with the file, rfc, idoc.. etc in latest versions of XI. Is it true. Kindly suggest.
    Regards,
    Venkat

    hey
    it's not in PI 7.0 for sure and also in PI 7.1 i guess its not included.
    AS2 is mainly used in EDI and SAP leverages on support from its partners to fulfil the need
    Thanx
    Aamir

  • Process Flat Files

    Hi everyone, 
    I currently need to process about 400 txt files, equivalent to about 1TB of data in maximum 5-6 hours. I need to run a very simple scrip, where I would capture about 0.10% of the data. Something like a select function with some where clause. Originally I
    was thinking to import this data in a SQL server however I'm not sure my computer could handle the workload in a reasonable time frame. 
    What would you suggest? Is there any other products that Microsoft offers to process extremely large flat files?
    Thank you in advance.
    Cheers,

    Hi AlexB0865,
    The solution you have mentioned should be the best one in my opinion. The performance bottleneck in this case are:
    Load data from 400 text files, which is about 1 TB large. Each file should be about 2.5GB
    Bulk insert data to SQL Server
    Filter data from the 1TB data
    For the first chanllange, it won't be an issue in SSIS per my testing. I have a file with 23504761 rows, which is 2.5GB large. This file can be imported into a SQL Server table within 1 minute.
    For the second chanllange, we can split the bulk insert to improve the performance.
    For the third chanllange, with proper index(es) created, the performance won't be a problem.
    Henk details the testing result regarding this same scenario in blog:
    http://henkvandervalk.com/speeding-up-ssis-bulk-inserts-into-sql-server
    If you have any more question, please feel free to ask.
    Thanks,
    Jinchun Chen

  • How can we append data in existing flat file

    how can we append data to a existing flat file (Text file).

    just fill the itab from data which suppose to append to text file.than read text file from GUI_UPLOAD and loop on itab and with the use of read statements you may append the data.

  • How can I include loops in positional flat files?

    Hi,
    I got a simple record structure flat file working in B2B, but my data file is more complex and I want to know how I can define the ecs file for the same.
    My data has orders, lines underneath and finally a trailer with the total number of lines in the file. So when this goes to my target system, I would like to create order and lines underneath so I am expecting my schema as a result of the ecs to represent that loop structure.
    In the document editor, when I right click on the message I see Insert Child Node --> Record, but under the record I see both Insert Node and Insert Child Node again, and I am lost as I don't find any document on what these options mean.
    Can someone please throw some light on this?
    Thanks
    Venkat

    Hi Venkat,
    You may find Min Use and Max Use record properties at right side when you click on a record. Set min use as 0 (or 1 if it is not optional) and max use to 999999 or any other high value and you are good to go.
    Inside record, you can insert Fields which will eventually hold the line data.
    Regards,
    Anuj

  • How can I change from JDBC to flat files

    I have an application setup that runs on MySQL using JDBC. But, I'm having problem with the database(ConnectorJ to be exact). I just want check the functionality of this application. Can I use a flat file as opposed to the DB? How can I possibly do this?

    The text driver supports a very simple SQL. Inserts, deletes are allowed. Not sure about updates. Joins on tables are not.
    Of course it will still require a connection string.

  • Sender Idoc_AAE Adapter for flat file format

    I have been given to develop a Scenario where in  an Idoc in a flat file (.txt) format needs to be sent from ECC system to a Bank SFTP server . NO ESR objects are involved ,just pick and place .Kindly Explain the configuration on the Sender Idoc_AAE Adapter .

    Hi Srinath,
    Please refer the below blogs for IDOC_AAE configuration
    How to create and configure Sender Idoc AAE Scenario - PI 7.3
    refer the below blog for IDOC to file scenario (with IDOC_AAE)
    IDOC_AAE To File with all Configurations
    to convert IDOC XML to IDOC flat you need to create JCA in NWA. Please refer the below blog
    Converting IDoc XML to Flat File and Vice-Versa
    regards,
    Harish

  • How can i duplicate records from a flat file to a cube

    Hi all,
    i got the next problem, i m loading a flat file, fur example:
    Material KF1 KF2
    A 10 12
    B 25 30
    01 02
    I Need duplicate the records for material A and B but with the values of Not assign, in other words the result in the cube would be like this:
    Material KF1 KF2
    A 10 12
    B 25 30
    01 02
    A 01 02
    B 01 02
    How can i do this, i know this must be a rutine, but where in the star? final? expert rutine? and how would be the code to do it, help guys and thanks!

    you can use end routine to accomplish that...
    hope the below code helps...
    DATA : IT_RESULT_PACKAGE LIKE TABLE OF RESULT_PACKAGE.
    DATA : WA_RESULT_PACKAGE LIKE RESULT_PACKAGE.
    SORT RESULT_PACKAGE BY MATERIAL.
    IT_RESULT_PACKAGE[] = RESULT_PACKAGE[].
    LOOP AT RESULT_PACKAGE ASSIGNING <RESULT_FIELDS>.
    READ TABLE RESULT_PACKAGE INTO WA_RESULT_PACKAGE WITH KEY MATERIAL IS INITIAL BINARY SEARCH.
    IF SY-SUBRC = 0.
    WA_RESULT_PACKAGE-MATERIAL = <RESULT_FIELDS>-MATERIAL.
    APPEND WA_RESULT_PACKAGE INTO IT_RESULT_PACKAGE.
    CLEAR WA_RESULT_PACKAGE.
    ENDIF.
    ENDLOOP.
    CLEAR RESULT_PACKAGE[].
    RESULT_PACKAGE[] = IT_RESULT_PACKAGE[].
    this code will be suitable only if the material as unique entry with initial value...
    else you would require to use a loop statement instead of the read statement which has been used...
    rgds, Ghuru

Maybe you are looking for

  • 1:N mapping without using BPM , based on segment conditions

    Hi All, I have to send 3 different files from source based on some conditions 1) for the first file to be sent is okay 2) But for second file and third file i need to check some conditions the conditions are If E1EDL44 case detail fields exists   i s

  • Where can i buy a new display for my iPhone 4?

    My display (juste the lens) has broke. It can be fixed? Where can i buy a new one? Anyone knows if the white display fits on the black iPhone 4? Tks from Brazil

  • RMI Trouble with ImageIcon

    Hi, I would like to send an objekt by RMI to a client. The object extends a DefaultTreeCellRenderer which needs several ImageIcons to show a tree correctly. The class for this looks like this public class AppTreeRenderer extends DefaultTreeCellRender

  • It sounds like my hard drive is "leaking" or popping, for lack of a better term.

    First of all, I got a Macbook Pro MD104LL/A 2 1/2 weeks ago and the trackpad started being defective to a point to where it was a pain to mess with. So I ended up swapping it out for another one earlier today. Now after researching a bit, my hard dri

  • Ep hardware sizing info

    Hi All, my client is asking for a detailed hardwaare requirement documents for EP6 and EP7. I checked the technical infra and planning guides as well..and also in the sizing area of sap service market place. can any one help me with this. thanks, pk