Application Development 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: 

Fetch Description of Sales Org. From standard table for SAP CRM

saurabh_chikate
Active Participant
0 Kudos

Hi all,

I am trying to find name of standard SAP CRM table to fatch description of

1. sales organization

2. sales office

3. sales group

4. distribution channel

5. sales division

Tried methods .


1. Searching from  search help.


In search help, in selection method , i found search help exit.

with very complex code.


2. Manually searching related tables.


tried searching all known tables, by using where used for description data element.


3.

Class : CL_CRM_PPM_UM_TOOLKIT

Method : GET_ORG_UNIT_DETAILS

this method gives description of single sales organization per execution.

but calling above method recursively , wont be good for performance .

It will be a great help if anyone can suggest other methods.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Saurabh - Have you checked HRP1000 table with Object Type O. You can get the description from this table as well.

Hope this helps.

Thanks,
Chandrakant

2 REPLIES 2

Former Member
0 Kudos

Saurabh - Have you checked HRP1000 table with Object Type O. You can get the description from this table as well.

Hope this helps.

Thanks,
Chandrakant

0 Kudos

Found description of

1. sales organization

2. sales office

3. sales group

in above table

CRMC_DIVISION for sales division

CRMC_DISTCHAN for distribution channel

Thank you very much.