‎2011 Nov 02 2:49 PM
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
‎2011 Nov 02 4:17 PM
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