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

Former Member
0 Likes
426

HI Frnds,

Is there any BAPI which updates the BSEG table. Basically i want to update the "FDTAG" and "VALUT" fields. there is a BAPI fi_items_mass_change. But it does not update theses two fields, if any one knows has any input please let me know,

Thanks in advance.

Karthick

2 REPLIES 2
Read only

Former Member
0 Likes
349

check if you can use function module FI_ITEMS_CHANGE?

Read only

Clemenss
Active Contributor
0 Likes
349

Hi,

I'm sorry i don't answer directly to the question and I hope it is justified in this case. May apologies for any invonvenience.

BAPI is the abbreviation fpr Business Application Programmin Interface; so BAPIs will reflect business processes.

I do not know any business process to modify fields in posted documents which may become relevant for other business processes.

If you posted very many documents with wrong "FDTAG" and "VALUT", then you may create a program to do a cancellation of the document (just post the same with reversed values) and then create a new document with correct data.

You can do this with a BAPIs in function Group ACC4: I used BAPI_ACC_GL_POSTING_POST for a lot of different documents successfully.

The above process will be OK for any possible financial auditing - the pure modification of BSEG may be not legal in terms of business law.

Regards,

Clemens