<?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: General in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907317#M683977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;do like this&lt;/P&gt;&lt;P&gt;select A~VBELN&lt;/P&gt;&lt;P&gt;A~ERDAT&lt;/P&gt;&lt;P&gt;A~ERNAM&lt;/P&gt;&lt;P&gt;A~AUART&lt;/P&gt;&lt;P&gt;A~VKORG&lt;/P&gt;&lt;P&gt;A~VTWEG&lt;/P&gt;&lt;P&gt;A~SPART&lt;/P&gt;&lt;P&gt;A~VSBED&lt;/P&gt;&lt;P&gt;A~KUNNR&lt;/P&gt;&lt;P&gt;B~VBELN&lt;/P&gt;&lt;P&gt;B~POSNR&lt;/P&gt;&lt;P&gt;B~MATNR&lt;/P&gt;&lt;P&gt;B~PSTYV&lt;/P&gt;&lt;P&gt;B~KWMENG&lt;/P&gt;&lt;P&gt;C~VBELN&lt;/P&gt;&lt;P&gt;C~POSNR&lt;/P&gt;&lt;P&gt;C~WMENG&lt;/P&gt;&lt;P&gt;C~BMENG&lt;/P&gt;&lt;P&gt;D~VBELN&lt;/P&gt;&lt;P&gt;D~POSNR&lt;/P&gt;&lt;P&gt;D~LFSTA&lt;/P&gt;&lt;P&gt;D~FKSAA&lt;/P&gt;&lt;P&gt;E~VBELV&lt;/P&gt;&lt;P&gt;E~POSNV&lt;/P&gt;&lt;P&gt;E~VBELN&lt;/P&gt;&lt;P&gt;E~POSNN&lt;/P&gt;&lt;P&gt;E~VBTYP_N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into corresponding fields of table GT_VBAK&lt;/P&gt;&lt;P&gt;from VBAK as A inner join VBAP as B on A&lt;SUB&gt;VBELN = B&lt;/SUB&gt;VBELN&lt;/P&gt;&lt;P&gt;inner join VBEP as C on B&lt;SUB&gt;VBELN = C&lt;/SUB&gt;VBELN and B&lt;SUB&gt;POSNR = C&lt;/SUB&gt;POSNR&lt;/P&gt;&lt;P&gt;inner join VBUP as D on C&lt;SUB&gt;VBELN = D&lt;/SUB&gt;VBELN and C&lt;SUB&gt;POSNR = D&lt;/SUB&gt;POSNR&lt;/P&gt;&lt;P&gt;inner join VBFA as E on D&lt;SUB&gt;VBELN = E&lt;/SUB&gt;VBELV and D&lt;SUB&gt;POSNR = E&lt;/SUB&gt;POSNN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where A~VKORG in S_VKORG&lt;/P&gt;&lt;P&gt;and A~VTWEG in S_VTWEG&lt;/P&gt;&lt;P&gt;and A~SPART in S_SPART&lt;/P&gt;&lt;P&gt;and A~AUART in S_AUART&lt;/P&gt;&lt;P&gt;and B~PSTYV in S_PSTYV&lt;/P&gt;&lt;P&gt;and A~ERDAT in S_ERDAT&lt;/P&gt;&lt;P&gt;and A~BSARK in S_BSARK&lt;/P&gt;&lt;P&gt;and E~VBTYP_N = GC_M.&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;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 18:52:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-08T18:52:10Z</dc:date>
    <item>
      <title>General</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907314#M683974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting an error at my inner join saying column name SPART has 2 meanings , same with ERDAT too .. donno whatz the problem . could anyone rectify .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my code .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select    A~VBELN&lt;/P&gt;&lt;P&gt;            A~ERDAT&lt;/P&gt;&lt;P&gt;            A~ERNAM&lt;/P&gt;&lt;P&gt;            A~AUART&lt;/P&gt;&lt;P&gt;            A~VKORG&lt;/P&gt;&lt;P&gt;            A~VTWEG&lt;/P&gt;&lt;P&gt;            A~SPART&lt;/P&gt;&lt;P&gt;            A~VSBED&lt;/P&gt;&lt;P&gt;            A~KUNNR&lt;/P&gt;&lt;P&gt;            B~VBELN&lt;/P&gt;&lt;P&gt;            B~POSNR&lt;/P&gt;&lt;P&gt;            B~MATNR&lt;/P&gt;&lt;P&gt;            B~PSTYV&lt;/P&gt;&lt;P&gt;            B~KWMENG&lt;/P&gt;&lt;P&gt;            C~VBELN&lt;/P&gt;&lt;P&gt;            C~POSNR&lt;/P&gt;&lt;P&gt;            C~WMENG&lt;/P&gt;&lt;P&gt;            C~BMENG&lt;/P&gt;&lt;P&gt;            D~VBELN&lt;/P&gt;&lt;P&gt;            D~POSNR&lt;/P&gt;&lt;P&gt;            D~LFSTA&lt;/P&gt;&lt;P&gt;            D~FKSAA&lt;/P&gt;&lt;P&gt;            E~VBELV&lt;/P&gt;&lt;P&gt;            E~POSNV&lt;/P&gt;&lt;P&gt;            E~VBELN&lt;/P&gt;&lt;P&gt;            E~POSNN&lt;/P&gt;&lt;P&gt;            E~VBTYP_N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            into corresponding fields of table GT_VBAK&lt;/P&gt;&lt;P&gt;            from VBAK as A inner join VBAP as B on A&lt;SUB&gt;VBELN = B&lt;/SUB&gt;VBELN&lt;/P&gt;&lt;P&gt;            inner join VBEP as C on B&lt;SUB&gt;VBELN = C&lt;/SUB&gt;VBELN and B&lt;SUB&gt;POSNR = C&lt;/SUB&gt;POSNR&lt;/P&gt;&lt;P&gt;            inner join VBUP as D on C&lt;SUB&gt;VBELN = D&lt;/SUB&gt;VBELN and C&lt;SUB&gt;POSNR = D&lt;/SUB&gt;POSNR&lt;/P&gt;&lt;P&gt;            inner join VBFA as E on D&lt;SUB&gt;VBELN = E&lt;/SUB&gt;VBELV and D&lt;SUB&gt;POSNR = E&lt;/SUB&gt;POSNN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            where VKORG in S_VKORG&lt;/P&gt;&lt;P&gt;            and VTWEG in S_VTWEG&lt;/P&gt;&lt;P&gt;            and SPART in S_SPART&lt;/P&gt;&lt;P&gt;            and AUART in S_AUART&lt;/P&gt;&lt;P&gt;            and PSTYV in S_PSTYV&lt;/P&gt;&lt;P&gt;            and ERDAT in S_ERDAT&lt;/P&gt;&lt;P&gt;            and BSARK in S_BSARK&lt;/P&gt;&lt;P&gt;            and VBTYP_N = GC_M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 18:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907314#M683974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T18:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: General</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907315#M683975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an error in WHERE condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VKORG in S_VKORG&lt;/P&gt;&lt;P&gt;and VTWEG in S_VTWEG&lt;/P&gt;&lt;P&gt;and SPART in S_SPART&lt;/P&gt;&lt;P&gt;and AUART in S_AUART&lt;/P&gt;&lt;P&gt;and PSTYV in S_PSTYV&lt;/P&gt;&lt;P&gt;and ERDAT in S_ERDAT&lt;/P&gt;&lt;P&gt;and BSARK in S_BSARK&lt;/P&gt;&lt;P&gt;and VBTYP_N = GC_M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to give table name with fields for eg VBAK&lt;SUB&gt;VKORG in S_VKORG and VBAK&lt;/SUB&gt;VTWEG in S_VTWEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make this correction and check again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 18:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907315#M683975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T18:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: General</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907316#M683976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Specify the corresponding Tables in the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the syntax for inner join hitting F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 18:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907316#M683976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T18:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: General</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907317#M683977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;do like this&lt;/P&gt;&lt;P&gt;select A~VBELN&lt;/P&gt;&lt;P&gt;A~ERDAT&lt;/P&gt;&lt;P&gt;A~ERNAM&lt;/P&gt;&lt;P&gt;A~AUART&lt;/P&gt;&lt;P&gt;A~VKORG&lt;/P&gt;&lt;P&gt;A~VTWEG&lt;/P&gt;&lt;P&gt;A~SPART&lt;/P&gt;&lt;P&gt;A~VSBED&lt;/P&gt;&lt;P&gt;A~KUNNR&lt;/P&gt;&lt;P&gt;B~VBELN&lt;/P&gt;&lt;P&gt;B~POSNR&lt;/P&gt;&lt;P&gt;B~MATNR&lt;/P&gt;&lt;P&gt;B~PSTYV&lt;/P&gt;&lt;P&gt;B~KWMENG&lt;/P&gt;&lt;P&gt;C~VBELN&lt;/P&gt;&lt;P&gt;C~POSNR&lt;/P&gt;&lt;P&gt;C~WMENG&lt;/P&gt;&lt;P&gt;C~BMENG&lt;/P&gt;&lt;P&gt;D~VBELN&lt;/P&gt;&lt;P&gt;D~POSNR&lt;/P&gt;&lt;P&gt;D~LFSTA&lt;/P&gt;&lt;P&gt;D~FKSAA&lt;/P&gt;&lt;P&gt;E~VBELV&lt;/P&gt;&lt;P&gt;E~POSNV&lt;/P&gt;&lt;P&gt;E~VBELN&lt;/P&gt;&lt;P&gt;E~POSNN&lt;/P&gt;&lt;P&gt;E~VBTYP_N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into corresponding fields of table GT_VBAK&lt;/P&gt;&lt;P&gt;from VBAK as A inner join VBAP as B on A&lt;SUB&gt;VBELN = B&lt;/SUB&gt;VBELN&lt;/P&gt;&lt;P&gt;inner join VBEP as C on B&lt;SUB&gt;VBELN = C&lt;/SUB&gt;VBELN and B&lt;SUB&gt;POSNR = C&lt;/SUB&gt;POSNR&lt;/P&gt;&lt;P&gt;inner join VBUP as D on C&lt;SUB&gt;VBELN = D&lt;/SUB&gt;VBELN and C&lt;SUB&gt;POSNR = D&lt;/SUB&gt;POSNR&lt;/P&gt;&lt;P&gt;inner join VBFA as E on D&lt;SUB&gt;VBELN = E&lt;/SUB&gt;VBELV and D&lt;SUB&gt;POSNR = E&lt;/SUB&gt;POSNN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where A~VKORG in S_VKORG&lt;/P&gt;&lt;P&gt;and A~VTWEG in S_VTWEG&lt;/P&gt;&lt;P&gt;and A~SPART in S_SPART&lt;/P&gt;&lt;P&gt;and A~AUART in S_AUART&lt;/P&gt;&lt;P&gt;and B~PSTYV in S_PSTYV&lt;/P&gt;&lt;P&gt;and A~ERDAT in S_ERDAT&lt;/P&gt;&lt;P&gt;and A~BSARK in S_BSARK&lt;/P&gt;&lt;P&gt;and E~VBTYP_N = GC_M.&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;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 18:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2907317#M683977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T18:52:10Z</dc:date>
    </item>
  </channel>
</rss>

