Application Development and Automation 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: 
Read only

KCH3

Former Member
0 Likes
488

Hi pals!!!

I have created one user exit , here i need to retrieve

profit centres for the group .

When we go to Tcode KCh3 it asks for the Controlling area..in my case its 'APS' then we need to give group

in my case its 'P1_GS' .

This group has many profit centres .It then shows this list .

In my user exit i need to retrieve these centres....

Can anyonne suggest how can i do this...

well its actually functional but even then any helpful advise..

Thanks ..

Pals...

1 REPLY 1
Read only

Former Member
0 Likes
369

Hey,

You need to use the function K_HIERARCHY_TABLES_READ to read the hierarchy.

-Kiran