cancel
Showing results for 
Search instead for 
Did you mean: 

File Format for FPB3 and FPB5

former_member392819
Participant
0 Kudos

Dear Friends,

As I understand from other posts that we can upload multiple payment lots using the program RFKKZEDA, but I would like to know the file format to upload. Could any one kindly share the one sample file so that it helps me in my project.

Regards,

Sravan

Accepted Solutions (1)

Accepted Solutions (1)

AmlanBanerjee
Active Contributor
0 Kudos

Sravan,

For FPB3, the most simplest way out is you need to develop a customised program to upload the file in a SAP acceptable format and then call SAP standard program RFKKZE00 to process the same, create payment lots and post the amount into customer account.

You need to perform validation and checks against the file format of the file that you are uploading.

Once the file passes the checks, it is reformatted to a file which is accepted by the SAP standard program RFKKZE00.

A file in the SAP accpted format will have-

One file header record (BFKKZGR00 structure) per file

One payment lot header (BFKKZK structure)

Any number of items (structure BFKKZP)

You can include data for any number of lots in a file. However, you have to ensure that you always specify the lot header first and then the related line items.

After you have created reformatted file, then perform a check to ensure that the source file and the reformatted file has the same date and no data has been missed.

Call the SAP standard program RFKKZE00 (T.code-FPB3) to process the reformatted file.

You can goto t.code -SLG1 to check for any errors\messages.

Similarly, for FPB5, you need to develop a customised program to upload the file in a SAP acceptable format and then call SAP standard program RFKKRL00 to process the same, create return lots and post the amount into customer account.

You need to perform validation and checks against the file format of the file that you are uploading.

Once the file passes the checks, it is reformatted to a file which is accepted by the SAP standard program RFKKRL00.

A file in the SAP accpted format will have-

One file header record (BFKKZGR00 structure) per file

One return lot header (BFKKRK structure)

Any number of items (structure BFKKRPP)

Hope its clear.

Thanks,

Amlan

former_member392819
Participant
0 Kudos

Hi Amlan, Big thanks for detailed explanation.

Former Member
0 Kudos

Hi Amlan

Nice Explanation.Thanks a lot.

Regards

Rupam Dutta

Answers (1)

Answers (1)

ivor_martin
Active Contributor
0 Kudos

Hi,

Further to the detailed response from Amlan, you can generate a test/sample file using program RFKKZEDG.

Regards,

Ivor