Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to modify ACH PPD format?

Former Member
0 Likes
1,533

Hi experts:

I was hoping somebody could give me a few pointers in how to modify this

I believe the name of the Payment medium format for ACH PPD is ACH_FG_BULK.

Thanks,

Hi experts:

I was hoping somebody could give me a few pointers in how to modify this

I believe the name of the Payment medium format for ACH PPD is ACH_FG_BULK.

Thanks,

7 REPLIES 7
Read only

Former Member
0 Likes
1,375

I am trying to hard code some values into the records going to the bank

Read only

Former Member
0 Likes
1,375

Bank of America uses the ACH format for this bank transfer. It is my understanding I can modify the of field contents using events modules FI_PAYMEDIUM_ACH_20 and FI_PAYMEDIUM_ACH_40. Do you know how to map these fields to the ACH standard values?

Read only

Former Member
0 Likes
1,375

I figured out how to this by enhancing event modules.

Read only

0 Likes
1,375

Hi Rios,

Could you share what were the steps you followed after enhancing the Function Modules.

Actually i was doing the same scenarion in which i need to hardcode some characters at some positions in the file. So i have copied the function modules FI_PAYMEDIUM_ACH_20 and FI_PAYMEDIUM_ACH_30 to ZFI_PAYMEDIUM_ACH_20 and ZFI_PAYMEDIUM_ACH_30. And both have been assigned to different Function Group.

And these both are placed in ZACH format, which is assgined to 'T' to trigger the same to generate the file. Do the data flow from the standard ones to the ZFMS.

OR WHAT WOULD BE THE CORRECT WAY TO DO IT.

Regards,

Vivek

Read only

0 Likes
1,375

Hi Rios,

Could you share what were the steps you followed after enhancing the Function Modules.

Actually i was doing the same scenarion in which i need to hardcode some characters at some positions in the file. So i have copied the function modules FI_PAYMEDIUM_ACH_20 and FI_PAYMEDIUM_ACH_30 to ZFI_PAYMEDIUM_ACH_20 and ZFI_PAYMEDIUM_ACH_30. And both have been assigned to different Function Group.

And these both are placed in ZACH format, which is assgined to 'T' to trigger the same to generate the file. Do the data flow from the standard ones to the ZFMS.

OR WHAT WOULD BE THE CORRECT WAY TO DO IT.

Regards,

Vivek

Read only

0 Likes
1,375

Hi,

Whats the solution for this ? How did you change the format?

Read only

0 Likes
1,375

This message was moderated.