<?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 ADT quick assist create method wizard error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quick-assist-create-method-wizard-error/m-p/12087719#M1971533</link>
    <description>&lt;P&gt;Eclipse 2019-09 R (4.13.0), &lt;/P&gt;
  &lt;P&gt;ABAP Core Development Tools 3.6.2, &lt;/P&gt;
  &lt;P&gt;SAP_ABA 750/010&lt;/P&gt;
  &lt;P&gt;I have this code:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;        INSERT VALUE #( bname = sap_data_record-&amp;gt;bname
                        sap_gltgv = REF #( sap_data_record-&amp;gt;gltgv )
                        sap_gltgb = REF #( sap_data_record-&amp;gt;gltgb )
                        ad_gltgv  = REF #( ad_data_record-&amp;gt;gltgv )
                        ad_gltgb  = REF #( ad_data_record-&amp;gt;gltgb )
                        ccode     = REF #( ad_data_record-&amp;gt;ccode )
                        is_internal = REF #( ad_data_record-&amp;gt;is_internal )
                        sap_roles = REF #( sap_data_record-&amp;gt;roles )
                        ad_roles = expand_ad_roles( ad_data_record-&amp;gt;roles ) 
                        ) INTO TABLE user_data.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;I choose create method (to create expand_ad_roles ). The wizard pops up, I adjust the parameter names to&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;IMPORTING imp_ad_roles.
RETURNING value (ret_result)&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;and click on finish.&lt;/P&gt;
  &lt;P&gt;One minor issue is that ret_result is typed in the method definition as ANY. But the bigger issue is that the field name in my statement disappears!&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;        INSERT VALUE #( bname = sap_data_record-&amp;gt;bname
                        sap_gltgv = REF #( sap_data_record-&amp;gt;gltgv )
                        sap_gltgb = REF #( sap_data_record-&amp;gt;gltgb )
                        ad_gltgv  = REF #( ad_data_record-&amp;gt;gltgv )
                        ad_gltgb  = REF #( ad_data_record-&amp;gt;gltgb )
                        ccode     = REF #( ad_data_record-&amp;gt;ccode )
                        is_internal = REF #( ad_data_record-&amp;gt;is_internal )
                        sap_roles = REF #( sap_data_record-&amp;gt;roles )
                        expand_ad_roles( ad_data_record-&amp;gt;roles ) 
                        ) INTO TABLE user_data.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Easy to fix, but shouldn't be happening. Couldn't find an applicable note in support.sap.com&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 10:08:56 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2019-11-26T10:08:56Z</dc:date>
    <item>
      <title>ADT quick assist create method wizard error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quick-assist-create-method-wizard-error/m-p/12087719#M1971533</link>
      <description>&lt;P&gt;Eclipse 2019-09 R (4.13.0), &lt;/P&gt;
  &lt;P&gt;ABAP Core Development Tools 3.6.2, &lt;/P&gt;
  &lt;P&gt;SAP_ABA 750/010&lt;/P&gt;
  &lt;P&gt;I have this code:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;        INSERT VALUE #( bname = sap_data_record-&amp;gt;bname
                        sap_gltgv = REF #( sap_data_record-&amp;gt;gltgv )
                        sap_gltgb = REF #( sap_data_record-&amp;gt;gltgb )
                        ad_gltgv  = REF #( ad_data_record-&amp;gt;gltgv )
                        ad_gltgb  = REF #( ad_data_record-&amp;gt;gltgb )
                        ccode     = REF #( ad_data_record-&amp;gt;ccode )
                        is_internal = REF #( ad_data_record-&amp;gt;is_internal )
                        sap_roles = REF #( sap_data_record-&amp;gt;roles )
                        ad_roles = expand_ad_roles( ad_data_record-&amp;gt;roles ) 
                        ) INTO TABLE user_data.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;I choose create method (to create expand_ad_roles ). The wizard pops up, I adjust the parameter names to&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;IMPORTING imp_ad_roles.
RETURNING value (ret_result)&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;and click on finish.&lt;/P&gt;
  &lt;P&gt;One minor issue is that ret_result is typed in the method definition as ANY. But the bigger issue is that the field name in my statement disappears!&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;        INSERT VALUE #( bname = sap_data_record-&amp;gt;bname
                        sap_gltgv = REF #( sap_data_record-&amp;gt;gltgv )
                        sap_gltgb = REF #( sap_data_record-&amp;gt;gltgb )
                        ad_gltgv  = REF #( ad_data_record-&amp;gt;gltgv )
                        ad_gltgb  = REF #( ad_data_record-&amp;gt;gltgb )
                        ccode     = REF #( ad_data_record-&amp;gt;ccode )
                        is_internal = REF #( ad_data_record-&amp;gt;is_internal )
                        sap_roles = REF #( sap_data_record-&amp;gt;roles )
                        expand_ad_roles( ad_data_record-&amp;gt;roles ) 
                        ) INTO TABLE user_data.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Easy to fix, but shouldn't be happening. Couldn't find an applicable note in support.sap.com&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 10:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quick-assist-create-method-wizard-error/m-p/12087719#M1971533</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-11-26T10:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: ADT quick assist create method wizard error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quick-assist-create-method-wizard-error/m-p/12087720#M1971534</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;could you please raise a ticket to get this issue solved.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 08:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quick-assist-create-method-wizard-error/m-p/12087720#M1971534</guid>
      <dc:creator>michael_gutfleisch</dc:creator>
      <dc:date>2019-12-03T08:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: ADT quick assist create method wizard error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quick-assist-create-method-wizard-error/m-p/12087721#M1971535</link>
      <description>&lt;P&gt;I don't have a access to an S account connected to the system this is occurring on. I'll see if I can duplicate it on a different system.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 12:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quick-assist-create-method-wizard-error/m-p/12087721#M1971535</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-12-03T12:03:31Z</dc:date>
    </item>
  </channel>
</rss>

