DME tree issue

Hi,
Can anyone tell me How to debug DME tree?
Thanks

Salini,
As per Suhas  they will be configuring the DMEE Tree Type while defininf the payment Method.Firs check whether this Tree Type is linked to the Payment Method or not.You can check it in FBZP
FBZP
Click on Payment methods in Country
Choose the Country and Payment method
on double clicking it will take you to details
choose "Use Payment Medium Workbench" in Payment Medium wherein you can find the format that is tagged to the concerned payment Method.
Even I learned this from going through the threads in SDN on DMEE.Just check in SDN with the keyword DMEE you can valuable info.
Kiran.

Similar Messages

  • DMEE tree issue

    Hi ,
    I am facing a issue while  my dmee tree file generation. In generated file , last filed i.e. REGHU-VBLNR (FPAYH-DOC1R offset 4 )
    all of its characters are not coming in file .Only initial 1 character is appearing in the file generated.
    while in debug i am able to see all characters in field DOC1R.
    IN DMEE tree there are total 11 data elements and out of them this one is last .
    Please provide some help on this .
    Thanks
    saurabh
    Edited by: saurabh Asthana on Jul 16, 2010 4:34 PM

    Any help in this would be greatly appreciated!! ..Its very critical ...

  • UNA Segment Issue in DMEE Tree

    Hi ,  I am creating custom DMEE trees in tcode DMEE . The issue that i have is with the segment UNA.
    The output format they want is UNA:+.? '
    but i dont know how to get this in the output file ,  i mean i am not sure how to create the element for this UNA segment to reflect the value :+.? '      ? If you could help me in creating this segment that would be great!
    Thanks.

    Any help in this would be greatly appreciated!! ..Its very critical ...

  • Error while activating DMEE tree

    Hi all,
    I have designed a DMEE tree; while I am trying to activate it; I am getting this message;
    Message no. DMEE_ABA214
    Diagnosis
    When you activate a format tree, ABAP source code is generated for test purposes.
    The following error occurred for ABAP keyword IF-ZOPENIN during generation for tree node OPENING_BALANCE:
    The data object "IF" does not have a component cal
    I opened the opening_balance node and changed its corresponding structure element to dec 13,2, while it was curr 13,2; since I was getting the same issue for other nodes. Once I changed it, the error got away for all other nodes, but still persists for the mentioned node.
    Thanks,
    Zahack

    Hi Navin,
    I have actually designed a DMEE tree for the generation of XML file;
    I have made a structure Z_HEADER-OPEN_BALANCE->DEC 13,2
    I have now made a node in dmee tree OPENING_BALANCE, specified length as 16; type as currency and conv func as AL.2.
    Previously, I was getting for some other nodes above this node; after I changed the corresponding structure fields from CURR to DEC; the issue got resolved; so OPENING_BALANCE is one of those fields; which still shows me error.
    Thanks,
    Zahack

  • Concatenation of Constants values with Conditions in DMEE Tree

    Hi everybody,
    I am having problems with constants in a DMEE tree node. I need to concatenate this constant value if there is more than one register so i am doing condition on the constant but it tells me that I am not allowed to do a condition with agregation IDs.
    Can annyone tell me what other way I have to do that?
    Regards and thanks in advance,
    Juan

    Hello Juan,
    Can you please elaborate the issue, if possible provide screen shots of the exact problem, so that it will be easy for us to look into the issue
    Thanks.

  • DMEE Tree Change from flat file to XML

    Hi DMME Gurus,
    We have a custom DMEE tree that generates a flat file.  I need to convert it in such a way that XML will be created.  I could not find this option in Transaction DMEE. Is this possible? Can you please tell how to do this? 
    Or is it correct that I need to create another tree (for XML file) again from scratch? As pop up screen will appear when creating new DMEE tree that will ask you what format you like (flat or XML).  Please advise.
    Thank you.
    Best regards,
    Brando

    HI,
    Possible mention the source Message/Data Type and Target Data Type and Mapping Rules reuired. Then I think it may be useful to give some hints.
    btw , What is the error in Mapping ?
    Regards,
    Moorthy

  • Sorting a DMEE tree

    I have made a very simple DMEE tree to generate a flat file from program SAPFPAYM. I would like to sort the file by FPAYH-BNKL1 (Bank key) and FPAYH-ZPFAC (PO Box) (which is are not key fields).
    When the file is generated, the entries are not sorted. E.g. BNKL1 value 00035211 occurs several times (se below). It seems like the file is sorted by field FPAYH-LFDNR even though this is not part of the sort fields I have given.
    How can I make sure that the file is actually sorted and grouped by the fields I have entered and not by LFDNR?
    I have set the following in Sort-fields:
    Key field  No sorting  Sequence  Structure  Sort field  Level
        X                  1         FPAYH      BNKL1       1
        X                  2         FPAYH      ZPFAC       2
    My REGUH looks like this (first 8 fields are keys fields- last 2 are not):
    |Run Date  |ID    ||CoCd|Vendor|Customer|Payee     |Payment|Bank Key|PO Box    |
    |24.10.2007|125602||0020|13    |        |3105600000|1      |00035211|3105609992|
    |24.10.2007|125602||0020|16    |        |2106530000|2      |00035211|2106539992|
    |24.10.2007|125602||0020|16    |        |2106530000|3      |01032224|2106539992|
    |24.10.2007|125602||0020|84    |        |2302450001|5      |00035211|2302459991|
    |24.10.2007|125602||0020|84    |        |2302450001|6      |00035211|2302459991|
    |24.10.2007|125602||0020|20440 |        |2512484908|8      |00700460|2512484908|
    |24.10.2007|125602||0020|100031|        |0210679991|9      |00035211|0210679991|
    |24.10.2007|125602||0020|100032|        |0210679991|11     |00035211|0210679991|
    |24.10.2007|125602||0020|100038|        |          |13     |00035211|1509559991|
    This is what is in the file:
    FPAYH-BNKL1:       00035211 
    - FPAYH-ZPFAC:       2302459991 / LFDNR:  13556664
    - FPAYH-ZPFAC:       3105609992 / LFDNR:  13556665
    - FPAYH-ZPFAC:       2106539992 / LFDNR:  13556666
    FPAYH-BNKL1:       01032224 
    - FPAYH-ZPFAC:       2106539992 / LFDNR:  13556667
    FPAYH-BNKL1:       00035211 
    - FPAYH-ZPFAC:       2302459991 / LFDNR:  13556668
    FPAYH-BNKL1:       00700460 
    - FPAYH-ZPFAC:       2512484908 / LFDNR:  13556670
    FPAYH-BNKL1:       00035211 
    - FPAYH-ZPFAC:       0210679991 / LFDNR:  13556671
    - FPAYH-ZPFAC:       1509559991 / LFDNR:  13556675
    I would expect this:
    FPAYH-BNKL1:       00035211 
    - FPAYH-ZPFAC:       0210679991 / LFDNR:  13556671
    - FPAYH-ZPFAC:       1509559991 / LFDNR:  13556675
    - FPAYH-ZPFAC:       2302459991 / LFDNR:  13556664
    - FPAYH-ZPFAC:       2302459991 / LFDNR:  13556668
    - FPAYH-ZPFAC:       3105609992 / LFDNR:  13556665
    - FPAYH-ZPFAC:       2106539992 / LFDNR:  13556666
    FPAYH-BNKL1:       00700460 
    - FPAYH-ZPFAC:       2512484908 / LFDNR:  13556670
    FPAYH-BNKL1:       01032224 
    - FPAYH-ZPFAC:       2106539992 / LFDNR:  13556667
    Rasmus
    Message was edited by:
            Rasmus Feldtmose

    I have now found out that it is crucial how the data is sorted in REGUH before running program SAPFPAYM. Therefore I have to look at the program filling REGU*. But I still don’t understand the purpose with the sorting fields in the Payment medium Format, if the data sorting is already defined in the step before.
    Here is the F1 help text from the sorting field:
    <i>The system sorts data selected by the application program according to the sort fields as they are defined in the format tree. After the data is sorted, it is transferred line by line to the DME Engine, which is used to generate the output file.</i>
    If I understand this correctly, the data will be sorted according to the sort fields BEFORE being transferred to the DMEE engine. Why is this not happening then? Can anyone enlighten me?

  • WTRE DMEE Tree Format File For France (Withholding Tax for France)

    Hello,
    I have to implement withholding tax for France on SAP 4.6C environment
    I would like to generate and to send a file to administration
    I ‘m using generic withholding tax program RFIDYYWT but in DMEE tree transaction i see only one format of file : IDWTFILE_UK_CIS36E for withholding tax
    I know that there’s a format of file for France : IDWTFILE_FR_DAS2
    But is it possible to use it with SAP4.6c version ?
    And how can I install this file format for France (steps in customizing , ossnote to apply ?????) 
    Thanks a lot for any answer
    My

    Dear Merlino,
    I have some steps about withholding tax is it suitable or not find out but some scenarios is suitable kindlay check out
    Hi
    Withholding tax is calculated and posted to the appropriate withholding tax accounts at different stages, depending on the legal requirements in each country. As a rule, withholding tax is posted at the same time that the payment is posted, in other words the outgoing payment (Accounts Payable) or incoming payment (Accounts Receivable), is reduced by the withholding tax amount.
    In certain countries, such as Brazil, the Philippines, and Spain, withholding tax can or must be posted when the invoice is posted. This means that the amount receivable or payable is reduced by the withholding tax amount.
    Extended withholding tax supports both concepts.
    The key concept in extended withholding tax is the distinction between withholding tax type and withholding tax code. While withholding tax types represent basic calculation rules, specific features of these rules - in particular the percentage rate -
    are represented by the withholding tax code. You can define any number of withholding tax codes for a given withholding tax type.
    If a particular transaction requires more than one kind of withholding tax, this is covered in the SAP System by defining more than one withholding tax type.
    When entering a line item, you can enter withholding tax data for each of these withholding tax types.
    How To Configure Withholding Tax?
    Steps for extended withholding tax :
    1. Check withholding tax countries
    2. Define Ex. Withholding tax types for invoice postings
    3. Define Ex. Withholding tax codes
    4. Formula for Ex. Withholding tax calculation
    5. Assign Ex. Withholding tax types to Company code
    6. Activate Ex. Withholding tax
    8. Create a G/L a/C for Ex. Withholding tax
    9. Define A/C for Ex. Withholding tax (DBWW)
    10. Make changes in Vendor master (XK02)
    11. Maintain Company Code Settings:
    Path: IMG -> Logistic -> General -> Taxes on goods movement -> India -> Maintain company code settings
    12. Activate country version for specific fiscal year position
    Path: IMG -> FA -> -> **** -> Taxes on sales purchases -> Basic Setting -> India -> Activate country specific for fiscal year position
    http://help.sap.com/saphelp_erp2005/helpdata/en/e5/0780914acd11d182b90000e829fbfe/content.htm
    Hope this helps you
    Prem

  • How to count number of lines in a DMEE Tree

    Hi all,
    My requirement is that in my DMEE tree I have to count entries of line item data(FPAYP). Suppose for entry of FPAYH there are two entries in FPAYP then for first line of FPAYP 1 should be printed and for next line of FPAYP 2 should be printed and so on.
    Can anybody tell me how to do this?
    Regards,
    Azra.

    Well, if you know how to read one line with a Buffered reader, and you know how to keep reading lines until you run out, then all you have to to is initialize a counter to zero before you start reading, add 1 to it each time you read a line, and then examine its value when you're done.
    Try that, and post again if you get stuck.
    Just be careful how you construct your loop. "Off by one" errors are a common way to get bitten. It could happen if you count what you think is the last line, but you've actually already counted all the lines and you end up counting one extra for "there are no more lines".

  • DME tree - Invoice document description(BKPF- BKTXT) for type PAYM

    Hi All
    I need to map document header text(BKPF-BKTXT) to one of target field in DMEE tree. I can't find the field in any of FPAYP, FPAYH, FPAYHX structures . My Assumption was we can't select any other field which are not there in above structures. Please correct me if I am wrong.
    Please let me know how can I get BKPF-BKTXT field value to my target field.
    Thanks

    Hi,
    In DME, you can use the item text SGTXT. If you want  to use specific field to populate and if it is not in standard, then you can use the atom in the mapping procedure. In the atom, with the help of ABAPer you can define the field text to be populate.
    Thanks and Regards
    G.Gopinath

  • DMEE tree:it's possible to generate more files using one DMEE format tree?

    Hello Expert,
    I have a question and i need you help.
    It's possible to generate two files with one DMEE format tree? If yes, how can i do it?
    Thank you in advance.
    Amal

    In DMEE we define the structure ie the kind of feilds that needs to be populated.As far as my knowledge I think one DMEE tree can be used to create one file FORMAT
    Thanks,
    K.Kiran.

  • 2950 spanning tree issue

    Here is the problem we are having , we have a 2950 hooked to a 6509 hybrid dist box with approx 90 vlans on it . We hook up a new 2950 and we get the following message, Dec 21 19:47:45.116: %SPANTREE_VLAN_SW-2-MAX_INSTANCE: Platform limit of 64 STP instances exceeded. No instance created. Ok , I know about the spanning tree issues with the 2950 only having limited PVST instances . But up at the dist side we have "manually pruned off all but 5 vlans on the trunk feeding this 2950 with the "clear trunk" command . I thought manually pruning off the vlans from the trunk would eliminate this problem , maybe i have a misunderstanding of how this works. Also the message on the 2950 complains about it only having 64 instances of spanning tree yet when you do a "show vtp status it says it supports 250 instances locally so whats up with that , 2950 running 12.1.22EA4 . So I guess I'm asking is there any way around this for the 2950 . Also in client/server mode do you have to manually prune off the vlans on both the server side and the client side ??

    Hello Glen,
    I guess instead of manually pruning the VLANs off the trunk, you could also try and enable VTP pruning globally on the 6509 (set vtp pruning enable). I assume you have the 6509 configured as the VTP server (set vtp mode server) ?
    I am not sure if CatOS and IOS defaults to the same VTP version, can you check this (with 'show vtp domain' for CatOS and 'show vtp status' for the IOS switch) ?
    Also, in a purely IOS environment, manually pruning VLANs off a trunk requires doing that only on the server side, but with a mix of CatOS and IOS, it might have to be done on both sides, you might want to give it a try and use the 'switchport trunk allowed' command on the 2950 as well...
    Regards,
    GP

  • DME tree

    Hi,
    I've created a DME tree, since I need to create another DME file with same number of fields, only the field contents are different, I tried to copy my tree A to tree B (new), things are copied over, however the node ID are remained the same, when I tried to change the attribute of node in tree B, it would also change the content in tree A.
    How can I create a new tree with reference to the old one?
    Regards,
    Junior

    Hi
    The system comes with a sample format tree for making automatic payments by bank transfer in the form of DME files, based on the file format of the ChoHung bank in South Korea. You can copy format tree KR_CHB and adjust it to fit your own requirements. Refer to the format-tree documentation for KR_CHB for further details.
    Features
    The format tree is designed to work with payment method T (bank transfer) and Payment Medium Workbench (PMW) format KR_CHB, both of which are supplied with the system. Once you create your own format tree, you need to configure your system to work with this payment method and PMW format, as described in SAP Note 881637.
    You then generate the payment media using the Payments program.
    Payments  
    Purpose
    You can use the payment program to process international payment transactions with customers and vendors.
    Information on payment transactions in Euro can be found by choosing "Cross-application components" and then "European Monetary Union", and also in the SAP Library under  European Monetary Union: Euro (CA-EUR)
    Implementation Considerations
    Configuration of the payment program is described in Customizing the Payment Program
    Integration
    The payment program is used by the following components: Accounts Receivable (FI-AR), Accounts Payable (FI-AP), Treasury (TR), and Bank Accounting (FI-BL).
    Features
    The payment program lets you handle both outgoing and incoming payments. It is flexible enough to allow you to define those payment features that vary from country to country such as payment method, payment form, or data carrier specifications.
    The standard system contains the common payment methods and the corresponding forms that have been defined separately for each country.
    The standard payment methods include check, transfer, and bill of exchange. Country-specific payment methods, such as the POR procedure in Switzerland, the bill of exchange payment request, and the PBC procedure have also been defined.
    Other special features include:
    Clearing open items between customers and vendors
    Inter-company payments, that is one company code pays centrally for others
    Paying or clearing any type of open item, for example clearing down payments
    Restricting access to the payment program by assigning authorizations
    Payment Medium Workbench  
    Purpose
    The Payment Medium Workbench (PMW) is a tool used to configure and create payment media sent by organizations to their house banks. This generic tool will gradually phase out the classic payment medium programs (RFFO*) due to the range of advantages that it provides.
    Superior control and verification of payment procedure
    Improved performance with mass payments (> 50,000)
    Better sort functions with payment advice notes
    Clearer to work with than the myriad previous payment medium programs
    Easier to maintain and to extend
    Implementation Considerations
    Before you can use the Payment Medium Workbench, you have to make various settings in Customizing. You can find the relevant activities in Customizing for Financial Accounting, under Accounts Receivable and Accounts Payable ® Business Transactions ® Outgoing Payments ® Automatic Outgoing Payments ® Payment Media ® Make Settings for Payment Medium Formats from Payment Medium Workbench.
    Integration
    The Payment Medium Workbench can be used by several components, for example FI-AP/AR, FI-TV, HR-PY, TR-CM, and TR-TM.
    Features
    The Payment Medium Workbench is embedded in a development environment. You can access all Workbench objects, (program objects, dictionary objects, and mapping tool objects) with a double-click. The Payment Medium Workbench encompasses the following areas:
    Customizing for payment media
    Defining Payment Medium Formats
    Adjusting payment medium formats
    Adjusting the Note to Payee
    Assigning payment medium format and note to payee
    Creating, Assigning, and Transporting Selection Variants
    Creating Payment Media
    Creating payment media without documents in file form
    Output of the created data media into DME administration
    DME administration supports both files stored in the TemSe or the file system, and payment messages like Internet payments (OFX) or IDoc.
    Creation of payment advice notes
    Output of the created payment advice notes as letter, fax, or IDoc
    Creation of an output log (an error log too, if necessary) for each program run of the payment medium program
    Constraints
    At the present time, not all formats that can be created using the classic payment medium programs (RFFO*) are supported. You can display a complete list of available payment medium formats in format definition, or by using input help (in configuration of payment methods in the country, for example).
    Data Medium Exchange Engine  
    Use
    The Data Medium Exchange (DME) Engine enables you to define file formats that meet the requirements of your financial institution. By doing so, you model an externally defined bank format in the SAP system, which allows you to send or receive data in the form of DME files in this format.
    The ability to define these formats in the system is particularly important as there is no worldwide or regional standard format. In some cases, no country standard exists and the file must comply with bank-specific standards. Covering such numerous and varied local format requirements is very difficult in standard software, but the DME Engine now enables you to define your particular local format yourself u2013 without any ABAP programming knowledge or coding. With this Customizing tool, in the form of a graphical editor, you can define new formats flexibly and, as format requirements change, modify existing ones efficiently.
    Integration
    Once you have modeled an external file format as a format tree in the DME Engine, calling applications can use it to:
    ·       Generate an outgoing DME file as a flat file or an XML file
    ·       Convert an incoming DME file to a format that the system can process
    Features
    The system comes complete with predefined format trees, which represent the file format requirements in a number of countries.
    You can also transport format trees to other systems, or alternatively upload and download as XML files.
    I hope this link will help you out.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/43/fb329a295e025be10000000a1553f7/frameset.htm
    Regards
    Odaiah

  • DME Tree for PAYMUL format

    Hi,
    I am creating DME tree by modifying standard DME tree 'DK_PAYMUL_DOMESTIC' standard format is configured with One Lin, Multiple SEQs, I got a requirement of mapping DME structure with One Lin, One SEQ.
    Please let me know.
    Regards,
    Anand

    Hi,
    I met the same problem with you and I have read the article above. But could you please let me know more detailed information?
    I have created two examples:
    First, two invoice for the same vendor but different currency. The output file can show LIN1 SEQ1....LIN2 SEQ++1 correctly.
    Second, two invoice for different vendors and same currency. Only the first invoice shows in output file.
    If you know what's the problem about this?
    Thanks,
    Lisa

  • Unable to test DMEE Tree

    Hi Experts
    I created DMEE tree for Payment process and activated it but when I tried to test it's not displaying any output or any error message. Please let me know what I could have missed in this regard.
    Thanks

    Hello Joop,
    can you try with Data Modeler 3.3 http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/datamodeler-33-ea-1869055.html
    Philip

Maybe you are looking for