2007 Jul 18 6:31 AM
Hi Experts!
Is there another way for me to change FI line items aside from using FM FI_ITEMS_MASS_CHANGE?
I need to change the value of the assignment (ZUONR) field for each line item of a certain document number. The value of the assignment field varies for each line item of the document number that's why I can't use FM FI_ITEMS_MASS_CHANGE .
Thanks in advance!
2007 Jul 18 7:34 AM
Hi,
For this you can use BTE's (Business Transaction events). Transaction Code : FIBF.
The field ZUONR would be available for each of the line Items .
Regards,
Narayani
2007 Jul 18 8:38 AM
Hi Narayani!
Thanks for your reply. Can you elaborate more on how I can use BTEs and incorporate it in my code?
Thanks you!
2007 Jul 18 8:40 AM
Hi Narayani!
Thanks for your reply. Can you elaborate more on how I can use BTEs and incorporate it in my code?
Thank you!
2007 Jul 18 8:49 AM
Check out these links :
http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc
In this above document you can go to page 8 => it gives a step by step instruction of how to use a BTE. Then apply the same to your example. You may have to put a break-point in the BTE to check which BTE suits your requirement.
===================================================
http://help.sap.com/saphelp_nw04/helpdata/en/3b/7f3e8be57c11d1951f0000e82dec10/content.htm
===============================================