cancel
Showing results for 
Search instead for 
Did you mean: 

abap program or FM to read profit center hierarchy

former_member391265
Participant
0 Kudos

Hi All, abap program or FM to read profit center hierarchy. i have checked many blogs but it didnt help my solution.. would be great if u can provide any idea as i have to get the child node as it contains the profit center numbee thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

john_hawk
Active Contributor
0 Kudos

Hi there,

What is the problem with using the Business Content 0PROFIT_CTR_HIER or 0PROFIT_CTR_0106_HIER ?

See

Profit Center Hierarchy - ODP for Financial Accounting (FI) - SAP Library

Please don't forget to record your final solution and to mark the question as answered.

Good luck,

John Hawk

FCI
Active Contributor
0 Kudos

Hi,

To read a BW hierarchy, you can use the following FM :

RSDPL_CHA_HIER_DATA_READ

Or the following class:

CL_RSSH_HIERARCHY_FUNC

Or you can access directly to the tables.

Regards,

Frederic

former_member198905
Participant
0 Kudos

Hi

Why you need FM to load profit center hierarchy. If you have profit center info object in your solution just create its hierarchy flow and load it.

Thanks