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

User exit or BADI for FB60 while saving data.

Former Member
0 Likes
4,132

Hi All,

I want apply check while saving the document in FB60 transaction.

I want to check for account number and quantity.

I check some BADI and exits but couldn;t stop while saving the document.

If anybody has worked on this or have any idea let me know.

Thanks in advance.

- Umesh

4 REPLIES 4
Read only

Former Member
0 Likes
1,462

Thanks

Mahesh

Read only

0 Likes
1,462

Hi Mahesh,

Thanks for quick reply but I have already check all these exits and BADI's but couldn;t solve my purpose.

-- UMesh

Read only

0 Likes
1,462

1. Try the BTE P/S events mentioend below. These should work for validation. Can be configured in transaction FIBF. You can create your own function module and add the validation.

<b>00001020</b> POST DOCUMENT: Prior to Final Checks

<b>00001025</b> POST DOCUMENT: Final Checks Completed

<b>00001030</b> POST DOCUMENT: Posting of Standard Data

2. You can also used Validation of Accounting documents;

Transaction: <b>OB28</b>

Read only

0 Likes
1,462

Hey

Check this Link Too

Thanks

Mahesh