cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anyway to get the Local Currency of Consolidation Unit ?

Former Member
0 Kudos
110

Dear all,

Does anyone know how to get the Local Currency of Consolidation Unit ?

I know it's stored in the generated FINBASIS table like /1FB/MD___DW00CM.

But, the table is generated . So, is there any function module or method to get the LC info of Cons. Unit?

Thx,'

Jeff

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you're trying to do this programmatically, use table UGMD2011 to find the name of the generated table for the infoobject fieldname.

There are a few generated tables depending on if you're dealing with hierarchies, time dependent, or time independent attributes. I'm guessing LC in the in the time-dependent attribute table (distinguished by the structure name in UGMD2011).

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jeff,

There is a such useful t-code as UC01 that gives you lists of generated tables and fields.

You may try to debug it.

Former Member
0 Kudos

Jeff,

You can geT this information from UCWB >Consolidation Units > Company>Right Click, List Settings.

It will list company with local currency, You can filter also and choose info you want.

Best Regards,

UR

Former Member
0 Kudos

I do the same as UR's - it's the simplest:

UCWB >Consolidation Units > Company>Right Click, List Settings.

It will list company with local currency, You can filter also and choose info you want.