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

Remove header line from MT101 payment file format

Former Member
0 Likes
1,434

Hi,

Please let me know how can I remove the highlighted line shown in image below from the payment file which is being sent to the bank.

Regards,

Dawood

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
1,273

This is not part of the file, it is only a header line for this display popup, allowing you to quickly see the position of certain content.

Thomas

Hi,

Please let me know how can I remove the highlighted line shown in image below from the payment file which is being sent to the bank.

Regards,

Dawood

4 REPLIES 4
Read only

ThomasZloch
Active Contributor
0 Likes
1,274

This is not part of the file, it is only a header line for this display popup, allowing you to quickly see the position of certain content.

Thomas

Read only

0 Likes
1,273

Hi Thomas,

Thanks for the reply.

This header also goes in the notepad which is sent to the Bank, and the Bank doesn't want it to be there in the notepad. Is there any way to avoid this line?

Regards,

Dawood

Read only

0 Likes
1,273

How are you exactly transferring this file? Over here, I see this header line as well from within transaction FDTA, however after using the standard download function (also in FDTA), the resulting file does not contain it any more.

Any reason why you use notepad inbetween? This also opens up ways for manipulations.

Thomas

Read only

Former Member
0 Likes
1,273

Hi,

I faced with the same problem and solved it by the creation of a fm, and trigger it through the tx OBPM3 as event 21. In the fm I'm modifying the data of the output table and just delete the entries before the first tag entry.

Marton