length (tabledescr,structdescr)
Hi, I was able to print the column headers and types, but I could not print the length parameter, can you help me? I am leaving the final version of the code below. DATA(lr_tabledescr) = CAST cl_abap_tabledescr( cl_abap_typedescr=>describe_by_data( lt_analok ) ). DATA(lr_structdescr) = CAST cl_abap_structdescr( lr_tabledescr->get_table_line_type( ) ). DATA(sutun_basliklari) = VALUE fieldname_tab( FOR ls …