Structure of CSB34 Spanish file

Gurus,
Please provide me a documentation wich declares the format and structure of a CSB34 file.
I'd need to know what do all the format codes mean (e.g.: 044  Beneficiary's Swift  ,  045  vendor name )
Thank you in advance!
Regards,
Endre

Hello, please check this link: [http://www.areafinanciera.com/pdfs/Norma_34_Ingles.pdf|http://www.areafinanciera.com/pdfs/Norma_34_Ingles.pdf]
There you will find the structure for Spanish CSB34 format.
Regards,

Similar Messages

  • Repeating structure through the receiver file adapter

    I wanted to ask wheter it is possible to create repeating structure through the SAP xi receiver file adapter. What I'm trying to accomplish is this:
    Item1
    Item2
    Item1
    Item2
    (variable number of times).
    I can accomplish the following:
    Item1
    Item1
    Item2
    Item2
    What I could do is have the Item1 and Item2 fields in the same segment in the design time, but this would mean the file adapter would write all the items on a single line instead of two.
    There is no way to define line breaks between the the receiver file adapter field parameters ?
    There is no way to support nested structures in the recordset definition ie. Item1.Item2 ?

    Henri,
    What Vishal means is following:
    Add sequences of the tag <recordset> between pairs of item1, item2:
    <documentName>
       <<b>recordset</b>>
         <item1>
           <field-item1>column-value</field-item1>
           <field-item1>column-value</field-item1>
           <field-item1>column-value</field-item1>
         </item1>
         <item2>
           <field-item2>column-value</field-item2>
           <field-item2>column-value</field-item2>
           <field-item2>column-value</field-item2>
         </item2>
       </<b>recordset</b>>
       <<b>recordset</b>>
         <item1>
           <field-item1>column-value</field-item1>
           <field-item1>column-value</field-item1>
           <field-item1>column-value</field-item1>
         </item1>
         <item2>
           <field-item2>column-value</field-item2>
           <field-item2>column-value</field-item2>
           <field-item2>column-value</field-item2>
         </item2>
       </<b>recordset</b>>
    </documentName>
    A similar problem with header and items is in this thread:
    Repeating structure through the receiver file adapter
    Hope that helps,
    Stefan

  • Is there any tool that can display the internal structure of a F4F file?

    Dear all,
    I want to view the internal structure of an f4f file, Is there any tool that I can use to do that?
    Thanks,
    Xuedong

    check the table AUFM (Goods movements for order)
    pass inputs to all the key fields.
    and another table AFPO
    try to use these tables.
    regards,
    sateesh.

  • Structure of an input file?

    Hi All,
    can any one tell me wat is the structure of an input file for the shipment cost price upload?

    Hi,
       Go to LSMW and enter the project - sub project details and click on "Object Overview" as shown below:
       Select "List" in the pop up. Now, system will show the fields in the required sequence.
    Regards,
    AKPT

  • Structure of an Ear file

    I'm having a little trouble trying to understand the structure of an Ear file. How are EJBs best deployed? For example if I have a bunch of beans (20-30 for instance) each having dependancies on eachother and different transactional attributes how do I package them? Is it a good idea to put each bean in its own jar and put all the jars in an Ear? Also say I do have this scenario with 20-30 jars in an Ear. Should I stick them right in the root of the Ear? If so where do I put library jar files like Java Mail and FTP suppport jars? Is there a lib folder (like there is in war files)?
    If I forego the idea of separate jar files for each EJB, how would I managed the deployment descriptors for all of them? Would I create one giant DD listing all of the beans? This just feels innefficient. Can someone point me down a good path?
    Thanks in advance,
    Cliff

    Thank you. I was confused as I thought that there might be a special lib folder as there is in WAR files. So all utility jar files like JDBC drivers and such go right in the root with EJB jars? I'll try that and see if it works.

  • Structure of the input file for RMDATIND (standard material update program)

    Hi all !
    I need to find the structure of the input file used by the RMDATIND standard program. Is there only one structure for this file ? what should it contains ?
    Thanks a lot
    Regards,
    --Yohann

    Hi Yohann,
    Check this link...
    [RMDATIND Document|http://www.iconet-ltd.co.uk/mm.doc]
    Hope this would solve your issue.
    Regards
    Narin Nandivada

  • Copying complete directory structure using java.io.File

    Is there a solution to problem when you want to copy a complete directory structure using java.io.File class as you can copy when using FTP connection.

    Is there a solution to problem when you want to copy
    a complete directory structure using java.io.File
    class as you can copy when using FTP connection.FTP does not have a command to transfer all the files in a directory. FTP clients implement this by invoking single file transfer for each file in a directory.

  • How to export structure DB to text file

    I want to export structure DB to text file for report to my manager.
    example: any objects(tables, indexs, constraints) and He need DDL command ("create table" command etc.)
    How to do this?

    Varies by database version.
    I would investigate DBMS_METADATA as described in the PL/SQL Packages and Types Reference manual and demoed in the Utilities guide at http://www.oracle.com/pls/db102/portal.portal_db?selected=3

  • ADF11g - integration with OIM -folder structure for OIM configuration files

    Hi All,
    I'm trying to make call to a remote OIM using OIM API, from my ADF backing bean onclick of a button
    on the JSPX page.
    I'm able to compile the page, but the issues I'm facing is that I'm not able to read the configuration details
    specified for OIM connectivity from the OIM configuration files (authwl.conf, xl.policy, xlconfig.xml).
    So do any one know what is going to be the folder structure for these config files (OIM), when we are integrating to
    this API from ADF backing bean.
    Thanks All .
    Thanks & Regards,
    Dharmathej M

    Hi Daniel, thanks for the response but i readed that doc before asking here and that's one of the reasons of my question.
    On the first line of the doc it says *"This appendix includes instructions that describe how to configure WebSphere so that Oracle Identity Manager (OIM) and Oracle Identity Analytics (OIA) can be installed on separate servers."*
    It assumes both products are on different servers and also the creation of an new profile and node for oia.
    WAS_NDS_HOME/AppServer/bin/manageprofiles.sh -create*
    -templatePath WAS_NDS_HOME/AppServer/profileTemplates/managed*
    -profileName oia-managed01 -profilePath WAS_NDS_HOME/profiles/oia-managed01*
    -nodeName oia-managed01-node01 -hostname hostname*
    Integrate the OIA node to the OIM Cell by typing the following command on the OIA Machine:*
    cd OIM_HOME/xellerate/setup; ./xlAddNode.sh oia-managed01 oia-managed01-node01 192.168.21.9 8883 xelsysadm password1*
    Our intention is to use same machines, servers,... oim is using so we don't need to use extra machines or create extra websphere objects.
    Any tips on that?
    Regards.

  • Transfer structure sequence for Flat File

    I am wondering is it realy important to maintain particular sequence in DS/TR str. for InfoObjects which are set up for getting constant value in TR rules. I am having trouble loading flat file. TR str. has some compounded characteristics like 0Fisvar for 0Fiscper and 0Co_area for 0profit_ctr both getting fix value in transfer rules. how to maintain flat file and TR str. sequence?

    Hi Vishan,
    This is what I used to do.
    If there is a compounded InfoObject or Key Figure that requires a unit (even though in your case, the compounded InfoCObject & the unita are always the same), You "need" add them in TS.
    After adding them, this is what I will do:
    Move them around to match the Flat File structure.
    Now, the fields that are always constants & not coming from Flat Files, move them to the end.
    They will be ignored. Your TR will populate them.
    If you get an error now, that means your Flat File is not formatted correctly, apart from that, you are fine.
    Ram Chamarthy
    Message was edited by: Ram Chamarthy

  • "Incorrect structure found in PDF file"?

    I put together multi-page seminar presentations by using the Acrobat "Create PDF from Multiple Files" command to join together individual PDFs acquired elsewhere or generated by Mathematica or Illustrator, and then reorganizing these pages in Acrobat.
    Fairly often, when I try to Delete an unwanted one these pages using Acrobat's Document >> Delete Pages menu command I get the error message "An incorrect structure was found in the PDF file", and the page simply refuses to delete (workaround is then to move it to the end of the file.
    Is there any way to cure or avoid these problems? Or a diagnostic I could run on the errant document? For example, to clean up the "incorrect structure" could I:
    --Burst (Extract) the file back to individual pages, run each individual page through a Save or Save As process in Acrobat or Illustrator?
    --Do the preceding on every page before assembling the first time?
    --Buy a whole new suite of Adobe programs?
    Doing a Save or Save As on the complete file doesn't seem to help.
    [This happen on a MacBook running Tiger (OS 10.4), Acrobat 7.0 Standard, Illustrator CS 7.0. Send me an email; I'll forward a cc of one of these files.]

    In response to questions from Leonard Rosenthol:
    Is it really 7.0 or are you current with 7.0.9? ==> It's 7.0.9
    It is 10.4 or are you current with 10.4.9? ==> 10.4.10 actually
    Happens only "every now and then" -- maybe 1 time in 10 -- don't identify any common factors or causes when it happens.
    Must confess: I have maybe couple thousand PDF slides total, captured off the net, obtained by printing to PDF on Mac, generated in Mathematica, created from misc photos, pulled out of Word docs and tech reports, etc, etc. All organized pretty well in folders, cataloged with iView, but no records kept of where they came from.
    Not a killer problem -- just makes me worry a little -- and wonder, if I understood the cause, could I fix the source slide that's maybe causing it -- or at least identify the problem slide.

  • Mapping to simplify structure of XML for File Adapter

    Hi everybody
    Here is a short question regarding the restructuring of an incoming IDoc message to an outgoing file.
    The IDoc has the structure:
    -IDoc
    ___-->Segment A1           
    ______--> Segment B1   
    _________-->Segment C1 
    _________-->Segment C2 
    _________-->Segment C3 
    ______--> Segment B2   
    _________-->Segment C4 
    _________-->Segment C5 
    _________-->Segment C6 
    ___-->Segment D1       
    You can see that Segment A1 occurres only ones, but can have several child nodes B. Also Segment B can have several Child nodes.
    To transfer this Idoc to a flat file we have to create a flat structure as I understood form several Threads. So the target should look like this:
    -->root 
    _____-->Segment A1           
    _____-->Segment B1   
    _____-->Segment C1 
    _____-->Segment C2 
    _____-->Segment C3 
    _____-->Segment B2   
    _____-->Segment C4 
    _____-->Segment C5 
    _____-->Segment C6 
    _____-->Segment D1
    If I map the structure just one by one, I loose the last segments of C and it look like:
    -->root 
    _____-->Segment A1           
    _____-->Segment B1   
    _____-->Segment C1 
    _____-->Segment C2 
    _____-->Segment C3 
    _____-->Segment B2   
    _____-->Segment D1
    How can I manage to get the needed target structure. I thought of using function <i>sortbykey</i> or <i>sort</i>, because I have values in C and B which are equal.
    Any help?
    Regards Oliver

    Hi Again on this topic
    yes stefan, obviously we have to have a flat structure. Based on our frustration we tried to send our structure from an Idoc directly to the file adapter and the following intresting thing came out:
    The Idoc structure looked like this
    -->root
    _____-->EDIC_040
    _____-->Segment A1
    ________-->Segment B1
    ___________-->Segment C1
    ___________-->Segment C2
    ___________-->Segment C3
    ________-->Segment B2
    ___________-->Segment C4
    ___________-->Segment C5
    ___________-->Segment C6
    _____-->Segment D1
    After sending this structure to the file adapter and ignoring that the stucture is not flat one we got this in our file:
    Segment A1Segment B1
    Segment C1
    Segment C2
    Segment C3
    Segment B2
    Segment C4
    Segment C5
    Segment C6
    Segment D1
    We got nearly what we wanted, just that a new line is missed between  Segment A1 and Segment B1. We tried to use 'nl' but it does not work. Any Ideas on how to get Segment B1 into the next row??
    Regards Oliver

  • File Content Conversion : Recordset Structure with * not reading file

    Hallo all,
    we have the following problem.
    we implemented a scenario as sown in this blog
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    but there is a problem.
    If the file structure is declared as :
    Header,1,Items,*
    then the adapter does not even read the file from the directory (so I assume that for some reason the file structure is not as expected).
    If on the other had the structured is declared as :
    Header,1,Items,3
    everything works.
    Obviously though, this is not satisfying since we need variable cardinalities.
    Here is an example :
    I have a specific file in a standard directory, called xi_input.
    The file is edited straight into that directory, so there can't be filename errors etc.
    If the file is left empty :
    Nothing happens . No message of any kind in sxmb_moni/monitoring xml messages .
    If the file contains the following (data is random) , where 'H' is the key for the header and 'I' is the key for the items :
    H 20060403 16 3 316001 kapou lalla morellala 20060403 F3 23
    I 277101010 2
    I 277101011 3
    I 277101012 4
    There are to cases :
    if the file structure is declared as :
    Header,1,Items,*
    Then nothing happens .
    If on the other had the structured is declared as :
    Header,1,Items,3
    everything works .
    Any suggestions and help is appreciated
    Thank you .

    Actually yes, there is an error message :
    Error     5/30/08 3:12:45 PM     fda9d3c5-4775-4df8-17b8-dfd14191171d     
    Retry interval started. Length: 5.0 seconds
    Error     5/30/08 3:12:45 PM     fda9d3c5-4775-4df8-17b8-dfd14191171d     
    Could not archive file 'E:\tmp\NetBeauty\In\xi_input.dat' after processing
    5/30/08 3:12:45 PM           Processing started
    And the details are :
    2008-05-30 16:07:00     Success     Channel CC_File_adapter: Entire file content converted to XML format
    2008-05-30 16:07:00     Warning     Channel CC_File_adapter: Empty document found. Proceed without sending message
    2008-05-30 16:07:00     Error     Attempt to archive file "E:\tmp\NetBeauty\In\xi_input.dat" after processing failed. Retry
    Only that they don't look very helpful. From this I only understand that the data in my input.dat file is not in the format expexced.
    I Have configured key fields as :
    keyfield name : keyfield
    Header.fieldNames : keyfield,CreationDate,CentralCustomerCode,CustomerCode,ReferenceDocumentNumber,DeliveryPlace,Message,ReturnMessage,DeliveryDate,SalesmanCode,Rest
    Items.fieldNames : keyfield,Material,Quantity
    Header.keyFieldValue     "H"
    Items.keyFieldValue     "I"

  • Non-Breaking Spaces in Structured FM9 Make a File Invalid

    Hi All,
    I'm working with Structured FrameMaker to author XML and I'm facing a problem that I've never had with FM 7.2: if I have a non-breaking space in a variable definition, when FM saves the file, it replaces the non-breaking space with the character code 0x11. I get the error message that states the file contains invalid characters. Worst of all, I can't reopen this file any longer with FM...
    Is there any solution or workaround? For me it's a crucial issue as it just doesn't allow me to continue using FM for XML.
    I'll appreciate any advice. Many thanks in advance,
    Alex

    Hi Michael,
    Thank you for answering. I installed the patch you mentioned, but it doesn't seem to work. The problem I describe still persist.
    Is there a way to make it work? It's very critical to us as this doesn't allow us to keep using FrameMaker...
    Thanks in advance,
    Alex

  • What should be directory structure for Custom MDS files?

    Hi,
    I have personalize a page and then exported the personalization.
    Now my requirment is to migrate this personalization to other server, for which clients want steps specific to UNIX.
    My doubt is where should I copy these files on the server to import the personalization using XMLImporter command? ( Client do not have JDev on his server, so can not use impot command)
    my custom_top structure is like '/u02/int/applmgr/CUSTOM/xbol/11.5.0'
    The customization is part of product 'OTA'
    I am confused about where to put(Directory structure on custom top) customization and other MDS file to import using XMLImport.
    This customization is also using a Custom LOV for which, I have given the path xbol/oracle/apps/ota/admin/enrollment/webui/XbolGradeRN.
    For now I have transfered the file from window based JDeveloper and things are working fine. I need the UNIX directory structure for MDS files.
    Please help to clear my this doubt.
    Regards,
    Adarsh

    There is nothing specific to UNIX since the files are never picked from the file system on a production instance. You can place them under a temp directory with the proper package structure, the same way you exported personalizations for the seeded pages and the same custom package structure for your new pages and run import command. It's only how you run your import command matters, if you have placed the files in the proper package under some temp directory just give the -rootdir to point to your temp directory and no -rootPackage option.

Maybe you are looking for

  • Flash security settings not coming up in Firefox 17.0

    Hi I have been successfully running my web project on Firefox browser till now. I am using adobe flash 11.5 version in my project and i am using the same for recording audio and video from webcam and the headsets. Before today everything was working

  • Saving form as fillable pdf

    actually have two questions, first can I save my form as a fillable pdf to email others and second how do I arrange my form to have more than one field on a single line?  For instance I am creating a credit application and want to be able to say put

  • OLAP JAVA API - JDev

    hi all! i want to develop an olap application with JDeveloper and i´ve followed the steps of the tutorials on bibeans tech site (create and format bi objects). Now i´ve got a graph and a crosstab formatted etc. which i can show in JDeveloper. My ques

  • How to disable a ipod

    How to disable a ipod ???????

  • Web Service error in NWDS.

    While creating a web service in NWDS, when I select the method to be contained in the virtual interface (web service) , I get an error in the next step Extending Type Specification of an extending type for abstract type com.sap.security.api.IPrincipa