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

BAPI for FB09 change line items

Former Member
0 Likes
2,802

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,239

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

Read only

Former Member
0 Likes
1,239

Hi,

Thank you for ur quick reply. Can you pls eloborate ur explanation.

What is this BI program?

-Satya Priya

Read only

0 Likes
1,239

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