cancel
Showing results for 
Search instead for 
Did you mean: 

Treasury TPM18 posting to WBS element

0 Kudos

Hi

I have a requirement from our business to post directly from treasury TPM18 to a WBS element in PS module. The WBS element can differ from transaction to transaction.

Have anybody ever tried to do this in SAP ERP6?

Thank you in advance for your kind help.

Best regards

Dorthe Lund Johansen

Vestas Global IT

Accepted Solutions (0)

Answers (3)

Answers (3)

grigoriy_babitskiy
Active Contributor
0 Kudos

Hello!

Let's take a look at standard FX transaction. Here we have standard WBS field and it has PS_PSP_PNR data element.

In BADI TPM_ACCIF_TRAC inside method ACCIT_EXIT we have debit side and credit side of posing with type ACCIT.

Inside ACCIT we have WBS field with PS_PSP_PNR data element.

So i think there is no problem with posting using BADI TPM_ACCIF_TRAC.

P.S. Remember that the real wbs lenght is 8 chars.

0 Kudos

Thank you Gustavo - I have checked the 2 user exits, but it does not provide option to post to WBS element. We can divert the WBS number from the Portfolio - so we do not need the WBS number on each transaction.

But thank you for spend time on this, but unfortunate it seems like we need to develop something ourselves.

Gustavo_Vazquez
Active Contributor
0 Kudos

Hi Dorthe,

My best answer is https://archive.sap.com/discussions/thread/3674302

You have to use

1) BADI FTR_CUSTOMER_EXTENT to add a new field WBS element

https://blogs.sap.com/2014/07/22/how-to-manage-the-status-of-custom-fields-in-trm/

2) BADI TPM_ACCIF_TRAC with method ACCIT_EXIT

Kind Regards