cancel
Showing results for 
Search instead for 
Did you mean: 

Create multiple files with one DMEE tree

Former Member
0 Kudos

Hello everyone,

I hope you can help me.

My situation is, with a proposal (tx F110), i need create two files with only one DMEE tree, but i don´t know how?

I have right now one DMEE tree with two nodes but when i run the payment proposal, create one file only.

Somebody know how can i do for created two files?

Thanks

Regard

Alo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check the Note 1341023 - Problem in generating multiple outgoing files with DMEE

And also check below:

DME tree Nodes creation procedure:

Header Data:

Following header information needs to be maintained in various tabs under header data:

Administrative Data: Provide administrative data in node first tab.

Format Attributes: Depending on the type of file format, you can specify other details: for flat files, you can enter delimiter information; for XML files, you can specify further processing (via exit module) for a file after its creation, by entering an XSLT program.

Levels The number of levels defines the no of levels in a tree. This tab also defines the repetition level which tells how often a certain level may be output. If this number is exceeded, the corresponding level cannot be output anymore. If the limit is reached for the uppermost level in the format tree and additional data is to be processed, a second file is generated. If the limit is reached for lower levels, the preceding level is repeated so that data can continue to be output for this level.

Sort Key Fields: File Data can be sorted based on given fields.

File Data: This tab provides the file row separator and segment ending indicator.

After creating a segment group, a segment will be created. A tree can have multiple segments as well multiple segments. Create a segment by right click as shown below:

Node Info: Provide node information for output

Comment: This column is used to contain comments for nodes. Maximum three lines of comments per node, this tab is visible for all nodes except the header.

Create Elements in Sub node as shown below:

These elements can be of various types as shown in mapping procedures.

1) Constant: This type of element is used to contain constant value like 'DME' which is assigned in source tab as shown below:

5) This node contains structure types which can have system fields like date, time

In source tab maintain the system field

After header segment, Data segment is created as shown below.

Data Node contains a new element which is of segment type.

6) Element can also have the results of function module as shown below.

Mapping Procedure should be of Type Exit Module

Specify the FM name in source tab as shown below.

Create a footer segment for footer data of the file which again contain any no. of elements as shown below.

3. Configuration of DME File

After creation of DME file, next step is to configure the DME file for automatic payment run which requires below steps:

1) Go to Tcode FBZP and select 'pmnt methods in country'

2) Here different payment methods can be defined for country as shown below:-

3) Now select specific payment method and double click on the same. Following screen will be displayed. In payment medium workbench, DME tree can be assigned in Format column as shown below:

4) Click on Format settings.

5) Click on DME Engine, DME tree will be displayed.

Now DME tree format is being attached for a particular country and a particular payment method. To generate the DME file, you have to run the automatic payment program with this payment method. After the payments have been successfully posted, you can go to DME administration and with the help of DME manager download files on your PC. DME can be attached to a print program and form for the creation of Payment Advices.

Whenever there is an automatic payment run for the country for a specific payment method.

Conclusion:

DME engine provides different layouts and readymade way to create flat files or XML files for external systems. It provides speed and flexibility over conventional abap programs. Files can be modified based on country and regulations. The system can trigger the creation of a DME file from the payment program if, for example, you want to submit your vendor payments to your bank electronically. For this tree type, you use the PMW) to configure payment media.

0 Kudos

Hi Anil,

Is it possible to assign multiple tree structure(for different countires) against one payment method using OBPM1 and DMEE, whats the link between OBPM1 and DMEE.

Basically I have only one payment method but I have different XML files for multiple countires and I would like to know how to handle it in PMW without any abap development

Regards

Hariharan

0 Kudos

Hi Hariharan,

About your question, have you solved this one ? I need to assign multiple DMEE tree for just one payment method.

You know how can I do this ?

Regards

Alexandre Folgado

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear all,

Did you achieve a solution for that?

The last suggestion (sent by amitash shah) is not possible because for each document to be paid only one payment method is assigned.

Ana

noral
Explorer
0 Kudos

Hello. Why do u use onw payment method only? Perhaps you should consider creating 2 payment mthods. One for international and the other is for internal transfer. We apply this in our company sap...

Former Member
0 Kudos

Thanks for your answer Anil.

Previously i read that note and wikinote, but i think the wikinote only say how create the file for each payment method, and i have my file created.

My issue is, i have the proposal for one payment method (transfer), and for example, the proposal is generated with two diferent tranfers (internal transfer and internacional transfer), and in my file generated with the DMEE tree, appear both lines in my file for each transfer, and i need two files, one for internal transfer and other for internacional transfer.

You know how can i do this?

Regards

ALO_MED

former_member182098
Active Contributor
0 Kudos

You need to create two payment methods

One is for Internal and second one for International

You can anyway give both the payment methods in the payment run. User could still get both the files in the single payment run.

Former Member

Hello Alonso,

Create different payment methods and assign the DME tree to These payment methods.

You can then use these payment methods in the same Payment run. And the System will create different files, one for each payment method.

BR

Amitash