‎2008 Oct 07 12:22 PM
Hi All,
Is there any BAPI avaialble for changing the line items of transaction FB09...... instead of going for a BDC
Please give the helpful answers.
Thanks
‎2008 Oct 07 12:27 PM
Hi
No I don't believe, u need to create a BI program based on trx FB09 or u can try to use the fm FI_ITEMS_MASS_CHANGE: this function create a BI (for call transaction) for trx FB02.
Max
‎2008 Oct 07 12:29 PM
Hi,
Thank you for ur quick reply. Can you pls eloborate ur explanation.
What is this BI program?
-Satya Priya
‎2008 Oct 07 1:36 PM
Hi
BI program is BatchInput program so it's BDC program: u need to simulate the trx FB09 by a BDC, if u need a fm u can insert the BDC in your fm.
Just I said if you need to change some std fields (like text, attribution, etc....), u can use the std fm FI_ITEMS_MASS_CHANGE: it's the fm used for massive changes.
If you see the include LFI_ITEMSF03, u can check which fields are managed by that std fm.
Max