<?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: Problem In Structure. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-structure/m-p/3703723#M891746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think MANDT field is not copied to gt_table ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 11:39:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-11T11:39:05Z</dc:date>
    <item>
      <title>Problem In Structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-structure/m-p/3703722#M891745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to upload the structure of a DB table to internal area. &lt;/P&gt;&lt;P&gt;Input, DB table is a parameter p_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My input is table zscp_circle_m which has strucutre as&lt;/P&gt;&lt;P&gt;mandt&lt;/P&gt;&lt;P&gt;circle_id&lt;/P&gt;&lt;P&gt;circle_desc&lt;/P&gt;&lt;P&gt;p_circle&lt;/P&gt;&lt;P&gt;status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By executing the code, the field symbol gt_table which should contain the entire structure of zscp_circle_m is having only&lt;/P&gt;&lt;P&gt;mandt&lt;/P&gt;&lt;P&gt;circle_id &lt;/P&gt;&lt;P&gt;circle_desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in solving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: gr_dref type ref to data.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;f_table&amp;gt; TYPE ANY,&lt;/P&gt;&lt;P&gt;               &amp;lt;f_up_table&amp;gt; type any,&lt;/P&gt;&lt;P&gt;               &amp;lt;gt_table&amp;gt;  TYPE STANDARD TABLE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;PARAMETERS: p_table LIKE dd02l-tabname   OBLIGATORY.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fname.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'KD_GET_FILENAME_ON_F4'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      program_name  = syst-repid&lt;/P&gt;&lt;P&gt;      dynpro_number = syst-dynnr&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      file_name     = p_fname&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      mask_too_long = 1&lt;/P&gt;&lt;P&gt;      OTHERS        = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc  0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;CREATE DATA gr_dref TYPE table of (p_table).&lt;/P&gt;&lt;P&gt;ASSIGN gr_dref-&amp;gt;* TO &amp;lt;gt_table&amp;gt;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By debuggin it is clear that the whole structure is not copied.. what might be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 11:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-structure/m-p/3703722#M891745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T11:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In Structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-structure/m-p/3703723#M891746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think MANDT field is not copied to gt_table ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 11:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-structure/m-p/3703723#M891746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T11:39:05Z</dc:date>
    </item>
  </channel>
</rss>

