<?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: Alv Report with AUSP TABLE fields. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393076#M1994933</link>
    <description>&lt;P&gt;Hi, Thankyou so much for responding.&lt;/P&gt;&lt;P&gt;I am converting the atinn field no problem with that.&lt;/P&gt;&lt;P&gt;Only issue is i am not able to properly append atwrt field in corresponding alv fields ie plant ,userid ,doctype by passing objek and (pr_plant or pr_userid or pr_doc in atinn field).&lt;/P&gt;&lt;P&gt;I will be really grateful to you if u help me to solve this.&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jul 2021 11:14:38 GMT</pubDate>
    <dc:creator>akshayd1998</dc:creator>
    <dc:date>2021-07-18T11:14:38Z</dc:date>
    <item>
      <title>Alv Report with AUSP TABLE fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393074#M1994931</link>
      <description>&lt;P&gt;Hello Developers,&lt;/P&gt;
  &lt;P&gt;Actualy i need to create an Alv report where i have some fields from AUSP table like OBJEK PLANT. USERID, DOCTYPE.I have to pass OBJEK in ausp-objek and PR_PLANT in AUSP-ATINN and add all the corresponding ATWRT in PLANT field Of alv, similarly for rest two fields i.e. pass pr_userid and pr_doctype in atinn and get atwrt and pass it in userid and doctype field of alv. I want output like this&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_down:"&gt;👇&lt;/span&gt;.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1958529-screenshot-2021-07-18-16-29-42-721-commicrosoftoff.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;The problem is that when i loop it_ausp into wa and read value based on atinn i am always getting same atwrt value and while using loop inside loop i am getting blank value in rest two field while apppending.&lt;/P&gt;
  &lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 00:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393074#M1994931</guid>
      <dc:creator>akshayd1998</dc:creator>
      <dc:date>2021-07-18T00:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Report with AUSP TABLE fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393075#M1994932</link>
      <description>&lt;P&gt;Hi Akshay&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ATINN &lt;/STRONG&gt;field has a converted value, make sure while you are reading the table you are reading via&lt;/P&gt;&lt;P&gt;the converted value. if you will pass the actual value you may get blank...&lt;/P&gt;&lt;P&gt;Value: ZCO_RELEASE &lt;BR /&gt;Converted Value: 0000000813&lt;/P&gt;&lt;P&gt;make sure also that you are including the left zeros don't ignore them in your SQL query otherwise the result may get impacted.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 06:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393075#M1994932</guid>
      <dc:creator>Yasin</dc:creator>
      <dc:date>2021-07-18T06:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Report with AUSP TABLE fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393076#M1994933</link>
      <description>&lt;P&gt;Hi, Thankyou so much for responding.&lt;/P&gt;&lt;P&gt;I am converting the atinn field no problem with that.&lt;/P&gt;&lt;P&gt;Only issue is i am not able to properly append atwrt field in corresponding alv fields ie plant ,userid ,doctype by passing objek and (pr_plant or pr_userid or pr_doc in atinn field).&lt;/P&gt;&lt;P&gt;I will be really grateful to you if u help me to solve this.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 11:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393076#M1994933</guid>
      <dc:creator>akshayd1998</dc:creator>
      <dc:date>2021-07-18T11:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Report with AUSP TABLE fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393077#M1994934</link>
      <description>&lt;P&gt;can you share the code ? at least your loop. &lt;BR /&gt;&lt;BR /&gt;also you need to debug it_ausp see all values is it loaded correctly &lt;/P&gt;&lt;P&gt;you can use :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT it_ausp1.
LOOP AT it_ausp2 WHERE ATINN = it_ausp1-ATINN&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Jul 2021 12:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-with-ausp-table-fields/m-p/12393077#M1994934</guid>
      <dc:creator>Yasin</dc:creator>
      <dc:date>2021-07-18T12:25:36Z</dc:date>
    </item>
  </channel>
</rss>

