cancel
Showing results for 
Search instead for 
Did you mean: 

ZSAPLINK for Object type = CLAS is not working

Former Member
0 Kudos

Dear Experts,

ZSAPLINK for Object type = CLAS is not working. On executing by selecting Export Object to Slinkee with Object type = CLAS and class name, It is giving the dump which is shown in below snapshots. Pls guide me how to resolve this error.

Thanks

KH

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

From the screenshot, It seems that the object  _renderer did not point to any memory location.

You can verify this by putting a breakpoint in method IF_IXML~CREATE_RENDERER of class CL_IXML

If the return value RVAL is initial, this mean there something wrong with the kernel module abkm_iXML_CreateRenderer. If it is, you will have to check with your Basis team to apply some kernel patches.

Hope it helps. Cheers!

Former Member
0 Kudos

Thanks Nguyen...My issue resolved by applying kernal patches.

Br,

KH

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Katrice,

I think the plugin for CLASS is not got installed properly. Please re-import and activate the nugget/slinke of class.

Please refer the below link for the guidelines:

SAPlink User Documentation - ABAP Development - SCN Wiki

Hope this helps you,

Regards,

Rama

Former Member
0 Kudos

Hi Rama,

Thanks for reply. But i cannot see  any plugin related to CLASS.

Thanks

KH