File splitting and idoc serialization into XI

Dear experts,
I am brand new with XI so please be indulgent with my following question.
We have to define a new inbound interface with R/3 (4.7). We also have XI 3.0 into our landscape.
The legacy system will send us a flat file whose lines will all have the same structure. The first part of the files is aimed at creating a FI posting into R/3. The second part of the file is aimed at creating a CO posting. This CO posting has to be created after the FI posting.
I would like to know whether it is possible for XI :
1) to split the input flat file into 2 "files" (one for FI posting, the other for CO posting)
2) to create 2 idocs : one for FI posting and one for CO posting
3) to serialize those idocs into R/3
Thank you in advance for your help.
Regards,
Fabrice

Hi Fabrice,
this may help you....
File to Multiple IDocs
/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
also see File splitting 
Re: splitting of messages using BPM
Re: splitting of messages using BPM
regards
biplab
<b><i>**reward points if u find it is useful</i></b>

Similar Messages

  • When importing photos with iBooks Gallery widget, is anyone aware of a technique for simultaneously importing the photo's description (or jpeg file name) and writing it into the iBook Author caption field for the imported photo?

    When importing photos with the iBooks Author Gallery widget, is anyone aware of a technique for simultaneously importing the photo's description (or jpeg file name) and writing it into the iBook Author caption field for the corresponding imported photo? I have 4,800 stills to import and can't imagine it's necessary to copy and paste the description for each.

    As always, feel free to use the 'Provide iBooks Author Feedback' menu item for features you'd like added in the future, etc.
    http://www.apple.com/feedback/ibooks-author.html
    As for AS, I'm not sure anyone has sniffed iBA's dictionary yet...google is you friend for hot prospects, I'm sure

  • Splitting the Idoc data into 2 diff files based on file content.

    Hi Experts,
                               Mine is a SAP - XI - File Scenerio. A perticular Idoc when triggered has a segment 4 with a Field KONDART. This Segment 4 is optional in nature and can appear n nos of times. Initially KONDART carried a value ABCD  and created a File called PLU, containing 14 fields.
       Now the value of KONDART can carry ABCD as wll as many other values.
    The current requirement is , if the Value of KONDART is ABCD , EFGH, etc etc , then it will create the PLU file as usual, but the moment the KONDART value is XYZ , then it will create the PLU as well as a new file called MRP, carrying only 4 fields .
        I can understand that I need to make a new DT, MT , MI . I can' make out, if i call it in Messege Mapping the PLU as well as MRP structure and map them according ly, I simply cant make out , hw to make it conditional based on the content of KONDART.
        Should I go for messege splittng, like in the second messege type , the Structure will get mapping data only if the KONDART Value is XYZ.
    Is my understanding OK.
    I think I can check this in Messege Mapping itself. calling 2 messege types and put a CREATEIF kind of logic for the KONDART = XYZ condition.
    Pls correct me / Comment .
    Regards,
    Arnab Mondal.

    Hi,
    If I have understood your problem correctly then the solutin can be like this..
    First of all create two separate mappings as well as Interface mappings (based on your different data types).
    In ID, just do the conditional "Interface Determination", so whenever your condition(s) will be true the respective interface mapping(s) will be triggered and offcourse create two CC respectively.
    Now when you do the "Receiver Determination" assing correct CC to corresponding interfaces.
    Regards,
    Sarvesh

  • File splitting and transform in XI

    Hi friends,
    I have two queries,
    1) Is XI able to read in a file and split it into 2 new reformated files based on specific fields within the original file (ex: hours & earnings type)?
    2) is it possible to set up a translation table in XI and access and use the table data in creating these files?
    Thanks in advance

    Hi,
    <i>
    1) Is XI able to read in a file and split it into 2 new reformated files based on specific fields within the original file (ex: hours & earnings type)?</i>
    >>>what does it mean within the original file. Anyway you can split the file into 2 or many based on fields and you can write 2 or many files from XI.
    <i>2) is it possible to set up a translation table in XI and access and use the table data in creating these files?</i>
    >>>If you want to lookup some tables to create a file , you can maitain the table in XI abap stack or you can create Java Tables. .
    WHen you want to get the data from XI ABAP table, you need to lookup these tables with JCO connection.
    Hope this helps if my understanding is correct,
    Regards,
    moorthy

  • File split and correlation in BPM

    Hi,
    I have a large file from the sender FTP which I am splitting by using 'recordsets per message' in the file adapter.
    Now I want all the split files to enter the same BPM.
    I have designed the BPM logic by using the correlation in the receive step. Still I am seeing that the each split message from the same file is entering into a separate BPM.
    How can we monitor whether the correlation is actibve? What could be the other options to check?
    KIndly help.
    Thanks,
    John.

    Hi ciochinah,
    The value is same in all the batches.
    But there is one aspect. Each batch has got many line items (no headers). I am assigning an element in the line items for correlation.
    All the line items in all the batches has got the same value for the field element used in correlation.
    I have one important question here. Where can we check for the active correlation at runtime? Is there a transaction which will tell you whether the correlations are active and which one was taken at runtime?
    Thanks,
    John

  • How to incorporate File name and timestamp automatically into select and save file dialog box?

    Hello,
    i am trying to incorporate the file name which is inputed by the user along with the timestamp into the selected and save file dialog box. Can you help?
    Thanks
    Solved!
    Go to Solution.

    You can pass a default file name to the 'File Dialog' Express VI.
    Use the 'selected path' output to open the file.
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness
    Attachments:
    FileDialog.vi ‏21 KB

  • Split Single IDOC into Multiple IDOC's Based on Segment Type

    Hi Experts,
    I have a scenario IDOC to FILE ,  Split Single IDOC into Multiple IDOC's based on Segment Type
    Outbound:
    ZIdocName
    Control Record
    Data Record
    Segment 1
    Segment 2
    Segment 3
    Status Record
    I should get output like below
    Inbound:
    ZIdocName
    Control Record
    Data Record
    Segment 1
    Status Record
    ZIdocName
    Control Record
    Data Record
    Segment 2
    Status Record
    ZIdocName
    Control Record
    Data Record
    Segment 3
    Status Record
    Please suggest me step by step process to achieve this task.
    Thanks.

    Thanks a lot Harish for reply.
    I have small doubt. According to your reply , If we have N number of segments in single IDOC with same fields in all segments then for splitting Single IDOC into Multiple IDOC's based on Segment Type we need to duplicate N number of target IDOC tree structure.
    Is that possible to Split single IDOC into Multiple IDOC's based on Segment Type using only one Target IDOC structure without duplicating the Target IDOC structure tree.

  • SSIS file iteration and insert in 2008

    we have a directory , which has around 10 files. I need to iterate the all the files in the directory and insert the file name, file count and other details into one of the table of the database. 
    Once the data/file name is inserted into the parent table , and id will be generated (auto generated value ) which need to be  inserted into the child table.
    please suggest the best possible optimum how can it be done in SSIS 2008.

    Break it into subtasks:
    " iterate the all the files" -- use a ForEach Loop with file iterator. Google/Bing on how to
    "insert the file name, file count and other details" capture the file name value from the iteration to a variable mapped to it, the count can be done via a Script Task with a simple iterator, again Bing;
    "id will be generated" -- id where , how? Not sure, but perhaps just do it via a trigger. I am asking because each records would not one per file unless you did something special
    Arthur My Blog

  • Convert/join multiple file formats (doc, pdf, text) into 1 single PDF/A using web services

    We would like to purchase LiveCycle for the PDF Generator feature, but we want to know if it will meet our technical requirements.
    We would like to convert a PDF, an HTML, a DOCX, and some custom text into 1 single PDF/A. Basically: joining 3 different files types and some text into 1 very long PDF/A file. Can we do this type of join?
    Also, we would like to install LiveCycle on a central server and then call a web service or use an API where we can input the 3 different files and the text and as output we would get 1 PDF/A back. Obviously there might be intermediary steps, but in essence we need to be able to do this conversion from our custom code by calling some LiveCycle API.
    Thanks!

    You can use Assembler service with PDFGenerator. There is support for Web Service endpoints(SOAP). Please go through this for details : http://help.adobe.com/en_US/livecycle/11.0/Overview/lc_overview_ds.pdf
    Thanks,
    Wasil

  • BPM Split and Merge

    Hi...
       I want to do scenario like file split and merge using BPM.
    for that i have used,
    1.Receive
    2.Transformation(1:N)
    3.Block(ForEach)
    4.Control
    5.EndBlock
    6.Transformation(N:1)
    7.Send.
    while executing the scenario, the message is going to the queue. In that it is showing the status as "Running".
    can you please tell if i did wrong in my scenario?

    > 1.Receive
    > 2.Transformation(1:N)
    > 3.Block(ForEach)
    > 4.Control
    > 5.EndBlock
    > 6.Transformation(N:1)
    > 7.Send.
    U are using an empty infinite block and hence it is in running state always. You dont need a block at all. after 1:n transformation, use the n:1 transformation and send. I know you must be doing a sample scenario. In reality you will have a send step usually for sending to another system line by line. That when you will need a block.
    VJ

  • Idoc serialization by Time Stamp

    Hi,
    I have a need to use Idoc serialization by Date and Time, but from what I noticed the existing program 'RBDAPP01' will automatically turn on serialization by date and time stamp once the field EDIDC-SERIALIZATION is used.My understanding on serialization by Date and Time is as follows:
    Once the Serialization object is defined for a unique key (By defining Serialization in 'BD95' and 'BD57'), the function 'IDOC_SERIALIZATION_CHECK' is called in inbound function module for the idoc to see if there is already a record processed for the same key (via table BDSER), and if it is then any Idoc with a time stamp less than the one in BDSER comes for processing it gets an error.
    Now my questions is what is the purpose of defining the configuration for Serialization by going to 'BD95' and 'BD57' when RBDAPP01 is already doing the same?
    Also please correct me if I there is any flaw in my understanding.
    Thanks in advance.

    Hi,
    Based on what I understood from some SAP documentations (I am not 100% sure though), RBDAPP01 talks about IDoc serialization & the other transactions talks about ALE Serialization. Both are different as I understood from SAP documentation. And ALE serialization is used when you try to send a set of data. LIke material master, classification data. And you can link/serialize these different message types to make sure first material master idoc is processed & after that classificaiton idoc. And IDoc serialization is used to make sure the idocs (same message type) are processed in the same order by using field EDIDC-SERIAL. Something like date/time stamp can be used for this.
    Regards,
    Gokul

  • Php - get name from 'file field' and pass to database?

    Is it possible to extract the 'image' name from the 'file' field and insert it into a database using php?
    <input type="file" name="ImageName" id="ImageName">
    I can't have:
    $ImageName = trim($_FILE['ImageName']);
    So hows this handled?
    Cheers
    Os

    Murray *ACP* wrote:
    Should be pretty strightforward, Os.  You know where to ask the questions!
    Yeah.. but I keep coming up against brick walls
    I'm trying to manipulate David Powers PHP Solutions chapter 6 - Uploading Files.
    He's got some sort of complicated function going on which makes sure no two images which are uploaded to a folder have the same name. i.e., london.jpg becomes london_1.jpg. (the php even inserts underscores if there are gaps in the image name)
    If I just use $ImageName = $_FILES["ImageName"]["name"]; potentially I could end up with dozens of images with the same name in the database, which is NOT desirable.
    Of course I could simplyfy everything and use two forms - 1 for uploading the images to the upload folder and then one for inserting the images details into the database BUT that has the drawback of the client needing to type in the name of the image identically to match the name which has been generated in the upload folder and that aint gonna happen in a million years

  • I am making a reel. How do I take clips from past DVDs Ive made and place them into Final Cut 4.0?

    Anyone answering,
    I am making a reel to show businesses what kind of work I can do. I am trying to take clips from past projects I have finished and place those clips in FCXpress 4.0. How do I go about doing this? Any advice on how I can do this will be a tremendous help for me.
    Thank you for your time!!

    Hi Jeremy,
    You will have to convert the DVD video to QuickTime using either Apple DV or Apple Intermediate Codec.
    Most people in this forum seem to use MPEG Streamclip to do this.  I have used it a lot it and it works great.
    Note that in addition to MPEG Streamclip (which is free), you will need the QuickTime MPEG2 Playback Component if you do not already have it on your Mac.  It is available from the Apple Online Store for $19.  This needs to be on your Mac in order for MPEG Streamclip to be able to convert the MPEG2 video that is on your DVDs.
    If it were me, and the video is standard 4:3 aspect ratio, I would probably convert it to QuickTime/DV; if widescreen 16:9  then I would probably convert it to QuickTime/Apple Intermediate Codec instead.
    After converting the video, select  an appropriate FCE Easy Setup to match how you converted the video in MPEG Streamclip.  Then import the converted file(s) and edit them into a new sequence.

  • How to show character length 60 ,If we split and distribute..??

    Hi Friends,
    As per other threads ,It was mentioned like split the string into parts depending upon length and split and send it into different Infoobjects....It is ok ..after sending it into different objects ..how can we see it in query as a single string..Is it by using customer exit variables kind of things??

    MSTF ,
    What you can use is , You can use the table modifier and concatenate the three columns into one at runtime and hide the other two columns of the table. But again I assume you are using BeX.
    Arun Varadarajan
    P.S Otherwise store the comments in a BW Internal Table and then display the data in the concerned cell at runtime using the table modifier.

  • I have a huge file which is in GB and I want to split the video into clip and export each clip individually. Can you please help me how to split and export the videos to computer? It will be of great help!!

    I have a huge file which is in GB and I want to split the video into clip and export each clip individually. Can you please help me how to split and export the videos to computer? It will be of great help!!

    video
    What version of Premiere Elements do you have and on what computer operating system is it running?
    Please review the following workflow.
    ATR Premiere Elements Troubleshooting: PE11: Project Assets Organization for Scene and Highlight Grabs from Collection o…
    But please also determine if your project goal is supported by
    a. format of your source
    and
    b. computer resources
    More later based on details that you will post.
    ATR

Maybe you are looking for

  • Java Stored Proc. and Linux User

    Hi When Oracle run some Java class inside Oracle9i DB what Linux user it use to run them? Is it user named oracle?

  • Javax.naming.directory.InvalidAttributeValueException: [LDAP: error code 21

    I have collected the following code from "http://www.concentric.net/~adhawan/tutorial/" import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.naming.NameAlreadyBoundException; import javax.

  • Adding an image

    Good afternoon to all I have a problem...I created a window size 550*550 pixels but i don't want a color as background, i want an image. how can i add an image in background? Is it difficult?

  • Change the Related Content Server name in FR Studio

    Hello All We are on Hyperion EPM 11.1.1.3 and we are currently have a requirement where we want to change the name of the Related Content Server in Financial Reporting Studio. eg; existing - hostname1.domain.com new - hostname2.domain.com Found a not

  • Acrobat Pro subscription when offline

    I have a current Acrobat XI Pro subscription. When I'm not connected to the internet, Acrobat Pro will not open, and instead I get the pop-up telling my my Acrobat XI Pro Trial has expired. How do I fix this so I can use Acrobat Pro when offline?