cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance of datasource 0EC_PCA_1

Former Member
0 Kudos

I am looking at the feasibility of enhancement to datadource 0EC_PCA_1 to include object KOSTL - Cost Center.

Data exists in my R/3 GLPCP table. Can someone recommend the path and process to follow. I am surprised KOSTL is not a standard field within the extractor. Thanks . Dan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Please check these

Hope this helps.

-Mayuri

Answers (2)

Answers (2)

Former Member
0 Kudos

Mayuri,

Thank you for the documentation. It will be very helpful in my planning. Great weekend read :).

Dan

Former Member
0 Kudos

Hi Dan,

I'm having the same issue in my scenario where I'm trying to enhance PCA cube with cost center info which is loading data from 0EC_PCA1. I'm currently using below code but it is not pulling correct cost center info. Can you please advice if you have solved yours ? Thanks in advance

SELECT costcenter profit_ctr into (COSTCENTER, PROFIT_CTR)

from /BI0/QCOSTCENTER

WHERE PROFIT_CTR = COMM_STRUCTURE-PROFIT_CTR.

IF SY-SUBRC = 0.

RESULT = COSTCENTER.

ENDIF.

ENDSELECT.

Also I tried

WHE

RE PROFIT_CTR = COMM_STRUCTURE-PROFIT_CTR and COMP_CODE = COMM_STRUCTURE-COMP_CODE.

Regards

Sam

Former Member
0 Kudos

Mayuri,

I had seen the 1st thread you provided regarding ACTIV and the GLPCA table. I missed the 2nd thread which was helpful in laying out general steps. Are you aware of any SAP document threads regarding 0EC_PCA_1 enhancements.

Thank you. Dan

Former Member