<?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: DEPENDENT TABLE VBAK is not coming while creating view using table VBAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369325#M1922726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because VBAP-VBELN has a foreign key to VBUK-VBELN, not to VBAK. VBAK-VBELN also has a foreign key to VBUK.&lt;/P&gt;&lt;P&gt;You can join the three tables, or you can do the join manually, as suggested by Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luis Becker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 12:34:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-10-06T12:34:55Z</dc:date>
    <item>
      <title>DEPENDENT TABLE VBAK is not coming while creating view using table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369323#M1922724</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 creating database view Joining VBAK &amp;amp; VBAP tables. But when clicking on 'Relationship' button there is no VBAK. Please suggest why VBAK is not showing in Dependent Table section.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/804051" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Saquib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369323#M1922724</guid>
      <dc:creator>former_member328875</dc:creator>
      <dc:date>2015-10-06T12:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: DEPENDENT TABLE VBAK is not coming while creating view using table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369324#M1922725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please try manually apply JOIN conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369324#M1922725</guid>
      <dc:creator>michael_kozlowski</dc:creator>
      <dc:date>2015-10-06T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: DEPENDENT TABLE VBAK is not coming while creating view using table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369325#M1922726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because VBAP-VBELN has a foreign key to VBUK-VBELN, not to VBAK. VBAK-VBELN also has a foreign key to VBUK.&lt;/P&gt;&lt;P&gt;You can join the three tables, or you can do the join manually, as suggested by Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luis Becker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369325#M1922726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-06T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: DEPENDENT TABLE VBAK is not coming while creating view using table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369326#M1922727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. Yes manual relationship between VBAK and VBAP is fine. But why it's not coming automatically if there is common key between VBAK &amp;amp; VBAP...that is VBELN. So I think there should be an automatic join between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saquib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369326#M1922727</guid>
      <dc:creator>former_member328875</dc:creator>
      <dc:date>2015-10-06T12:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: DEPENDENT TABLE VBAK is not coming while creating view using table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369327#M1922728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saquib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though VBAK and VBAP are sales order header and itens, there's no direct relationship between then in the ABAP dictionary. The common key is from VBUK, and when you're creating a view, the dictionary detects only direct relationships, not indirect. So, the only way to include an automatic join is including table VBUK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Luis Becker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 13:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369327#M1922728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-06T13:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: DEPENDENT TABLE VBAK is not coming while creating view using table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369328#M1922729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. It's helpful I have few queries related to Maintenance view:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is TMG is mandatory in case of Maintenance view.&lt;/P&gt;&lt;P&gt;2. How outer join works (It's in Help and maintenance view I think but not in DATABASE &amp;amp; Projection View).&lt;/P&gt;&lt;P&gt;3. Is Maintenance view works for customized tables or for standards tables also (In my knowledge we can't directly change or delete in standard tables so little confusion as I didn't get a chance to work on Maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;What is use of the following:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;Authorization group (Creation) ---&amp;gt; How we can create our own authorization group and what is it's purpose?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #333333; font-family: Arial, sans-serif;"&gt;&lt;SPAN style="font-size: 9pt;"&gt;Single step &amp;amp; Two step Maintenance type ----&amp;gt;What is impact and &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;difference&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt; of these two?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for further help on maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saquib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 05:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369328#M1922729</guid>
      <dc:creator>former_member328875</dc:creator>
      <dc:date>2015-10-08T05:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: DEPENDENT TABLE VBAK is not coming while creating view using table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369329#M1922730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi Saquib&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;1. Is TMG is mandatory in case of Maintenance view.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;No, but it doesn't make sense to create a maintenance view without a maintenance dialog, that's their purpose.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;2. How outer join works (It's in Help and maintenance view I think but not in DATABASE &amp;amp; Projection View).&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;As every outer join in tables (left outer join gets all records from left table even if no record corresponding in right table).&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;3. Is Maintenance view works for customized tables or for standards tables also (In my knowledge we can't directly change or delete in standard tables so little confusion as I didn't get a chance to work on Maintenance view.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;If the table allows editing the entries it might be possible, but definetely not recommendable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; color: #333333; background: white;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; background: transparent;"&gt;What is use of the following:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; color: #333333; background: white;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; background: transparent;"&gt;Authorization group (Creation) ---&amp;gt; How we can create our own authorization group and what is it's purpose?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; color: #333333; background: white;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; background: transparent;"&gt;Please check the SAP help: &lt;A href="https://help.sap.com/saphelp_47x200/helpdata/en/a7/5134d2407a11d1893b0000e8323c4f/content.htm" title="https://help.sap.com/saphelp_47x200/helpdata/en/a7/5134d2407a11d1893b0000e8323c4f/content.htm"&gt;Maintain authorization groups - BC - Generate Table Maintenance Dialog - SAP Library&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; color: #333333; background: white;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial, sans-serif; background: transparent;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit; background: transparent;"&gt;Single step &amp;amp; Two step Maintenance type ----&amp;gt;What is impact and &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;difference&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit; background: transparent;"&gt; of these two?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; color: #333333; background: white;"&gt;&lt;SPAN style="background: transparent; font-size: 9pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Just the layout - you may have all the entries and edit in a single screen (single step), or have the entries in a screen and double click to edit the details or create a new entry (two step).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; color: #333333; background: white;"&gt;&lt;SPAN style="background: transparent; font-size: 9pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; color: #333333; background: white;"&gt;&lt;SPAN style="background: transparent; font-size: 9pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; color: #333333; background: white;"&gt;&lt;SPAN style="background: transparent; font-size: 9pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Luis Becker&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 01:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369329#M1922730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-09T01:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: DEPENDENT TABLE VBAK is not coming while creating view using table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369330#M1922731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. One more question: what is the use of FM F4IF_SHLP_EXIT_USER_COMP in collective search help. I found somewhere it was using but without this FM collective search help is working fine so confused what is use of this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Saquib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 12:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-table-vbak-is-not-coming-while-creating-view-using-table-vbap/m-p/11369330#M1922731</guid>
      <dc:creator>former_member328875</dc:creator>
      <dc:date>2015-10-10T12:58:57Z</dc:date>
    </item>
  </channel>
</rss>

