<?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 Pattern not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-not-working/m-p/12673794#M2016448</link>
    <description>&lt;P&gt;Hi experts, I got a question. I am working on a report and to create structure from a table, I am using pattern key... It worked fine for all the tables except bsak and bsik.. I am unable to find the reason so can anyone help me here?? Thanks in advance...&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 14:10:59 GMT</pubDate>
    <dc:creator>shivangi_pant</dc:creator>
    <dc:date>2023-03-21T14:10:59Z</dc:date>
    <item>
      <title>Pattern not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-not-working/m-p/12673794#M2016448</link>
      <description>&lt;P&gt;Hi experts, I got a question. I am working on a report and to create structure from a table, I am using pattern key... It worked fine for all the tables except bsak and bsik.. I am unable to find the reason so can anyone help me here?? Thanks in advance...&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 14:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-not-working/m-p/12673794#M2016448</guid>
      <dc:creator>shivangi_pant</dc:creator>
      <dc:date>2023-03-21T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-not-working/m-p/12673795#M2016449</link>
      <description>&lt;P&gt;I guess that by "create structure from a table, I am using pattern key" you mean to generate ABAP code by using the Pattern button in SE38/SE80, for declaring a structured data object.&lt;/P&gt;&lt;P&gt;e.g. for BKPF &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2157579-image.png" /&gt;&lt;/P&gt;&lt;P&gt;and selecting 3 columns&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2157580-image.png" /&gt;&lt;/P&gt;&lt;P&gt; you get:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: BEGIN OF ts_bkpf,
        gjahr TYPE bkpf-gjahr,
        budat TYPE bkpf-budat,
        cpudt TYPE bsak-cpudt,
      END OF ts_bkpf.
&lt;/CODE&gt;&lt;/PRE&gt;Unfortunately, BSAK and BSIK are CDS Views in S/4HANA so you can't use this old Pattern button:&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2157581-image.png" /&gt;&lt;/P&gt;&lt;P&gt;With Eclipse/ADT, Quick Assist and Inline Declaration, you don't need to type the component names. Otherwise you're stuck or you need to enhance the standard Pattern or create your own Patten.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 19:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-not-working/m-p/12673795#M2016449</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-03-21T19:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-not-working/m-p/12673796#M2016450</link>
      <description>&lt;P&gt;Thanks a lot for detailed explaination.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 11:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-not-working/m-p/12673796#M2016450</guid>
      <dc:creator>shivangi_pant</dc:creator>
      <dc:date>2023-03-22T11:08:32Z</dc:date>
    </item>
  </channel>
</rss>

