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: 

BANK STATEMENT UPLOAD

anilkumar_raina
Participant
0 Kudos

I am uploading bank statement in BAI format to post the data of that file using program RFEBKA00 (T- Code FF_5). But for a particular bank file say CBZ bank

certain posting rules are to be implemented that are not covered by RFEBKA00.

i have got USER EXIT : FEB00001 and BADI :FIEB_CHANGE_BS_DATA. to accomplish this task......but my problem is that i don't know how to proceed .

can anyone explain how can i accomplish this task.

regards

anil

1 REPLY 1

Former Member
0 Kudos

goto to the user exit where u will find import & export parameters...Now create a project and implement this enhancement...Inside the FM u will find Zprogram which needs to be created. Now write ur code in this by importing data and check routinues and export back to variables....When u run actual transaction, this user exit automatically triggers...