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

Updating custom table

Former Member
0 Likes
2,702

We have a requirement that when a document is posted, our custom table sould get updated with all details like BELNR and all other relevant details of the document.

Kindly let us know which function module to use. Also the procedure to activate it.

Regards,

Isha.

1 ACCEPTED SOLUTION
Read only

former_member761936
Active Participant
0 Likes
2,313

Hi ,

We are using BTE 00001030 to store belnr data in custom table.It Will trigeer when posting from FB01 and F-02.

You can use this .

Thanks and Regards,

Narendra.Somarouthu

Hi ,

We are using BTE 00001030 to store belnr data in custom table.It Will trigeer when posting from FB01 and F-02.

You can use this .

Thanks and Regards,

Narendra.Somarouthu

17 REPLIES 17
Read only

Former Member
0 Likes
2,313

As such there is no FM to updated your Z table when document created ...You have look for customer exits for FB01 t-code on SAVE button and write the logic there to update your custom table when document is created .

Thanks,

Rahul

Read only

0 Likes
2,313

But then there is one BTE1120.Wont that work.

Read only

0 Likes
2,313

I don't have SAP system with me now, but if that BTE is triggered

while posting document, then why dont you copy that function module

related to BTE and assign it in FIBF transaction for respective settings.

It will definitely work.

Read only

0 Likes
2,313

Thanks for this.

But how to do the configuration in FIBF. Can you please tell me.

regards,

Isha.

Read only

Former Member
0 Likes
2,313

BTE should be used. As doc number haven't created before document is saved.

Read only

Former Member
0 Likes
2,313

BTE should be used. As doc number haven't created before document is saved.

Read only

0 Likes
2,313

Hi,

Can you please tell me which BTE to be used for this.

Since we are using BTE1120 but document number is not gettign posted.

Can you please tell me the correct BTE.

Regards,

Isha.

Read only

0 Likes
2,313

you can use BTE 00001420 which has both BKPF and BSEG structures.

Read only

0 Likes
2,313

Hi Gautham,

Thanks. But will this work when the document is created or only when docuemnt is changed.

Read only

0 Likes
2,313

It should work in both cases.

Read only

0 Likes
2,313

Thanks Gautham .

If this works for us.... then surely this will be rewarded.

Read only

0 Likes
2,313

Hi Gautham,

As per my Tech team, this BTE will not be called.

Read only

0 Likes
2,313

>

> As per my Tech team, this BTE will not be called.

In my early project, i used the same BTE to default some values while posting document.

Not sure what your Tech team is checking.

Read only

0 Likes
2,313

Gautham,

My requirement is that when i create a new Document in FB01, then all the details of the docuemnt get updated in custom table.

BELNR , XREF1, XREF2 and payment terms like BSEG is updated.

As per u BTE0001420 should work rite.

Read only

former_member761936
Active Participant
0 Likes
2,314

Hi ,

We are using BTE 00001030 to store belnr data in custom table.It Will trigeer when posting from FB01 and F-02.

You can use this .

Thanks and Regards,

Narendra.Somarouthu

Read only

0 Likes
2,313

Hi All,

i need help again on this.

Is there any single BTE for creation/editing and clearing of FI documents.

Can anyone please help

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,313

Which Transaction.

Please use proper subject for posting.

You subject must be like 'User exit required'