cancel
Showing results for 
Search instead for 
Did you mean: 

KCD Type-pool contents

Former Member
0 Kudos
187

Hi Experts,

I am getting an error KCD type-pool not declared. For the FM KCD_EXCEL_OLE_TO_INT_CONVERT. Can somebody send me the details of this type-pool ? Thanks in advance.

Regards,

Laxmikant

View Entire Topic
former_member188685
Active Contributor
0 Kudos

Hi,

in your program starting declare like this..

<b>TYPE-POOLS : kcde.</b>

if you already did that, then

where are you using. and where you are getting the error.

Regards

vijay

Former Member
0 Kudos

Thanks.

I do not have these SAP std. FMs. I have copied it from somewhere. (KCD_EXCEL_OLE_TO_INT_CONVERT, ALSM_EXCEL_TO_INTERNAL_TABLE etc.) While creating Z version of this FM it gives an message that Type-pool KDC not declared and obviously it gives an error while activating it.

I need to upload XLS files (Without convering to text or CSV) to an internal tables. Do you know any alternate method ? It should be Unicode compatible. I will be getting data in any language.

Thanks.

Laxmikant

former_member188685
Active Contributor
0 Kudos

Hi,

in SE11 check you have TYPE GROUP KCDE is there or not.

if it is not there , then you need to create that also.,

Regards

Vijay

Former Member
0 Kudos

Thanks. I have already added the TYPE-POOL KCDE and that is OK now but I am having problem with internal form parameters etc. now. Its becoming very complicated.

former_member188685
Active Contributor
0 Kudos

hi,

yeah it is difficult, you need to copy the function group all required froms, attributes etc.

regards

vijay