cancel
Showing results for 
Search instead for 
Did you mean: 

Financial Closing Cockpit Reporting

Former Member
0 Kudos

Hey All,

I am looking for inputs on 0FCC reporting... I am having an issue with loading Hierarchies to 0FCC_ITEM. I am not sure if I am using the correct DataSource.

If anyone has implemented this can you please share the DataFlow to 0FCC_ITEM.

Thanks,

Avishek

Accepted Solutions (0)

Answers (3)

Answers (3)

RamanKorrapati
Active Contributor
0 Kudos

Hi Avishek,

Actually what error your getting while loading time.

I think your using Data source - 0FCC_TGITEM_HIER.if yes then its wrong one.

Actually for info object 0FCC_ITEM you have attributes and text data sources only.

If you need a hierarchy on 0FCC_ITEM then you need to go with custom one.

Thanks

Former Member
0 Kudos

Thank you for your replies...

Yes, initially I did try a couple of DataSources:

0FCC_ITEM_HIER

0FCC_TGITEM_HIER

80FCC_ITEMH

Can you please share any document which I can refer to create a custom datasource?

What about InfoObject 0FCC_TGITEM and 0FCC_TEMITM... If I need hierarchy on these I would have to go with a custom datasource?

former_member182470
Active Contributor
0 Kudos

Hi Avishek,

Yes, you need to develop custom hierarchies for whatever infoobjects you want hierarchy data. The following blog explains you step by step.

http://scn.sap.com/docs/DOC-48007

Regards,

suman

RamanKorrapati
Active Contributor
0 Kudos

Hi Avi,

if you search on google you will get the same doc which we share.

Always try to do search pls.

http://scn.sap.com/docs/DOC-29238

InfoObject 0FCC_TGITEM - data source 0FCC_TGITEM_HIER

You need to find base tabels related those fields. then you need to do custom data soruces.

pls refer FCC Related datasources.

http://help.sap.com/saphelp_nw74/helpdata/en/8e/a48cde1992403389acb09b88c633cb/content.htm?frameset=...

Thanks

MGrob
Active Contributor
0 Kudos

Hi

Where are you loading the hierarchies from? As suman stated this is not a hierarchy DS. You can activate the hierarchy on 0FCC_ITEM but you need to create a custom FM to either extract from ECC or create a file DS to get it from a flat file

hope that clarifies

Martin

former_member182470
Active Contributor
0 Kudos

0FCC_ITEM gets data from 0FCC_ITEM_ATTR DataSource

There is no standard External hierarchy datasource.

You can cross check from help.sap