<?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: SAP Script: Alignment problem: Table display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201203#M1203344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didnt worked for me. I already explained that the second field length is 50 CHAR. So, Even if the material text existing in the column is 10 length. The third column data is still coming left and thereby there is a problem in the alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the second field data itself is not there, It still more worst and coming more to the left. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my concern, How to display exactly the table in a SAP Script ?? Then in that case, whether data may present or may not present in some fields, It will display exactly in proper alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried, SAP Standard provided formattting tag - T1.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If data is present in some columns, there is no problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know, if someone handled a similar kind of requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2009 11:30:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-26T11:30:24Z</dc:date>
    <item>
      <title>SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201198#M1203339</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;I am displaying a table with 3 fields in SAP script output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: - &lt;/P&gt;&lt;P&gt;matnr       material description      language&lt;/P&gt;&lt;P&gt;0001        testing only                  EN&lt;/P&gt;&lt;P&gt;0002        material 2                     EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the material description is not present in my table, the alignment is not properly showing in the script output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is displaying as: - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0001       testing only                  EN&lt;/P&gt;&lt;P&gt;0002                           EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I show this in a properly aligned manner ???&lt;/P&gt;&lt;P&gt;Any control commands or Formatting paragraphs . Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 12:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201198#M1203339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T12:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201199#M1203340</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;You can use Tab Spaces.(two commas)&lt;/P&gt;&lt;P&gt;And you have option in Paragraph format.&lt;/P&gt;&lt;P&gt;Number Tabposition Alignment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;itab-matnr,,itab-maktx,,itab-langu&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 12:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201199#M1203340</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2009-02-25T12:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201200#M1203341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already used tabs i.e,. 2 commas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is alignment. If the description field is blank... it is coming to the left side in the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 13:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201200#M1203341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T13:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201201#M1203342</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;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;itab-field1&amp;amp;,,&amp;amp;itab-field2(R)&amp;amp;,,&amp;amp;itab-field3(R)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without giving R also,u will get proper output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check the tab positions in the paragraph formats.&lt;/P&gt;&lt;P&gt;Give 2 cm ,6 cm, 10 cm tabs.( adjust these u will surely get )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 13:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201201#M1203342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T13:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201202#M1203343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially i too did not get the space. But after what i did is, i have also used tab space at starting point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add two commas at starting point like below. It is working fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;,,&amp;amp;itab-matnr&amp;amp;,,&amp;amp;itab-maktx&amp;amp;,,&amp;amp;itab-langu&amp;amp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This definitely work out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 13:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201202#M1203343</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2009-02-25T13:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201203#M1203344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didnt worked for me. I already explained that the second field length is 50 CHAR. So, Even if the material text existing in the column is 10 length. The third column data is still coming left and thereby there is a problem in the alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the second field data itself is not there, It still more worst and coming more to the left. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my concern, How to display exactly the table in a SAP Script ?? Then in that case, whether data may present or may not present in some fields, It will display exactly in proper alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried, SAP Standard provided formattting tag - T1.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If data is present in some columns, there is no problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know, if someone handled a similar kind of requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 11:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201203#M1203344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T11:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201204#M1203345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;erm you know that you dont need to just make those commas to get the tabs working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your paragraph format you need to define alignments and values for your tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 11:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201204#M1203345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201205#M1203346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined the values in those paragraph formats and tried different options like 'R' and other contrl commands. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data present in the table for some columns, It is getting properly aligned.  Let say for 4th record, the second column is empty. In that case, that particular record, the third column is coming to the left. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my Internal table, It is showing properly. But when displaying, there is a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hari krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 11:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201205#M1203346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T11:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201206#M1203347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good, then its just a matter of number crunching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;most probably the space between your tab 2 and tab 3 is too low for the char50 textelement.&lt;/P&gt;&lt;P&gt;What happens then is that your data you wanted to print with tab 3 is beeing printed right after the data in tab 2. if there is no data in tab 2 it gets pulled left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a test, Give it a shot it takes 1 minute, make your tabs like &lt;/P&gt;&lt;P&gt;1   ch left&lt;/P&gt;&lt;P&gt;10 ch left&lt;/P&gt;&lt;P&gt;65 ch right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i suspect that you have values like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 ch left&lt;/P&gt;&lt;P&gt;20 ch left&lt;/P&gt;&lt;P&gt;60 ch right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so 60 - 20 = 40 characters in which you want to print 50 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you got my idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a LOT of trouble with that stuff and mostly it helped to change those numbers until i saw something changing.&lt;/P&gt;&lt;P&gt;Then try to understand what happened and why we have a change now and then go for the perfect solution. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 12:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201206#M1203347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script: Alignment problem: Table display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201207#M1203348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before seeing the post, I checked the tabs values and it is not properly aligned as specified in your reply. I solved by my own. But as your reply helped me, I rewarded the points. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 12:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-alignment-problem-table-display/m-p/5201207#M1203348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T12:09:51Z</dc:date>
    </item>
  </channel>
</rss>

