DME file format

Hi All,
I want to set  quotes " with each field. I have done such type of work but that time values are coming like A,B,C. But now I want that like "A","B"..etc. If any body know then help me. Is there any setting option in Header data.  Thanx in advance.

Hi
Which field you want to add in the file format
Fields data divided as below sections:
BATCH RECORD 
SUM-UP RECORD
Function Module relating to this - FI_PAYMEDIUM_LM03_05_FIN - check with the ABAPer for the details of adding field in the format and linking the same in the above function module
VVR

Similar Messages

  • Problem with the DME file format MT101

    Hello Experts,
    We are generating the DME file format MT101 for bank data transfer for Portugal with program SAPLZFPAYM_SWIFT_PT .But sadly we found that the line 71A:SHA is missed.
    Noting that this problem occurs with payment method "U" which is similar to payment method "T" except the two fields "EU Internal Transfer" and "IBAN required" which are not ticked in transaction FBZP.
    When we use the payment method "T" it works fine but with payment method "U" the line 71A:SHA is missed.
    I made some tests and tried to find if those two mentionned fields are causing the problem or not and I found that this not the reason. It's related to other problem
    Any Ideas would be highly appreciable.

    Hello Experts,
    No idea about this issue ?
    Regards

  • DME file format lenght specification

    Hi All,
    I have e problem with the DME file format length specification..So far as I know the field lenght is fixed when we create the structure. But I have a requirement wherein they want to make the lenght of the field as dynamic. Like for example This is how I declare the field.
    belnr(10) type c.
    The belnr value being retrieved is '123456' only.
    But because we declare the belnr as lenght 10.
    This is now the output in the DME file..@123456       @.
    If you notice there are spaces that fills to complete the entire lenght of 10..now they want to remove those spaces in the file generated..
    Is there any way to remove those spaces in the DME file generated..?
    Thanks ahead!
    Ekitzv
    Edited by: Ekitzv on Dec 16, 2010 4:44 AM
    Edited by: Ekitzv on Dec 16, 2010 4:46 AM

    Hi Ekitzv
    The advantage you have with DME is you can get the format of the file as per your or the banks requirement. It gives you the options to give constants, refer to some table structures, and use functional modules. This allows you to take care of lots of ifs and buts.
    You can also check with an abaper if the standard program can be copied and modifed.
    thanks and regards,
    anit

  • Need to add a  field for SEPA DME file format

    Hi SAP Gurus,
    I am working XML DME file format, i configured every thing properly But i am not able to Map below requirement
    I have to bring Client ID(GATTGB22@|@) as a first field in file then only bank can process
    This requirement we have to map this some where   other than DMEE T. Code
    Kindly Guide me on this
    Client required Below file format
    *GATTGB22@|@<?*xml version="1.0"; encoding="utf-8"?>
    <Document xmlns='xmlns="namespaceURI"' xmlns:xsi="www.XXXXXXXXX.com"; xsi:schemaLocation="C:\Documents and Settings\xxxxxxxxxx.CORP\Desktop\SEPA.txt";>
    <pain.001.001.02>;
    <GrpHdr>
    <MsgId>1000004409B</MsgId>
    <CreDtTm>2011-04-06T11:11:50</CreDtTm>
    <NbOfTxs>2</NbOfTxs>
    <CtrlSum>2000.00;/CtrlSum>
    <Grpg>MIXD</Grpg>
    <InitgPty>
    Now i am getting in below format
    <?xml version="1.0"; encoding="utf-8"?>
    <Document xmlns='xmlns="namespaceURI"' xmlns:xsi="www.XXXXXXXXXXx.Com"; xsi:schemaLocation="C:\Documents and Settings\XXXXXXXXX.CORP\Desktop\SEPA.txt";>
    <pain.001.001.02>;
    <GrpHdr>
    <MsgId>1000004409B</MsgId>
    <CreDtTm>2011-04-06T11:11:50</CreDtTm>
    <NbOfTxs>2</NbOfTxs>
    <CtrlSum>2000.00;/CtrlSum>
    <Grpg>MIXD</Grpg>
    <InitgPty>
    Thanks in advance

    Hi,
    check these enhancements
    COPA0001  Enhancement for derivation in Profitability Analysis (C
    COPA0002  Enhancement for valuation in Profitability Analysis (CO
    COPA0003  Enhancement for assignment to profitability segment (CO
    COPA0004  Enhancement for currency translation (CO-PA)
    COPA0005  Enhancement for actual data update (CO-PA)
    COPA0006  Enhancement for planning (CO-PA)
    COPA0007  Enhancement for external data transfer (CO-PA)
    i think you should get it provided you should follow proper procedure .
    otherwise you need to create Implicit Enhancement spot.
    regards
    fareed

  • Creating IDoc from DMEE File Format

    Hi SDN,
    Can I create Custom IDOCs from the DMEE file format.
    The file is getting downloaded after the DMEE Run in a specific format individual to every company code.
    I want to generate IDOCs for every DMEE Run.
    Thanks,
    Manu

    Hi,
    your problem is just like filling the segements using the data in other segements. that means if you have knowledge of enhancing the idoc and populating the enhanced segments then in the same way you can populate the BATCH segment also.
    you just go to the function module which will be creating the idoc(if its outbound) / function module which will be posting the idoc which is for inblund and then find the perform where it fills the segments ( it will be the one which you will use to fill the segment BATCH )and go that and at last of form you will find one customer function which you can use to fill the BATCH segment.
    i think this will help u,
    Regards,
    Ravi

  • Reg DMEE file format

    Dear experts,
    My requirement is that i have to change the DMEE file format for format tree GB_BACS according to user requirement. I have copied to ZGB_BACS and trying to change it according to user requirement. But when the functional trying to attach ZGB_BACS to configuration, it is throwing an error stating it is not updated in table. Can anyone help me in achieving this.
    tks in advance

    Stephen,
    I'm sure you're trying various alternatives with your mentioned transaction, but in the documentation, I find reference to DME, and here's what it says.
    DME
    Data medium exchange in this case involves the creation of a file which corresponds to the rules of the credit institution in question for automatic payment transactions and which contains all the necessary payment information.
    The information relevant for the payment medium (file format, creation data, payment amount in local currency, payment documents involved etc.) are stored in the system and can be called up via the DME manager.
    Other functions of the DME manager are:
    - Downloading the file into your local (PC) file system
    - Displaying and printing the file contents
    - Generating a payment summary for the data medium
    I would strongly suggest putting as many parameters as you know while trying to extract an output from this program.
    If things still don't work, have a look at T.Code PC00_M99_FPAYM. The Easy Access path is HR --> Payroll --> Europe --> Great Britain --> Payroll --> Bank Transfer
    Just in case you haven't looked here, there are a bunch of other programs here that might turn out to be useful to you.
    If you have, and tried & discarded all of these, I guess a custom development is your only way out.
    Regards
    Gulshan

  • Getting incorrect DME file formate

    Hi,
    I am using TCODE FDTA in ECC5.0 to download the DME text file and expecting it to be downloaded in tabseperated format. whereas I am getting the correct file format in SAP 40b version. can anybody let me know if any SAP NOTE available to correct this problem.
    Thanks,
    Manish

    Please answer it as soon as possible since it is very urgent to me.
    Manish

  • DME File Format FI_LUM2

    Hi Experts,
    My Client want to have Account holders name instead of Vendor name in the DME file. I have checked the DME format and there we have Field name KOINH for account holder name in Structure FPAYH in the same structure where we have ZNME1 in Structure FPAYH for Vendor name.
    I tried by changing the field name to KOINH in the name node. After i run the APP the file got generated but the system did not brought the account holder name from Vendor Master to the DME file.
    Here is the example of DME file i am able to generate.
    LUM200 00000000000       0080311181100000000000000                                                LUM210+ABCDEFG+                                                                                Pune Indien                        IN                                                                                No.0200000007/18.2.2008                                                      000000002500000INR                  J000000000000000000000000000000000000000000000000INR000000000000000                       
    LUM2L000000000000                                                             JOSHF11000                                                                         0000000000000000000000000000000000000                           LUM2200INR000000000250000000000000000000000000000000                    00000000                    JOSHF11000                                                                         LUM290 00000000000       00000100001000000002500000    
    The place where ABCDEFG is coming there i want account holders name to come from Vendor master data
    when i put the KOINH field in the tree why the account holder name did not came to DME file?
    Reward points will be alloted
    JS

    Hi Kiran,
    Thanks for the information. Yes the Vendor Name and The account Holder Name fields are there in the strucuter FPAYH used for creation of the DME file.
    The fprogram is already using the Vendor Name field to populate the file with Vendor Name from structure FPAYH - ZNME1 but now i want to replace it with the field FPAYH - KOINH.
    I changed it in the sourse tab in the DME tree in the respective node but it didn't helped the Account holder name did not came to the DME file.
    JS

  • Incorrect DME file format from GB_BACS

    I have an incorrect DME BACs file being generated with a line format of
    UHL1 00001999999    000000001 DAILY  000
    it should read:
    UHL1 11034999999    000000001 DAILY  000
    with 11 being the year and 034 the daily sequence number.
    Can someone advise how and where this should be populated?
    Thank you.

    Hello,
    I had the same problem.
    Check the validity date of the factory calendar and the holiday calendar.
    SPRO>SAP netWeaver>General Settings>Maintain calendar
    Hope It helps.
    Regards,
    Emmanuel

  • Conversion of DME file to GFF format

    Hi,
    We have a Requirement like , we need to convert DME file format to GFF file format. Is anyone worked on this.
    Any help would be very useful .
    Regards
    Vinid.

    Hi ,
    I hope you have already used DME control.
    could u pls guide me how to create files according to bank standards.
    Looking forward to ur reply
    asad

  • 1 payment methods, 3 DME files

    Hi gurus,
    Within 1 payment methods (outgoing payments in local currency via bank transfer) I have 3 different house banks, each of them have its own custom DME file format. How to set up the payment program so that it generates 3 different DME files via 1 payment method?
    Is there another option to creating 3 different payment methods for the country (where each of them would be assigned to it's own PMW format)?

    I solved it by unifing the differents DME tree (one for each bank) and doing only one DME tree. Then I created one  group of segment and, for each house bank, I created a segment with a condition in it (FPAYH HBKID 2 = 'BGQ01' 1), so If the house bank code is not the same has the one is paying, it will pass to the next segment (= to the next bank) until It match.
    If anyone needs help contact me at morenoestebanngmailcom
    Regards,

  • DME File issue

    Dear SAP Gurus,
    I am working on one DME file format 'iFile' for China.  We do have one requirement that Bank name and Beneficiary name field should not exceed 11 characters and if the name is exceeding 11 characters than it should appear in different field.  For e.g. if the bank name is 'Hongkong and Shanghai Banking Corporation Limited' than it should need to be mapped as given below:
    Field 1              Hongkong an
    Fileld 2             d Shanghai
    Field 3              banking Cor
    Field 4              poration Li
    Field 5              mited
    Will it be possible to map the field in DME engine as metioned above.  If not, what will be the alternative solution for this problem.
    Many thanks for your support.
    Regards,
    SATVIR SINGH

    Hi,
    You can achieve this in the following manner:
    1. Create 5 Atoms under the Element Beneficiary Bank Name and give Own Mapping in the attributes tab.
    2. Give the names of each of the Atom as BBN1, BBN2, BBN3, BBN4 & BBN5 and give exit module in the attributes tab.
    3. Take the help of your ABAP colleague and create a user exit with the logic as: Take the full name of the Bank name in a temporary field. Use the WRAP function in the ABAP coding and, fill the 1st field up to 11 characters till it finds a space.  Fill the next by removing the prefix space and upto the suffix space and so on. But, the problem here is if we take your example, the name is u201CHongkong and Shanghai  Banking Corporation Limitedu201D. This will come as BBN1: u201CHongkongu201D, BBN2: u201Candu201D, BBN3: u201CShanghaiu201D, BBN4: u201CBankingu201D, BBN5: u201CCorporationu201D. Here u201CLimitedu201D cannot be accommodated. Instead, if the name of the bank is changed to u201CHongkong & Shanghai Banking Corporation Limitedu201D then, BBN1 will have u201CHongkong &u201D and the rest of the name in other fields.
    4. The reason for giving standard names to the Atoms in point.2 (which represent the 5 fields) is to enable these names to be used in the coding as given in point.3.
    The above solution will work only if small adjustments are done in the master data for names which are intervening between two fields.
    Hope it is clear and useful.
    Regards,
    Kiron Kumar T.

  • DME File Generation for Thailand

    Hi Gurus,
    I would like to know which DME File format is using for Thailand.
    I need to generate DME file for the Thailand country format while running APP F110. 
    Thanks in Advance.
    Pavan

    Hi,
    If you are using PMW for DME generation than please go to DMEE transaction code and in tree property node at File Data tab select radio button 'Allow Only These Charact.' and don't specify this characters in the field against Character Definition.
    For blank space control it with Length and Conv. function in the segment definition.
    Regards,
    Anand Raichura

  • Create IDOCs from DMEE Files

    Hi SDN,
    Can I create Custom IDOCs from the DMEE file format.
    The file is getting downloaded after the DMEE Run in a specific format individual to every company code.
    I want to generate IDOCs for every DMEE Run.
    Thanks,
    Manu

    Take a look at this :
    http://www.sappoint.com/ppt/idoc.ppt
    you need to create File port in Tr.WE21 , as file port
    Then you have to sechdule the program RSEout00 to collect Idocs .
    You can test it in Tr.WE19 , you can also use the Tr.BD87 to see your Idoc status
    Hope this’ll give you idea!!
    <b>P.S award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • DME file in XML format in SAP 4.6C

    Hi Experts,
    For a Belgium client, I have a requirement to generate DME file in XML format for payments made to foreign and domestic vendors.  I want to know the following,
    1.  Can DME file be generated in XML format using classic payment medium programs RFFOBE_E and RFFOBE_I.
    2.  If not why and what are the other options.
    3.  I also came to know that there is an options of using Payment medium workbench - through XML format trees BE_BEPDTA and BE_PIBDTA.  But since we are in 4.6C, i am not able to create a payment format.  Is there any support package or patch that is required.
    4.  I tried for SEPA_CT - again a XML format tree but was not very successful as that too was not available in SAP 4.6C.  Is there any way that I can get this done in 4.6C - any support packages or patches available?
    Thanks

    Hi Kaylan,
    could you please share that documentation with me too.
    Thanks, Regards,
    Alex Cardona

Maybe you are looking for

  • Doubt in alv grid

    Hi, i have developed a new program in which i have to display the material number, short text and long text in the ouput i had developed a program in which it was displaying the output for the material number having only long texts but i have to disp

  • I can NOT make DATE_FORMAT work...any ideas?

    Hello all, In reviewing David Powers' fantastic book, 'PHP Solutions', I decided to do some work with dates in a database. The table where the dates are stored is called cal_dates and is DATE type. All the dates are stored as yyyy-mm-dd When I write

  • Can I use the  find my iPhone app from my desktop to locate my iPhone?

    Hey, I lost my iphone somewhere and it is running OS7.  I have a desktop but I don't understand if the app, "find my iphone" is installed on it.  I know it's on my iphone, just wondering how and if I can access from my desktop?  Any help is appreciat

  • HT4236 I can't see any photos when ipad is plugged into computer.

    I can't see any photos in itunes when ipad is plugged into computer. Everything else shows up.

  • Network analyzer

    I am using GPIB-USB-HS to read the s parameters from E8361A network analyzer. I downloaded the instrument driver and ran the examples "catalog measurement" and no matter which s parameter I am measuring by network analyzer, when I clicked "run" in fr