<?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 T.code ME55 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882189#M1594910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know where exactly the ALV GRID DISPLAY Function Module has been called in the program of T.code ME55(RM06BF00) , Actually my requirement is to add one more field (available stock of the material ) in the ALV Output of the T.code ME55 . I tried to find the field catalogue in the prog. RM06BF00 , but could'nt find it anywhere in the prog. Then I copied the prog. into a Z Report and after executing the Z report in the Selection screen I entered Release Code = G3 and Scope of List = ALV . &lt;/P&gt;&lt;P&gt;But an exit message comes saying ' Scope of list ALV not defined (please correct)' . However for another scope of list it is coming . Plese help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks , &lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2011 11:14:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-23T11:14:40Z</dc:date>
    <item>
      <title>T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882189#M1594910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know where exactly the ALV GRID DISPLAY Function Module has been called in the program of T.code ME55(RM06BF00) , Actually my requirement is to add one more field (available stock of the material ) in the ALV Output of the T.code ME55 . I tried to find the field catalogue in the prog. RM06BF00 , but could'nt find it anywhere in the prog. Then I copied the prog. into a Z Report and after executing the Z report in the Selection screen I entered Release Code = G3 and Scope of List = ALV . &lt;/P&gt;&lt;P&gt;But an exit message comes saying ' Scope of list ALV not defined (please correct)' . However for another scope of list it is coming . Plese help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks , &lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 11:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882189#M1594910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T11:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882190#M1594911</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 ALV is found in the BADI .. FORCE_ALV_ME55 , check the method  IF_FORCE_ALV~FORCE_ALV .&lt;/P&gt;&lt;P&gt;   Check for where used list of 'p_alv' in the program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 11:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882190#M1594911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882191#M1594912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You were not able to find ALV Function Module in your program &lt;STRONG&gt;RM06BF00&lt;/STRONG&gt;  because it is not present it that. In &lt;STRONG&gt;RM06BF00&lt;/STRONG&gt; , at line 642 PERFORM calls the form SUBMIT of program SAPFM06B , which again calls the report RM06BL00 using Submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now again in PAI in RM06BL00 , for ALV Display Function Module call is being made to FORM UCOMM_LOG1 of include FM06BF02_UCOMM_MARK program SAPFM06B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 11:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882191#M1594912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T11:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882192#M1594913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GBulani ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply , But I have a doubt , that this ALV contains only 5 fields in the catalogue , But the actual output contains many fields in the catalogue . Can u help with that ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suvendu.chk on May 24, 2011 7:13 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suvendu.chk on May 24, 2011 9:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 05:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882192#M1594913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-24T05:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882193#M1594914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suvendu.chk on Sep 16, 2011 3:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 09:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882193#M1594914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-30T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882194#M1594915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  ZBREAKDOWN&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZBREAKDOWN NO STANDARD PAGE HEADING..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: CRHD, QMEL, QMFE, QMIH, QMUR, TQ80_T, TQ15T, QPGT, QPGR, t001w.&lt;/P&gt;&lt;P&gt;type-pools slis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_list type slis_t_listheader with header line,&lt;/P&gt;&lt;P&gt;       gt_evnt type slis_t_event with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of outstand_wa occurs 0,&lt;/P&gt;&lt;P&gt;********Work Center Header&lt;/P&gt;&lt;P&gt;OBJTY       LIKE CRHD-OBJTY    ,  " Object types of the CIM resource&lt;/P&gt;&lt;P&gt;OBJID       LIKE CRHD-OBJID    ,  " Object ID of the resource&lt;/P&gt;&lt;P&gt;ARBPL       LIKE CRHD-ARBPL    ,  " Work center&lt;/P&gt;&lt;P&gt;WERKS       like CRHD-WERKS    ,  " Plant&lt;/P&gt;&lt;P&gt;VERWE       LIKE CRHD-VERWE    ,  " Work center cat.&lt;/P&gt;&lt;P&gt;VERAN       LIKE CRHD-VERAN    ,  " Person responsible for the work center&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********Quality Notification&lt;/P&gt;&lt;P&gt;CROBJTY     LIKE QMEL-CROBJTY  ,  " Object types of the CIM resource&lt;/P&gt;&lt;P&gt;ARBPLn      LIKE QMEL-ARBPL    ,  " Object ID of the Work Center&lt;/P&gt;&lt;P&gt;QMNUM       LIKE QMEL-QMNUM    ,  " Notification No&lt;/P&gt;&lt;P&gt;QMART       LIKE QMEL-QMART    ,  " Notification Type&lt;/P&gt;&lt;P&gt;QMTXT       LIKE QMEL-QMTXT    ,  " Short Text&lt;/P&gt;&lt;P&gt;QMDAT       LIKE QMEL-QMDAT    ,  " Date of Notification&lt;/P&gt;&lt;P&gt;AUFNR       LIKE QMEL-AUFNR    ,  " Order Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********Notification type texts&lt;/P&gt;&lt;P&gt;QMARTX      LIKE TQ80_T-QMARTX ,  " Notification Type Texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********Quality notification - items&lt;/P&gt;&lt;P&gt;FEKAT       LIKE QMFE-FEKAT    ,  " Catalog Type - Problems/Defects&lt;/P&gt;&lt;P&gt;FEGRP       LIKE QMFE-FEGRP    ,  " Code Group - Problem&lt;/P&gt;&lt;P&gt;FECOD       LIKE QMFE-FECOD    ,  " Problem or Damage Code&lt;/P&gt;&lt;P&gt;OTKAT       LIKE QMFE-OTKAT    ,  " Catalog Type - Object Parts&lt;/P&gt;&lt;P&gt;OTGRP       LIKE QMFE-OTGRP    ,  " Code Group - Object Parts&lt;/P&gt;&lt;P&gt;KOSTL       LIKE QMFE-KOSTL    ,  " Cost Center&lt;/P&gt;&lt;P&gt;FETXT       LIKE QMFE-FETXT    ,  " Notification Item Short Text&lt;/P&gt;&lt;P&gt;ERNAM       LIKE QMFE-ERNAM    ,  " Name of Person who Created the Object&lt;/P&gt;&lt;P&gt;ERDAT       LIKE QMFE-ERDAT    ,  " Date on Which Record Was Created&lt;/P&gt;&lt;P&gt;AENAM       LIKE QMFE-AENAM    ,  " Name of Person Who Changed Object&lt;/P&gt;&lt;P&gt;AEDAT       LIKE QMFE-AEDAT    ,  " Changed On&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****Inspection catalog type index&lt;/P&gt;&lt;P&gt;SPRACHE     LIKE TQ15T-SPRACHE    , " Language Key&lt;/P&gt;&lt;P&gt;KATALOGART  LIKE TQ15T-KATALOGART , " Catalog&lt;/P&gt;&lt;P&gt;KATALOGTXT  LIKE TQ15T-KATALOGTXT , " Catalog Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********Code group texts&lt;/P&gt;&lt;P&gt;CODEGRUPPE  LIKE QPGT-CODEGRUPPE  , " Code Group&lt;/P&gt;&lt;P&gt;KURZTEXT    LIKE QPGT-KURZTEXT    , " Short Description of the Code Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********Inspection catalog code groups&lt;/P&gt;&lt;P&gt;*KURZTEX     LIKE QPGR-KURZTEXT    , "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********Quality message - maintenance data excerpt&lt;/P&gt;&lt;P&gt;MSAUS       LIKE QMIH-MSAUS    ,  " Breakdown Indicator&lt;/P&gt;&lt;P&gt;AUSVN       LIKE QMIH-AUSVN    ,  " Start of Malfunction (Date)&lt;/P&gt;&lt;P&gt;AUSBS       LIKE QMIH-AUSBS    ,  " End of Malfunction (Date)&lt;/P&gt;&lt;P&gt;AUZTV       LIKE QMIH-AUZTV    ,  " Start of Malfunction (Time)&lt;/P&gt;&lt;P&gt;AUZTB       LIKE QMIH-AUZTB    ,  " End of Malfunction (Time)&lt;/P&gt;&lt;P&gt;AUSZT       LIKE QMIH-AUSZT    ,  " Breakdown Duration&lt;/P&gt;&lt;P&gt;INGRP       LIKE QMIH-INGRP    ,  " Planner Group for Customer Service and Plant Maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********Quality notification - causes&lt;/P&gt;&lt;P&gt;URTXT       LIKE QMUR-URTXT    ,  " Cause Text&lt;/P&gt;&lt;P&gt;URKAT       LIKE QMUR-URKAT    ,  " Catalog Type - Causes&lt;/P&gt;&lt;P&gt;URGRP       LIKE QMUR-URGRP    ,  " Code Group - Causes&lt;/P&gt;&lt;P&gt;URCOD       LIKE QMUR-URCOD    ,  " Cause Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********Person responsible for the work center&lt;/P&gt;&lt;P&gt;KTEXT       LIKE TC24-KTEXT    ,  " NAME OF THE PERSON RESP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****Plants/Branches&lt;/P&gt;&lt;P&gt;stras       like t001w-stras   ,&lt;/P&gt;&lt;P&gt;pstlz       like t001w-pstlz   ,&lt;/P&gt;&lt;P&gt;adrnr       like t001w-adrnr   ,&lt;/P&gt;&lt;P&gt;ort01       LIKE t001w-ort01   ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BIND(3),&lt;/P&gt;&lt;P&gt;KATALOG(40),&lt;/P&gt;&lt;P&gt;ddiff TYPE  p,&lt;/P&gt;&lt;P&gt;tdiff TYPE  p DECIMALS 2,&lt;/P&gt;&lt;P&gt;d3 type p,&lt;/P&gt;&lt;P&gt;t3 type minutes,&lt;/P&gt;&lt;P&gt;m_break type sy-uzeit,&lt;/P&gt;&lt;P&gt;t4(16) type p,&lt;/P&gt;&lt;P&gt;t6 type sy-tabix,&lt;/P&gt;&lt;P&gt;t7 type swl_pm_cvh-duration,&lt;/P&gt;&lt;P&gt;t5 type swl_pm_cvh-duration,&lt;/P&gt;&lt;P&gt;end of outstand_wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data : outstand_hd type standard table of  outstand_wa initial size 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : tab_etab type standard table of etab,&lt;/P&gt;&lt;P&gt;       wa_etab type etab.&lt;/P&gt;&lt;P&gt;DATA: is_layout TYPE slis_layout_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: M_TIME TYPE SY-UZEIT VALUE 24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: l_start     type t,&lt;/P&gt;&lt;P&gt;      l_end       type t,&lt;/P&gt;&lt;P&gt;      l_startdate type d,&lt;/P&gt;&lt;P&gt;      l_enddate   type d,&lt;/P&gt;&lt;P&gt;      l_hours     type p decimals 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DATA :  DATE1 TYPE SY-DATUM,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       TIME1 TYPE SY-UZEIT,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       DATE2 TYPE SY-DATUM,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       TIME2 TYPE SY-UZEIT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block plant with frame title text-001.&lt;/P&gt;&lt;P&gt;select-options : m_plant for CRHD-WERKS obligatory .  " Plant&lt;/P&gt;&lt;P&gt;select-options : m_work  for CRHD-ARBPL .             " Work center&lt;/P&gt;&lt;P&gt;select-options : m_catg  for CRHD-VERWE .             " Work center cat.&lt;/P&gt;&lt;P&gt;select-options : m_pern  for CRHD-VERAN .             " Person responsible for the work center&lt;/P&gt;&lt;P&gt;select-options : m_type  for QMEL-QMART .             " Notification Type&lt;/P&gt;&lt;P&gt;select-options : m_date  for QMEL-QMDAT obligatory.   " Date of Notification&lt;/P&gt;&lt;P&gt;select-options : m_ordr  for QMEL-AUFNR .             " Order Number&lt;/P&gt;&lt;P&gt;select-options : m_cost  for QMFE-KOSTL .             " Cost Center&lt;/P&gt;&lt;P&gt;selection-screen end of block plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block radi with frame title text-004.&lt;/P&gt;&lt;P&gt;*parameters list      radiobutton group rad1.&lt;/P&gt;&lt;P&gt;parameters grid      radiobutton group rad1.&lt;/P&gt;&lt;P&gt;parameters alv       radiobutton group rad1.&lt;/P&gt;&lt;P&gt;selection-screen end of block radi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: fieldcat type slis_t_fieldcat_alv .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select CRHD&lt;SUB&gt;OBJTY   CRHD&lt;/SUB&gt;OBJID CRHD&lt;SUB&gt;ARBPL CRHD&lt;/SUB&gt;WERKS CRHD&lt;SUB&gt;VERWE CRHD&lt;/SUB&gt;VERAN&lt;/P&gt;&lt;P&gt;       QMEL&lt;SUB&gt;CROBJTY QMEL&lt;/SUB&gt;ARBPL QMEL&lt;SUB&gt;QMNUM QMEL&lt;/SUB&gt;QMART QMEL&lt;SUB&gt;QMTXT QMEL&lt;/SUB&gt;QMDAT QMEL~AUFNR&lt;/P&gt;&lt;P&gt;       TQ80_T~QMARTX&lt;/P&gt;&lt;P&gt;       QMFE&lt;SUB&gt;FEKAT   QMFE&lt;/SUB&gt;FEGRP QMFE&lt;SUB&gt;FECOD QMFE&lt;/SUB&gt;OTKAT QMFE&lt;SUB&gt;OTGRP QMFE&lt;/SUB&gt;KOSTL QMFE&lt;SUB&gt;FETXT QMFE&lt;/SUB&gt;ERNAM QMFE&lt;SUB&gt;ERDAT QMFE&lt;/SUB&gt;AENAM QMFE~AEDAT&lt;/P&gt;&lt;P&gt;       TQ15T&lt;SUB&gt;SPRACHE TQ15T&lt;/SUB&gt;KATALOGART TQ15T~KATALOGTXT&lt;/P&gt;&lt;P&gt;       QPGT&lt;SUB&gt;CODEGRUPPE QPGT&lt;/SUB&gt;KURZTEXT&lt;/P&gt;&lt;P&gt;       QMIH&lt;SUB&gt;MSAUS   QMIH&lt;/SUB&gt;AUSVN QMIH&lt;SUB&gt;AUSBS QMIH&lt;/SUB&gt;AUZTV QMIH&lt;SUB&gt;AUZTB QMIH&lt;/SUB&gt;AUSZT QMIH~INGRP&lt;/P&gt;&lt;P&gt;       QMUR&lt;SUB&gt;URTXT   QMUR&lt;/SUB&gt;URKAT QMUR&lt;SUB&gt;URGRP QMUR&lt;/SUB&gt;URCOD&lt;/P&gt;&lt;P&gt;       TC24~KTEXT&lt;/P&gt;&lt;P&gt;       T001W&lt;SUB&gt;STRAS  T001W&lt;/SUB&gt;PSTLZ T001W&lt;SUB&gt;ADRNR T001W&lt;/SUB&gt;ORT01&lt;/P&gt;&lt;P&gt;into table outstand_wa&lt;/P&gt;&lt;P&gt;     from CRHD&lt;/P&gt;&lt;P&gt;INNER JOIN QMEL   ON CRHD&lt;SUB&gt;OBJID = QMEL&lt;/SUB&gt;ARBPL&lt;/P&gt;&lt;P&gt;INNER JOIN QMFE   ON QMEL&lt;SUB&gt;QMNUM = QMFE&lt;/SUB&gt;QMNUM&lt;/P&gt;&lt;P&gt;INNER JOIN QMIH   ON QMFE&lt;SUB&gt;QMNUM = QMIH&lt;/SUB&gt;QMNUM&lt;/P&gt;&lt;P&gt;INNER JOIN QMUR   ON QMIH&lt;SUB&gt;QMNUM = QMUR&lt;/SUB&gt;QMNUM&lt;/P&gt;&lt;P&gt;INNER JOIN TC24   ON CRHD&lt;SUB&gt;VERAN = TC24&lt;/SUB&gt;VERAN&lt;/P&gt;&lt;P&gt;INNER JOIN T001W  ON CRHD&lt;SUB&gt;WERKS = T001W&lt;/SUB&gt;WERKS&lt;/P&gt;&lt;P&gt;INNER JOIN TQ80_T ON QMEL&lt;SUB&gt;QMART = TQ80_T&lt;/SUB&gt;QMART&lt;/P&gt;&lt;P&gt;INNER JOIN TQ15T  ON QMFE&lt;SUB&gt;FEKAT = TQ15T&lt;/SUB&gt;KATALOGART&lt;/P&gt;&lt;P&gt;INNER JOIN QPGT   ON QMFE&lt;SUB&gt;FEGRP = QPGT&lt;/SUB&gt;CODEGRUPPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE CRHD&lt;SUB&gt;WERKS IN m_plant AND CRHD&lt;/SUB&gt;ARBPL IN m_work AND CRHD&lt;SUB&gt;VERWE IN m_catg AND CRHD&lt;/SUB&gt;VERAN IN m_pern&lt;/P&gt;&lt;P&gt;AND QMEL&lt;SUB&gt;QMART IN m_type AND QMEL&lt;/SUB&gt;AUFNR IN m_ordr AND QMFE&lt;SUB&gt;KOSTL IN m_cost AND TQ15T&lt;/SUB&gt;SPRACHE = 'E' AND QMEL~QMDAT IN m_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*AND QMEL~QMDAT IN m_date&lt;/P&gt;&lt;P&gt;**AND CRHD&lt;SUB&gt;ARBPL IN m_work AND CRHD&lt;/SUB&gt;VERWE IN m_catg AND CRHD~VERAN IN m_pern&lt;/P&gt;&lt;P&gt;**AND QMEL&lt;SUB&gt;QMART IN m_type AND QMEL&lt;/SUB&gt;QMDAT IN m_date AND QMEL&lt;SUB&gt;AUFNR IN m_ordr AND QMFE&lt;/SUB&gt;KOSTL IN m_cost AND TQ15T~SPRACHE = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*AND QPGT&lt;SUB&gt;CODEGRUPPE = QMFE&lt;/SUB&gt;OTGRP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT outstand_wa.&lt;/P&gt;&lt;P&gt;  if outstand_wa-MSAUS = 'X'.&lt;/P&gt;&lt;P&gt;     outstand_wa-BIND = 'YES'.&lt;/P&gt;&lt;P&gt;     modify outstand_wa transporting BIND.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  if outstand_wa-MSAUS = ' '.&lt;/P&gt;&lt;P&gt;     outstand_wa-BIND = 'NO'.&lt;/P&gt;&lt;P&gt;     modify outstand_wa transporting BIND.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = '1'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Characteristic Attributes'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = '2'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Tasks'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = '3'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Usage Decisions'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = '4'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Events'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = '5'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Causes'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = '6'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Results of Defects'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = '8'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Activities(QM)'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = '9'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Defect Types'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'A'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Activities(PM)'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'B'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Object Parts'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'C'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Overview of Damage'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'D'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Coding'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'E'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Defect Locations'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'F'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Decision(SPM Returns)'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'G'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Defect(SPM Returns)'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'H'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Effort(SPM Returns)'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;if outstand_wa-URKAT = 'I'.&lt;/P&gt;&lt;P&gt;   outstand_wa-KATALOG = 'Follow-Up Activity(SPM Returns)'.&lt;/P&gt;&lt;P&gt;   MODIFY outstand_wa TRANSPORTING KATALOG.&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;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IF outstand_wa-MSAUS = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BIND = 'YES'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ELSEIF outstand_wa-MSAUS = '  '.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BIND ='NO'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*ENDLOOP.&lt;/P&gt;&lt;P&gt;*ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    WHEN LIST.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PERFORM SIMPLE_LIST.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  when grid.&lt;/P&gt;&lt;P&gt;    perform writ_list.&lt;/P&gt;&lt;P&gt;    perform calculation.&lt;/P&gt;&lt;P&gt;  when alv.&lt;/P&gt;&lt;P&gt;    perform writ_alv.&lt;/P&gt;&lt;P&gt;    perform calculation.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   DATA: layout TYPE slis_layout_alv.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   PERFORM build_field_catalog.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       is_layout              = layout&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       it_fieldcat            = fieldcat&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       i_callback_top_of_page = 'TOP_OF_PAGE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       it_events              = gt_evnt[]&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       t_outtab               = outstand_wa.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  BUILD_LAYOUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Build layout for ALV grid report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*form build_layout.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; gd_layout-no_input          = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; gd_layout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; gd_layout-totals_text       = 'Totals'(201).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;*gd_layout-totals_text       = 'Totals'.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Set layout field for row attributes(i.e. color)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; gd_layout-info_fieldname =      'LINE_COLOR'.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; gd_layout-totals_only        = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; gd_layout-f2code            = 'DISP'.  "Sets fcode for when double&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;                                        "click(press f2)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; gd_layout-zebra             = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; gd_layout-group_change_edit = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; gd_layout-header_text       = 'helllllo'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 13:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882194#M1594915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882195#M1594916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*endform.                    " BUILD_LAYOUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  DATA_RETRIEVAL&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Retrieve data form EKPO table and populate itab it_ekko&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*form data_retrieval.&lt;/P&gt;&lt;P&gt;*data: ld_color(1) type c.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*select MENGE ERFMG BPMNG BSTMG&lt;/P&gt;&lt;P&gt;*up to 1 rows&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; from MSEG&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; into table tab_etab.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;**Populate field with color attributes&lt;/P&gt;&lt;P&gt;*loop at tab_etab into wa_etab.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Populate color variable with colour properties&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Char 1 = C (This is a color property)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Char 2 = 3 (Color codes: 1 - 7)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Char 3 = Intensified on/off ( 1 or 0 )&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Char 4 = Inverse display on/off ( 1 or 0 )&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;          i.e. wa_ekko-line_color = 'C410'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ld_color = ld_color + 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Only 7 colours so need to reset color value&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; if ld_color = 8.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ld_color = 1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; concatenate 'C' ld_color '10' into OUTSTAND_WA-line_color.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; wa_ekko-line_color = 'C410'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; modify tab_etab from wa_etab.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*endloop.&lt;/P&gt;&lt;P&gt;*endform.                    " DATA_RETRIEVAL&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;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  writ_list&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form writ_list .&lt;/P&gt;&lt;P&gt;  data: layout type slis_layout_alv.&lt;/P&gt;&lt;P&gt;  perform build_field_catalog.&lt;/P&gt;&lt;P&gt;  perform calculation.&lt;/P&gt;&lt;P&gt;  call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      i_callback_program     = sy-repid&lt;/P&gt;&lt;P&gt;      i_background_id        = 'ALV_BACKGROUND'&lt;/P&gt;&lt;P&gt;      is_layout              = layout&lt;/P&gt;&lt;P&gt;      it_fieldcat            = fieldcat&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     i_callback_top_of_page = 'TOP_OF_PAGE'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      it_events              = gt_evnt[]&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      t_outtab               = outstand_wa.&lt;/P&gt;&lt;P&gt;endform.                    " WRIT_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form writ_alv .&lt;/P&gt;&lt;P&gt;  data: layout type slis_layout_alv.&lt;/P&gt;&lt;P&gt;  perform build_field_catalog.&lt;/P&gt;&lt;P&gt;  perform calculation.&lt;/P&gt;&lt;P&gt;  call function 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      i_callback_program     = sy-repid&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     i_background_id        = 'ALV_BACKGROUND'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      is_layout              = layout&lt;/P&gt;&lt;P&gt;      it_fieldcat            = fieldcat&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     i_callback_top_of_page = 'TOP_OF_PAGE'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      it_events              = gt_evnt[]&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      t_outtab               = outstand_wa.&lt;/P&gt;&lt;P&gt;endform.                    " WRIT_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;           I_LOGO             = 'ENJOYSAP_LOGO'&lt;/P&gt;&lt;P&gt;            IT_LIST_COMMENTARY = SLIS_EV_TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form build_field_catalog .&lt;/P&gt;&lt;P&gt;  data: COL_NO type slis_fieldcat_alv-col_pos.&lt;/P&gt;&lt;P&gt;  data: fc_tmp type slis_t_fieldcat_alv with header line.&lt;/P&gt;&lt;P&gt;  clear: fieldcat, COL_NO. refresh: fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data: row_no type slis_fieldcat_alv-col_pos.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; data: fc_tmp type slis_t_fieldcat_alv with header line.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; clear: fieldcat,row_no.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; refresh: fieldcat.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  COL_NO = COL_NO + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Plant'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-col_pos = 0.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'WERKS'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '5'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Object Types(CIM Resource)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'OBJTY'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '23'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Object ID(Resource)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'OBJID'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '19'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Work Center'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'ARBPL'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '12'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Work Center Cat.'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'VERWE'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '17'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Person Resp.(Work Center)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'VERAN'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '22'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Person Resp.Name.(Work Center)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'KTEXT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '40'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Object Created By'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'ERNAM'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '12'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Date'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'ERDAT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '8'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Object Changed By'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'AENAM'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '12'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Chng. Date'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'AEDAT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-key = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  fc_tmp-outputlen = '8'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Notification No'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'QMNUM'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '16'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Notification Type'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'QMART'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '18'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Notification Short Text'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'QMTXT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '40'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Notification type texts'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'QMARTX'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '20'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Date of Notification'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'QMDAT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '21'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Order Number'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'AUFNR'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '13'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Catalog Type(Problems/Defects)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'FEKAT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '31'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Catalog Text'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'KATALOGTXT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '31'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Code Group(Problem)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'FEGRP'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '20'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Code Group(Text)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'KURZTEXT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '40'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Problem/Damage Code'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'FECOD'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '20'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Notification Item Short Text'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'FETXT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '40'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Catalog Type(Object Parts)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'OTKAT'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '27'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: fc_tmp.&lt;/P&gt;&lt;P&gt;  fc_tmp-reptext_ddic = 'Code Group(Object Parts)'.&lt;/P&gt;&lt;P&gt;  fc_tmp-col_pos = COL_NO.&lt;/P&gt;&lt;P&gt;  fc_tmp-fieldname = 'OTGRP'.&lt;/P&gt;&lt;P&gt;  fc_tmp-tabname = 'OUTSTAND_WA'.&lt;/P&gt;&lt;P&gt;  fc_tmp-outputlen = '25'.&lt;/P&gt;&lt;P&gt;  append fc_tmp to fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; clear: fc_tmp.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fc_tmp-reptext_ddic = 'Code Group(Object Parts Txt)'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 13:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882195#M1594916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T13:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882196#M1594917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...Thanks all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suvendu.chk on Sep 16, 2011 4:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 13:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882196#M1594917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T13:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: T.code ME55</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882197#M1594918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the same problem, I have to add some extra field in the layout of ME55 alv.&lt;/P&gt;&lt;P&gt;So i just created a copy of standard program.&lt;/P&gt;&lt;P&gt;and when i am trying to run.&lt;/P&gt;&lt;P&gt;It is showing define the scope of alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 10:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-me55/m-p/7882197#M1594918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-13T10:59:22Z</dc:date>
    </item>
  </channel>
</rss>

