<?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: doubt in this application in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787033#M649882</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;Vikas is right. It is due to Uline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Sep 2007 05:29:06 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2007-09-01T05:29:06Z</dc:date>
    <item>
      <title>doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787024#M649873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the last record LITL1-NAME = 'VARIJA'   is not appendind into the table ... can i know why ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reply me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  Z_SB_ITAB2 NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF LITL1 OCCURS 8,&lt;/P&gt;&lt;P&gt;      NAME TYPE STRING,&lt;/P&gt;&lt;P&gt;      DEPARTMENT TYPE STRING,&lt;/P&gt;&lt;P&gt;      DESIGNATION(20) TYPE C,&lt;/P&gt;&lt;P&gt;      LOCATION TYPE STRING,&lt;/P&gt;&lt;P&gt;      END OF LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DATA: W_TIME(8) TYPE C VALUE '123456',&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     NAME TYPE STRING VALUE 'PHANINDER',&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     VALUE(10) TYPE N VALUE 4685.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*WRITE:/ NAME USING EDIT MASK '_____  ____'.&lt;/P&gt;&lt;P&gt;*WRITE:/ SY-UZEIT USING NO EDIT MASK.&lt;/P&gt;&lt;P&gt;*WRITE:/ W_TIME USING EDIT MASK '__:__:__'.&lt;/P&gt;&lt;P&gt;*WRITE:/ VALUE UNDER NAME.&lt;/P&gt;&lt;P&gt;*WRITE:/ SY-DATUM mmddyy.&lt;/P&gt;&lt;P&gt;*WRITE:/ NAME NO-GAP, VALUE.&lt;/P&gt;&lt;P&gt;*SKIP TO LINE 19.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;**DATA LITL2 LIKE LITL1 OCCURS 3 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'SATYA SAI BABA'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'AGM'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'SRINIVAS'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'ASST MANAGER'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'NAGARAJU'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SYSTEM ADMINISTARTOR'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'PHANINDER'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SAP-ABAP'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'BHANU KIRAN'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SAP-BW'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'NAROTHAM'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SAP-ABAP'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'VARIJA'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SAP - FI/CO'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*LITL2-NAME = 'NAROTHAM'.&lt;/P&gt;&lt;P&gt;*LITL2-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;*LITL2-DESIGNATION = 'SAP-ABAP'.&lt;/P&gt;&lt;P&gt;*LITL2-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;*APPEND LITL2.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*LITL2-NAME = 'VARIJA'.&lt;/P&gt;&lt;P&gt;*LITL2-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;*LITL2-DESIGNATION = 'FI/CO'.&lt;/P&gt;&lt;P&gt;*LITL2-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;*APPEND LITL2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT INVERSE..&lt;/P&gt;&lt;P&gt;  WRITE 'DETAILS OF EMPLOYEES OF LITL IT DEPARTMENT &amp;gt;&amp;gt;&amp;gt; ' COLOR 5.&lt;/P&gt;&lt;P&gt;FORMAT INVERSE OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DELETE LITL1 WHERE NAME = 'XXXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;ULINE 1(85).&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT COLOR 5.&lt;/P&gt;&lt;P&gt;  WRITE:/7 'NAME',25 '|',29 'DEPARTMENT',42 '|',44 'DESIGNATION',64 '|',66 'LOCATION',85 '|'.&lt;/P&gt;&lt;P&gt;FORMAT COLOR OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;ULINE 1(85).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT LITL1.&lt;/P&gt;&lt;P&gt;  WRITE:/5 LITL1-NAME ,25 '|',29 LITL1-DEPARTMENT,42 '|',44 LITL1-DESIGNATION,64 '|',66 LITL1-LOCATION,85 '|'.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;PHANINDER  GOLLAPUDI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 04:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787024#M649873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T04:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787025#M649874</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;The following is the output i got using your code. I couldn't find any error in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DETAILS OF EMPLOYEES OF LITL IT DEPARTMENT &amp;gt;&amp;gt;&amp;gt;                                                                                
