<?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: Problem with output formatting. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296998#M1221685</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;U can use the following statement ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT NEW R1.&lt;/P&gt;&lt;P&gt;.........do ur coding to fill the fields R6 and R7&lt;/P&gt;&lt;P&gt;ENDAT.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2009 04:45:37 GMT</pubDate>
    <dc:creator>keerthy_k</dc:creator>
    <dc:date>2009-03-12T04:45:37Z</dc:date>
    <item>
      <title>Problem with output formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296995#M1221682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an output as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1             R2                            R3                            R4           R5           R6            R7&lt;/P&gt;&lt;P&gt;20000001 	27.02.2007	3326		180080	D4		&lt;/P&gt;&lt;P&gt;20000001	27.02.2007	3326		180080	D2		&lt;/P&gt;&lt;P&gt;20000001	27.02.2007	3326		180080	D3		&lt;/P&gt;&lt;P&gt;20000001	27.02.2007	3326		180080		D8H	&lt;/P&gt;&lt;P&gt;20000001	27.02.2007	3326		180080			TT4&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is that, i am not able to get my values in fields R6 and R7 in the first row. Can any one suggest me a method to get the values of R6 and R7 in to the first row it self.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 04:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296995#M1221682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T04:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with output formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296996#M1221683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Can any one suggest me a method to get the values of R6 and R7 in to the first row it self.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Learn to frame a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 04:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296996#M1221683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T04:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with output formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296997#M1221684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are working on classical report , the increase the &lt;STRONG&gt;LINE-SIZE&lt;/STRONG&gt; in REport header line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ZREPNAME LINE-SIZE 255.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 04:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296997#M1221684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T04:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with output formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296998#M1221685</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;U can use the following statement ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT NEW R1.&lt;/P&gt;&lt;P&gt;.........do ur coding to fill the fields R6 and R7&lt;/P&gt;&lt;P&gt;ENDAT.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 04:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296998#M1221685</guid>
      <dc:creator>keerthy_k</dc:creator>
      <dc:date>2009-03-12T04:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with output formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296999#M1221686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using ALV method to display the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, use ALV display you will get the desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paste the program here...I will do modifications if needed......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz get back to me if you face any problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 04:48:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5296999#M1221686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T04:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with output formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5297000#M1221687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey...You got the output...&lt;/P&gt;&lt;P&gt;Just let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 04:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5297000#M1221687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T04:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with output formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5297001#M1221688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at t_plant.&lt;/P&gt;&lt;P&gt;     clear : p_test,x,y.&lt;/P&gt;&lt;P&gt;     call function 'CONVERSION_EXIT_ATINN_INPUT'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;         input  = 'HCC_MM_MAT_EQP'&lt;/P&gt;&lt;P&gt;       importing&lt;/P&gt;&lt;P&gt;         output = p_test.&lt;/P&gt;&lt;P&gt;     clear t_ausp1.&lt;/P&gt;&lt;P&gt;     refresh t_ausp1.&lt;/P&gt;&lt;P&gt;     select  objek&lt;/P&gt;&lt;P&gt;             atinn&lt;/P&gt;&lt;P&gt;             atzhl&lt;/P&gt;&lt;P&gt;             atwrt&lt;/P&gt;&lt;P&gt;             from ausp&lt;/P&gt;&lt;P&gt;             into table t_ausp3&lt;/P&gt;&lt;P&gt;             where objek = t_plant-matnr and&lt;/P&gt;&lt;P&gt;                   atinn = p_test.&lt;/P&gt;&lt;P&gt;     loop at t_ausp3.&lt;/P&gt;&lt;P&gt;       y = y + 1.&lt;/P&gt;&lt;P&gt;       t_ausp3-atwrt1 = t_ausp3-atwrt.&lt;/P&gt;&lt;P&gt;       modify t_ausp3.&lt;/P&gt;&lt;P&gt;       clear t_ausp3.&lt;/P&gt;&lt;P&gt;     endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     clear : p_test.&lt;/P&gt;&lt;P&gt;     call function 'CONVERSION_EXIT_ATINN_INPUT'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;         input  = 'HCC_MM_MAT_MMO'&lt;/P&gt;&lt;P&gt;       importing&lt;/P&gt;&lt;P&gt;         output = p_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     clear t_ausp1.&lt;/P&gt;&lt;P&gt;     refresh t_ausp1.&lt;/P&gt;&lt;P&gt;     select  objek&lt;/P&gt;&lt;P&gt;             atinn&lt;/P&gt;&lt;P&gt;             atzhl&lt;/P&gt;&lt;P&gt;             atwrt&lt;/P&gt;&lt;P&gt;             from ausp&lt;/P&gt;&lt;P&gt;             into table t_ausp2&lt;/P&gt;&lt;P&gt;             where objek = t_plant-matnr and&lt;/P&gt;&lt;P&gt;                   atinn = p_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     loop at t_ausp2." where atzhl = t_ausp3-atzhl.&lt;/P&gt;&lt;P&gt;       x = x + 1.&lt;/P&gt;&lt;P&gt;       t_ausp2-atwrt = t_ausp2-atwrt.&lt;/P&gt;&lt;P&gt;       modify t_ausp2.&lt;/P&gt;&lt;P&gt;       clear t_ausp2.&lt;/P&gt;&lt;P&gt;     endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     if ( ( x &amp;lt; y ) or ( x = y ) ).&lt;/P&gt;&lt;P&gt;       loop at t_ausp3." where atzhl = t_ausp2-atzhl.&lt;/P&gt;&lt;P&gt;         read table t_ausp2 with key objek = t_ausp3-objek.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                    atzhl = t_ausp3-atzhl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         move t_ausp2-atwrt to t_ausp3-atwrt2.&lt;/P&gt;&lt;P&gt;         modify t_ausp3.&lt;/P&gt;&lt;P&gt;         clear t_ausp3.&lt;/P&gt;&lt;P&gt;       endloop.&lt;/P&gt;&lt;P&gt;     elseif x &amp;gt; y.&lt;/P&gt;&lt;P&gt;       loop at t_ausp2." where atzhl = t_ausp3-atzhl.&lt;/P&gt;&lt;P&gt;         read table t_ausp2 with key objek = t_ausp3-objek.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                    atzhl = t_ausp3-atzhl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         move t_ausp2-atwrt to t_ausp3-atwrt2.&lt;/P&gt;&lt;P&gt;         append t_ausp3.&lt;/P&gt;&lt;P&gt;         clear t_ausp3.&lt;/P&gt;&lt;P&gt;       endloop.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     clear : p_test.&lt;/P&gt;&lt;P&gt;     call function 'CONVERSION_EXIT_ATINN_INPUT'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;         input  = 'HCC_MM_MAT_OEM'&lt;/P&gt;&lt;P&gt;       importing&lt;/P&gt;&lt;P&gt;         output = p_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     clear t_ausp1.&lt;/P&gt;&lt;P&gt;     refresh t_ausp1.&lt;/P&gt;&lt;P&gt;     select  objek&lt;/P&gt;&lt;P&gt;             atinn&lt;/P&gt;&lt;P&gt;             atzhl&lt;/P&gt;&lt;P&gt;             atwrt&lt;/P&gt;&lt;P&gt;             from ausp&lt;/P&gt;&lt;P&gt;             into table t_ausp1&lt;/P&gt;&lt;P&gt;             where objek = t_plant-matnr and&lt;/P&gt;&lt;P&gt;                   atinn = p_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     loop at t_ausp3." where atzhl = t_ausp3-atzhl.&lt;/P&gt;&lt;P&gt;       read table t_ausp1 with key objek = t_ausp3-objek.&lt;/P&gt;&lt;P&gt;       move t_ausp1-atwrt to t_ausp3-atwrt3.&lt;/P&gt;&lt;P&gt;       modify t_ausp3.&lt;/P&gt;&lt;P&gt;       clear t_ausp3.&lt;/P&gt;&lt;P&gt;     endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     if t_ausp1-atwrt is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       loop at t_ausp3." where objek = t_plant1-matnr.&lt;/P&gt;&lt;P&gt;         move-corresponding : t_plant to t_plant1.&lt;/P&gt;&lt;P&gt;         move : t_ausp3-atwrt1 to t_plant1-atwrt1.&lt;/P&gt;&lt;P&gt;         move : t_ausp3-atwrt2 to t_plant1-atwrt2.&lt;/P&gt;&lt;P&gt;         move : t_ausp3-atwrt3 to t_plant1-atwrt3.&lt;/P&gt;&lt;P&gt;         append t_plant1.&lt;/P&gt;&lt;P&gt;         clear t_plant1.&lt;/P&gt;&lt;P&gt;       endloop.&lt;/P&gt;&lt;P&gt;     else.&lt;/P&gt;&lt;P&gt;       move-corresponding : t_plant to t_plant1.&lt;/P&gt;&lt;P&gt;       append t_plant1.&lt;/P&gt;&lt;P&gt;       clear t_plant1.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;P&gt;this is the logic i wrote. whats happening is records are being appended&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 12:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-formatting/m-p/5297001#M1221688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T12:23:18Z</dc:date>
    </item>
  </channel>
</rss>

