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

Payment File generation

Former Member
0 Likes
578

Hi All,

I am generating .txt file for payment details. The file will be directly uploaded on BNP web portal. This is to avoid cheque printing through SAP.

The format of the file is as follows.

PCC 123464 0900910963009723INR11/02/2010INR00000000001.00 Amol : Header Row

I1900000030 LOAN 26.11.2009 LOAN 50000.00+ : Invoice Record

There is a header row. Under that there are multiple I records (Invoice records). The strcuture of the first record and the other records are different. I have to consider the lengths of all fields. If a certain field is blank then those many spaces should reflect in the file.

How can I generate such format of file? What type of internal table processing I should go for?????

Thanks in Advance,

Neha Yeralkar.

Hi All,

I am generating .txt file for payment details. The file will be directly uploaded on BNP web portal. This is to avoid cheque printing through SAP.

The format of the file is as follows.

PCC 123464 0900910963009723INR11/02/2010INR00000000001.00 Amol : Header Row

I1900000030 LOAN 26.11.2009 LOAN 50000.00+ : Invoice Record

There is a header row. Under that there are multiple I records (Invoice records). The strcuture of the first record and the other records are different. I have to consider the lengths of all fields. If a certain field is blank then those many spaces should reflect in the file.

How can I generate such format of file? What type of internal table processing I should go for?????

Thanks in Advance,

Neha Yeralkar.

2 REPLIES 2
Read only

Former Member
0 Likes
519

Solved

Read only

0 Likes
519

Hello Neha,

I am curious as to how you solved this ??? Did you have to create custom development ??