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 while posting/changing the document

sandeep_gaitonde
Explorer
0 Likes
667

Hi,

I need to update a custom table when a document is posted/changed using FB01/FB02. Please let me know if there is any user exit available for the purpose.

thanks,

Sandeep

1 REPLY 1
Read only

eduardo_hinojosa
Active Contributor
0 Likes
483

Hi

Try with BTE 00001025 where you have this interface



*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*"       IMPORTING
*"             VALUE(I_BKDF) LIKE  BKDF STRUCTURE  BKDF OPTIONAL
*"       TABLES
*"              T_AUSZ1 STRUCTURE  AUSZ1 OPTIONAL
*"              T_AUSZ2 STRUCTURE  AUSZ2 OPTIONAL
*"              T_AUSZ3 STRUCTURE  AUSZ_CLR OPTIONAL
*"              T_BKP1 STRUCTURE  BKP1
*"              T_BKPF STRUCTURE  BKPF
*"              T_BSEC STRUCTURE  BSEC
*"              T_BSED STRUCTURE  BSED
*"              T_BSEG STRUCTURE  BSEG
*"              T_BSET STRUCTURE  BSET
*"              T_BSEU STRUCTURE  BSEU OPTIONAL
*"----------------------------------------------------------------------

I suggest you to do it with encapsulated in a FM with the option IN UPDATE TASK.

I hope this helps you

Regards

Eduardo

Edited by: E_Hinojosa on Nov 2, 2011 5:18 PM