cancel
Showing results for 
Search instead for 
Did you mean: 

DMEE file name

Former Member
0 Kudos

Does anyone know how to control the output format name for DMEE files?

For all PMW format created, when I assign a name to output file in OBPM4 e.g. 'output.txt' it always appends file number to it e.g. 'output.txt0123'. I need to create the output with a constant extension.

Any help will be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

former_member194797
Active Contributor
0 Kudos

Hi,

in my case I need dynamic filenames and I'm using a Z-function called Z_FI_PAYMEDIUM_EVENT_21_01 based on FI_PAYMEDIUM_SAMPLE_21 for generating the filename. The link with the payment format is done in OBPM3 at event 21.

I suppose the same technique may be used for fixed filenames.

Former Member
0 Kudos

Thanks Henri. That resolved the issue.

Former Member
0 Kudos

Hi,

We are going through same scenario, like DME file name need to generated based on dynamic values.

We tried by using Functional Module ( Ref. FI_PAYMEDIUM_SAMPLE_21) and assigned in Event 21 in OBPM3. But system not going through our Code and generating Standard name.

Highly appreciate, if you share your logic, how you achieved through FM in Even21.

Please feel free to mention, i will create new Thread.

Thanks and Regards,

Venkat

Answers (1)

Answers (1)

Former Member
0 Kudos

Constants have to maintain in DMEE transaction itself.

Regards

Nagendra