<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create dynamic data type in structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170461#M1623154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Achari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not defining the structure in the Data Dictionary (SE11) and only want to define a dynamic data type structure in the ABAP Editor (SE38), then you can use Field Symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS v_struc TYPE ANY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 08:15:46 GMT</pubDate>
    <dc:creator>former_member222709</dc:creator>
    <dc:date>2011-08-30T08:15:46Z</dc:date>
    <item>
      <title>Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170460#M1623153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ABAP.&lt;/P&gt;&lt;P&gt;In my scenario data type is varying for the field. for that I need to create dynamic data type in structure, this structure I am using for  internal table for OVS search input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 07:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170460#M1623153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-30T07:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170461#M1623154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Achari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not defining the structure in the Data Dictionary (SE11) and only want to define a dynamic data type structure in the ABAP Editor (SE38), then you can use Field Symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS v_struc TYPE ANY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 08:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170461#M1623154</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2011-08-30T08:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170462#M1623155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the [Link|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1471434"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 08:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170462#M1623155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-30T08:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170463#M1623156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create dynamic data type for field while declaring structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN OF lty_stru_input,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD1 TYPE &amp;lt;dynamic data type&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END OF lty_stru_input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here &amp;lt;dynamic data type&amp;gt; is varying like either LIFNR or WERKS or etc.,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: BBC Achari on Aug 30, 2011 10:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 08:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170463#M1623156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-30T08:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170464#M1623157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just replace the call to method DESCRIBE_BY_DATA by a call to DESCRIBE_BY_NAME and provide paramater P_NAME with a table (or structure) and field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example: P_NAME = 'T001-BUKRS' will create a field corresponding to company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is often easier to remember what a field is when you see where it comes from&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 08:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170464#M1623157</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2011-08-30T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170465#M1623158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can use a complete dynamic structure at requirement, then, Field Symbols can be used. It will adopt the complete structure from which data is passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS &amp;lt;v_struc&amp;gt; TYPE ANY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if you want only a single field amongst multiple fields within a structure, then, it is tricky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 09:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170465#M1623158</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2011-08-30T09:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170466#M1623159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you explain more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 10:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170466#M1623159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-30T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170467#M1623160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer the following links for detailed explanations with exampes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://wiki.sdn.sap.com/wiki/display/ABAP/Working&lt;EM&gt;with&lt;/EM&gt;dynamic&lt;EM&gt;tables&lt;/EM&gt;using&lt;EM&gt;field&lt;/EM&gt;symbols]&lt;/P&gt;&lt;P&gt;[http://wiki.sdn.sap.com/wiki/display/ABAP/Dynamic&lt;EM&gt;Internal&lt;/EM&gt;table]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have some doubt, then, do let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 10:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170467#M1623160</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2011-08-30T10:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170468#M1623161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TYPES:&lt;/P&gt;&lt;P&gt;    BEGIN OF lty_stru_input,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  add fields for the display of your search input here&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      FIELD1 TYPE (dynamic data type),&lt;/P&gt;&lt;P&gt;    END OF lty_stru_input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same structure I am using in internal table.&lt;/P&gt;&lt;P&gt;  DATA: ls_search_input  TYPE lty_stru_input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    pass the values to the OVS component&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ovs_callback_object-&amp;gt;set_input_structure(&lt;/P&gt;&lt;P&gt;          input = ls_search_input ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here  (dynamic data type) is the dynamic data type is required for me.&lt;/P&gt;&lt;P&gt;Please tell me a example for how to create dynamic data type?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 10:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170468#M1623161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-30T10:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170469#M1623162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 data:
ls_component type abap_componentdescr,
lt_component type abap_component_tab.

*... (1) define structure components :

clear ls_component.
ls_component-name = 'FIELD1'.
ls_component-type ?= cl_abap_typedescr=&amp;gt;describe_by_name( 'SFLIGHT-CARRID' ).
insert ls_component into table lt_component.

clear ls_component.
ls_component-name = 'FIELD2'.
ls_component-type ?= cl_abap_elemdescr=&amp;gt;get_n( 4 ).
insert ls_component into table lt_component.

*... (2) create structure
data lr_strucdescr type ref to cl_abap_structdescr.
data lr_data_struc type ref to data.

lr_strucdescr = cl_abap_structdescr=&amp;gt;create( lt_component ).
create data lr_data_struc type handle lr_strucdescr.

field-symbols &amp;lt;fs&amp;gt; TYPE any.
assign lr_data_struc-&amp;gt;* to &amp;lt;fs&amp;gt;.

ovs_callback_object-&amp;gt;set_input_structure(
input = &amp;lt;fs&amp;gt; ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 12:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170469#M1623162</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-08-30T12:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170470#M1623163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sending the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I need to refer structure name to query parameter,&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS: &amp;lt;ls_query_params&amp;gt; TYPE &amp;lt;structure name&amp;gt;,&lt;/P&gt;&lt;P&gt;Please can you suggest how to refer the structure name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 12:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170470#M1623163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-02T12:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170471#M1623164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is &amp;lt;structure name&amp;gt; exactly? is it a DDic structure?&lt;/P&gt;&lt;P&gt;If so, then do like this (here DDic "structure" is SFLIGHT):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data lr_data_struc type ref to data.
create data lr_data_struc type ('SFLIGHT').
 
field-symbols &amp;lt;fs&amp;gt; TYPE any.
assign lr_data_struc-&amp;gt;* to &amp;lt;fs&amp;gt;.
 
ovs_callback_object-&amp;gt;set_input_structure(
input = &amp;lt;fs&amp;gt; ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 12:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170471#M1623164</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-02T12:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170472#M1623165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used your logic like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;ls_component type abap_componentdescr,&lt;/P&gt;&lt;P&gt;lt_component type abap_component_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*... (1) define structure components :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear ls_component.&lt;/P&gt;&lt;P&gt;ls_component-name = 'NVALUE'.&lt;/P&gt;&lt;P&gt;ls_component-type ?= cl_abap_typedescr=&amp;gt;describe_by_name( &amp;lt;fs_seg_v&amp;gt;-fieldname ).&lt;/P&gt;&lt;P&gt;insert ls_component into table lt_component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*... (2) create structure&lt;/P&gt;&lt;P&gt;data lr_strucdescr type ref to cl_abap_structdescr.&lt;/P&gt;&lt;P&gt;data lr_data_struc type ref to data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lr_strucdescr = cl_abap_structdescr=&amp;gt;create( lt_component ).&lt;/P&gt;&lt;P&gt;create data lr_data_struc type handle lr_strucdescr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols &amp;lt;fs&amp;gt; TYPE any.&lt;/P&gt;&lt;P&gt;assign lr_data_struc-&amp;gt;* to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your logic is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I am getting feild name (&amp;lt;fs_seg_v&amp;gt;-fieldname) from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to assign same field name structure to query parameter.&lt;/P&gt;&lt;P&gt; FIELD-SYMBOLS: &amp;lt;ls_query_params&amp;gt; TYPE lty_stru_input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you suggest how I can refer the field name structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 13:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170472#M1623165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-02T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170473#M1623166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I am getting feild name (&amp;lt;fs_seg_v&amp;gt;-fieldname) from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to assign same field name structure to query parameter.&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;ls_query_params&amp;gt; TYPE lty_stru_input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you suggest how I can refer the field name structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don'tunderstand what you want to do, could you please explain with an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 13:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170473#M1623166</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-02T13:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic data type in structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170474#M1623167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it is working fine. Thanks your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 14:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-data-type-in-structure/m-p/8170474#M1623167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-02T14:04:13Z</dc:date>
    </item>
  </channel>
</rss>

