Application Development 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: 

FLB2 Input file processing user exit

Former Member
0 Kudos
545

Hi,

Is there an user exit/BADI which can be used to manipulate the BAI2 file being uploaded by the user? We are facing an issue with the number of records being uploaded. User's generally upload files having more than 1000 records. Our approach would be to split the number of records to 950 each and process the FLB2 transaction. So I am looking for a file splitter exit which will be called before the actual FLB2 processing takes place.

Any help regarding this will be highly appreciated.

Thanks and regards

1 ACCEPTED SOLUTION

chris_mowl
Active Participant
0 Kudos
174

I'm having the same issue a year later.  I'll update this thread if I find an answer.

Thanks,

Chris Mowl

2 REPLIES 2

chris_mowl
Active Participant
0 Kudos
175

I'm having the same issue a year later.  I'll update this thread if I find an answer.

Thanks,

Chris Mowl

0 Kudos
174

Hi Chris,

I had resolved the issue back then. The enhancement and the user exits are as below.

Enhancement: FEBLB001

Userexit: EXIT_RFEBLB20_001 and EXIT_RFEBLB20_002

You can check the note 681901 for the changes.

Thanks

Sandeep