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

Document changes do not effect TPM20

emrhkls
Explorer
0 Likes
1,142

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.

Accepted Solutions (1)

Accepted Solutions (1)

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!!

Answers (1)

Answers (1)

former_member198450
Active Contributor
0 Likes

Dear Emrah,

I'm not sure the reason you change reference filed but you shall never approach such method.

You can always do account assignment reference transfer for such kind of issue. Please find below link which might be useful.

http://scn.sap.com/thread/3309033

https://help.sap.com/saphelp_globext607_10/helpdata/en/9e/73993a9f6ee076e10000000a11402f/content.htm

Regards,

Jain

grigoriy_babitskiy
Active Contributor
0 Likes

Dear,

We talk about External Reference field, not about Account Assignment Reference.

Reference field is text field so we can change it as we like.

But about AAR - agree with you.

former_member198450
Active Contributor
0 Likes

Hello Grigoriy,

I'm sorry i missed out the main point,

Thanks for correcting me.

Regards,

Jain