cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancing the Datasource: 0CO_PC_PCP_03

Former Member
0 Kudos

Hi,

I am trying to extend the datasource 0CO_PC_PCP_03 with a new field KLNR from KEKO table.

In RSA6 i extended the extract structure with this field. Do i need to write a code to fill this field?

Please suggest me.

Best regards,

Narasimha.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member210253
Contributor
0 Kudos

Hi Narasimha,

As per my knowledge, we should write the code to feed the enhanced field.

For  LO Datasources, if u are pulling a filed from communication structures, then u dont need to write the code.Because it was built in.

Try:

Enhance the field without writing any code and then execute in RSA3. If u get the required data for that field then no need to write else u should write the code.

Regards,

Babu.

Former Member
0 Kudos

Hello Narasimha:

hope you are doing great!

actually i also face this issue too.

i also need to enhance this field by adding the field of STEUS, which also from table CKIS, and the CKIS also is one of the base table of the datasource 0CO_PC_PCP_03,

do we need to use CMOD to write some user exit?

wish your early reply

B.R.

Former Member
0 Kudos

Hello Dong,

Hope you are doing good !!! We also need to enhance DS 0CO_PC_PCP_03.

Could you please tell me how you enhanced DS 0CO_PC_PCP_03 for extra fields from CKIS? Did you write some user exit in CMOD? or its not required?

Thanks,

Nilesh

andrea_previati
Contributor
0 Kudos

HI

the fields from KEKO are automatically filled . add them in the append and activate it . with RSA3 transaction you will see the relevant data for your new fiedls in extraction simulation.

Remember to check the HIDE flag in the datasource

Former Member
0 Kudos

Hi Andrea,

Thanks for your inputs. Is it a same case for CKIS fields as well?

Regards,

Nilesh

andrea_previati
Contributor
0 Kudos

Hi Nilesh

. As you can see the extractor retrieves already many fields from CKIS

Product Cost Planning: Cost Estimate Itemizations - Product Cost Controlling - SAP Library

Probably you don't need code in the EXIT to populate your field from CKIS . (it depends how the datasource source code works)

Add in your append the steus field and activate the append . You can check in RSA3 in debug if the extractor automatically retrieves it or if you need to write a select in the Exit. you can check also very simply without debug with a simple RSA3 attempt

Hope it helps 

ravikanth_indurthi
Active Contributor
0 Kudos

Hi,

check these forums:

Hope this helps............

Rgs,

Ravikanth.

Former Member
0 Kudos

Hi Ravikanth,

The links you provided are for adding a new field to COPA and LO datasources.

0CO_PC_PCP_03 is not a COPA datasource. I want to specifiacally know the exit code is required

for this datasource or not?

From documentation of this datasource i can see lot of fields from KEKO table and i heard from my friend if you extend the structure with a field from the same KEKO table then the code in the exit to fill this field is not required. Is it true ?

Best regards,

Narasimha.

Former Member
0 Kudos

Hi Narsimha,

I am sorry, i am adding one more question in this thread, and probably you would be of great help.

i am currently working on this extractor as well and i am confused about the working of the PERIODE field. My current understanding is that if you run the extractor for particular value of this field say 0012008, the extractor fetches all the cost estimates valid in that period.

Pls confirm my understanding or do correct me.