‎2010 Jun 09 10:30 AM
Hello everybody,
im tried to create a dynamic table with cl_alv_table_create=>create_dynamic_table, but that doesnt work for the table i need. I need a table with a changing number of columns of type "type ref to CL_DD_INPUT_ELEMENT", but the fieldcat only takes normal Data-Types.
So my question is, is there any way to create a dynamic table or structure with components of type ref to CL_DD_INPUT_ELEMENT?
Thank you very much for any help.
Cheers
‎2010 Jun 09 10:36 AM
I generally use Factory methods of RTTS classes to create dynamic tables. Check my reply (Step 1) in this thread .
‎2010 Jun 09 10:36 AM
I generally use Factory methods of RTTS classes to create dynamic tables. Check my reply (Step 1) in this thread .
‎2010 Jun 10 1:23 PM
could solve my problem with the RTTS classes, thanks for the helps, points have been rewarded!