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 Update or Insert or Modify ACDOCA table and FAGL_SPLINFO table

0 Kudos

Hi Experts,

My requirements is as below.

I have to clear document in F-32 tcode.

In current environment, there is implicit enhncement to split BSEG table into multiple line items and it is updating BSEG table. But in that part of code there is no trace of ACDOCA or FAGL_SPLINFO to slipt or add multiple items with LINE ITEM,BELNR,AMOUNT etc as per BSEG entries. I searched for the place where i have to create implicit enhncement so that i could write code to update,modify,or insert ACDOCA and FAGL_SPLINFO with the entries from BSEG table.

But as per my understanding, we could not update standard tables directly using UPDATE or MODIFY statement.

Is there any Function modules or BAPI...or any other Programs available to update ACDOCA and FAGL_SPLINFO table.

Waiting for Concrete solutions guys.

Thanks,

Sarojkanta Maharana

1 ACCEPTED SOLUTION

p244500
Active Contributor
0 Kudos

Hi,

Kindly follow bellow link, you will get the anser

Updating fields on ACDOCA

Regards,

Nawa.

6 REPLIES 6

p244500
Active Contributor
0 Kudos

Hi,

Kindly follow bellow link, you will get the anser

Updating fields on ACDOCA

Regards,

Nawa.

0 Kudos

Hi,

Thanks for your reply. But the link shows for ACDOCA update but what about FAGL_SPLINFO table update.

Please provide any solution for updating,inserting, or modifying FAGL_SPLINFO.

Thanks,

Sarojkanta Maharana

p244500
Active Contributor
0 Kudos

Hi, I think you don't need to update this FAGL_SPLINFO table manually, it will update through configuration.

0 Kudos

Hi,

Let me try in the same way which you suggested. But thanks for your support.

Thanks,

Sarojkanta Maharana

0 Kudos

Hi Nawa,

I tried the way you suggested. I put break point in class method CL_FINS_ACDOC_POSTING_EVENTS=>UPDATE_CLEARING_INFO and then run F-32.

But control did not stopped there. If it did not stopped i could not make enhancement to append ACDOCA internal table.

Please suggest how could i insert line items in ACDOCA.

Thanks,

Sarojkanta Maharana

0 Kudos

I tried the way it is suggested. I put break point in class method CL_FINS_ACDOC_POSTING_EVENTS=>UPDATE_CLEARING_INFO and then run F-32.

But control did not stopped there. If it did not stopped i could not make enhancement to append ACDOCA internal table.

Please suggest how could i insert line items in ACDOCA.

Thanks,

Sarojkanta Maharana