NAME                  DEPARTMENT     DESIGNATION           LOCATION                                                                                
SATYA SAI BABA          IT             AGM                   LANCO INFRATECH      
    SRINIVAS                IT             ASST MANAGER          LANCO INFRATECH      
    NAGARAJU                IT             SYSTEM ADMINISTARTOR  LANCO INFRATECH      
    PHANINDER               IT             SAP-ABAP              LANCO INFRATECH      
    BHANU KIRAN             IT             SAP-BW                LANCO INFRATECH      
    NAROTHAM                IT             SAP-ABAP              LANCO INFRATECH      
    VARIJA                  IT             SAP - FI/CO           LANCO INFRATECH      

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 04:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787025#M649874</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-09-01T04:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787026#M649875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i am not getting the last record in my output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 04:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787026#M649875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T04:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787027#M649876</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 think there is a inactive version of program. Activate once again your program and test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787027#M649876</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-09-01T05:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787028#M649877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i already tested like that ... i mean i activated the application and executed but still.... same problem.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787028#M649877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T05:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787029#M649878</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;your o/p is coming correct.. try once again by closing and activating your program again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if still not work.. copy and paste your output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787029#M649878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T05:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787030#M649879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Put a break-point in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LITL1-NAME = 'VARIJA'.   "&amp;lt;&amp;lt; Put a break-point here &amp;amp; check
LITL1-DEPARTMENT = 'IT'.
LITL1-DESIGNATION = 'SAP - FI/CO'.
LITL1-LOCATION = 'LANCO INFRATECH'.
APPEND LITL1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787030#M649879</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-09-01T05:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787031#M649880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THIS IS THE CODE .. BELOW IS THE OUTPUT:----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  Z_SB_ITAB2 NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF LITL1 OCCURS 8,&lt;/P&gt;&lt;P&gt;      NAME TYPE STRING,&lt;/P&gt;&lt;P&gt;      DEPARTMENT TYPE STRING,&lt;/P&gt;&lt;P&gt;      DESIGNATION(20) TYPE C,&lt;/P&gt;&lt;P&gt;      LOCATION TYPE STRING,&lt;/P&gt;&lt;P&gt;      END OF LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DATA: W_TIME(8) TYPE C VALUE '123456',&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     NAME TYPE STRING VALUE 'PHANINDER',&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     VALUE(10) TYPE N VALUE 4685.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*WRITE:/ NAME USING EDIT MASK '_____  ____'.&lt;/P&gt;&lt;P&gt;*WRITE:/ SY-UZEIT USING NO EDIT MASK.&lt;/P&gt;&lt;P&gt;*WRITE:/ W_TIME USING EDIT MASK '__:__:__'.&lt;/P&gt;&lt;P&gt;*WRITE:/ VALUE UNDER NAME.&lt;/P&gt;&lt;P&gt;*WRITE:/ SY-DATUM mmddyy.&lt;/P&gt;&lt;P&gt;*WRITE:/ NAME NO-GAP, VALUE.&lt;/P&gt;&lt;P&gt;*SKIP TO LINE 19.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;**DATA LITL2 LIKE LITL1 OCCURS 3 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'SATYA SAI BABA'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'AGM'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'SRINIVAS'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'ASST MANAGER'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'NAGARAJU'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SYSTEM ADMINISTARTOR'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'PHANINDER'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SAP-ABAP'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'BHANU KIRAN'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SAP-BW'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'NAROTHAM'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SAP-ABAP'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LITL1-NAME = 'VARIJA'.&lt;/P&gt;&lt;P&gt;LITL1-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;LITL1-DESIGNATION = 'SAP - FI/CO'.&lt;/P&gt;&lt;P&gt;LITL1-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;APPEND LITL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*LITL2-NAME = 'NAROTHAM'.&lt;/P&gt;&lt;P&gt;*LITL2-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;*LITL2-DESIGNATION = 'SAP-ABAP'.&lt;/P&gt;&lt;P&gt;*LITL2-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;*APPEND LITL2.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*LITL2-NAME = 'VARIJA'.&lt;/P&gt;&lt;P&gt;*LITL2-DEPARTMENT = 'IT'.&lt;/P&gt;&lt;P&gt;*LITL2-DESIGNATION = 'FI/CO'.&lt;/P&gt;&lt;P&gt;*LITL2-LOCATION = 'LANCO INFRATECH'.&lt;/P&gt;&lt;P&gt;*APPEND LITL2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT INVERSE..&lt;/P&gt;&lt;P&gt;  WRITE 'DETAILS OF EMPLOYEES OF LITL IT DEPARTMENT &amp;gt;&amp;gt;&amp;gt; ' COLOR 5.&lt;/P&gt;&lt;P&gt;FORMAT INVERSE OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DELETE LITL1 WHERE NAME = 'XXXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;ULINE 1(85).&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT COLOR 5.&lt;/P&gt;&lt;P&gt;  WRITE:/7 'NAME',25 '|',29 'DEPARTMENT',42 '|',44 'DESIGNATION',64 '|',66 'LOCATION',85 '|'.&lt;/P&gt;&lt;P&gt;FORMAT COLOR OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;ULINE 1(85).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT LITL1.&lt;/P&gt;&lt;P&gt;  WRITE:/5 LITL1-NAME ,25 '|',29 LITL1-DEPARTMENT,42 '|',44 LITL1-DESIGNATION,64 '|',66 LITL1-LOCATION,85 '|'.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ULINE 1(85).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the O/P i am getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DETAILS OF EMPLOYEES OF LITL IT DEPARTMENT &amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      NAME              |   DEPARTMENT   | DESIGNATION         | LOCATION           |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------" /&gt;&lt;P&gt;    SATYA SAI BABA      |   IT           | AGM                 | LANCO INFRATECH    |&lt;/P&gt;&lt;P&gt;    SRINIVAS            |   IT           | ASST MANAGER        | LANCO INFRATECH    |&lt;/P&gt;&lt;P&gt;    NAGARAJU            |   IT           | SYSTEM ADMINISTARTOR| LANCO INFRATECH    |&lt;/P&gt;&lt;P&gt;    PHANINDER           |   IT           | SAP-ABAP            | LANCO INFRATECH    |&lt;/P&gt;&lt;P&gt;    BHANU KIRAN         |   IT           | SAP-BW              | LANCO INFRATECH    |&lt;/P&gt;&lt;P&gt;    NAROTHAM            |   IT           | SAP-ABAP            | LANCO INFRATECH    |&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787031#M649880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T05:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787032#M649881</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;Got the issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your last ULINE is overwriting the last record..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the last ULINE as ULINE /1(85).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787032#M649881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T05:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787033#M649882</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;Vikas is right. It is due to Uline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787033#M649882</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-09-01T05:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787034#M649883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx Mr. Vikas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got the output correct....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PHANINDER GOLLAPUDI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787034#M649883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T05:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787035#M649884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and you awarded points for my solution to a@s :'(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787035#M649884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T05:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787036#M649885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You assigned to full points to me instead of Vikas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787036#M649885</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-09-01T05:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787037#M649886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry vikas, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done a mistake ... i assigned points to some other..... sorry yaar...&lt;/P&gt;&lt;P&gt;actually i dont know how to assign points .. as i am a new memeber... can u tell me ... please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787037#M649886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T05:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in this application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787038#M649887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each post, you will find list of radio buttons on the left hand side of the reply to the post.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Helpful answers&lt;/P&gt;&lt;P&gt;Very Helpful answers&lt;/P&gt;&lt;P&gt;Solved Problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click one of them to assign points to the post if you felt the answer will helps you and also you will get a one point to your posted thread if you close the thread for giving points to the people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 05:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-this-application/m-p/2787038#M649887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T05:48:51Z</dc:date>
    </item>
  </channel>
</rss>

