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

FV60-Enhancement for Parking

Former Member
0 Likes
2,944

Can anybody give suggestion on enhancement to be implemented while parking documents in FV60.

Any BADI/User Exit availability for that ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,885

I found that I can do it using the exit SAPLF051 - EXIT_SAPLF051_002, which gave me the generated document number, enabling me to use it in my zenhancement.

Thanks for your efforts.

Can anybody give suggestion on enhancement to be implemented while parking documents in FV60.

Any BADI/User Exit availability for that ?

6 REPLIES 6
Read only

Former Member
Read only

0 Likes
1,885

Dear Mohit,

Thanks for your reply, I have already tried this...but not seem to satisfy my requirement. I am in the working of tracking the Document number which is generated at the end of transaction ..but does not seem to be successful

Read only

Sijin_Chandran
Active Contributor
0 Likes
1,885

Hi Ravi ,

What type of enhancement you want to make in FV60 ?

I mean can you please brief your reuquirement.

Read only

0 Likes
1,885

No issues,

we are planning to create a tracking module of the Invoices.  So I create enhancement in screen, but the issue is once the document number is generated i do not get the info whcih I have filled in the screen....nor in the standard screen. So basically I just need the final place where the document number is generated from where we can proceed with our own functionality of the tracking application. Hope I am clear now..!

Thanks for your quick response and action

Read only

0 Likes
1,885

you can check BTE 1030. In it the document number is generated.

Read only

Former Member
0 Likes
1,886

I found that I can do it using the exit SAPLF051 - EXIT_SAPLF051_002, which gave me the generated document number, enabling me to use it in my zenhancement.

Thanks for your efforts.