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: 

enhancement

former_member182412
Active Contributor
0 Kudos

hi experts,

i got the requirement like this, everyday we are uploading payments file into sap. when upload finish i need to clear the credit line items against the debtor line items using tcode f-32. it has to be done automatically, no user interaction is need.

for this requirement which one i must use.

1) go to f-32 screen program and put the code in any exit

2) create new badi

3) create new program

any body please help me for this.

Thanks in advance,

Praveen.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I don't believe it can be an exit, because an exit would work on sinlge document but you should wait for all posting are finished.

I believe you have to create a BI program to do that: you can use RFBIBL00 for trx FB05.

Max

1 REPLY 1

Former Member
0 Kudos

Hi

I don't believe it can be an exit, because an exit would work on sinlge document but you should wait for all posting are finished.

I believe you have to create a BI program to do that: you can use RFBIBL00 for trx FB05.

Max