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: 

Profit center STATUS field

former_member655569
Participant
0 Kudos

Hi All,

I have a requirent to extract all the profit centers which are in INACTIVE status. but the status field in the initial screen of KE51/52/53 tcodes points to an structure field PRCT_V-TXTACTSTATE.

Could you please let me know the table where i can status of profit centers?

thanks,

Dhareppa

5 REPLIES 5

Former Member

Hi

Please check the table CMDT

Thanks & Regards

Shiva

kesavadas_thekkillath
Active Contributor
0 Kudos

try BAPI_PROFITCENTER_GETDETAL

former_member655569
Participant
0 Kudos

@Shiv,

I could get all the inactive profit centers from CMDT table, but that table does not contain active prft cntrs. could you tell me how that table is configured.

thanks lot.

0 Kudos

Hi,

Pass the Object number OBJNR from the profit center if you get it.

or use the table CMDT_PC_BUKRS

Thanks & Regards

Shiva

former_member655569
Participant
0 Kudos

Thanks.