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

Exit for FB60 before saving

Former Member
0 Likes
586

Hi Experts,

I am looking for some user exit for the transaction FB60 after entering all the details in the transaction and pressed Enter. I have to get the Reference field from the screen and check in the table if there is any entry already available, if it does, then the posting should not happen.

Can any one suggest how I can go ahead. I have list if Exits, but not sure which one triggers after we hit ENTER.

Please help me friends,

Thanks

Ramya

Hi Experts,

I am looking for some user exit for the transaction FB60 after entering all the details in the transaction and pressed Enter. I have to get the Reference field from the screen and check in the table if there is any entry already available, if it does, then the posting should not happen.

Can any one suggest how I can go ahead. I have list if Exits, but not sure which one triggers after we hit ENTER.

Please help me friends,

Thanks

Ramya

2 REPLIES 2
Read only

Former Member
0 Likes
509

Hi,

No Screen Exit exists for FB60, better go for BADIs

Regards,

T.Vijaya Lakshmi

Read only

0 Likes
509

Hi,

I could do this by validation and substitution method. thanks for ur reply.