2009 Feb 05 6:47 AM
Dear all
I need to update function area in bseg table for existing records. How can i modify for that particular field without using update command. Is any BAPI is there for update document no. I have Lakhs records. So is any other way to modify that field.
This is happening in production. please give your valuable guide how to do it?
2009 Feb 05 6:52 AM
2009 Feb 05 6:57 AM
2009 Feb 05 7:05 AM
Hi,
Go for BDC for FB02 and then record that field only and populate it.
also check with bapi 'BAPI_ACC_DOCUMENT_POST'.
Regards,
Nagaraj
2009 Feb 05 7:11 AM
Hi nagaraj
'BAPI_ACC_DOCUMENT_POST'. is for create a document. But i need change documents.
2009 Feb 05 7:14 AM
I'm not sure it is advisable to perform, take a look at OSS [Note 966428 - FB02: Functional area (FKBER) can be changed on coding block|https://service.sap.com/sap/support/notes/966428],*this note seems to imply that this area should not be changed..
Look alsio to Customizing (SPRO) Financial Accounting, Financial Accounting Global Settings, Document, Line Item, Document Change Rules, Line Item.
Keep in mind that this field is replicated from FI line items to other applications and tables.
If you must perform this change at you own risk, you may build a huge batch-input based on FB02 or FB09 transactions. Another solution is to reverse the documents and then post again those documents with functional area.
Regards
2009 Feb 05 7:24 AM
Hi,
Try this function module 'BAPI_DOCUMENT_CHANGE'. If it is not possible try BDC program with the transaction 'FB09.
Regards,
Jyothi CH.
2009 Feb 05 2:25 PM
>
> Dear all
>
> I need to update function area in bseg table for existing records. How can i modify for that particular field without using update command. Is any BAPI is there for update document no. I have Lakhs records. So is any other way to modify that field.
>
> This is happening in production. please give your valuable guide how to do it?
By "function area", I assume you mean business area. You must reverse the documents and recreate them with the correct one.
rob
2010 Jan 27 4:12 AM
2022 Mar 02 4:44 PM
Hi,
Please let me know how you updated that field.
Thanks,
Ragav