cancel
Showing results for 
Search instead for 
Did you mean: 

COPA DataSource enhancement from CE1XX Table

0 Kudos

Hi gurus,

I need to add one field to CO-PA datasource 1_CO_PA_XXX, this field is called  COPA_BWZPT from table  CE1XXX, I tried to re-create from KEB0 but the field no show.

How to can I enhancement this data source?

I would appreciate any idea

Regards

Juan

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Speaking from experience: there will be fields in de CE1XXXX tables that will never be available in KEB0, regardless of deleting/recreating the existing DataSource. I assume COPA_BWZPT is such a filed....

My proposed solution above -which i implemented in the past- is i think the only solution...

RamanKorrapati
Active Contributor
0 Kudos

Hi Juan,

Please delete existing DSO.

Take FI/CO team help and ask them add required fields to operating concern.

Later you can try to create a COPA data source with modified operating concern.

thru that way you may  see newly added fields.while creating copa data source. lets try at dev system.

Thanks

sander_vanwilligen
Active Contributor
0 Kudos

Hi Juan,

The only (supported) approach is to delete the old DataSource and to create a new one with the same technical name using t/code KEB0.

Best regards,

Sander

0 Kudos

Hi Sander,

I created a new using KEB0 and show the same fields.

Are there any transaction for show this field, or any config specifily in COPA ?

Regards,

Juan

sander_vanwilligen
Active Contributor
0 Kudos

Hi Juan,

Did you first delete the old DataSource prior to creating the new one?

Best regards,

Sander

0 Kudos

Hi Sander,

I deleted the old datasource and create new one, but unfortunately it did not work

Regards,

Juan,

sander_vanwilligen
Active Contributor
0 Kudos

Hi Juan,

I don't know on which ECC release you are working. I can remember that there are various tabs with the fields. Search for the field and flag it to be included.

If you cannot find the field, then it might be a "special field" and you have to look for an alternative solution, e.g. extraction enhancement, e.g. using BAdI RSU5_SAPI_BADI.

Best regards,

Sander

sander_vanwilligen
Active Contributor
0 Kudos

Hi Juan,

There are certain fields which are not available in the DataSource. Amongst others COPA_BWZPT. Please refer to SAP Note 544238 - Availability of fields for CO-PA DataSources for more information.

You will have to go for an alternative solution, e.g. extraction enhancement, e.g. using BAdI RSU5_SAPI_BADI.

Best regards,

Sander

Former Member
0 Kudos

Like i have been saying from reply 1... :-).

Pay attention to my remark considering the re-generation from KEB0 in a later phase

0 Kudos

Hi every body

Thanks for your responses, I will use  BAdI RSU5_SAPI_BADI alternative

Thanks so much.

Regards,

Juan

Former Member
0 Kudos

You'll just have to add it in the standard way of enhancing:

* append a field to the extract structure of the datasource

* write the appropriate coding in the transactional data user-exit to fill the field from CE1XXXX.

One important remark however: if you now do this enhancment as described,  and in the future you want to add a new field via the standard KEB0 way, you will have to redo part of the work: changing the datsource again via KEB0 will regenerate the extract structure of the datasource, which will remove the appended field. You'll need to re-append it and probaby update your conding since also the technical name of your extract structure will change