cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Document changes do not effect TPM20

emrhkls
Explorer
0 Likes
1,144

Hi all,

I made a change in reference field of a posted document, but TPM20 didn't effected. Reference field in TPM20 shows still the old value.

Here is the document change log:

Here is th TPM20 screenshot:

Is there a way to update TPM20 journal?

Thanks in advance.

View Entire Topic
grigoriy_babitskiy
Active Contributor
0 Likes

Hello, Emrah.

TPM20 select data from TRACV_ACCITEM view (function module TPM_TRAC_PJ_SELECT)

Even you change Reference in Transaction or Reference in FI Document. This table won't be updated.

Solution: SE11 -> TRACT_DOCUMENT - this table is part of view TRACV_ACCITEM. Find lines you want by DEAL NUMBER table field to edit and use "Change" button (i hope you have all authorization, otherwise ask your ABAP cons).

Message was edited by: Grigoriy Babitskiy

emrhkls
Explorer
0 Likes

Grigoriy,

Jain,

Many thanks for your useful information but we are not allowed to change tables directly or via ABAP code.

Have a good day.

grigoriy_babitskiy
Active Contributor
0 Likes

Okey, Emrah.

Solution 2 - to create view for TRACT_DOCUMENT

SE11 ->

SM30 -> ZTRACT_DOCUMENT - now you are able to change Reference through view.

How to create views http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2082425f-416b-2d10-25a3-85b8b6c53...

emrhkls
Explorer
0 Likes

That was very helpful Grigoriy! Thank you!!