Skip to Content
0
Former Member
Feb 19, 2009 at 08:26 PM

Method t create dynamic structure if the field name contains space

50 Views

HI all,

I am creating a dynamic internal table. Everything id fine but when creating dynamic structure if field name contains space its giving me dump.Can you please suggest me any other methos which takes space in the field name.

Iam using the following method:

gr_struct_typ ?= cl_abap_structdescr=>create( p_components = gt_component ).

In the gt_component i have one of the field with space like ( RU STAND) and its giving error.

Any help will be appreciated.

thanks

Suku.