cancel
Showing results for 
Search instead for 
Did you mean: 

Status Detail in Consolidation Monitor (Transaction: UCMON)

Former Member
0 Kudos

Hi experts,

I'm new to SEM-BCS, and i have to find out how and where the "Status Detail" is stored.

I've been doing some debug ... and it got so confusing ... then i've been looking some documentation but i couldn't find any clues about it ... i've found a lot about the basic concepts and so.

But what i need is (since i'm a developer) is to know how can i get or where to find the status detail of a certain task. And do they only keep the last change ?? Don't they have a historical ?

Thanks in advance.

Dev.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think that program UCSSTATUSINFO will show you the tables you need.

Former Member
0 Kudos

Bobby, my respect!

(Some) of these tables show that there is a history on the monitor status. -- For those who are interested - please go and analyze the tables.

Once I tried to find the permanent tables containing this info. And as it seen now, the info is in the tables that the system generates during the creation of data model.

Having the right to appreciate the answers, I'm rewarding you with 6 points for brilliant answer. The question's owner may redo (for example 10 points for an answered question) this decision if s/he wants to.

Answers (3)

Answers (3)

Former Member
0 Kudos

thanx for your help, but i found the tables on my own!

dan_sullivan
Active Contributor
0 Kudos

Please share the solution with forum users as they tried to help, it is only fair.

Former Member
0 Kudos

Ok Dan.. you are right!

well, in my case i had to go:

1. UCS010C table to get the tasks ids

2. /1FB/MD___6600A6 table to get the companies ids

3. /1SEM/UCS__66001to get the detail status with the task ids and the companies ids that were obtained previously.

I hope this would help you ... at least it works for me!

Dev.

Former Member
0 Kudos

I have an extra question about the same topic ...

I realized that the answer is very helpful ... but when i explore the data of this tables (/1SEM/UCS__66002 and /1SEM/UCS__66001) , there is this 2 fields: /1FB/SEM_CGCOMP and TASK, do you know where can i get the proper values ? I have searched in the parameters in the UCMON but there are completely different ... this numbers doesn't seem to appear anywhere =(

Pliz ... i really need your help.

Thanks in advance.

Dev.

Former Member
0 Kudos

Probably cgcomp is Consolidation Group (legal axis) and task is the technical name of the tasks in the monitor. Have a look in the valueset with transaction ucwb under master data.

Former Member
0 Kudos

Hi Bobby,

yesterday i was searching for some tables and i have found this two: /1FB/MD_6600BA and UCS010C that gives me the corresponding SID's to search in /1SEM/UCS_66002 and get the detail status i want.

BUT .. there's always a "but" ... when i'm searching i only find SID's up to certain level in the hierarchy ... where is the rest of the values .. i mean .. for the last nodes in the hierarchy ...??

do you know something about it ? or anybody ?

Dev.

Former Member
0 Kudos

Hi,

Try UC* and UG* tables.