cancel
Showing results for 
Search instead for 
Did you mean: 

Datasource 0EC_PCA_1 error

Former Member
0 Kudos

Hi,

I tried to copy the standard datasource 0EC_PCA_! to ZEC_PCA_1 using FM and Extractor copy using rso2.

I am unable complete the creation of datasource and facing the below.


Error ZEC_PCA_1: TABLES-paramter E_T_DATA for extractor ZECPCA_BIW_GET_DATA is missing

Could anyone have idea in this regard!

Thank you

Kiran

Accepted Solutions (0)

Answers (3)

Answers (3)

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

why you are doing like this and fallow the below setps.

it is not possible to copy the standard data source.

create the copy of FM ZECPCA_BIW_GET_DATA form the staandard FM - RSAX_BIW_GET_DATA.

E_T_DATA - it is the internal table for the FM - give the strucute name with type.

first check the FM then based on the FM crate the data source in RS02.

-Phani.

Former Member
0 Kudos

Hi Kiran,

The datasource 0EC_PCA_1 is based on extraction method F1 (Function Module Complete Interface).

You must be using RSO2 and copying all structures/datasource into your custom datasource.

In RSO2, you can only make datasource of extraction method F2 i.e. simple interface.

Having said that - RSO2 datasource expects output structure as E_T_DATA always and cannot work without that. So in your Z datasource's FM ZECPCA_BIW_GET_DATA add one more parameter E_T_DATA of type ISPCACST. Then in your copy of FM assign the result of   E_T_ISPCACST to E_T_DATA.

This should do the trick.

Thanks

Amit

ccc_ccc
Active Contributor
0 Kudos

This message was moderated.