Application Development 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: 

How to change multiple FI line items?

Former Member
0 Kudos
656

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!

4 REPLIES 4

Nkrish
Contributor
0 Kudos
165

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

Former Member
0 Kudos
165

Hi Narayani!

Thanks for your reply. Can you elaborate more on how I can use BTEs and incorporate it in my code?

Thanks you!

Former Member
0 Kudos
165

Hi Narayani!

Thanks for your reply. Can you elaborate more on how I can use BTEs and incorporate it in my code?

Thank you!

0 Kudos
165

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

===============================================