cancel
Showing results for 
Search instead for 
Did you mean: 

Dump due to type conflict while trying out task in Thomas Szuecs's blog

Former Member
0 Kudos

Hi Experts,

Am trying to work out on the dynamic sorting of table columns by the user as how explained by Thomas Szuecs in his blog. ( [Link To Blog|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2953] [original link is broken] [original link is broken] [original link is broken]; ) On trying to run the component I get a dump as,

"The following error text was processed in the system EC6 : Type conflict when calling a function module (field length). "

601 method S_COLUMNS .

602 data: lt_columns type if_main=>elements_columns.

603

> CALL FUNCTION 'DDIF_FIELDINFO_GET'

605 EXPORTING

606 tabname = 'SCARR'

607 TABLES

608 DFIES_TAB = lt_columns.

609

610 * delete lt_columns where fieldname = 'MANDT' or fieldname = 'CARRID'.

611 node->bind_table( new_items = lt_columns ).

612 endmethod.

Could anyone help me as to where I might be going wrong? I think that am going wrong in the way am creating the context node COLUMNS & its attributes. Anyone please advise as to what should be the properties & attributes of the nodes SCARR & COLUMNS.

Regards,

Uday

Edited by: Uday on Aug 29, 2008 7:01 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

uday_gubbala2
Active Contributor
0 Kudos

The issue is resolved. Thanks