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: 

FAGLL03/ FAGLB03 Error Message MSITEM115

0 Kudos

Hi

User is executing the t code FAGLL03 or FAGLB03 with specific values to company code, Account Number and Fiscal Year.

There is a window pops with the message Information "No Authorization for transfer prices, second local currency"

When clicked on more information it shows MSITEM115.

Steps performed in FI to confirm:

Checked in FS00 for line item dispay - It is clicked

Checked in SPRO for currency conversion -- it is entered.

Steps performed in ECC to confirm:

Authorization for these objects are maintained:

F_BKPF_BUK

F_BKPF_KOA

F_FAGL_LDR

F_SKA1_BUK

Did a trace.. no errors found.

Did SU53 .. no errors found.

Any help is appreciated.

Thanks and Regards

Arun R

3 REPLIES 3

mvoros
Active Contributor
0 Kudos

Hi,

could you see object K_TP_VALU in your trace? Does user have authorization for this object?

Cheers,

Martin

0 Kudos

Hi

K_TP_VALU are set to Legal View and in trace we are not able to find any errors.

SU53 also does not shows any error message

Thanks and Regards

Arun R

mvoros
Active Contributor
0 Kudos

Weird. I just quickly checked the code and it looks like it might be related to K_TP_VALU. Can you try to put break point into start of FM TP_VALUATION_AUTHORITY and see what values are checked there?

Cheers