<?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 Issue with Stucture in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398147#M1405806</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 an RFC function module (ZT_RFC) to push the data to middleware. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extract program has been developed and data has been stored in the final&lt;/P&gt;&lt;P&gt;internal table with the structure below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Types : begin of ty_final,
              BUKRS type BUKRS,  " Company Code
              KUNNR type KUNNR,  " Customer Number 1
              ZUONR type DZUONR, " Assignment Number
              GJAHR type GJAHR,  " Fiscal Year
              BLDAT type BLDAT,  " Document Date in Document
              WAERS type WAERS,  " Currency Key
              XBLNR type XBLNR1, " Reference Document Number
              BLART type BLART,  " Document Type
              DMBTR_LT type DMBTR,  " Amount in Local Currency- Less Than
              DMBTR_GT type DMBTR,  " Amount in Local Currency- Greater Than
              WRBTR type WRBTR,  " Amount in document currency
              DMBE2 type DMBE2,  " Amount in Second Local Currency
              PSWSL type PSWSL,  " Update Currency for General Ledger
          end of ty_final.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Now, iam trying to create a global structure same as final internal table structure in SE11 by  specifying Component and Component Type.  &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt; I am receiving the following error messages when i try to activate: &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ZT_RFC-DMBE2    (Combination refernce table/field BSID-DMBE2 does not exist) 
     ZT_RFC-DMBTR_GT (Combination refernce table/field BSID-DMBE2 does not exist) 
     ZT_RFC-DMBTR_LT  (Combination refernce table/field BSID-DMBE2 does not exist)
     ZT_RFC-WRBTR     (Combination refernce table/field BSID-DMBE2 does not exist)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Not sure if i am missing something here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kittu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kittu on Dec 7, 2009 12:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2009 10:51:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-07T10:51:54Z</dc:date>
    <item>
      <title>Issue with Stucture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398147#M1405806</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 an RFC function module (ZT_RFC) to push the data to middleware. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extract program has been developed and data has been stored in the final&lt;/P&gt;&lt;P&gt;internal table with the structure below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Types : begin of ty_final,
              BUKRS type BUKRS,  " Company Code
              KUNNR type KUNNR,  " Customer Number 1
              ZUONR type DZUONR, " Assignment Number
              GJAHR type GJAHR,  " Fiscal Year
              BLDAT type BLDAT,  " Document Date in Document
              WAERS type WAERS,  " Currency Key
              XBLNR type XBLNR1, " Reference Document Number
              BLART type BLART,  " Document Type
              DMBTR_LT type DMBTR,  " Amount in Local Currency- Less Than
              DMBTR_GT type DMBTR,  " Amount in Local Currency- Greater Than
              WRBTR type WRBTR,  " Amount in document currency
              DMBE2 type DMBE2,  " Amount in Second Local Currency
              PSWSL type PSWSL,  " Update Currency for General Ledger
          end of ty_final.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Now, iam trying to create a global structure same as final internal table structure in SE11 by  specifying Component and Component Type.  &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt; I am receiving the following error messages when i try to activate: &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ZT_RFC-DMBE2    (Combination refernce table/field BSID-DMBE2 does not exist) 
     ZT_RFC-DMBTR_GT (Combination refernce table/field BSID-DMBE2 does not exist) 
     ZT_RFC-DMBTR_LT  (Combination refernce table/field BSID-DMBE2 does not exist)
     ZT_RFC-WRBTR     (Combination refernce table/field BSID-DMBE2 does not exist)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Not sure if i am missing something here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kittu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kittu on Dec 7, 2009 12:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 10:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398147#M1405806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T10:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Stucture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398148#M1405807</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;Look in SE11 for the reference fields of the fields for which you get the error. Then put those reference fields in your fields too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pushpraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 11:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398148#M1405807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T11:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Stucture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398149#M1405808</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;Thank you for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It solved my issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kittu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 11:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398149#M1405808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T11:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Stucture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398150#M1405809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The reference table and fields used by you for structure are incorrect.  &lt;/P&gt;&lt;P&gt;     Change the reference table and fields for your structure. Open a new SE11 session with table name BSID.&lt;/P&gt;&lt;P&gt;And in Currency/Quantity fields tab copy the reference  table and fields of BSID table to your newly created structure.&lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 12:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-stucture/m-p/6398150#M1405809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T12:36:52Z</dc:date>
    </item>
  </channel>
</rss>

